home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05251.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  212 b   |  5 lines

  1. The keywords public, private, and protected can be omitted when
  2. the default setting is adequate.  In C, you must include
  3. the struct specifier when you declare an object of the struct.
  4. In C++, it is optional.
  5.