From: "Paulo J. Matos aka PDestroy" Newsgroups: comp.os.msdos.djgpp Subject: Re: sstream standart header Date: Sun, 10 Dec 2000 15:25:09 -0000 Lines: 30 Message-ID: <91079u$7op$1@venus.telepac.pt> References: NNTP-Posting-Host: 212.113.181.165 X-Trace: venus.telepac.pt 976461950 7961 212.113.181.165 (10 Dec 2000 15:25:50 GMT) X-Complaints-To: abuse AT mail DOT telepac DOT pt NNTP-Posting-Date: 10 Dec 2000 15:25:50 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Nope, what I really need to do it to convert a float to string in C++... I can do it with sstream easily but without it I really don't know. Any ideas? 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 "Eli Zaretskii" wrote in message news:Pine DOT SUN DOT 3 DOT 91 DOT 1001210170535 DOT 3634B-100000 AT is... > > 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?