From: Tudor Tutu Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ won't work! Date: Tue, 29 Oct 1996 08:24:14 -0800 Organization: cam.org Lines: 19 Message-ID: <32762FAE.2433@cam.org> References: <3274ED56 DOT 6761 AT dur DOT ac DOT uk> NNTP-Posting-Host: dynamicppp-222.hip.cam.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Greeny To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Greeny wrote: > > Whenever, I try and use GCC to compile C++ programs, it doesn't find > the > libraries and compile correctly. eg. It will not recognise cout and > gives me an error. What am I doing wrong? > -- > Lotslove, > Jon Well,if you want to compile c++ programs,I suggest using GXX instead of GCC because it searces by himself all the *default* c++ libs. So,if you've got a file called test.cc gxx -o test test.cc *should* do the trick. > Once I had a little game > I like to crawl inside my brain > I think you know > the game I mean > It's the game > Called go insane. Mr Mojo Risin (may his words live forever . . .)