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

  1. Here is the definition of the overloaded postfix increment
  2. operator.  In this case, the function is declared to be inline.
  3. Overloaded operators do not need to be inlined.  Notice that the
  4. integer argument is not used in the body of the function.  The
  5. explicit argument should not be accessed by the function.
  6.