f78 Input and output together: class iostream

Contents|Index|Previous|Next

Input and output together: class iostream

If you need to use the same stream for input and output, you can use an object of the class iostream, which is derived from both istream and ostream.

The constructors for iostream behave just like the constructors for istream.

iostream::iostream () 
Constructor 
iostream::iostream (streambuf* sb [,ostream*tie]) 
Constructor 
0