From: "Dave Lemmens" Newsgroups: comp.os.msdos.djgpp References: <992084850 DOT 568529 AT queeg DOT ludd DOT luth DOT se> Subject: Re: can't use cout? Lines: 31 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Message-ID: Date: Sat, 09 Jun 2001 11:40:39 GMT NNTP-Posting-Host: 212.120.121.84 X-Complaints-To: abuse AT home DOT nl X-Trace: dbsch1.home.nl 992086839 212.120.121.84 (Sat, 09 Jun 2001 13:40:39 MET DST) NNTP-Posting-Date: Sat, 09 Jun 2001 13:40:39 MET DST Organization: @Home Network To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Error: 'cout' undeclared (first use this function) so it looks like he thinks it's a variable. "Martin Str|mberg" wrote in message news:992084850 DOT 568529 AT queeg DOT ludd DOT luth DOT se... > Dave Lemmens wrote: > : I used DJGPP + RHIDE before, it worked great! > : But now I want to compile a program (very easy one) > : it doesn't work. > > : Example: > : __________________________ > : #include > > : int main() > : { > : cout << "test"; > : return 0; > : } > : ___________________________ > : This doesn't work ;-((( > > Define "doesn't work" and "work". > > > Right, > > MartinS