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.


Top|Contents|Index|Previous|Next