home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
TEXT
/
COMMONC.13
< 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-06
|
276 b
|
9 lines
%F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.12%Previous / %F,15,COMMONC.14%Next
%C,1%Jump Statements
C++ does not allow you to jump over declarations containing
initializations. ANSI C does allow you to use jump statements for
this purpose.