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

  1. The string "Here is first_val" is padded with the fill character
  2. (a blank by default), so that it is 30 characters long.  You can
  3. see in the sample output that the padding characters are added
  4. before the value by default.
  5.