Your technical bookself

Surprised it took that long. :)


cookie2ug2cx0.jpg
 
K&R 5/5 ~ all reference works should be this concise
Stroustrup 3/5 ~ the info is usually in there but finding it...
Numerical Recipes 2/5 ~ probably decent when first published but just not cutting it these days
 
As I don't program at work now, at home the books on my desk are:
The C++ programming language, Straustrup
Programming in Objective-C
Cocoa Programming for Mac OS X
Beginning iPhone Development
The iPhone developer's cookbook
GPU Gems (GPGPU)
GPU Gems 2 (GPGPU)
A set of product management bits and bobs along with some english books
The computer also has TOGAF in pdf form (all £75 of it!)

On the bookshelf - Design Patterns, Effective C++, Java Programming, UNIX distributed programming, pthreads programming, pragmatic marketing bumpf.

I also have two boxes worth of other books including K&R.
 
Last edited:
I found Clean Code to be a bit predictable.

Currently I'm digesting RESTful Web Services. The code in it is all useless but the content is good and really gets you in the mindset.
 
I've got Pragmatic Programmer and Clean Code on my bookshelf (floor)

Pretty good books, giving you concepts to think about as you work.


Has anyone read Structure and Interpretation of Computer Programs (SICP) or watched the lectures/ worked through the exercises on the MIT opencourseware site.

The text book is actually online here:
http://mitpress.mit.edu/sicp/full-text/book/book.html

and the lectures are on youtube and this link:
http://ocw.mit.edu/OcwWeb/Electrica...Science/6-001Spring-2005/CourseHome/index.htm
 
Back
Top Bottom