home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052311.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-29  |  262.5 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: If the command is P, the member function print is called for the tellbook object. The argument cout specifies that the standard output is the output stream. For legibility, the main program adds a blank line to the listing after the print function returns. Notice how the output operator uses the return value of the function print as an operand of the output operator.