From e37fe91c217f8fdf3ee3092168d7a068f2926550 Mon Sep 17 00:00:00 2001 From: swchoi727 Date: Thu, 5 Dec 2013 22:59:05 -0800 Subject: [PATCH] Update free-programming-books.md added "Deep C" under entry of C material. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 02cc9745..15fd7367 100755 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -476,6 +476,7 @@ * [The new C standard - an annotated reference](http://www.knosof.co.uk/cbook/cbook.html) * [Object Oriented Programming in C](http://www.planetpdf.com/codecuts/pdfs/ooc.pdf) (PDF) * [C Programming - Wikibooks](http://en.wikibooks.org/wiki/Programming:C) +* [Deep C] (http://www.slideshare.net/olvemaudal/deep-c) ###C++ -- GitLab