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

  1. The print function adds an "EOF", short for "end-of-file", after
  2. the list of entries in the PhoneBk.  The print function then ends,
  3. returning the reference to the output stream to the client code.
  4. The main program for this example shows how this return value can
  5. be used.
  6.