12

I'm required to learn C to help a professor of mine with some lab work. I've got only about 2 weeks to get ready. Anyone can recommend a good course/book, but preferably a video course that's thick and decent (like the MIT open courses style), but anything else that you've had good experience with is welcome too.

Thank you all

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
CraigC
  • 121
  • 1
  • 3

1 Answers1

5

The Stanford video lectures are interesting.

You can find them here: http://www.youtube.com/view_play_list?p=BD4CAF263B15E5E4&search_query=stanford+program+in+c

EDITED: Sorry, but the above link is about Java. For C, see the following videos: http://www.youtube.com/watch?v=kMzH3tfP6f8&videos=9CyTscpFk5M&playnext_from=TL&playnext=1

Alex Ntousias
  • 8,962
  • 8
  • 39
  • 47
  • You're right, I'm sorry! I got confused! I think this one is about C though: http://www.youtube.com/watch?v=kMzH3tfP6f8&videos=9CyTscpFk5M&playnext_from=TL&playnext=1 – Alex Ntousias Dec 21 '09 at 04:53
  • -1 This is not a C course, it is a "Programming Abstractions" course and they use C++, not C, to teach it. – Robert Gamble Dec 21 '09 at 05:15