home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052104.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-12  |  234.1 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: The PhoneBook class has three data members. They are private by default. The first is an array of strings that holds the name in a PhoneBook. The second is an array of long integers that holds the telephone number associated with each name. The number of entries in a PhoneBook is recorded in the integer numEntry.