home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11223.TXT < prev    next >
Encoding:
Text File  |  1993-10-22  |  500 b   |  9 lines

  1. The I/O Stream Library includes a set of special functions called
  2. manipulators that you call by inserting or extracting the function
  3. name from a stream.  Manipulators are more convenient than
  4. conventional functions because you can call them in the midst of
  5. a series of inputs or outputs.  In this example, the manipulator
  6. setbase() specifies that a hexadecimal value is assigned to
  7. sec_val.  The characters that are extracted from cin and placed in
  8. sec_val are treated as hexadecimal digits.
  9.