home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11174.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  287.2 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: The output operator, also called the insertion operator, takes the contents of its second operand and places them in its first operand. The first operand is a stream while the second operand is a variable or a constant. In this example, the first operand is the predefined output stream, COUT. The output operator inserts the characters from the string literal hello world in the COUT stream.