728x90
728x170
*[header][Input/Output] iomanip
<iomanip>
IO Manipulators
Parametric manipulators
- setiosflags
- Set format flags (function )
- resetiosflags
- Reset format flags (function )
- setbase
- Set basefield flag (function )
- setfill
- Set fill character (function )
- setprecision
- Set decimal precision (function )
- setw
- Set field width (function )
- get_money
- Get monetary value (function )
- put_money
- Put monetary value (function )
- get_time
- Get date and time (function )
- put_time
- Put date and time (function )
Notice that non-parametric manipulators are declared directly in <ios>.
728x90
그리드형(광고전용)
'Programming > C++' 카테고리의 다른 글
[header][Input/Output] istream (0) | 2017.11.08 |
---|---|
[header][Input/Output] iostream (0) | 2017.11.08 |
[header][Input/Output] iosfwd (0) | 2017.11.08 |
[header][Input/Output] ios (0) | 2017.11.08 |
[header][Input/Output] fstream (0) | 2017.11.08 |
[header][Multi-threading] thread (C++11) (0) | 2017.11.08 |
[header][Multi-threading] mutex (C++11) (0) | 2017.11.08 |
[header][Multi-threading] future (C++11) (0) | 2017.11.08 |