home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A091522.TXT < prev    next >
Encoding:
Text File  |  1993-11-02  |  224 b   |  5 lines

  1. This is the definition of the overloaded minus operator.  Notice
  2. that it looks much like the definition of any member function,
  3. except that the keyword operator and the symbol for minus replace
  4. the name of the function.
  5.