f78 Stream Classes

Contents|Index|Previous|Next

Stream Classes

In Operators and Default Streams, there is a reference to the classes, ostream and istream, which are for, respectively, output and input. These classes share certain properties, captured in their base class, ios.

See also the following documentation for more discussion.

0