From b857062cddb1064cef709aa2f5d30d6f78b1b39c Mon Sep 17 00:00:00 2001 From: sstegmanbsd Date: Thu, 23 Oct 2025 21:37:37 -0700 Subject: [PATCH] Add C++ Fundamentals for Robotics resource (#12722) * Add C++ Fundamentals for Robotics resource * Change format of 'C++ Fundamentals for Robotics' to HTML Updated the format of 'C++ Fundamentals for Robotics' from PDF to HTML. --- 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 1e2752b4f..dfc542f8f 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -521,6 +521,7 @@ Books on general-purpose programming that don't focus on a specific language are * [C++ Coding Standard](https://possibility.com/Cpp/CppCodingStandard.html) - Todd Hoff (HTML, PDF) * [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md) - `edt.:` Bjarne Stroustrup, Herb Sutter * [C++ For Programmers](https://tfetimes.com/wp-content/uploads/2015/04/c-for-c-programmers.pdf) - JT Kalnay (PDF) +* [C++ Fundamentals for Robotics](https://automaticaddison.com/cpp-fundamentals-for-robotics) - Automatic Addison (HTML) * [C++ GUI Programming With Qt 3](https://ptgmedia.pearsoncmg.com/images/0131240722/downloads/blanchette_book.pdf) - Jasmin Blanchette, Mark Summerfield (PDF) * [C++ Language](http://www.cplusplus.com/doc/tutorial/) (HTML) * [C++ Notes for Professionals](https://goalkicker.com/CPlusPlusBook) - Compiled from StackOverflow Documentation (PDF) (CC BY-SA)