From 4f9f026e735391038c8abbacceac572d08b00553 Mon Sep 17 00:00:00 2001 From: Finn 'Gallefray' O'leary Date: Tue, 15 Oct 2013 15:47:08 +0100 Subject: [PATCH] Added the C programming guide from wikibooks. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 6e13d8bf..85b5dcc6 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -306,6 +306,7 @@ * [Learn C the hard way](http://c.learncodethehardway.org/book/) * [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) ###C++ -- GitLab