X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Kodachi" Newsgroups: comp.os.msdos.djgpp,comp.lang.c++ Subject: Re: Different results of compilation with gpp 2.95.3 and 3.0.4 Date: Tue, 26 Mar 2002 23:04:05 -0500 Organization: OWDS Inc. Lines: 19 Message-ID: References: NNTP-Posting-Host: reston-gnap-ip-216006-181.dynamic.ziplink.net X-Trace: news.chatlink.com 1017202233 17186 216.8.6.181 (27 Mar 2002 04:10:33 GMT) X-Complaints-To: abuse AT chatlink DOT com NNTP-Posting-Date: Wed, 27 Mar 2002 04:10:33 +0000 (UTC) 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 I'm having a similar problem but I am using the name space thin and my error message is a bunch of nonsence. It some sample simple code that I wanted to seen how the new GPP build will work. Obviously something is wrong with it #include #include int main() { std::string temp("Good Bye World"); std::cout<<"Hello World /n"; std::cout<>temp; std::cout<