home *** CD-ROM | disk | FTP | other *** search
- This simple example shows how you can use the facilities of C++
- I/O. In this example, one file is opened for input and another
- opened for output. The contents of the input file are written to
- the output file, followed by a final record. The program includes
- checks for opening and reading errors. At the end of the program
- the input and output files are closed.
-