Topic: s(tr)(ing)streams


Author: Ryszard Kabatek <rysio@rumcajs.chemie.uni-halle.de>
Date: 1999/05/31
Raw View
A free Standard C++ Library (still in development) You can find on
http://sourceware.cygnus.com/libstdc++


--
Ryszard Kabatek
Martin-Luther University Halle-Wittenberg, Department of Physical
Chemistry
Geusaer Str. 88, 06217 Merseburg, Germany
Tel. +49 3461 46 2487 (2466) Fax. +49 3461 46 2129


[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: Peter Claessens <peter.claessens@student.kuleuven.ac.be>
Date: 1999/05/30
Raw View
Stringstreams still seem to be supported very poorly by several C++
compilers. There is the deprecated <strstream> header file, that I
prefer not to use. Has anyone been working on a non-commercial <sstream>
file that could be generic enough to be compatible with
'semi-standardized' compilers (in my case, at this moment: djgpp gcc)?

I would appreciate any help.

Peter.
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]





Author: kuehl@horn.fmi.uni-konstanz.de (Dietmar Kuehl)
Date: 1999/05/30
Raw View
Hi,
Peter Claessens (peter.claessens@student.kuleuven.ac.be) wrote:
: Stringstreams still seem to be supported very poorly by several C++
: compilers. There is the deprecated <strstream> header file, that I
: prefer not to use. Has anyone been working on a non-commercial <sstream>
: file that could be generic enough to be compatible with
: 'semi-standardized' compilers (in my case, at this moment: djgpp gcc)?

You can download
<ftp://ftp.fmi.uni-konstanz.de/pub/algo/personal/kuehl/sstream.tgz>.
This does just this. I put up the file more than two years ago. Thus,
some things are quite different than I would do them now... Depending
on your compiler you might need to insert 'typename' in the right places.
--
<mailto:dietmar.kuehl@claas-solutions.de>
<http://www.informatik.uni-konstanz.de/~kuehl/>
I am a realistic optimist - that's why I appear to be slightly pessimistic


[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]