From 863b7e8cc98a5aa383249a67c247c1d2c7dce3bc Mon Sep 17 00:00:00 2001 From: myd7349 Date: Wed, 19 Nov 2014 13:16:18 +0800 Subject: [PATCH] Add C++ Dos and Don'ts under Coding Style Add C++ Dos and Don'ts under Coding Style. C++ Dos and Don'ts is a C++ coding style guides I found on The Chromium Projects' website. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cafa97d..d8ea269 100644 --- a/README.md +++ b/README.md @@ -554,6 +554,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Coding Style +* [C++ Dos and Don'ts](http://www.chromium.org/developers/coding-style/cpp-dos-and-donts) * [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) * [GNU Coding Standard](http://www.gnu.org/prep/standards/standards.html)