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

  1. This simple example shows how you can use the facilities of C++
  2. I/O.  In this example, one file is opened for input and another
  3. opened for output.  The contents of the input file are written to
  4. the output file, followed by a final record.  The program includes
  5. checks for opening and reading errors.  At the end of the program
  6. the input and output files are closed.
  7.