I/O Streams Library

Status:

C++ streams are relatively simple, easy to use, and very effective. If you look at the std::iostream class diagram, below, you will see the base class, std::ios, which composes std::streambuf or one of its derivative classes, and the stream classes.