iostream Programming

This section provides a general description of the iostream classes and then describes output streams, input streams, and input/output streams. The end of the section provides information about advanced iostream programming.

There's also a discussion on Thread Safety in the C++ Standard Library and the stdext namespace.

In This Section

What a Stream Is

Output Streams

Input Streams

Input/Output Streams

Custom Manipulators with Arguments

See also

C++ Standard Library
iostreams Conventions