home *** CD-ROM | disk | FTP | other *** search
- 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 sec_val are interpreted as octal digits. The
- characters that are extracted for third_val are interpreted as
- hexadecimal digits.
-