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

  1. This is the definition of the Fraction class.  This class contains
  2. two data members, "num" and "denom", to hold the numerator and
  3. denominator of a Fraction object.
  4.