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>ostrstream::ostrstream</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ostrstream::ostrstream

Usage

   #include <sstream.hpp>
   ostrstream::ostrstream();
   ostrstream::ostrstream(char *memory, int length, int mode =
   ios::out);

Description

   The first constructor creates a dynamically allocating ostrstream. The
   second uses an arbitrary area of memory of specified length. If the mode
   argument has ios::ate or ios::app (or both) set, the memory specified is
   assumed to start with a null terminated string, and storage of put
   characters starts at the null character.





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