From 96dc044b85d1ee52423e9da7889bbc342617496b Mon Sep 17 00:00:00 2001 From: Manlio Morini Date: Sun, 2 Oct 2016 12:32:02 +0200 Subject: [PATCH] Added "C++ Core Guidelines" (#2069) Modern authoritative guidelines for writing C++ code (the initial primary authors and maintainers are Bjarne Stroustrup and Herb Sutter and the guidelines so far were developed with contributions from experts at CERN, Microsoft, Morgan Stanley, and several other organizations). --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 33ee73c5..a6b64323 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -849,6 +849,7 @@ * [C++ Annotations](https://fbb-git.github.io/cppannotations/) * [C++ Cookbook](http://staff.ppu.edu/dkhalid/O'Reilly%20-%20C++%20Cookbook%20%282007%29.pdf) (PDF) +* [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md) - Editors: Bjarne Stroustrup, Herb Sutter * [C++ GUI Programming With Qt 3](http://www.computer-books.us/cpp_0010.php) * [C++ Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/cplusplus) (PDF, Kindle) *(Just fill the fields with any values)* * [C++ Tricks](http://www.bordoon.com/cplusplus/book_wrapper.html)