This repository lists some awesome public projects about C++20, C++23, C++26 and beyond.
-
-
andreasfertig/programming-with-cpp20
: This repository contains runnable source code examples from the 2. edition of Programming with C++20 - Concepts, Coroutines, Ranges, and more, by Andreas Fertig.
-
Mq-b/Cpp20-STL-Cookbook-src
: 《C++20 STL Cookbook》2023.
-
netcan/advanced-cpp20-programming
: 《机工社《高级C++20编程》随书代码。
-
RainerGrimm/Cpp20
: This is the code repository for my book C++20 - Get the Details.
-
Apress/beginning-cpp20
: Source Code for Beginning C++20 by Ivor Horton and Peter Van Weert.
-
Apress/cpp20-for-lazy-programmers
: This repository accompanies C++20 for Lazy Programmers by Will Briggs (Apress, 2020).
-
Apress/design-patterns-modern-cpp20
: This repository accompanies Design Patterns in Modern C++20 by Dmitri Nesteruk (Apress, 2022).
-
rutura/The-C-20-Masterclass-Source-Code
: Source code for the C++ 20 Masterclass on udemy. The C++20 Masterclass : From Fundamentals to Advanced
-
-
David-Haim/concurrencpp
: Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all.
-
DeveloperPaul123/thread-pool
: A modern, fast, lightweight thread pool library based on C++20. DeveloperPaul123.github.io/thread-pool
-
- DeveloperPaul123/genetic
: A performant and flexible genetic algorithm implemented in C++20/23.
- DeveloperPaul123/genetic