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

  1. Client code can call the member function remove() to delete an
  2. entry from a PhoneBk.  The argument "who" holds the name for the
  3. entry to be removed.  remove() returns an integer value, which is
  4. set to 1 if the deletion is successful, or to 0 if there is no
  5. entry for the name "who" in the PhoneBk object.
  6.