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

  1. It is convenient to overload the input and output operators to
  2. accept objects of classes that you define.  The following pieces
  3. of code show how you would modify the Fraction class to overload
  4. the input and output operators.
  5.