cpp-best-practices/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
NOASSERTION
Issues
- 0
Broken Link Chapter 2: Use_the_Tools_Available
#169 opened by FordHBennett - 1
Broken Link - 11 Further Reading
#168 opened by Rehart-Kcalb - 0
C++ Practice
#167 opened by Kraizzy - 0
Consider adding LLVM bolt to the tooling section
#161 opened by arun5309 - 1
- 0
- 0
Incorrect usage of "camel case".
#155 opened by acbreton - 0
MSVC more standards conformance
#152 opened by Oipo - 1
unavailable on gitbooks: 401 unauthorized
#151 opened by peiga - 2
What is the difference in "\n" AND '\n'
#148 opened by mallikpramod - 1
gitbook link broken
#131 opened by mcandre - 3
Clarify that marking certain member variables const can hinder performance
#147 opened by andreastedile - 0
- 1
youtube link in README.md seems broken
#130 opened by Svjoern - 0
- 3
Const as Much as Possible (Not!)
#128 opened by tad-ashlock - 2
- 1
- 1
Style casing inconsistency
#125 opened by Adobe-Android - 1
Tools to add
#115 opened by amishscientist - 0
Consider mentioning compiler cache / ccache
#124 opened by feroze - 2
Never Mix Tabs and Spaces - revisited
#77 opened by robert-andrzejuk - 0
consider inlining links
#119 opened by mikeblas - 0
- 0
Wiki accident / Security issue
#114 opened by caiubi - 1
Rule of Zero "original article" link is dead.
#107 opened by jmatzen - 0
Link to gitbook broken
#111 opened by alexhadd - 2
No description for /W44640 compiler flag
#79 opened by Ben1980 - 2
Underflow / overflow terms are used incorrectly
#108 opened by Xeverous - 1
- 1
Bazel on Windows
#91 opened by geoffviola - 2
- 0
Consider Avoiding Boolean Parameters
#99 opened by PeterBadzhakov - 2
Clean up lefticus' github repositories
#98 opened by Yzrsah - 3
A case against UPPERCASE constants
#96 opened by sasq64 - 1
Forward Declarations
#89 opened by jbandela - 0
External warning label for headers in MSVC
#88 opened by donny-dont - 0
Is A::*var good style?
#81 opened by Ben1980 - 5
When/how to use asserts
#71 opened by olivif - 1
t_ and m_ Prefix
#72 opened by foobar13373 - 0
Warning flag
#66 opened by Forbinn - 0
move constructor duplicate in text
#56 opened by cahan0506 - 11
- 2
Variadic functions can be used safely
#53 opened by jzwinck - 0
- 1
Unclear sentence in the style section
#45 opened by smeredith - 3
"double typically faster than float"
#46 opened by 983 - 7
best practice for getter
#21 opened by sbowman-mitre - 1
- 1
Pass by const ref
#37 opened by vladon