Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uxc.cso.uiuc.edu!uxc.cso.uiuc.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!jpd00964 From: jpd00964@uxa.cso.uiuc.edu Newsgroups: comp.sys.mac.programmer Subject: Re: Introductory C Books Message-ID: <227700023@uxa.cso.uiuc.edu> Date: 4 Aug 89 17:24:00 GMT References: <211@zip.eecs.umich.edu> Lines: 20 Nf-ID: #R:zip.eecs.umich.edu:211:uxa.cso.uiuc.edu:227700023:000:980 Nf-From: uxa.cso.uiuc.edu!jpd00964 Aug 4 12:24:00 1989 [C primers] First and foremost, you will need K&R. That is actually The C Programming Language by Kernighan and Ritchie. This is the definition of the language. Both first edition and second edition are being sold. The second edition is a bit better written, and includes a lot of new stuff, but the first edition is cheaper and acceptable. The LSC manual will tell you everything not in the first edition. The next book is a new book. It is called Macintosh Programming Primer by Chernicoff. This books include routines written in LSC and is extremely well written. I for one am very impressed with it. It will give you four or five pages of source code, then spend ten pages explaining every routine. You can go through the source code and look up anything you do not understand. It does not teach you C so much as it teaches you how to implement standard C that works on every machine onto the Mac's F***ing Pascal calling convention. Michael Rutman Softmed