View Single Post
Old Jan 16th, 2007, 1:56 AM   #7
TheMuffenMann
Newbie
 
Join Date: Jan 2007
Posts: 4
Rep Power: 0 TheMuffenMann is on a distinguished road
Excellent book, not for total beginners, but if you know the basics, you will quickly learn good programming style and useful tips. Most of the time when i am writing a C program, and have a question, i turn to either this book or "Expert C Programming", by peter van der linden. Both really good books. Get both. 5 stars. One thing i really liked about this one in particular, was that it shows examples of functions that are central to C coding, like fopen(). This allows you to glean some insight into how all those variable declarations, syscalls, and conditional branching structures fit together.
TheMuffenMann is offline   Reply With Quote