home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03121.TXT < prev    next >
Encoding:
Text File  |  1993-11-26  |  259 b   |  5 lines

  1. An enumeration gives names to a set of integer constants.  These
  2. names can then be used instead of the integer constants.  You can
  3. use enumerations in situations where only certain values are valid
  4. for your program, or as an aid to program documentation.
  5.