This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
Visual C++ Standard Library
<iomanip> Members
Updated: November 2007

Reference

Manipulators
resetiosflags |
Clears the specified flags.
|
setbase |
Set base for integers.
|
setfill |
Sets the character that will be used to fill spaces in a right-justified display.
|
setiosflags |
Sets the specified flags.
|
setprecision |
Sets the precision for floating-point values.
|
setw |
Specifies the width of the display field.
|

See Also