home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11172.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  353.9 KB  |  1 channel  |  11,025 sample rate  |  33 seconds
Transcription: An input operator returns a reference to a stream object. Because of this, the result of one input operator can become the first operand of another input operator. In this example, the first input operator extracts characters from Cin, places them in i, and returns the modified Cin stream. This modified Cin stream is the first operand of the second input operator. The second input operator takes characters from the modified stream. and places them in the floating point variable F.