Message-ID: <004c01c0f0e4$11a04620$0100a8c0@fibertel.com.ar> From: "Norberto Alfredo Bensa" To: References: Subject: Re: can't use cout? Date: Sat, 9 Jun 2001 09:59:49 -0300 Organization: nBens@ Computers X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 > #include > int main() > { > cout << "test"; > return 0; > } > ___________________________ > This doesn't work ;-((( > >