Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site valid.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!decwrl!pyramid!pesnta!valid!gelfand From: gelfand@valid.UUCP (Brooks Galfand) Newsgroups: net.lang.c Subject: Re: Any recommendations for a good C tutorial? Message-ID: <112@valid.UUCP> Date: Wed, 5-Feb-86 13:52:47 EST Article-I.D.: valid.112 Posted: Wed Feb 5 13:52:47 1986 Date-Received: Fri, 7-Feb-86 21:55:44 EST References: <11704@ucbvax.BERKELEY.EDU> Organization: Valid Logic, San Jose, CA Lines: 23 > > > I have a friend who wants to learn C, so I recommended the book I > learned from, The C Programming Language by Kernighan and Ritchie. However, > he is finding it a little obtuse. He is a programmer, so no kiddie C books > please, but if anyone knows of a good tutorial on C, I would appreciate it if > you would recommend it. > > - Thanks, Tim Iverson. > iverson@cory.BERKELEY.EDU > iverson@cory.UUCP I have been programming for a while and found that the Kernighan and Ritchie book left much to be desired as a tutorial although it makes a good reference. The book I learned from is: Programming in C by Stephen G. Kochan published by Hayden Book Company, Rochelle Park, New Jersey, ISBN 0-8104-6261-3. I found the examples in the book quite straight forward and easy to follow. The sections on I/O and memory allocation are a bit skimpy, but for a first books it is very good.