From: "Don Johnson" Newsgroups: comp.os.msdos.djgpp Subject: Re: ANSI C Reference/Tutorial Book Date: 10 Apr 1997 01:13:57 GMT Organization: Texas Networking, Inc. Lines: 20 Message-ID: <01bc454c$5cbc3300$a7067fce@DonJohnson.texas.net> References: <3 DOT 0 DOT 32 DOT 19970406171653 DOT 008d2b00 AT dataplusnet DOT com> <860456473snz AT tsys DOT demon DOT co DOT uk> NNTP-Posting-Host: mnet05-06.sat.texas.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > I don't know how good that book is, but I read C++ for C programmers by Ira > Pohl and I thought it was awful. I've seen A book on C recommended though. > > If you want a solid knowledge of C, than I would have to recommend `The C > programming language' (2nd Edition) by Kernighan & Ritchie. You need to have > a background in programming as it assumes you are not stupid. > Yea, the Kernighan & Ritchie book is pretty good. It clearly (though briefly) gets the point across. You do need some programming background to follow this one. Another cruddy book to watch out for is "Applications Programming in ANSI C" by Johnsonbaugh & Kalin. Things are presented in such a hap hazard manner, it made the language more difficult to learn than it should have. DMJ