home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11205.TXT < prev    next >
Encoding:
Text File  |  1993-08-04  |  234 b   |  5 lines

  1. After you have completed input and output operations on a file,
  2. you should close it.  The close() function closes the file that is
  3. associated with the stream object and ends the association between
  4. the file and the stream object.
  5.