home *** CD-ROM | disk | FTP | other *** search
- %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.8%Previous / %F,15,COMMONC.10%Next
-
- %C,1%Enumeration Type
-
- The assignment to an object of enumeration type with a value that
- is not of that enumeration type will produce an error in C++. In
- ANSI C, an object of enumeration type can be assigned values of
- any integral type.
-
-