home *** CD-ROM | disk | FTP | other *** search
- istream is the input stream class.
- istream is a class that implements input streams. The public
- member functions of istream allow you to take characters out of
- the stream buffer that is associated with an istream object. The
- predefined stream cin, for example, is an object of a class
- derived from istream.
-