▲ | anta40 5 days ago | |||||||||||||||||||||||||||||||
Who told that? I still hear K&R being recommended as introduction material. If you want to write portable/production-grade C code, well definitely need to study another references. | ||||||||||||||||||||||||||||||||
▲ | Arch-TK 4 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
There are very few resources for learning C which aren't themselves full of terrible C. If you want a short introduction with the caveat that it only covers C89, only covers parts of it, and doesn't cover e.g. POSIX or anything outside of standard C then K&R2 + errata is fine. If you want a long book on C which has a more modern approach then there is K. N. King's C a Modern Approach. Jens' book is at least vouched for by https://iso-9899.info/wiki/Books . So I have to assume it's also okay. | ||||||||||||||||||||||||||||||||
▲ | adamors 4 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
Exactly, I was looking into refreshing my C knowledge recently and K&R is still heavily recommended. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | pjmlp 4 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
Because most people know no better, and recommend their UNIX heros. This is a more useful book for modern days, https://www.manning.com/books/modern-c flohofwoe already put it out clearly on his comment. |