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

  1. To change the conversion base to octal, you can use either the
  2. manipulator oct or the manipulator setbase() with an argument
  3. equal to 8. These two cin statements are equivalent.
  4.