home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH02
/
A02247.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-29
|
297 b
|
6 lines
If you use a goto statement to transfer control to a statement
inside of a loop or block, initializations of automatic storage
for that block do not take place. The result is an error. If you
transfer control out of an active block with a goto statement, all
local variables are destroyed.