From: Greg DOT Thomas AT btinternet DOT com (Greg Thomas) Newsgroups: comp.os.msdos.djgpp Subject: Re: C reference books Date: Sun, 15 Dec 1996 16:54:35 GMT Organization: None Lines: 20 Message-ID: <32a95cbb.3674757@news.btinternet.com> References: <01BBDEAB DOT 2ED97E00 AT sky38 DOT dataplusnet DOT com> NNTP-Posting-Host: host-73-36-155.btinternet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Michael Matczynski wrote: >Which C reference book do you think is the best for a beginner? Are = >there any out there that are written strictly about DJGPP? Please = >respond directly to me via E-mail, do not post to the mailing list = >because otherwise it will get cluttered up. A beginner to C or a beginner to programming? If the former, I have a copy of 'The C Programming Language' 2nd Ed, by Kernighan and Ritchie, and find it indespensible. One of the good parts about it is that it's a fairly small book. Mind you, I find Appendix B (the definition of the standard include libraries) is looking extremely well thumbed, by now! It's not specifically about DJGPP, but it's basically an ANSI 'C' book, and as DJGPP is ANSI C, then , well, you get the idea. HTH, Greg