Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>streambuf::streambuf</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
streambuf::streambuf

Usage

   #include <iostream.hpp>
   streambuf::streambuf();
   streambuf::streambuf(char *memory, int length);

Description

   The default constructor will set up a streambuf that will allocate memory
   as required.

   The constructor with arguments allows the user to specify an area of
   memory that will be used to locate the get and put areas. If the latter

   form is used, and the memory argument is zero, or the length is less than
   or equal to zero, then the streambuf will be set up to operate without
   buffering: all characters will be got directly from the ultimate source,
   and put directly to the ultimate destination.





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