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

  1. Three output facilities are provided by this class.  The member
  2. function display() writes the Fraction object in mixed form.  The
  3. friend function print() writes the Fraction in its pure form.  The
  4. input and output operators have been overloaded for this class.
  5. A box appears after this explanation to show the different forms
  6. of statements that call these functions and operators.
  7.