Difference between revisions of "CPlusPlus"
From Lost In Wonderlands
(→C++) |
(→C++) |
||
Line 21: | Line 21: | ||
C++ Standard Library | C++ Standard Library | ||
* https://fr.wikipedia.org/wiki/Biblioth%C3%A8que_standard_du_C%2B%2B | * https://fr.wikipedia.org/wiki/Biblioth%C3%A8que_standard_du_C%2B%2B | ||
+ | |||
+ | Iso C++ Coding Style | ||
+ | * https://isocpp.org/wiki/faq/coding-standards | ||
+ | * https://github.com/cplusplus/draft | ||
+ | |||
+ | c++ coding styles by Bjarne and Herb | ||
+ | * https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md | ||
+ | |||
+ | Mozilla C++ Coding Style | ||
+ | * https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style | ||
+ | |||
+ | Google C++ Coding style | ||
+ | * https://google.github.io/styleguide/cppguide.html | ||
== blogs == | == blogs == |
Revision as of 09:05, 20 June 2017
C++ programming Language
See also
C++
C++ 11
C++ 14
C++ Builder
C++ Standard Library
Iso C++ Coding Style
c++ coding styles by Bjarne and Herb
Mozilla C++ Coding Style
Google C++ Coding style
blogs
- Meeting C++, a news site on C++ , new specifications , http://meetingcpp.com/index.php/books.html