From d63b85239aa9ce78fd68d48cfb8730e61635337b Mon Sep 17 00:00:00 2001 From: Krzysztof Bociurko Date: Sun, 31 Oct 2021 20:17:07 +0100 Subject: [PATCH] Added C++ book "More C++ Idioms" (#6564) --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 56a99cc9..a393f41d 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -504,6 +504,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [LearnCpp.com](https://www.learncpp.com) (HTML) * [Learning C++ eBook](https://riptutorial.com/Download/cplusplus.pdf) - Compiled from StackOverflow Documentation (PDF) * [Matters Computational: Ideas, Algorithms, Source Code, by Jorg Arndt](http://www.jjj.de/fxt/fxtbook.pdf) (PDF) +* [More C++ Idioms](https://en.wikibooks.org/wiki/More_C%2B%2B_Idioms) - Sumant Tambe and others, WikiBooks * [Open Data Structures (In C++)](http://opendatastructures.org/ods-cpp.pdf) - Pat Morin (PDF) * [Programming Fundamentals - A Modular Structured Approach using C++](https://learning.hccs.edu/faculty/ken.busbee/programming-fundamentals-a-modular-structured-approach-using-c) - Kenneth Leroy Busbee (PDF) * [Software Design Using C++](http://cis.stvincent.edu/html/tutorials/swd/) - Br. David Carlson and Br. Isidore Minerd -- GitLab