home *** CD-ROM | disk | FTP | other *** search
- ios is the base class for the stream classes.
- C++ I/O deals with objects of classes derived from ios, not with
- objects of ios itself. The members that the derived classes
- inherit from ios maintain the state of objects of these classes.
- For example, the ios class contains functions that specify how
- numeric data in a stream is interpreted.
-