From: "Dave Lemmens" Newsgroups: comp.os.msdos.djgpp Subject: can't use cout? Lines: 18 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 10:46:55 GMT NNTP-Posting-Host: 212.120.121.84 X-Complaints-To: abuse AT home DOT nl X-Trace: dbsch1.home.nl 992083615 212.120.121.84 (Sat, 09 Jun 2001 12:46:55 MET DST) NNTP-Posting-Date: Sat, 09 Jun 2001 12:46:55 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 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 ;-(((