Last Updated: February 25, 2016
·
518
· rlankenau

Best book on software engineering in C that I've read so far

http://shop.oreilly.com/product/0636920025108.do

This book covers a lot of the lessons that I learned the hard way writing C professionally, including:

  • Source control
  • Autotools
  • Debugging
  • Documentation tools
  • Using libraries effectively
  • Writing readable and reusable C code