From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: What is happening ???? Date: Mon, 03 Feb 1997 12:44:21 -0400 Organization: Nortel Technology Lines: 21 Message-ID: <32F615DC.577F@nortel.ca> References: <32f25488 DOT 667556 AT news DOT flashnet DOT it> NNTP-Posting-Host: bkanm382.bnr.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'm new too. Looking at some of the complicated command line fixes to your situation, I'm wondering how I got any of my more complicated exercises to compile at all !!! Is it because I'm a rhide fan? Regards Ian Eolo Perfido wrote: > > Compiling this incredible stupid code (i'm learning): > > #include > #include > > main () > { > > cout << "eolo"; > > return 0;