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

  1. This line increments "a" again.  Like any overloaded operator, an
  2. overloaded increment operator can be called using either operator
  3. notation, as above, or function call notation, as in this line.
  4.