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>streambuf low level i/o stream</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 streambuf            Low Level I/O Stream


            The streambuf class makes up the lowest base class in the I/O
    class library. This class is an unformatted I/O stream, and the next
    level up, ios class, has a pointer to this class. The streambuf class
    provides the methods for using the actual memory buffers that C++ uses.
    The other I/O classes are derived from this one.


See Also: ios

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