From: jcadam AT pcisys DOT net (James Adam) Newsgroups: comp.os.msdos.djgpp Subject: Re: NEwbie Date: Tue, 15 Jul 1997 22:13:28 GMT Organization: PCI Systems Inc. Lines: 16 Message-ID: <33cbf4a0.436356@news.pcisys.net> References: <19970715021000 DOT WAA09708 AT ladder01 DOT news DOT aol DOT com> Reply-To: jcadam AT pcisys DOT net NNTP-Posting-Host: 207.204.247.111 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 15 Jul 1997 02:10:11 GMT, skater1284 AT aol DOT com (Skater1284) wrote: >Hi!! > I'm just starting to learn DJGPP coming out of knowing very little of >QBasic and knowing little algebra. What can you reccomend i do to learn. >What books are good for complete idiots? When I was trying to learn C, I went through many books, most were worthless as they jumped from programs that were idiot-simple to ones that were brain-numbingly complex(for the beginner). One excellent book (the one I learned most of my knowledge of C from), is The Waite Group's C Programming Using Turbo C++, Second Edition (ISBN 0-672-30399-X). Although it is meant for Turbo C++, most of the examples will compile under any decent compiler. Just skip over the Turbo C specific stuff (The graphics functions, which is only one out of fifteen chapters anyway).