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

  1. Here, the overloaded minus operator is called to find the
  2. difference between the values of the Fraction objects "y" and "x".
  3. The difference is assigned to the Fraction object "w".
  4.