home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A10194.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  402 b   |  8 lines

  1. Here are the declarations of an overloaded operator, two friend
  2. functions, and a member function of the Fraction class.  Notice
  3. that the keyword inline is included in the declaration of the
  4. overloaded assignment operator.  The function invert() is not an
  5. inline function.  Several of the member and friend functions and
  6. operators for this class are described in detail on the following
  7. screens.
  8.