home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A101117.TXT < prev    next >
Encoding:
Text File  |  1993-09-24  |  326 b   |  6 lines

  1. This statement checks to see if the name field of the item at the
  2. pointer "entry" equals the value of the argument "who".  If they
  3. are equal, lookup() returns the value returned by the member
  4. function gettel() from the PhoneNum class.  The function gettel()
  5. returns the value of the telephone number field for this item.
  6.