From 044013820aea1a4ba38414161a33d196ceab57ec Mon Sep 17 00:00:00 2001 From: Mateusz Majewski Date: Sat, 19 Sep 2015 20:31:42 +0200 Subject: [PATCH] Add C++ Core Guidelines I didn't read through the whole document, but it has Bjarne Stroustrup's name on it and `isocpp` as repo owner, so it must be extremely useful. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf98dc8..138c201 100644 --- a/README.md +++ b/README.md @@ -667,6 +667,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Coding Style +* [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) - "Official" set of C++ guidelines, reviewed by the author of C++. * [C++ Dos and Don'ts](http://www.chromium.org/developers/coding-style/cpp-dos-and-donts) - The Chromium Projects > For Developers > Coding Style > C++ Dos and Don'ts. * [google-styleguide](http://code.google.com/p/google-styleguide/) - Style guides for Google-originated open-source projects. * [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)