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

  1. The arithmetic operators for addition, subtraction,
  2. multiplication, and division are overloaded for the Fraction
  3. class.  Here is the definition of addition for the Fraction
  4. class. The definitions of the other three operators are similar.
  5.