From: "Marcus" Newsgroups: comp.os.msdos.djgpp Subject: Re: Djgpp Date: Mon, 28 Feb 2000 03:48:24 +0100 Organization: Telenordia Lines: 31 Message-ID: <89cnp3$j8a$1@cubacola.tninet.se> References: <38B9D56E DOT DD3E1F89 AT twcny DOT rr DOT com> NNTP-Posting-Host: 193.150.200.251 X-Trace: cubacola.tninet.se 951706211 19722 193.150.200.251 (28 Feb 2000 02:50:11 GMT) X-Complaints-To: abuse AT algo DOT net NNTP-Posting-Date: 28 Feb 2000 02:50:11 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Easier? No way... DJGPP is very easy to install... All you have to do is unzip all the zip files to eg. c:\djgpp and add two lines to your autoexec.bat SET DJGPP=C:\DJGPP\djgpp.env SET PATH=C:\DJGPP\BIN Then type RHIDE and start coding. I know that RHIDE have a lot of bugs and isn't easy to use but better than the command line Borland C++ Compiler gives you. > Borland C++ is free, you can try that. No... not BC. BCC is free. The Borland C++ Compiler. BC is the IDE and you still have to pay money for it. -- /regards Marcus Hi, I'm a signature virus. plz set me as your signature and help me spread :) > On Sun, 27 Feb 2000 20:54:54 -0500, Cvr1 wrote: > > Where can I find a readme file on how to install and correctly run Djgpp > > (or any compiler for C++, not C) on a windows system? The readme I got > > was meant to be read help with running in DOS, and I was completely > > confused and still cannot compile anything in C++. Is there an easier > > compiler than djgpp to use? > > >