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

  1. This statement assigns the value of "a" to "b", and makes an
  2. explicit call to the nonstatic member postfix increment operator.
  3. Notice that zero is supplied as an explicit argument.  The value
  4. of this integer is ignored by the function.
  5.