This chapter discusses formatting and manipulators in the input/output library.
There are three headers- <istream>, <ostream>, and <iomanip>-that contain stream formatting and manipulator routines and implementations.
This chapter is constructed in the following sub sections and uses the ISO (International Organization for Standardization) C++ Standard as a guide: