Mail Archives: djgpp/2000/12/10/15:51:29
And does it work perfectly in g++ of UNIX Solaris?
Why are there warning in line 171 of that file?
Best regards,
--
Paulo J. Matos aka PDestroy
http://www.pdestroy.net
ICQ UIN - 361853
--
A smile is just a smile, but when you are in love with someone, a smile can
be a thousand words.
- Anonymous
"Steamer" <dontmailme AT iname DOT com> wrote in message
news:3a33b539 DOT 27491337 AT news DOT freeserve DOT net...
> Jason Green wrote:
>
> > Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> wrote:
> >
> > > On Sun, 10 Dec 2000, Paulo J. Matos aka PDestroy wrote:
> > >
> > > > gpp -g -Wall -c -o banco.o banco.cpp
> > > > In file included from banco.cpp:6:
> > > > ordenado.h:7: sstream: No such file or directory (ENOENT)
> > > > make.exe: *** [banco.o] Error 1
> > >
> > > There's no sstream header in the C++ library distributed with GCC
> > > 2.95.2. Are you sure you didn't mean strstream?
> >
> > I think <sstring> replaces <strstream> in the final C++ standard.
>
> (I assume <sstring> is a typo for <sstream>.) Both <sstream> and
> <strstream> are in the C++ standard, but <strstream> is deprecated.
>
> > It might be possible to use <strstream> with some tweaking to the
> > program's code. For example, use strstream class instead of
> > stringstream. Not tried it myself, just an idea...
>
> There's no need, since there's an <sstream> implementation at
>
> http://sources.redhat.com/ml/libstdc++/2000-q2/msg00700/sstream
>
> and it works perfectly with DJGPP.
- Raw text -