Format Flags
Format FlagMeaning
ios::skipwsignore white space
ios::leftleft justification
ios::rightright justification
ios::internalleft justify sign (base),right justify magnitude
ios::decset base to decimal
ios::octset base to octal
ios::hexset base to hexadecimal
ios::showbasedisplay base
ios::showpointdisplay decimal point
ios::uppercasedisplay in uppercase
ios::showposdisplay positive sign
ios::scientificdisplay in scientific format
ios::fixeddisplay in fixed format



Back to Previous Page

Document:
Local Date:
Last Modified On: