Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
claremacrae
/
cppbestpractices
Public
forked from
cpp-best-practices/cppbestpractices
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 19, 2019
Add table of contents to pages with more than one section
Show description for 966dc7a
claremacrae
committed
966dc7a
Copy full SHA for 966dc7a
Commits on Apr 18, 2019
Enhance notes on algorithms.
lefticus
authored
31cef74
Copy full SHA for 31cef74
Add note on cmake --build
lefticus
authored
54e2a3b
Copy full SHA for 54e2a3b
Merge pull request #102 from njlr/patch-1
Show description for 5d2c6d2
lefticus
authored
5d2c6d2
Copy full SHA for 5d2c6d2
Commits on Mar 27, 2019
Update 02-Use_the_Tools_Available.md
Show description for a5aa2b4
njlr
authored
a5aa2b4
Copy full SHA for a5aa2b4
Commits on Mar 26, 2019
Fix clangpowertools links
lefticus
authored
e161b09
Copy full SHA for e161b09
Merge pull request #100 from RostakaGmfun/cpp17-init-statements
Show description for eabdc04
lefticus
authored
eabdc04
Copy full SHA for eabdc04
Merge pull request #101 from dermojo/master
Show description for d04a773
lefticus
authored
d04a773
Copy full SHA for d04a773
Commits on Mar 3, 2019
updated GitHub description (providing free private repos)
dermojo
committed
719b943
Copy full SHA for 719b943
Commits on Dec 23, 2018
Mention C++17's init-statement in the `Limit Variable Scope` section
RostakaGmfun
committed
187c033
Copy full SHA for 187c033
Commits on Dec 19, 2018
Merge pull request #97 from tristan0x/patch-1
Show description for c644a3b
lefticus
authored
c644a3b
Copy full SHA for c644a3b
Commits on Dec 18, 2018
Fix typo
Tristan Carel
authored
f22cfe1
Copy full SHA for f22cfe1
Commits on Nov 26, 2018
Update 08-Considering_Performance.md
Show description for bc1ed42
lefticus
authored
bc1ed42
Copy full SHA for bc1ed42
Merge pull request #95 from ashutosh108/patch-1
Show description for 0af98c3
lefticus
authored
0af98c3
Copy full SHA for 0af98c3
Commits on Nov 22, 2018
-Wpedantic: CLang >= 3.2 as well (Update 02-Use_the_Tools_Available.md)
ashutosh108
authored
f49737b
Copy full SHA for f49737b
Commits on Nov 21, 2018
add GCC/Clang compiler versions for warning flags
Show description for 147736a
ashutosh108
authored
147736a
Copy full SHA for 147736a
Commits on Nov 20, 2018
Merge pull request #94 from pauldreik/master
Show description for 4035ddb
lefticus
authored
4035ddb
Copy full SHA for 4035ddb
Merge pull request #93 from Afforix/fix-typo
Show description for e00cc04
lefticus
authored
e00cc04
Copy full SHA for e00cc04
Merge pull request #92 from ashutosh108/patch-1
Show description for 59298ad
lefticus
authored
59298ad
Copy full SHA for 59298ad
Merge pull request #90 from racko/patch-1
Show description for 3916e4b
lefticus
authored
3916e4b
Copy full SHA for 3916e4b
Add reference for cmake
Show description for 93db021
pauldreik
authored
93db021
Copy full SHA for 93db021
Commits on Nov 18, 2018
fix typo
Afforix
authored
6a9fb6a
Copy full SHA for 6a9fb6a
Commits on Nov 14, 2018
/W14640 => /w14640
Show description for 90797e2
ashutosh108
authored
90797e2
Copy full SHA for 90797e2
Commits on Oct 28, 2018
Fix typo
racko
authored
31549d8
Copy full SHA for 31549d8
Commits on Oct 3, 2018
Add note on `-Wlifetime`
lefticus
authored
c58f76d
Copy full SHA for c58f76d
Commits on Sep 4, 2018
Update 05-Considering_Maintainability.md
lefticus
authored
12ec9d6
Copy full SHA for 12ec9d6
Commits on Jul 28, 2018
Merge pull request #87 from edykim/patch-1
Show description for 163eb07
lefticus
authored
163eb07
Copy full SHA for 163eb07
Commits on Jul 27, 2018
Fix typo
edykim
authored
86b4e0a
Copy full SHA for 86b4e0a
Commits on Jul 18, 2018
Update 10-Further_Reading.md
lefticus
authored
e1aba52
Copy full SHA for e1aba52
Update 08-Considering_Performance.md
lefticus
authored
6e22a97
Copy full SHA for 6e22a97
Update 06-Considering_Portability.md
lefticus
authored
c14bafe
Copy full SHA for c14bafe
Update 02-Use_the_Tools_Available.md
lefticus
authored
5c5800d
Copy full SHA for 5c5800d
Add links to documents on modern CMake.
lefticus
authored
c4f76f7
Copy full SHA for c4f76f7
Addition of package management section
lefticus
authored
aa2f8ce
Copy full SHA for aa2f8ce
Commits on Jun 2, 2018
Merge pull request #86 from headupinclouds/patch-2
Show description for c4fb1cf
lefticus
authored
c4fb1cf
Copy full SHA for c4fb1cf
Pagination
Previous
Next
You can’t perform that action at this time.