CSE 374 Wi15 C/C++ Resources

Here are some useful links for C (and C++) programming. Please post suggestions for additions or changes on the discussion board or mail them to the course staff.

Online resources:

Books:

  • The C Programming Language by Kernighan and Ritchie, P-H, 2nd ed., 1988. This is listed as an optional text for the course, but all serious programmers should study it and have it on their shelf. For CSE 374 you should find it useful as a source for examples and explanations about how C is intended to be used by the people who created it.

  • C: A Reference Manual by Harbison and Steele, P-H, 5th ed., 2002. A detailed reference with examples. Also on every serious C programmer's shelf.