home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11206.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  262.0 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: This simple example shows how you can use the facilities of C++IO. 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.