Resources for software development in C

  1. A detailed list of What you should be able to do for the Final Exam (pdf)
  2. C Videos
  3. Eccential C — A concise introduction to C written by Nick Parlante
  4. Python and C — Comparisons and Contrasts
  5. A not-yet-complete set of Tutorials for Software Development in C that David Mutchler prepared
  6. The C Tutorial at www.cprogramming.com — many people find it helpful
  7. The C Tutorial at computer.howstuffworks.com — good for explanations, but harder to use as a reference for looking up things, perhaps
  8. The C libraries <string.h> and <cytpe.h> for strings and characters, respectively
  9. Troubleshooting C on Eclipse — Where are my binaries?