Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - <b>ios base class for formatted i/o stream</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ios                  Base Class for Formatted I/O Stream


            The ios class is the base class for the formatted I/O
    classes in C++ (streambuf is the base class for the lowest level of
    I/O -- unformatted I/ O -- and ios makes use of streambuf). The ios
    class handles stream state variables and errors. The classes
    istream, ostream, iostream -- and, subsequently, ifstream, ofstream,
    and fstream -- are derived from it.


See Also: fstream ifstream iostream istream ofstream ostream

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson