home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11175.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  334.2 KB  |  1 channel  |  11,025 sample rate  |  31 seconds
Transcription: Because an output operator returns a stream, the result of one output operator can become the first operand of another output operator. In this example, the first output operator places the string literal here as an integer in the stream COUT and returns the modified stream. The second output operator takes this modified stream as its first operand and the integer i as its second operand. It returns a modified stream that acts as the first operand of the third output operator, and so on.