From 1ba22d1f403e8c738312e1f5ac40e147cae042f0 Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C" Date: Mon, 11 Aug 2014 12:23:53 -0500 Subject: [PATCH 1/2] Added The GNU C Programming Tutorial --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 0b2915841..aec9d25e5 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -698,6 +698,7 @@ * [The Craft of Text Editing or A Cookbook for an Emacs](http://www.finseth.com/craft/) - Craig A. Finseth * [The New C Standard - An Annotated Reference](http://www.knosof.co.uk/cbook/cbook.html) * [Using C on the UNIX System - David A. Curry](http://www.bitsinthewind.com/about-dac/publications/using-c-on-the-unix-system) +* [The GNU C Programming Tutorial](http://www.crasseux.com/books/ctut.pdf) ### C Sharp From 44ccda0b6bc9d7c2b5c6182b9405845cb344702c Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C" Date: Mon, 11 Aug 2014 13:52:45 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Add=20Programaci=C3=B3n=20de=20videojueos?= =?UTF-8?q?=20con=20SDL=20to=20spanish=20books?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- free-programming-books-es.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index ad3bc1b49..683e725c2 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -86,6 +86,7 @@ * [97 cosas que todo programador debería saber](http://97cosas.com/programador) * [El camino a un mejor programador](http://emanchado.github.io/camino-mejor-programador/) * [Videojuegos Multiplataforma con OpenFL](http://www.openflbook.com/) +* [Programación de videojuegos SDL](http://www.albertogarcia.info/libros/sdl/%5Bebook%5DProgramacion%20de%20videojuegos%20con%20SDL.pdf) (PDF) #### Paradigmas de Programación