home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052311.TXT < prev    next >
Encoding:
Text File  |  1993-11-29  |  391 b   |  8 lines

  1. If the command is "p", the member function print() is called for
  2. the "TelBook" object.  The argument "cout" specifies that the
  3. standard output is the output stream.  For legibility, the main
  4. program adds a blank line to the listing after the print()
  5. function returns.  Notice how the output operator uses the return
  6. value of the function print() as an operand of the output
  7. operator.
  8.