home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11261.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  248.3 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: You have probably noticed that output statements in C++ often end with ENDL. ENDL is a special function that inserts a newline character into the stream and flushes any characters that are in the stream buffer to the ultimate consumer. After you insert ENDL, any new characters that are inserted appear on a new line.