home *** CD-ROM | disk | FTP | other *** search
- This "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 PhoneBk. 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*
- for the output operator, a tab for formatting the output, a
- telephone number, and an end-of-line character.
-