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

  1. The default conversion base is decimal.  If you have changed the
  2. conversion base, you can change it back to decimal by using the
  3. dec manipulator or the setbase() manipulator with an argument
  4. equal to 10.
  5.