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 |
Bitfeld | Bedeutung | Flags |
---|---|---|
ios::basefield |
ganzzahlige Basis | ios::hex |
ios::oct |
||
ios::dec |
||
ios::floatfield |
Gleitkommaausgabe | ios::fixed |
ios::scientific |