From e8ca740685bdf6b1d2aeb65add8b65bf5aa9f54d Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Mon, 4 Aug 2014 15:47:11 +0430 Subject: [PATCH] Coding Style --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 331df22..4ccfc17 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin - [Resources](#resources) - [Articles](#articles) - [Books](#books) + - [Coding Style](#coding-style) - [Videos](#videos) - [Websites](#websites) - [Other Awesome Lists](#other-awesome-lists) @@ -369,6 +370,12 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Free C++ Books](https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#c-1) - vhf/free-programming-books/C++. * [The Definitive C++ Book Guide and List](http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list) - A collection of quality books and an approximate skill level. +## Coding Style + +* [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) + ## Videos *Fantastic C/C++ related videos.*