Manipulators
n #include <iomanip.h>
n
Set output for hexadecimal output
Hex
Set output for decimal output
Dec
Set the format flags
setiosflags (flags)
Set the floating-point precision to n places
setprecision(n)
Set the field width to n
setw(n)
Action
Manipulator