<<< Hexadecimal and octal notation | Index | Manipulators for Integer Data Types >>> |
Textbook sample chapter_11_2_1.cpp (download) demonstrates integer output format and base manipulators.
Note that numeric base manipulators dec, oct, and hex are sticky. Once applied, the manipulator remains in effect until another manipulator is applied.
<<< Hexadecimal and octal notation | Index | Manipulators for Integer Data Types >>> |