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

  1. Here is the declaration and definition of a friend function that
  2. overloads the prefix increment operator for use with the Fraction
  3. class.  Notice that the single argument of this function is the
  4. Fraction object to be incremented.
  5.