C for Java Programmers
From CS415
Section slides
- C for Java programmers (http://www.cs.cornell.edu/courses/cs414/2004sp/tutorials/cforjava.pdf)
References
- Kernighan & Ritchie: The C Programming Language (http://cm.bell-labs.com/cm/cs/cbook/) ("K&R" for short)
- on reserve in the Engineering library
- a must-own for every non-trivial C-programmer
- C Programming Notes (http://www.eskimo.com/~scs/cclass/krnotes/top.html) (notes on K&R)
- Errata for The C Programming Language, Second Edition (http://cm.bell-labs.com/cm/cs/cbook/2ediffs.html)
Tutorials
- Brian W. Kernighan - Programming in C A Tutorial (http://www.lysator.liu.se/c/bwk-tutor.html)
- C Programming (http://www.strath.ac.uk/CC/Courses/NewCcourse/ccourse.html)
Style Guides
- C Style Guide (http://www.cs.cornell.edu/courses/cs414/2004sp/tutorials/cstyle.pdf)
History
- The Development of the C Language (http://cm.bell-labs.com/cm/cs/who/dmr/chist.html) - a paper on the history of development of the C language, by Dennis Ritch