Skip to content

Commit b142772

Browse files
committed
Added link to C++ Core Guideline
1 parent d3a6edb commit b142772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

10-Further_Reading.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Further Reading
22

3+
* 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++
34
* http://geosoft.no/development/cppstyle.html
45
* 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.)
56
* https://isocpp.org/faq/

0 commit comments

Comments
 (0)