Format Flags for use with
setiosflags()
n
n
n
n
n
n
n
n
Display floating-point values in scientific
format (with an exponent field).
ios::scientific
Display in hexadecimal format
ios::hex
Display floating-point values in fixed-point
format (with no exponent field).
ios::fixed
Left-justify output
ios::left
Right-justify output
ios::right
Meaning
Flag