I'm a physicist by degree, and I'm working in a computational biophysics lab where everything is written in old school C, so I've been furiously scrambling (with my mind) to keep up and learn some C. I've been working my way through K&R, and it's good, and I think that now, after I have had my mind blown several times, I'm finally starting to understand pointers.
Thing is, the latest edition of K&R is 22 years old. And I get that C itself is more than 30 years old, but I still feel like I'm missing some stuff here. Have there been any significant advances in C coding in the intervening time that I should be aware of? Or am I just being paranoid?
Especially relevant to what I'm doing now would be anything about parallel computing. I've gotten the impression from various places that C has at least some capabilities in that regard, but I haven't come across any really good books or resources on the topic.
So yeah, I think that I've already got the best C book there is, but what's the best modern C book out there? Anyone have any good suggestions?