C Programming Books
The cluster focuses on recommendations for books to learn C programming, debating classics like K&R's 'The C Programming Language' against modern alternatives such as K.N. King's 'C Programming: A Modern Approach' and Jens Gustedt's 'Modern C'.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Besides the classic C book by K&R, what are some more modern C books that the HN community vouch for?
Sorry, that was a joke. If I was honest I might say K&R's 2nd edition of "The C Programming Language".
I think K N King serves best for the purpose. Many haven't mentioned this already and I am surprised about that.amazon.com/C-Programming-Modern-Approach-2nd/dp/0393979504
Buying "The C Programming Language" by K&R back in 1983. :)
In light of the fact that best practices have evolved considerably since K&R, what book(s) would you recommend for people wanting to learn C today?
I would suggest reading K&R (C Programming Language) as it's concise, clean, and should at least help you in developing a proper mindset for understanding programming languages
I don't understand why people keep citing K&R as a great book. It's a fairly mediocre introduction to C programming. Harbison and Steele is much more useful IMO.
I am surprised to see nobody mention Practical C Programming (https://www.amazon.com/Practical-Programming-Does-Nutshell-H...) by Steve Oualline. Before I studied computer science in school, I read this book and successfully taught myself C. Readers here may consider it to be a bit remedial, but if youβre struggling to understand the other recomm
Could you recommend some modern books on C programming?
For those of you who are not familiar with "The C Programming Language" (also written by Kernighan), see: http://www.amazon.com/C-Programming-Language-2nd/dp/01311036...