mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / C.mdwn
1 [C][] is the grandaddy of most modern programming languages.
2
3 There are several C tutorials available on-line.  I would recommend
4 [Prof. McMillan]'s [introduction][] and [The C Book][] by Mike
5 Banahan, Declan Brady, and Mark Doran, which has lots of
6 well-explained examples to get you going.
7
8 [C]: http://en.wikipedia.org/wiki/C_%28programming_language%29
9 [Prof. McMillan]: http://www.physics.drexel.edu/directory/faculty/homepage/?lname=McMillan&fname=Steve
10 [introduction]: http://www.physics.drexel.edu/students/courses/Comp_Phys/General/C_basics/index.html
11 [The C Book]: http://publications.gbdirect.co.uk/c_book/
12
13 [[!tag tags/tools]]
14 [[!tag tags/programming]]
15 [[!tag tags/C]]