From: "emry" Subject: Re: I don't know how to compile! References: <970813154204_1216939487 AT emout06 DOT mail DOT aol DOT com> Organization: none Message-ID: <01bcadd1$478ca120$28071dac@d-080> Newsgroups: comp.os.msdos.djgpp Date: Wed, 20 Aug 1997 18:28:36 -0700 Lines: 26 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Have you tried downloading rhide? it makes things alot easier. I am also trying to learn c/c++, and rhide simplifies things by handling commands for you, as well as the fact that it provides a simple editing inerface. Also undefined errors often come up if you don't declare the variables before actualy using them. (ie int c; defines c as an integer) -- Kenneth M. Burling Send email emry AT nova1 DOT net the email address in the header is modified to prevent spamming. Mega354 AT aol DOT com wrote in article <970813154204_1216939487 AT emout06 DOT mail DOT aol DOT com>... > I'm only 14 and learning C++...and I need a compiler to compile the programs > i make....and i have DJGPP....but i don't know that much....how can I make my > code and tell the compiler to compile it....without it saying 'undefined > reference to cout'..or something like that....I know i have the code > right...i just don't know how to use DJGPP and i read the docs...but they are > too comfusing.. > > Dan >