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

  1. The function print() has one argument, which tells it where to
  2. send a complete listing of the contents of the PhoneBk object.
  3. The ostream class is defined in the file iostream.h.  As objects
  4. of type ostream are large, it is more efficient to pass this
  5. argument as a reference to an object, than to pass the value of
  6. the object.  The return value of this function is also a reference
  7. to the output stream.
  8.