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

  1. This is the declaration of a nonstatic member function to overload
  2. the binary minus operator.  The operator has two arguments.  The
  3. first passed in the implicit "this" pointer.  The second is
  4. specified explicitly in the argument list.
  5.