From 3436edf7ff1ae09812dff7f82232ebd4a99580b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Tue, 5 Oct 2021 09:37:41 +0200 Subject: [PATCH] Added Tiny C Projects Hi, Stjepan from Manning here. I thought this latest C title from our catalog might be a good match for your list. Thank you for considering it. Best, --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6809aa3..3b3bccd 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,7 @@ This is a list of resources for learning C programming in general, or something * [C: A Reference Manual 5E](http://careferencemanual.com/) - Full reference book for C99. * [C Pocket Reference](http://shop.oreilly.com/product/9780596004361.do) - Concise reference book for C99. * [The C Programming Language 2E](https://en.wikipedia.org/wiki/The_C_Programming_Language) - The original book on C, by its creators. +* [Tiny C Projects](https://www.manning.com/books/tiny-c-projects) - 21 fun and interesting tiny challenges to master essential C techniques you’ll use in full-size applications. #### Beginner ####