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 }}
frederick-vs-ja
/
modern-cpp-tutorial
Public
forked from
changkun/modern-cpp-tutorial
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 7, 2026
book: add Chapter 12 (C++26 preview)
Show description for f148826
changkun
committed
f148826
View commit details
Copy full SHA for f148826
Browse repository at this point
book: cover remaining minor C++23 language improvements
Show description for 5afb15e
changkun
committed
5afb15e
View commit details
Copy full SHA for 5afb15e
Browse repository at this point
book: add Chapter 11 (C++23)
Show description for 53741bc
changkun
committed
53741bc
View commit details
Copy full SHA for 53741bc
Browse repository at this point
book: fix dead cross-link anchor to C++20 concepts (en)
Show description for 2d73270
changkun
committed
2d73270
View commit details
Copy full SHA for 2d73270
Browse repository at this point
book: add SFINAE and std::enable_if section
Show description for 354bc7d
changkun
committed
354bc7d
View commit details
Copy full SHA for 354bc7d
Browse repository at this point
book: write Appendix 2 (modern C++ best practices)
Show description for 44fa6da
changkun
committed
44fa6da
View commit details
Copy full SHA for 44fa6da
Browse repository at this point
book: fill Chapter 10 (C++20) and fix Contracts/TM factual errors
Show description for 328e8dc
changkun
committed
328e8dc
View commit details
Copy full SHA for 328e8dc
Browse repository at this point
book: add C++17 __has_include preprocessor operator
Show description for 2bfc958
changkun
committed
2bfc958
View commit details
Copy full SHA for 2bfc958
Browse repository at this point
book: add type punning (memcpy/bit_cast) and math special functions
Show description for 78bed5e
changkun
committed
78bed5e
View commit details
Copy full SHA for 78bed5e
Browse repository at this point
book: add C++17 aligned new for over-aligned types
Show description for 2a1d21f
changkun
committed
2a1d21f
View commit details
Copy full SHA for 2a1d21f
Browse repository at this point
book: add C++17 associative container improvements and std::pmr
Show description for 3ab6142
changkun
committed
3ab6142
View commit details
Copy full SHA for 3ab6142
Browse repository at this point
book: add C++17 new aggregate rules and boolean logic metafunctions
Show description for 6690875
changkun
committed
6690875
View commit details
Copy full SHA for 6690875
Browse repository at this point
book: write Chapter 8 (filesystem)
Show description for a1b8937
changkun
committed
a1b8937
View commit details
Copy full SHA for a1b8937
Browse repository at this point
book: add C++17 std::string_view and std::byte
Show description for ee30575
changkun
committed
ee30575
View commit details
Copy full SHA for ee30575
Browse repository at this point
book: add C++17 guaranteed copy elision
Show description for 371bd68
changkun
committed
371bd68
View commit details
Copy full SHA for 371bd68
Browse repository at this point
book: add C++17 single-argument static_assert
Show description for 2117a10
changkun
committed
2117a10
View commit details
Copy full SHA for 2117a10
Browse repository at this point
book: add C++17 inline variables, nested namespaces, constexpr lambda (#322)
Show description for b9ea189
changkun
authored
b9ea189
View commit details
Copy full SHA for b9ea189
Browse repository at this point
book: fix malformed value-category section heading (zh) (#321)
Show description for 2030f01
changkun
authored
2030f01
View commit details
Copy full SHA for 2030f01
Browse repository at this point
code: fix concepts example to valid C++20 syntax (#320)
Show description for 482a1c9
changkun
authored
482a1c9
View commit details
Copy full SHA for 482a1c9
Browse repository at this point
code: sync and extend examples with recent book fixes (#315)
Show description for 4d3029b
changkun
authored
4d3029b
View commit details
Copy full SHA for 4d3029b
Browse repository at this point
book: explain range-based for loop internals (#314)
Show description for d05b0a6
changkun
authored
d05b0a6
View commit details
Copy full SHA for d05b0a6
Browse repository at this point
book: add idiomatic std::tuple traversal (index_sequence / C++20 lambda) (#313)
Show description for d353740
changkun
authored
d353740
View commit details
Copy full SHA for d353740
Browse repository at this point
book: fix contradictory description of foo(NULL) overload resolution (#312)
Show description for f910971
changkun
authored
f910971
View commit details
Copy full SHA for f910971
Browse repository at this point
book: clarify value category is a property of expressions (#311)
Show description for 728c961
changkun
authored
728c961
View commit details
Copy full SHA for 728c961
Browse repository at this point
book: clarify that typeof is not a standard C++ feature (#310)
Show description for d12c789
changkun
authored
d12c789
View commit details
Copy full SHA for d12c789
Browse repository at this point
book: fix std::bind example with no return value (#309)
Show description for d470423
changkun
authored
d470423
View commit details
Copy full SHA for d470423
Browse repository at this point
book: replace dead Travis badge with GitHub Actions badge (#308)
Show description for f4edad7
changkun
authored
f4edad7
View commit details
Copy full SHA for f4edad7
Browse repository at this point
Make the examples for init-statements in if-statements consistent (#299)
frederick-vs-ja
authored
1cf357a
View commit details
Copy full SHA for 1cf357a
Browse repository at this point
Add missing `;` to the end of definition of `buffer_t` (#303)
Show description for 7ad5b9b
frederick-vs-ja
and
anjiang
authored
7ad5b9b
View commit details
Copy full SHA for 7ad5b9b
Browse repository at this point
Modified the error description in the constexpr section. (#290)
Show description for fc2e986
Mq-b
and
frederick-vs-ja
authored
fc2e986
View commit details
Copy full SHA for fc2e986
Browse repository at this point
make `fold.expresion.cpp` work with negative values (#268)
Delta456
authored
a41af3f
View commit details
Copy full SHA for a41af3f
Browse repository at this point
Clarify safety of `unique_ptr` (#296)
frederick-vs-ja
authored
a36b6b7
View commit details
Copy full SHA for a36b6b7
Browse repository at this point
Clarify how does program terminate due to `noexcept` (#297)
frederick-vs-ja
authored
243dd5d
View commit details
Copy full SHA for 243dd5d
Browse repository at this point
Commits on Jun 1, 2024
book: revise usage of "mutex" and "instantiation" (#292)
frederick-vs-ja
authored
01b64d4
View commit details
Copy full SHA for 01b64d4
Browse repository at this point
book: revise the description of RAII (#288)
Mq-b
authored
7b57e5e
View commit details
Copy full SHA for 7b57e5e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.