f78 Managing input streams: class istream

Contents|Index|Previous|Next

Managing input streams: class istream

Class istream objects are specialized for input; as for ostream, they are derived from ios, so you can use any of the general-purpose methods from that base class. Declarations for this class also come from iostream.h.

See the following documentation’s discussion for more information.

istream::istream () 
Constructor 
istream::istream (streambuf* sb [, ostream tie]) 
Constructor <
5c8
/PRE>






0