home *** CD-ROM | disk | FTP | other *** search
- When you specify a field width that causes certain values to be
- padded, the padding character is a blank by default. You can
- change it to another character using either the fill() function or
- the setfill() manipulator. This call to the fill() function
- specifies that the fill character should be an ampersand. You can
- see in the sample output for the program that the padding before
- the first output value is ampersands rather than blanks.
-