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

Usage

   #include <sstream.hpp>
   istrstream::istrstream(char *string);
   istrstream::istrstream(char *memory, int length);

Description

   The first constructor allows the creation of an istrstream from a null
   terminated string. The second from an arbitrary area of memory of

   specified length.

Example 

   char *s = "a string which is to serve as source";
   istrstream iss(s);





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