From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: Re: Lcc Djgpp - an absolute beginner. Date: Wed, 24 Sep 1997 19:10:54 -0500 Organization: Spectrum Healthcare Services Lines: 19 Message-ID: <3429AC0E.FDA7BFD9@a.crl.com> References: <01bcc90b$e934b4e0$a5143ccb AT default> NNTP-Posting-Host: a116016.stl1.as.crl.com 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 Precedence: bulk j wrote: > > I'm an absolute beginner in the c language, after reading a couple of posts > here, i am currently downloading LCC. I decided on getting this since I am > running win95. Will I be able to do everything that can be done with djgpp > with lcc and will it be as easy? What is the better compiler for a > beginner? lcc and DJGPP are two different things. I think DJGPP is a better compiler for beginners and finishers alike. It certainly is adequate for the beginning C student, has full documentation of the standard C library, and comes with a debugger GDB. It does not get into the way like other compilers do. You just follow the edit->compile->debug cycle. You learn a lot inside the GDB. -- Weiqi Gao weiqigao AT a DOT crl DOT com