Creates a stream and associates it with a character array for input and output.
strstream(); strstream(char* s, int n, ios_base::openmode mode = ios_base::in|ios_base::out);
The strstream constructor is overloaded for association with a pre allocated array or for dynamic allocation.