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" wrote: >Use "gxx a1.cc -o a1" and you'll do fine. >-- >Weiqi Gao >weiqigao AT crl DOT com >Eolo Perfido wrote in article ><32f253f2 DOT 517889 AT news DOT flashnet DOT it>... >> Compiling this incredible stupid code (i'm learning): >> >> #include >> #include >> >> >> main () >> { >> >> cout << "eolo"; >> >> return 0; >> >> } >> >> >> I receive this error.... Patrick Lee