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

  1. Programmers use operators, such as the ones displayed, to
  2. manipulate the objects of built-in types.  Although you could
  3. take these operators for granted, they are a powerful set of
  4. tools provided by the compiler.  In C++, operators are functions.
  5. Their special syntax distinguishes them from other functions.
  6.