home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A112291.TXT < prev    next >
Encoding:
Text File  |  1993-08-09  |  411 b   |  8 lines

  1. In this input statement, the conversion base starts as the default
  2. decimal.  This means that the characters that are extracted for
  3. first_val are interpreted as decimal digits.  The oct manipulator
  4. changes the conversion base to octal so the characters that are
  5. extracted for sec_val are interpreted as octal digits.  The
  6. characters that are extracted for third_val are interpreted as
  7. hexadecimal digits.
  8.