home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11204.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-29  |  241.8 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: Use the EOF member function to check if you have reached the end of a file that is attached to a stream. In this example, source.EOF returns zero if you have not reached the end of a file that is attached to the stream object source. When the end of the file is reached, source.EOF returns a non-zero value and the while loop exits.