Skip to content

Commit bdc0396

Browse files
committed
Merge pull request #42 from rob100/cpp11GuideLink
Added link to C++ Core Guideline
2 parents d8ea5ad + b142772 commit bdc0396

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)