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

  1. The member function print() produces a complete listing of the
  2. contents of the telephone book.  The client code specifies the
  3. output stream that is the destination of the listing in the
  4. argument "os".  The identifier "ostream" is defined in the header
  5. file "iostream.h".  The return value from print() is also a
  6. reference to the output stream.  This is a common technique in
  7. C++.  It is demonstrated later in this example.
  8.