Today I was trying to find some resources(sites, books, etc) in order to keep up to date with some programming languages. One of them was C and I found the following site:
It's fascinating watching the HN community ebb and flow around topics, there's this collective conscious that discusses programming languages (mostly) and some days the tide takes us to a heavily Pythonic view of the world, and this week we're having a c revivalist movement.
I thinking writing a system to identify topics on HN day after day and try to correlate this with other events might be interesting, is it for example all reactionary, is it some form of herding, does it follow topics on other similar forums, or just pseudo-random.
Back to the topic. There is one definitive C resource, K&R.
The C99 standard itself and corresponding Wikipedia pages are quite useful. The gcc manual is also a handy reference for determining whether a particular gcc feature is standard compliant.
It's also one of the more slim programming books on my shelf. I've considered handing to to friends interested in programming. Simply because I hand them a Python book with thousands of pages and I can see them visibly cringe.
Yes. But I'd also recommend getting Stephen Prata's C Primer Plus. It covers C99, and talks about more complicated topics such as multiple pointer indirection and the preprocessor.
I learned from the original edition back in the 80's. When I saw the price at Amazon I was surprised. The list price is given as $67. The Amazon price is $48. The book's a classic but the pricing seems excessive given that the edition is 22 years old.
This looks like it's only online resources, but I'm reading C Interfaces and Implementations, and it's great. I wish I had read it earlier. Even though I don't use C much at work, it's quite an interesting step from K&R.
I would recommend adding the Linux Kernel Coding Style guide to the list of recommended reading for C programmers. You don't have to follow its advice, but seeing some of the reasoning behind the policies therein can improve your appreciation of the language details.
http://www.di-mgt.com.au/cprog.html
Just to mention that the last update of this page was on 1 January 2010.