13.6.3 Field Width (width, setw
)
The width
member function (of classes istream
and ostream
) sets the field width (i.e., the number of character positions in which a value should be output or the maximum number of characters that should be input) and returns the previous field width. If values output are narrower than the field width, fill characters are inserted as padding. A value wider than the designated width will not be truncated—the full number will be printed. The width
function with no argument returns the current setting.
Common Programming Error 13.1 ...
Get C++ How to Program, 10/e now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.