From ff44c3b79222fe47151141306692a6227a5da2af Mon Sep 17 00:00:00 2001 From: faraco Date: Tue, 3 Jan 2017 04:15:39 +0800 Subject: [PATCH] (Added 3 new books/sites for C list) (#2189) * Update free-programming-books.md * Update free-programming-books.md * Update free-programming-books.md * Update free-programming-books.md --- free-programming-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index becb586d..0df09c8c 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -819,9 +819,12 @@ * [Beej's Guide to C Programming](http://beej.us/guide/bgc/) - B. Hall * [Beej's Guide to Network Programming - Using Internet Sockets](http://beej.us/guide/bgnet/) - B. Hall * [Build Your Own Lisp](http://www.buildyourownlisp.com) +* [C for Python Programmers - Carl Burch](http://www.toves.org/books/cpy/) * [C Programming](https://en.wikibooks.org/wiki/Programming%3AC) - Wikibooks +* [C Programming Boot Camp - Paul Gribble](http://gribblelab.org/cbootcamp/) * [Deep C](http://www.slideshare.net/olvemaudal/deep-c) * [Essential C](http://cslibrary.stanford.edu/101/EssentialC.pdf) (PDF) +* [Everything you need to know about pointers in C - Peter Hosey](http://boredzo.org/pointers/) * [Learn to Code With C - The MagPi Essentials](https://www.raspberrypi.org/magpi-issues/Essentials_C_v1.pdf) (PDF) * [Modern C](http://icube-icps.unistra.fr/img_auth.php/d/db/ModernC.pdf) (PDF) * [Object-Oriented Programming With ANSI-C](http://www.planetpdf.com/codecuts/pdfs/ooc.pdf) (PDF) -- GitLab