From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP!!!! Date: Mon, 10 Aug 1998 18:25:46 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 33 Message-ID: <35CF736A.6DA63FD5@cs.net> References: <901344523 DOT 17805 DOT 0 DOT nnrp-03 DOT 9e989aee AT news DOT demon DOT co DOT uk> <01bdb933$9f1276e0$92c809c0 AT chessa> <6q1lpt$p29$1 AT tron DOT sci DOT fi> <35C738D2 DOT 75A57BA3 AT cartsys DOT com> <19980804 DOT 160420 DOT 5903 DOT 2 DOT vcarlos35 AT juno DOT com> <35CEAD83 DOT 157A9867 AT xyz DOT net> NNTP-Posting-Host: ppp106.cs.net 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 Bjorn Hansen wrote: > > vcarlos35 AT juno DOT com wrote: > > > program! Don't get "C Programing for Dummies" either. After over 400 > > pages, > > at the end of the first book (there are two), pointers/indirection still > > aren't mentioned. > > > > I thought "C programing for Dummies" was very good thoug it was a bit > longer than necesary. it was amusing enough though that it was pretty light > reading and you realy know the things that are covered. Of course it is > dissapointing to not get to pointers but I think it is a good start. I would be careful with this advice. I read _C for Dummies_ on a lark once and found it to have some rather blatant omissions. Treatment of pointers was obviously not covered, but it also made no mention of 32-bit code, used 16-bit examples for graphics (like many other books), and did some very nasty stuff with the return type of main() and a few other ANSI rules. _C for Dummies_ is fine for somebody who only cares about programming in Turbo C, but for the serious programmer I'd recommend a more comprehensive book. -- --------------------------------------------------------------------- | John M. Aldrich | "Autocracy is based on the assumption| | aka Fighteer I | that one man is wiser than a million | | mailto:fighteer AT cs DOT net | men. Let's play that over again, | | http://www.cs.net/fighteer/| too. Who decides?" - Lazarus Long | ---------------------------------------------------------------------