home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052109.TXT < prev    next >
Encoding:
Text File  |  1993-11-08  |  338 b   |  7 lines

  1. Client code can call the member function lookup() to find the
  2. telephone number for a person.  The name of the person is passed
  3. in the argument "who".  The lookup() function returns a long
  4. integer value, which is set to the telephone number found for the
  5. name "who", or to 0 if there is no entry for that name in the
  6. PhoneBk object.
  7.