From 182d81798cd48046aa9b76c78f9c073f43e8b8fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Sat, 9 Mar 2024 02:49:33 +0100 Subject: [PATCH] Added 100 C++ Mistakes and How to Avoid Them (#1512) Hi, Stjepan from Manning here. I thought this tile might be a good match for your list. Thank you for considering it. Best, --- books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books.md b/books.md index 4f418d4..b291f86 100644 --- a/books.md +++ b/books.md @@ -20,6 +20,7 @@ ## C++ +* [100 C++ Mistakes and How to Avoid Them](https://www.manning.com/books/100-c-plus-plus-mistakes-and-how-to-avoid-them) * [C++ Annotations](http://cppannotations.sourceforge.net/) * [C++ Cookbook](http://staff.ppu.edu/dkhalid/O'Reilly%20-%20C++%20Cookbook%20%282007%29.pdf) (PDF) * [C++ GUI Programming With Qt 3](http://www.computer-books.us/cpp_0010.php)