home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A112067.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  151.0 KB  |  1 channel  |  11,025 sample rate  |  14 seconds
Transcription: In this while loop, the characters in source are read one at a time and written into dest. When there are no characters left to read in source, source.eof returns a true value and the loop exits.