This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: libstdc++-v3 HOWTO: Chapter 27
- To: avi-nospam at sputnik7 dot com
- Subject: Re: libstdc++-v3 HOWTO: Chapter 27
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 23 Mar 2000 20:27:09 +0100
- CC: libstdc++ at sourceware dot cygnus dot com, danny at sputnik7 dot com
- References: <38D9E5C2.7945296B@sputnik7.com>
> My coworker is a Java programmer who will be doing some Java & C++
> development on a machine I've set up, and he's asked me to install
> libstdc++ so he'll have access to the header files, particularly
> sstream.h. I've been working on this problem for three days, and I
> *still* can't find that file! I have libstdc++ 2.95; I've tried looking
> in both the RPM and and the tarball, and neither one has sstream.h.
An implementation of <sstream> for libstdc++ v2 is in
http://gcc.gnu.org/ml/gcc/2000-02/msg00448.html
Please note that <strstream.h> may be used instead in gcc 2.95.
Regards,
Martin