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.
This commit is contained in:
myd7349
2014-11-19 13:16:18 +08:00
parent 6f802d7e65
commit 863b7e8cc9

View File

@@ -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)