From e37fe91c217f8fdf3ee3092168d7a068f2926550 Mon Sep 17 00:00:00 2001 From: swchoi727 Date: Thu, 5 Dec 2013 22:59:05 -0800 Subject: [PATCH 1/2] 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 02cc97452..15fd73677 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++ From e0a842a1ec9f1f7498abc6256433d015256fb711 Mon Sep 17 00:00:00 2001 From: swchoi727 Date: Thu, 5 Dec 2013 23:09:15 -0800 Subject: [PATCH 2/2] Update free-programming-books.md changed "Graphics User Interfaces" into "Graphical User Interfaces" --- free-programming-books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 15fd73677..d83ef061b 100755 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1,6 +1,6 @@ ###Index * [Meta-Lists](#meta-lists) -* [Graphics user interfaces](#graphics-user-interfaces) +* [Graphical user interfaces](#graphical-user-interfaces) * [Graphics Programming](#graphics-programming) * [Language Agnostic](#language-agnostic) * [Algorithms & Datastructures](#algorithms--datastructures) @@ -160,7 +160,7 @@ * [Tutorials for modern OpenGL](http://www.opengl-tutorial.org/) * [OpenGL Programming Guide (The Red Book)](http://fly.srk.fer.hr/~unreal/theredbook/) -###Graphics User Interfaces +###Graphical User Interfaces * [Programming with gtkmm 3](https://developer.gnome.org/gtkmm-tutorial/stable/)