home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11283.TXT < prev    next >
Encoding:
Text File  |  1993-08-04  |  379 b   |  7 lines

  1. Here is what a function that used these input and output operators
  2. would look like.  Because a fraction object must be the first
  3. operand of the input and output operators, you cannot combine more
  4. than one input or output operation in a single statement.  You can
  5. see that input and output are awkward when the operators are
  6. defined as member functions rather than friends.
  7.