This document provides information about C++ stream input/output (I/O) manipulation over 17 pages. It discusses the standard header files for stream I/O, the class hierarchy for stream I/O in C++, stream manipulators for formatting output, stream format states for controlling formatting, and various member functions for manipulating streams and performing formatted I/O. It also provides an example program demonstrating the use of manipulators and member functions for stream I/O.