This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Problems with stringstream
- From: "Moore, Mathew L" <MooreML at BATTELLE dot ORG>
- To: "'Jessee, Mark'" <Mark dot Jessee at gdcanada dot com>,"'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Date: Fri, 25 Oct 2002 12:43:32 -0400
- Subject: RE: Problems with stringstream
I wonder if this problem can be narrowed down? Does it take this exact code
listing to reproduce the problem? Can you just print out a string?
string mystr("test");
cout << mystr;
If your debugger produces the correct result, it would at least seem that
the stringstream portion is working correctly. I wonder if your stdout was
remapped somewhere (is that possible?).
--Matt
> -----Original Message-----
> From: Jessee, Mark [mailto:Mark.Jessee@gdcanada.com]
> Sent: Friday, October 25, 2002 12:30
> To: 'gcc-help@gcc.gnu.org'
> Cc: 'John Love-Jensen'
> Subject: RE: Problems with stringstream
>
>
> I'm running it on Mandrake Linux. When I run it from the
> command line - no
> output. However when I run it from the ddd debugger, it
> works fine! Huh?!?
>
> -----Original Message-----
> From: John Love-Jensen [mailto:eljay@adobe.com]
> Sent: Friday, October 25, 2002 10:22 AM
> To: Jessee, Mark
> Subject: Re: Problems with stringstream
>
>
> Using GCC 3.2 on Cygwin, your example worked perfectly as one
> would expect.
>
> Hmmm.
>
> --Eljay
>