home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / COMMONC.9 < prev    next >
Encoding:
Text File  |  1993-11-06  |  351 b   |  10 lines

  1. %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.8%Previous / %F,15,COMMONC.10%Next
  2.  
  3.          %C,1%Enumeration Type
  4.  
  5. The assignment to an object of enumeration type with a value that
  6. is not of that enumeration type will produce an error in C++.  In
  7. ANSI C, an object of enumeration type can be assigned values of
  8. any integral type.
  9.  
  10.