| delorie.com/archives/browse.cgi | search | 
| From: | patrickl AT macau DOT ctm DOT net | 
| Newsgroups: | comp.os.msdos.djgpp | 
| Subject: | Re: What is happening ????? | 
| Date: | Sun, 16 Mar 1997 10:35:35 GMT | 
| Organization: | Macau CTM InterNetNews site | 
| Lines: | 36 | 
| Message-ID: | <5geq4h$96u@vassun0.macau.ctm.net> | 
| References: | <32f253f2 DOT 517889 AT news DOT flashnet DOT it> <01bc0feb$4bb4c2c0$0f02000a AT weiqigao> | 
| NNTP-Posting-Host: | c9line3.macau.ctm.net | 
| To: | djgpp AT delorie DOT com | 
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp | 
Thanks Weiqi Gao!   I have the same problem and now with your help I
am able to compile and link when using the cout in "iostream.h"
I am also new to djgpp and C++.  
Many thanks 
"Weiqi Gao" <weiqigao AT crl DOT com> wrote:
>Use "gxx a1.cc -o a1" and you'll do fine.
>-- 
>Weiqi Gao
>weiqigao AT crl DOT com
>Eolo Perfido <eolop AT mbox DOT vol DOT it> wrote in article
><32f253f2 DOT 517889 AT news DOT flashnet DOT it>...
>> Compiling this incredible stupid code (i'm learning):
>> 
>> #include <iostream.h>
>> #include <stdlib.h>
>> 
>> 
>> main ()
>> {
>> 
>> cout << "eolo";
>> 
>> return 0;
>> 
>> }
>> 
>> 
>> I receive this error....
Patrick Lee
| webmaster | delorie software privacy | 
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |