Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
CJDevWorks
/
cpp-notes
Public
forked from
peter-can-write/cpp-notes
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
cpp-notes
/
html
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
master
Breadcrumbs
cpp-notes
/
html
/
Copy path
Top
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
`auto`-type-deduction.html
`auto`-type-deduction.html
`decltype`-deduction-rules.html
`decltype`-deduction-rules.html
abort()-and-exit().html
abort()-and-exit().html
abstract-classes-without-pure-virtual-methods.html
abstract-classes-without-pure-virtual-methods.html
accessing-the-global-scope.html
accessing-the-global-scope.html
algorithms-that-expect-sorted-ranges.html
algorithms-that-expect-sorted-ranges.html
alignof.html
alignof.html
allocators.html
allocators.html
always-have-comparison-functions-return-false-for-equal-values.html
always-have-comparison-functions-return-false-for-equal-values.html
argument-dependent-lookup.html
argument-dependent-lookup.html
arrays.html
arrays.html
arrow-operator.html
arrow-operator.html
associative-container’s-new-values.html
associative-container’s-new-values.html
auto-return-value.html
auto-return-value.html
avoid-default-lambda-captures.html
avoid-default-lambda-captures.html
avoid-in-place-modification-in-set-and-multiset.html
avoid-in-place-modification-in-set-and-multiset.html
base-class-specific,-inherited-static-member.html
base-class-specific,-inherited-static-member.html
be-wary-of-`auto`-and-proxy-types.html
be-wary-of-`auto`-and-proxy-types.html
benchmarking.html
benchmarking.html
braced-vs-parenthesized-initialization.html
braced-vs-parenthesized-initialization.html
c++11.html
c++11.html
c++14-user-defined-literals.html
c++14-user-defined-literals.html
caes-insensitive-string-comparison.html
caes-insensitive-string-comparison.html
call-shell-process.html
call-shell-process.html
casting.html
casting.html
char_short-addition.html
char_short-addition.html
class-vs-typename.html
class-vs-typename.html
comparison-types-for-associative-containers-of-pointers.html
comparison-types-for-associative-containers-of-pointers.html
compile-time-logic-and-templates.html
compile-time-logic-and-templates.html
consider-using-emplace-instead-of-insert.html
consider-using-emplace-instead-of-insert.html
const-pointers-and-pointers-to-const.html
const-pointers-and-pointers-to-const.html
const_iterator-to-iterator.html
const_iterator-to-iterator.html
constexpr.html
constexpr.html
constructing-smart-pointers.html
constructing-smart-pointers.html
constructors-with-curly-braces.html
constructors-with-curly-braces.html
convert-reverse_iterator-to-normal-forward-iterator.html
convert-reverse_iterator-to-normal-forward-iterator.html
copy-and-swap.html
copy-and-swap.html
declare-overriding-functions-override.html
declare-overriding-functions-override.html
decltype(x)-vs-decltype((x)).html
decltype(x)-vs-decltype((x)).html
decltype-for-addition-template-function.html
decltype-for-addition-template-function.html
decltype-on-auto_rvalueref-parameters-to-std_forward-them.html
decltype-on-auto_rvalueref-parameters-to-std_forward-them.html
default-and-value-initialization.html
default-and-value-initialization.html
definite-answer-to-inline-in-c++.html
definite-answer-to-inline-in-c++.html
delete.html
delete.html
design-functors-for-pass-by-value.html
design-functors-for-pass-by-value.html
design-patterns.html
design-patterns.html
different-string-implementations.html
different-string-implementations.html
direct-vs-copy-initialization.html
direct-vs-copy-initialization.html
dynamic_cast.html
dynamic_cast.html
erasing-for-stl-containers.html
erasing-for-stl-containers.html
erasing-iterator-in-loop.html
erasing-iterator-in-loop.html
exceptions.html
exceptions.html
explicit-constructors.html
explicit-constructors.html
explicit-conversion-operator.html
explicit-conversion-operator.html
explicit-operator-bool.html
explicit-operator-bool.html
factorial-in-c++11.html
factorial-in-c++11.html
fibonacci-in-c++11.html
fibonacci-in-c++11.html
final-class.html
final-class.html
final.html
final.html
function-pointers.html
function-pointers.html
functions-as-arguments.html
functions-as-arguments.html
functors.html
functors.html
general-things.html
general-things.html
global-variables.html
global-variables.html
gotchas.html
gotchas.html
how-you-could-use-a-union.html
how-you-could-use-a-union.html
imbue,-callback-and-put_money.html
imbue,-callback-and-put_money.html
implementation-of-move-and-forward.html
implementation-of-move-and-forward.html
implicit-conversion-operators.html
implicit-conversion-operators.html
index.html
index.html
inheritance-and-the-slicing-problem.html
inheritance-and-the-slicing-problem.html
inheritance-and-variables.html
inheritance-and-variables.html
inline-static-members.html
inline-static-members.html
inlining.html
inlining.html
inserters.html
inserters.html
inserting-and-erasing-from-a-reverse-iterator.html
inserting-and-erasing-from-a-reverse-iterator.html
integer-or-float-to-string.html
integer-or-float-to-string.html
internal-vs-external-linkage.html
internal-vs-external-linkage.html
iomanip.html
iomanip.html
join.html
join.html
lambda-init-capture.html
lambda-init-capture.html
lambdas.html
lambdas.html
linked-list-problems.html
linked-list-problems.html
logical-and-bitwise-const.html
logical-and-bitwise-const.html
make-functors-pure-functions.html
make-functors-pure-functions.html
make-sure-const-functions-are-thread-safe.html
make-sure-const-functions-are-thread-safe.html
making-classes-uncopyable.html
making-classes-uncopyable.html
masking-integers-to-chars.html
masking-integers-to-chars.html
max_size.html
max_size.html
multiplication-and-division-by-2.html
multiplication-and-division-by-2.html
mutable-lambda.html
mutable-lambda.html
nested-template-parameters.html
nested-template-parameters.html
noexcept-and-exception-specifications.html
noexcept-and-exception-specifications.html
odd-check-with-bitwise-operators.html
odd-check-with-bitwise-operators.html
operator-new-vs-new-operator.html
operator-new-vs-new-operator.html
operator-precedence.html
operator-precedence.html
other.html
other.html
overriden-functions-are-called-even-in-base-class-methods.html
overriden-functions-are-called-even-in-base-class-methods.html
pass-the-template-parameter-directly-instead-of-casting.html
pass-the-template-parameter-directly-instead-of-casting.html
passing-multidimensional-arrays-to-functions.html
passing-multidimensional-arrays-to-functions.html
View all files
You can’t perform that action at this time.