http://www.cs.cornell.edu/courses/cs414/2001SP/tutorials/cforjava.htm http://www.cs.cornell.edu/courses/cs414/2007sp/cforjava.pdf A "C for Java Programmers" tutorial written for Cornell University's Operating Systems students. |
http://www.comp.lancs.ac.uk/computing/users/ss/java2c/
A "C for Java Programmers" tutorial written at Lancaster University (UK). |
http://www.cs.vu.nl/~jason/college/dictaat.pdf http://www.cs.vu.nl/~jason/college/course.html Short text for "C for Java Programmers" course from Vrije University in Amsterdam, the Netherlands. The second link is the course homepage. |
http://www.cs.cf.ac.uk/Dave/C/CE.html
Has topics listed in outline form, each are linked. Links lead to nice explanation with many examples. |
http://www.acm.uiuc.edu/webmonkeys/book/c_guide/
A C language library reference. Commands and header files are listed in outline form with links. Link takes you to textual explanation (a bit sparse, is like getting all man pages in one package). |
http://www.cyberdiem.com/vin/learn.html
This is a collection of links to C (and C++) tutorials, with a one paragraph summary of each. |
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang98/HTML/clanghm.asp
From Microsoft MSDN reference for VC++. Very hierarchical and verbose. |
http://www.refcards.com
Has reference cards for several topics. Link to ANSI C reference card below. |
http://refcards.com/docs/silvermanj/ansi-c/ansi-c-refcard-a4.pdf
A two-page (3 columns each) C reference card! I printed this out. |