Related Links
This is not intended to be complete, but a sampling of what seems interesting and relevant. I welcome additional suggestions for this page.
Books on C
- Samuel P. Harbison III and Guy L. Steele Jr. C: A Reference Manual, Fifth Edition.
- Peter van der Linden. Expert C Programming: Deep C Secrets.
- Brian W. Kernighan and Dennis M. Ritchie. The C Programming Language, Second Edition.
Dynamic memory allocation
- Dmalloc - Debug Malloc Library
- valgrind -- a free Purify-like tool for Linux x86