Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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 }}
sunbuny
/
cppbestpractices
Public
forked from
cpp-best-practices/cppbestpractices
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
lefticus
Datepicker
All time
Commit History
Commits on Mar 23, 2018
Update 02-Use_the_Tools_Available.md
lefticus
authored
2764eb3
Copy full SHA for 2764eb3
Commits on Mar 19, 2018
Merge pull request #83 from demonkoryu/patch-1
Show description for 5fb6849
lefticus
authored
5fb6849
Copy full SHA for 5fb6849
Merge branch 'master' into patch-1
lefticus
authored
f1394ed
Copy full SHA for f1394ed
Merge pull request #84 from CoderGears/master
Show description for 71e342a
lefticus
authored
71e342a
Copy full SHA for 71e342a
Commits on Mar 1, 2018
Merge pull request #82 from CoderGears/master
Show description for 5955c32
lefticus
authored
5955c32
Copy full SHA for 5955c32
Commits on Feb 14, 2018
Add cmake-format
lefticus
authored
28fbde4
Copy full SHA for 28fbde4
Commits on Jan 18, 2018
Update MSVC flags descriptions
Show description for 75b4ad1
lefticus
authored
75b4ad1
Copy full SHA for 75b4ad1
Merge pull request #78 from richelbilderbeek/master
Show description for e10030a
lefticus
authored
e10030a
Copy full SHA for e10030a
Merge pull request #80 from mivade/safety-typo-fix
Show description for 6e3764a
lefticus
authored
6e3764a
Copy full SHA for 6e3764a
Commits on Jan 8, 2018
Add control flow guard
lefticus
authored
95e7a16
Copy full SHA for 95e7a16
Update 02-Use_the_Tools_Available.md
lefticus
authored
201cc6d
Copy full SHA for 201cc6d
Commits on Dec 10, 2017
Add notes on using clang-format for style
lefticus
authored
57a62b8
Copy full SHA for 57a62b8
Update 02-Use_the_Tools_Available.md
lefticus
authored
52a2343
Copy full SHA for 52a2343
Commits on Sep 16, 2017
Update warnings with info from Krister
Show description for fdaab39
lefticus
authored
fdaab39
Copy full SHA for fdaab39
Commits on Sep 1, 2017
Add note on `assert`
lefticus
authored
3779f86
Copy full SHA for 3779f86
Commits on Jun 23, 2017
Merge pull request #74 from richelbilderbeek/patch-1
Show description for 361f28d
lefticus
authored
361f28d
Copy full SHA for 361f28d
Merge pull request #75 from mivade/scripting-updates
Show description for 1745dd1
lefticus
authored
1745dd1
Copy full SHA for 1745dd1
Commits on Jun 22, 2017
Merge pull request #73 from arunksaha/constexpr
Show description for ab9091a
lefticus
authored
ab9091a
Copy full SHA for ab9091a
Merge pull request #69 from olivif/olivif/initlist
Show description for 4182511
lefticus
authored
4182511
Copy full SHA for 4182511
Commits on Jun 1, 2017
Merge pull request #70 from olivif/olivif/narrowing
Show description for 6daacce
lefticus
authored
6daacce
Copy full SHA for 6daacce
Merge pull request #68 from Gluttton/add_GitLab_to_CI
Show description for 482f5ee
lefticus
authored
482f5ee
Copy full SHA for 482f5ee
Minor adjustments to cppcheck notes
lefticus
authored
53ff042
Copy full SHA for 53ff042
Merge pull request #67 from Gluttton/cppcheck_best_practices
Show description for 778a04e
lefticus
authored
778a04e
Copy full SHA for 778a04e
Commits on Mar 7, 2017
Merge pull request #65 from offa/broken_link
Show description for 2bbcaf6
lefticus
authored
2bbcaf6
Copy full SHA for 2bbcaf6
Commits on Feb 28, 2017
Merge pull request #64 from arunksaha/const_member
Show description for 779f402
lefticus
authored
779f402
Copy full SHA for 779f402
Commits on Feb 23, 2017
Update 02-Use_the_Tools_Available.md
lefticus
authored
0812762
Copy full SHA for 0812762
Commits on Feb 18, 2017
Merge pull request #63 from arunksaha/formatting
Show description for bddbab3
lefticus
authored
bddbab3
Copy full SHA for bddbab3
Commits on Jan 6, 2017
Add note on containing warning disabling code.
lefticus
authored
6e3f2d3
Copy full SHA for 6e3f2d3
Add notes on various analysis tools
lefticus
authored
6445e67
Copy full SHA for 6445e67
Add note about kcov
lefticus
authored
d7bd72b
Copy full SHA for d7bd72b
Commits on Dec 20, 2016
Add "The Ultimate Question of Programming, Refactoring, and Everything"
lefticus
authored
86a5f34
Copy full SHA for 86a5f34
Add premake
lefticus
authored
b06a607
Copy full SHA for b06a607
Commits on Dec 12, 2016
Merge pull request #62 from katms/master
Show description for 9bc7236
lefticus
authored
9bc7236
Copy full SHA for 9bc7236
Commits on Dec 7, 2016
Merge pull request #61 from katms/syntax-fix
Show description for 8270a2d
lefticus
authored
8270a2d
Copy full SHA for 8270a2d
Commits on Dec 5, 2016
Add link for -Wnull-dereference
lefticus
authored
cdddc20
Copy full SHA for cdddc20
Pagination
Previous
Next
You can’t perform that action at this time.