home *** CD-ROM | disk | FTP | other *** search
- Client code can call the member function insert() to add an entry
- to a PhoneBk. The name for the new entry is passed in the
- argument "who", and the telephone number is passed in the argument
- "telnum". insert() returns an integer value which
- is set to 1 if the insertion is successful, or to 0 if there is not
- enough room for a new entry.
-