From c8af2630506a42beff32d065a24922e978eb9d51 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Oct 2010 15:17:02 -0400 Subject: [PATCH] Added C post. --- posts/C.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 posts/C.mdwn diff --git a/posts/C.mdwn b/posts/C.mdwn new file mode 100644 index 0000000..744ad0f --- /dev/null +++ b/posts/C.mdwn @@ -0,0 +1,15 @@ +[C][] is the grandaddy of most modern programming languages. + +There are several C tutorials available on-line. I would recommend +[Prof. McMillan]'s [introduction][] and [The C Book][] by Mike +Banahan, Declan Brady, and Mark Doran, which has lots of +well-explained examples to get you going. + +[C]: http://en.wikipedia.org/wiki/C_%28programming_language%29 +[Prof. McMillan]: http://www.physics.drexel.edu/directory/faculty/homepage/?lname=McMillan&fname=Steve +[introduction]: http://www.physics.drexel.edu/students/courses/Comp_Phys/General/C_basics/index.html +[The C Book]: http://publications.gbdirect.co.uk/c_book/ + +[[!tag tags/tools]] +[[!tag tags/programming]] +[[!tag tags/C]] -- 2.26.2