| delorie.com/archives/browse.cgi | search | 
| Message-ID: | <004c01c0f0e4$11a04620$0100a8c0@fibertel.com.ar> | 
| From: | "Norberto Alfredo Bensa" <ceo AT nbensacomputers DOT com> | 
| To: | <djgpp AT delorie DOT com> | 
| References: | <z8nU6.14958$y7 DOT 129427 AT dbsch1 DOT home DOT nl> | 
| 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 <io.h>
>
#include <iostream.h>
> int main()
> {
> cout << "test";
> return 0;
> }
> ___________________________
> This doesn't work ;-(((
>
>
| webmaster | delorie software privacy | 
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |