From: "bowman" Newsgroups: comp.os.msdos.djgpp References: <7HqU6.16588$y7 DOT 142709 AT dbsch1 DOT home DOT nl> Subject: Re: can't use cout? Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Sat, 9 Jun 2001 12:11:06 -0600 NNTP-Posting-Host: 208.4.224.142 X-Trace: newsfeed.slurp.net 992110102 208.4.224.142 (Sat, 09 Jun 2001 13:08:22 CDT) NNTP-Posting-Date: Sat, 09 Jun 2001 13:08:22 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Dave Lemmens" wrote in message news:7HqU6.16588$y7 DOT 142709 AT dbsch1 DOT home DOT nl... > > > > cout << "test"; you might want to get in the habit of declaring your namespaces, or qualifying each call as in 'std::cout', or the lazier syntax will bite you down the road.