“C Programming in Linux” by David Haskins. An alternative to “The C Programming Language” by Kernighan and Ritchie
I found this great book for learning C. Lesson 1 is the usual “hello world” console app, but literally the next example dives into using it as a CGI script. It teaches all the usual C console output stuff, but concentrates on web programming with C and apache web server. This is great, as the…