home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A112291.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  278.9 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: In this input statement, the conversion base starts as the default decimal. This means that the characters that are extracted for first val are interpreted as decimal digits. The oct manipulator changes the conversion base to octal, so the characters that are extracted for secVal are interpreted as octal digits. The characters that are extracted for thirdVal are interpreted as hexadecimal digits.