home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052211.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-12  |  313.4 KB  |  1 channel  |  11,025 sample rate  |  29 seconds
Transcription: The FOR loop uses the variable i as an index into the arrays of names and telephone numbers. In the loop, one line is printed for each entry in the phone book. The output operator sends output to the output stream indicated by the argument OS. There are four items on each line. A name, which must be cast to type char star for the output operator, a tab for formatting the output, a telephone number, and an end-of-line character. you