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

  1. Client code can call the member function insert() to add an entry
  2. to a PhoneBk.  The name for the new entry is passed in the
  3. argument "who", and the telephone number is passed in the argument
  4. "telnum".  insert() returns an integer value which
  5. is set to 1 if the insertion is successful, or to 0 if there is not
  6. enough room for a new entry.
  7.