Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!grady From: grady@ucbvax.ARPA (Steven Grady) Newsgroups: net.lang.c,net.micro.mac Subject: Re: Books on C. Any reconmendations? Message-ID: <10635@ucbvax.ARPA> Date: Sun, 13-Oct-85 00:43:35 EDT Article-I.D.: ucbvax.10635 Posted: Sun Oct 13 00:43:35 1985 Date-Received: Mon, 14-Oct-85 04:12:46 EDT References: <250@geowhiz.UUCP> Reply-To: grady@ucbvax.UUCP (Steven Grady) Distribution: net Organization: University of California at Berkeley Lines: 26 Xref: watmath net.lang.c:6721 net.micro.mac:2938 In article <250@geowhiz.UUCP> schuh@geowhiz.UUCP (David Schuh) writes: >Hi folks; > Can anyone recomend a Good C book. Im not as familiar with > C as id like, I need some coaching and examples. Ideally I'd > like a book kind of like a reference manual and kind of like > a non trivial tutorial, one that would make a > good companion to the K&R. I went to the bookstore and > found a bunch of books but at 20 bucks a crack I dont really > whant to make a mistake. Any help would be greatly > appreciated. > >thanks >dave >!uwvax!geowhiz/schuh A book I found quite useful when I was learning C is Programming In C by Stephen G. Kochan published by Hayden It teaches C in an intersting way, without being too difficult for beginners, nor too simple-minded for people familiar with computers.. It has additional sections on working with larger programs, common programming mistakes, the UNIX C library, lint, among others.. Steven