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

  1. This Fraction class is as defined previously.  It has two data
  2. members, "num" and "denom", to hold the numerator and denominator
  3. of a Fraction object.  The function mpy() is declared to be a
  4. friend of this class.
  5.