home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11223.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  365.9 KB  |  1 channel  |  11,025 sample rate  |  34 seconds
Transcription: The Iostream library includes a set of special functions called manipulators that you can call by inserting or extracting the function name from a stream. Manipulators are more convenient than conventional functions because you can call them in the midst of a series of input or outputs. In this example, the manipulator setBase specifies that a hexadecimal value is assigned to secVal. The characters that are extracted from cin and placed in SecVal are treated as hexadecimal digits.