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

  1. This nonstatic member function overloads the prefix increment
  2. operator for use with the Fraction class.  Notice that the
  3. function has no explicit arguments.  The Fraction object is passed
  4. through the "this" pointer.
  5.