Format-Flags und -Bitfelder der Klasse ios

Format-Flags:

Flag Bedeutung
ios::showbase Zahlenbasis ausgeben
ios::showpoint Format für Dezimalpunkt ausgeben
ios::dec Dezimalschreibweise
ios::hex Hexadezimalschreibweise
ios::oct Oktalschreibweise
ios::fixed Dezimalschreibweise für Gleitkommawerte
ios::scientific Exponentialschreibweise für Gleitkommawerte 

Format-Bitfelder:

Bitfeld Bedeutung Flags
ios::basefield ganzzahlige Basis ios::hex
ios::oct
ios::dec
ios::floatfield Gleitkommaausgabe ios::fixed
ios::scientific