Hacker News new | ask | show | jobs
by ndesaulniers 2297 days ago
I work on Clang and the Linux kernel. JavaScript was the first language I feel I've mastered, before C. Of the many C books I have and have read, I only recommend 2:

Head First C by Griffiths and Griffiths

Expert C Programming: Deep C Secrets by van der Linden

The first is an excellent introduction, especially if you treat it as a workbook.

The second is a great intermediate book.

Really advanced stuff comes from seeing things in the wild.

1 comments

Also, Jens' book is great, and I've learned from reading it, but it is way too long for a beginner.