Dr Fragen in the operating room

Programming books

·

> [Programming Books][1]. I sometimes get email asking me about how I learned to be a Mac developer. Here’s a list of books that have been most important to me.
> * [Learn C on the Macintosh][2] by Dave Mark taught me how to program in C. Knowing C, even in this age of Java and Objective-C, is important. It’s the basis for everything else.
> * [The C Programming Language][3] by Kernighan and Ritchie is the essential reference. Years after initially learning C I still refer to it.
> * [Writing Solid Code][4] by Steve Maguire is about the philosophy and practices of development. It teaches, and even inspires, one to be rigorous and thorough.
> * Ultimate Mac Programming by Dave Mark appears to be out of print. This book taught me the Apple event manager. If you’re interested in Apple events, and can find this book, buy it.
> * [Cocoa Programming for Mac OS X][5] by Aaron Hillegass is an excellent introduction to Cocoa. I went from not really getting Cocoa to building my own apps before I was even half-way through the book.
_If Brent says this is what to read, then this is what to read._
[1]: http://inessential.com/?comments=1&postid=1988
[2]: http://shop.barnesandnoble.com/textbooks/booksearch/isbnInquiry.asp?isbn=0201484064
[3]: http://shop.barnesandnoble.com/textbooks/booksearch/isbninquiry.asp?isbn=0131103628
[4]: http://shop.barnesandnoble.com/textbooks/booksearch/isbnInquiry.asp?isbn=1556155514
[5]: http://shop.barnesandnoble.com/textbooks/booksearch/isbnInquiry.asp?isbn=0201726831
[6]: http://inessential.com/