8000 Merge pull request #48 from sourcedelica/patch-1 · etem/cppbestpractices@c45c92f · GitHub
[go: up one dir, main page]

Skip to content

Commit c45c92f

Browse files
authored
Merge pull request cpp-best-practices#48 from sourcedelica/patch-1
Fix broken link to Google coding standard
2 parents 7966043 + 7275d2f commit c45c92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10-Further_Reading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* https://www.gitbook.com/book/alexastva/the-ultimate-question-of-programming-refactoring-/details - The Ultimate Question of Programming, Refactoring, and Everything
77
* http://llvm.org/docs/CodingStandards.html - LLVM Coding Standards - very well written
88
* http://geosoft.no/development/cppstyle.html
9-
* 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.)
9+
* https://google.github.io/styleguide/cppguide.html (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.)
1010
* https://isocpp.org/faq/
1111
* http://www.cplusplus.com/
1212
* http://www.gamasutra.com/view/news/128836/InDepth_Static_Code_Analysis.php - Article from John Carmack on the advantages of static analysis

0 commit comments

Comments
 (0)
0