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

  1. Since a Fraction is a numeric type, many of the arithmetic
  2. operators are overloaded for this class.  Here, the definitions of
  3. the unary arithmetic operators are included in the class
  4. definition.
  5.