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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-08-09
|
281 b
|
6 lines
The manipulator setw(15) specifies that the next value that is
inserted should be at least 15 characters long. The sample output
shows that first_val, the next value that is inserted, is equal to
12. It is padded with 13 blanks so that it takes up a total of 15
characters.