home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
TEXT
/
COMMONC.8
< 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
|
241 b
|
8 lines
%F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.7%Previous / %F,15,COMMONC.9%Next
%C,1%Enumerator Type
An enumerator has the same type as its enumeration in C++.
In ANSI C, an enumeration has type %C,1%int%C,5%.