mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Further reading updates
* Learning C++ Best Practices * LLVM coding standards * The Ultimate Question of Programming, Refactoring, and Everything
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
# Further Reading
|
# Further Reading
|
||||||
|
|
||||||
|
*Note: This book has now inspired a video series from O'Reilly, [Learning C++ Best Practices](http://shop.oreilly.com/product/0636920049814.do)*
|
||||||
|
|
||||||
* https://github.com/isocpp/CppCoreGuidelines The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
|
* https://github.com/isocpp/CppCoreGuidelines The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
|
||||||
|
* https://www.gitbook.com/book/alexastva/the-ultimate-question-of-programming-refactoring-/details - The Ultimate Question of Programming, Refactoring, and Everything
|
||||||
|
* http://llvm.org/docs/CodingStandards.html - LLVM Coding Standards - very well written
|
||||||
* http://geosoft.no/development/cppstyle.html
|
* http://geosoft.no/development/cppstyle.html
|
||||||
* http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml (Note that Google's standard document makes several recommendations which we will NOT be following. For example, they explicitly forbid the use of exceptions, which makes [RAII](http://blog2.emptycrate.com/content/nobody-understands-c-part-2-raii) impossible.)
|
* http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml (Note that Google's standard document makes several recommendations which we will NOT be following. For example, they explicitly forbid the use of exceptions, which makes [RAII](http://blog2.emptycrate.com/content/nobody-understands-c-part-2-raii) impossible.)
|
||||||
* https://isocpp.org/faq/
|
* https://isocpp.org/faq/
|
||||||
|
|||||||
Reference in New Issue
Block a user