Spring, 2019
Jewett
C language information
ATMS 502 / CSE 566
Numerical fluid dynamics
This page serves as a resource for C on the web.
If you find other links that you think would benefit your fellow students, please contact me.

Links here still need updating.

From the Fortran/C in-class review:
  1. C and Fortran review
  2. C reference card (from here)
Textbooks:
  1. Free e-book:  Computer fundamentals and programming in C (Dey, 2010)
  2. Free e-book:  C Programming: The essentials for engineers and scientists (Brooks, 1999)
  3. Also: Programming in ANSI C (Kochan, 1994, available for $2 used); also at BigWords
Tutorials and other useful descriptions of C:
  1. C Programming Basics: Part 1, Part 2 (Ritu Arora, TACC)
  2. C Language Tutorial (Gordon Dodrill) (PDF)
  3. C Language Tutorial (Drexel) (brief but appears well done - gives you code examples and explains them)
Reference guides:
  1. C/C++ reference.com
  2. From SGI: C Language Reference Manual - SGI tech pubs (PDF)
  3. Wikipedia entry
At UIUC: