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
Accelerator
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
Type
/
to 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 }}
UnknowsBetter
/
learncpp_tranlsate
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
main
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
5 Commits
5 Commits
13.13 — Copy initialization.md
13.13 — Copy initialization.md
13.14 — Converting constructors, explicit, and delete.md
13.14 — Converting constructors, explicit, and delete.md
13.15 — Overloading the assignment operator.md
13.15 — Overloading the assignment operator.md
13.16 — Shallow vs. deep copying.md
13.16 — Shallow vs. deep copying.md
16.1 — Object relationships.md
16.1 — Object relationships.md
16.2 — Composition.md
16.2 — Composition.md
16.3 — Aggregation.md
16.3 — Aggregation.md
16.4 — Association.md
16.4 — Association.md
16.5 — Dependencies.md
16.5 — Dependencies.md
16.6 — Container classes.md
16.6 — Container classes.md
16.7 — stdinitializer_list.md
16.7 — stdinitializer_list.md
17.1 — Introduction to inheritance.md
17.1 — Introduction to inheritance.md
17.2 — Basic inheritance in C++.md
17.2 — Basic inheritance in C++.md
17.3 — Order of construction of derived classes.md
17.3 — Order of construction of derived classes.md
17.4 — Constructors and initialization of derived classes.md
17.4 — Constructors and initialization of derived classes.md
17.5 — Inheritance and access specifiers.md
17.5 — Inheritance and access specifiers.md
17.6 — Adding new functionality to a derived class.md
17.6 — Adding new functionality to a derived class.md
17.8 — Hiding inherited functionality.md
17.8 — Hiding inherited functionality.md
17.9 — Multiple inheritance.md
17.9 — Multiple inheritance.md
18.1 — Pointers and references to the base class of derived objects.md
18.1 — Pointers and references to the base class of derived objects.md
18.10 — Dynamic casting.md
18.10 — Dynamic casting.md
18.11 — Printing inherited classes using operator.md
18.11 — Printing inherited classes using operator.md
18.2 — Virtual functions and polymorphism.md
18.2 — Virtual functions and polymorphism.md
18.3 — The override and final specifiers, and covariant return types.md
18.3 — The override and final specifiers, and covariant return types.md
18.4 — Virtual destructors, virtual assignment, and overriding virtualization.md
18.4 — Virtual destructors, virtual assignment, and overriding virtualization.md
18.5 — Early binding and late binding.md
18.5 — Early binding and late binding.md
18.6 — The virtual table.md
18.6 — The virtual table.md
18.7 — Pure virtual functions, abstract base classes, and interface classes.md
18.7 — Pure virtual functions, abstract base classes, and interface classes.md
18.8 — Virtual base classes.md
18.8 — Virtual base classes.md
18.9 — Object slicing.md
18.9 — Object slicing.md
19.1 — Function templates.md
19.1 — Function templates.md
19.2 — Function template instances.md
19.2 — Function template instances.md
19.3 — Template classes.md
19.3 — Template classes.md
19.4 — Template non-type parameters.md
19.4 — Template non-type parameters.md
19.5 — Function template specialization.md
19.5 — Function template specialization.md
19.6 — Class template specialization.md
19.6 — Class template specialization.md
19.7 — Partial template specialization.md
19.7 — Partial template specialization.md
19.8 — Partial template specialization for pointers.md
19.8 — Partial template specialization for pointers.md
20.1 — The need for exceptions.md
20.1 — The need for exceptions.md
20.2 — Basic exception handling.md
20.2 — Basic exception handling.md
20.3 — Exceptions, functions, and stack unwinding.md
20.3 — Exceptions, functions, and stack unwinding.md
20.4 — Uncaught exceptions and catch-all handlers.md
20.4 — Uncaught exceptions and catch-all handlers.md
20.5 — Exceptions, classes, and inheritance.md
20.5 — Exceptions, classes, and inheritance.md
20.6 — Rethrowing exceptions.md
20.6 — Rethrowing exceptions.md
20.7 — Function try blocks.md
20.7 — Function try blocks.md
20.9 — Exception specifications and noexcept.md
20.9 — Exception specifications and noexcept.md
21.1 — The Standard Library.md
21.1 — The Standard Library.md
8.12 — Static Member Functions.md
8.12 — Static Member Functions.md
8.13 — Friend Functions And Classes.md
8.13 — Friend Functions And Classes.md
8.14 — Anonymous objects.md
8.14 — Anonymous objects.md
8.15 — Nested Types In Classes.md
8.15 — Nested Types In Classes.md
8.16 — Timing Your Code.md
8.16 — Timing Your Code.md
8.x — Chapter 8 comprehensive quiz.md
8.x — Chapter 8 comprehensive quiz.md
9.1 — Introduction to operator overloading.md
9.1 — Introduction to operator overloading.md
9.2 — Overloading the arithmetic operators using friend functions.md
9.2 — Overloading the arithmetic operators using friend functions.md
9.2a — Overloading operators using normal functions.md
9.2a — Overloading operators using normal functions.md
9.3 — Overloading the IO operators.md
9.3 — Overloading the IO operators.md
M.1 — Intro to smart pointers and move semantics.md
M.1 — Intro to smart pointers and move semantics.md
M.2 — R-value references.md
M.2 — R-value references.md
M.3 — Move constructors and move assignment.md
M.3 — Move constructors and move assignment.md
M.4 — stdmove.md
M.4 — stdmove.md
M.5 — stdmove_if_noexcept.md
M.5 — stdmove_if_noexcept.md
M.6 — stdunique_ptr.md
M.6 — stdunique_ptr.md
M.7 — stdshared_ptr.md
M.7 — stdshared_ptr.md
M.8 — Circular dependency issues with stdshared_ptr, and stdweak_ptr.md
M.8 — Circular dependency issues with stdshared_ptr, and stdweak_ptr.md
README.md
README.md
View all files
Repository files navigation
README
More
items
learncpp_tranlsate
本人完成的对learncpp网站的中英文对照翻译,其中有极少一部分的文件没有翻译,可能是我当时保存的问题。
感谢
如果我的工作能帮到你,请帮我点个star :D
About
对learncpp网站的中英文对照翻译
Topics
cpp
translation
Resources
Readme
Activity
Stars
1
star
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
You can’t perform that action at this time.