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

  1. The manipulator setw(15) specifies that the next value that is
  2. inserted should be at least 15 characters long.  The sample output
  3. shows that first_val, the next value that is inserted, is equal to
  4. 12.  It is padded with 13 blanks so that it takes up a total of 15
  5. characters.
  6.