home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052107.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-12  |  236.3 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: Client code can call the member function insert to add an entry to a phone book. 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.