home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11171.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  344.0 KB  |  1 channel  |  11,025 sample rate  |  32 seconds
Transcription: The input operator, also called the put to or extraction operator, extracts characters from its first operand, a stream object, converts these characters to the type of its second operand, usually a variable, and places this value in the second operand. In this example, the first operand is the predefined stream Cin. The input operator extracts characters from Cin, converts them to an integer value, and This is this value in the integer i.