From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2581 invoked by alias); 25 Oct 2002 16:43:59 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 2540 invoked from network); 25 Oct 2002 16:43:58 -0000 Received: from unknown (HELO bclcl1.im.battelle.org) (131.167.1.2) by sources.redhat.com with SMTP; 25 Oct 2002 16:43:58 -0000 Received: from ns-bco-scn1.im.battelle.org ([131.167.1.122]) by BCLCL1 (PMDF V5.1-10 #U2779) with SMTP id <01KO2Z51BIH495Q2G9@BCLCL1> for gcc-help@gcc.gnu.org; Fri, 25 Oct 2002 12:43:46 EDT Received: from 131.167.1.91 by ns-bco-scn1.im.battelle.org (InterScan E-Mail VirusWall NT); Fri, 25 Oct 2002 12:43:33 -0400 Received: by ws-bco-mse1.milky-way.battelle.org with Internet Mail Service (5.5.2655.55) id ; Fri, 25 Oct 2002 12:43:33 -0400 Date: Fri, 25 Oct 2002 09:43:00 -0000 From: "Moore, Mathew L" Subject: RE: Problems with stringstream To: "'Jessee, Mark'" , "'gcc-help@gcc.gnu.org'" Message-id: <2F05A390F72A0A409390E016D23E45E8042DBED3@ns-bco-mse4.im.battelle.org> MIME-version: 1.0 Content-type: text/plain; charset="iso-8859-1" X-SW-Source: 2002-10/txt/msg00324.txt.bz2 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 >