From 74a5b0dcd3f99aa6cc962f66e67d3eb421e12beb Mon Sep 17 00:00:00 2001 From: Ryan D Holm Date: Sat, 27 Apr 2019 20:34:22 -0500 Subject: [PATCH] Add An Introduction to C & GUI Programming from Raspberry Pi Press/Simon Long (#3231) * Adding Harvard GSE Scratch Book * adding raspberry pi press book * spelling sorting doesn't ignore "an" as first word of title --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5ebe351b..93e034dd 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -922,6 +922,7 @@ Kerridge (PDF) (email address *requested*, not required) * [256-Color VGA Programming in C](http://www.brackeen.com/vga/) - David Brackeen * [A Tutorial on Pointers and Arrays in C](http://home.netcom.com/~tjensen/ptr/pointers.htm) - Ted Jensen [(PDF, Zipped HTML)](http://pweb.netcom.com/~tjensen/ptr/cpoint.htm) +* [An Introduction to C & GUI Programming](https://www.raspberrypi.org/magpi-issues/C_GUI_Programming.pdf) - Simon Long (PDF) * [Bare-metal programming for ARM](https://github.com/umanovskis/baremetal-arm) - Daniels Umanovskis [(PDF)](http://umanovskis.se/files/arm-baremetal-ebook.pdf) * [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 -- GitLab