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

  1. The manipulators setbase(), setfill(), setprecision(), and setw()
  2. all take arguments.  If you want to use these manipulators, you
  3. must include the header file iomanip.h in your program.
  4.