Iostream Objects

The include header <iostream> declares input and output stream objects. The declared objects are associated with the standard C streams provided for by the functions in <cstdio>. This chapter uses the ISO (International Organization for Standardization) C++ Standard as a guide.