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

  1. A statement that assigns a type to an identifier is a declaration.
  2. A statement that also creates an object is a definition.  In C++,
  3. many declarations are also definitions.  Of these three
  4. statements, only the declaration of the struct "employee" is not
  5. also a definition.
  6.