home *** CD-ROM | disk | FTP | other *** search
- If the command is "p", the member function print() is called for
- the "TelBook" 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.
-