home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05136.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  235.7 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: Yes, there are better ways to implement the phone book. For simplicity, this class has fixed length parallel arrays for the names and for telephone numbers. These are private members, so the application cannot manipulate them directly. In this and following chapters, the phone book implementation is improved as new techniques are introduced.