home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03081.TXT < prev    next >
Encoding:
Text File  |  1993-08-10  |  195 b   |  4 lines

  1. In C++, every identifier or name that you use, whether it is the
  2. name of a variable, a function, a pointer, or any other object,
  3. has a type.  The type specifies what you can do to the object.
  4.