  |
Scholarly Resources for CompSci Undergrads - C - http://www.csd.uwo.ca/~jamie/C/
C tutorials, references and links. |
  |
Writing Bug-Free C Code - http://www.duckware.com/bugfreec/
Online book by Jerry Jongerius advocates a style of programming based upon classes, data abstraction, run-time type checking, and fault tolerant functions which results in bug-free C code. Sources, Amazon link for printed copy. |
  |
Applications Programming in ANSI C - http://condor.depaul.edu/~mkalin/ed3/
Third edition.View online of download for viewing later. |
  |
Simulating Ecological and Evolutionary Systems in C - http://www.biology.duke.edu/wilson/Book/
Book by Will Wilson. The book starts with elementary programs modeling stochastic birth-death processes, slowly increasing programming complexity as the chapters progress. |
  |
C Programming: A Modern Approach - http://www.knking.com/books/c2/
Presents the second edition of the tutorial and reference by K. N. King with resources, feedback from readers and instructor information. |