home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A1122124.TXT < prev    next >
Encoding:
Text File  |  1993-10-22  |  348 b   |  7 lines

  1. The string "sec_val" is not padded, and neither is the value of
  2. sec_val.  The reason for this is that changes to the field width
  3. only affect the very next value that is inserted in the stream.
  4. After this value has been inserted, the field width returns to its
  5. default, which is the length of the value that is being inserted
  6. with no padding.
  7.