home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11282.TXT < prev    next >
Encoding:
Text File  |  1993-11-22  |  281 b   |  6 lines

  1. Here are the declarations of the input and output operators as
  2. member functions of the Fraction class.  Unlike the friend
  3. functions, which have two arguments, these member function
  4. declarations only have one argument because the first argument, a
  5. Fraction object, is implied.
  6.