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

  1. In spite of appearances, the function invert() in the Fraction
  2. class has one argument.  The function insert() in the PhoneBk
  3. class has three arguments.  This first argument is supplied by the
  4. compiler and is the "this" pointer.  A member function uses the
  5. "this" pointer to locate the object for which it is invoked.
  6.