home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11262.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-23  |  247.8 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: End S is a special function that inserts a null character into a stream. In this example, the individual characters that make up the string, hello, are inserted into the cout stream one character at a time. The output statement ends with the insertion of the end S function to make the characters that are inserted into the stream a valid C++ string.