home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08135.TXT < prev    next >
Encoding:
Text File  |  1993-09-15  |  254 b   |  5 lines

  1. Here, an anonymous union is a member of each object of the ID
  2. class.  The members of the union, idnum and code, can be used like
  3. ordinary data members.  You can nest anonymous unions in a class
  4. definition to reduce the size of objects of that class.
  5.