>
> On Mon, 31 May 1999, Brad wrote:
>
> > Where are the docs for the c++ libraries?
>
> > More specifically, i have a copy of "C++ How To Program" second edition
> > here. It claims that #include will allow strings to be
> > manipulated as streams. "sstream: No such file or directory" g++ tell
You are probably looking for 'strstream' which you can include headers for
with '#include '.
The name of this class has been strstream for a couple of years,
but all of the STL stuff is relatively young, so if your book
is more than (about) two years old, many thngs may end up
slightly inaccura
On Mon, 31 May 1999, Brad wrote:
> Where are the docs for the c++ libraries?
> More specifically, i have a copy of "C++ How To Program" second edition
> here. It claims that #include will allow strings to be
> manipulated as streams. "sstream: No such file or directory" g++ tells me.
>
> "Ok th
The standard string streams stuff isn't supported yet in egcs, I don't
think.
To find out if something is supported, see if it's there. For docs, read
Stroustrup. :-)
There's also:
http://www.sgi.com/Technology/STL/
which is helpful.
Havoc
On 31-May-99 Brad wrote:
> Where are the docs for the c++ libraries?
>
> More specifically, i have a copy of "C++ How To Program" second edition
> here. It claims that #include will allow strings to be
> manipulated as streams. "sstream: No such file or directory" g++ tells me.
>
> "Ok then, i'
5 matches
Mail list logo