From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: something fishy! Date: Sat, 01 Apr 2000 20:23:48 +0100 Organization: Customer of Planet Online Lines: 12 Message-ID: References: NNTP-Posting-Host: modem-91.dextroamphetam.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news8.svr.pol.co.uk 954617702 19159 62.136.90.91 (1 Apr 2000 19:35:02 GMT) NNTP-Posting-Date: 1 Apr 2000 19:35:02 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Robert L." wrote: > Change the #include line and the cout line, it should work fine. The problem has nothing to do with vs. or whether std:: scoping is used. The current version of gcc does not care which style you use. The problem is probablt the use of gcc instead of gpp. If using gpp does not fix the problem then we need to see full command line used to compile, with the exact errors issued by the compiler.