home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A091423.TXT < prev    next >
Encoding:
Text File  |  1993-10-28  |  275 b   |  6 lines

  1. This line also calls the overloaded minus operator to find the
  2. value of the negation of the Fraction object "y".  Notice that you
  3. can call an overloaded operator with either the usual operator
  4. syntax, as in the line above, or with function call syntax, as in
  5. this line.
  6.