cpp20
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 274 public repositories matching this topic...
-
Updated
Sep 6, 2020 - C++
The fastest feature-rich C++11/14/17/20 single-header testing framework
-
Updated
Sep 7, 2020 - C++
A Compile time PCRE (almost) compatible regular expression matcher.
-
Updated
Sep 3, 2020 - C++
C++ Insights - See your source code with the eyes of a compiler
-
Updated
Sep 3, 2020 - C++
A curated list of awesome header-only C++ libraries
-
Updated
Aug 29, 2020
C++17 `std::variant` for C++11/14/17
-
Updated
Sep 5, 2020 - C++
stdgpu: Efficient STL-like Data Structures on the GPU
-
Updated
Jun 3, 2020 - C++
UT: C++20 μ(micro)/Unit Testing Framework
-
Updated
Sep 7, 2020 - C++
Write HTML using C++ templates
-
Updated
Jun 27, 2020 - C++
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
-
Updated
Aug 21, 2020 - C++
I've recently come to realize that the 'one-size-fits-all' mega-snippets on marzer.github.io/tomlplusplus aren't necessarily useful for everyone, and I should break them up into smaller sub-examples. I'd be totally happy to accept help with this, though that may be wishful thinking!
Provide nice Unicode symbols for fractional exponents wherever possible.
using namespace units;
using namespace units::si::literals;
std::cout << sqrt(1m) << "\n";It would be nice if we could somehow pass a required Vulkan version (both instance and physical device) as well as required extensions (instance and device) to app.
The best place would probably be in frame_config since both frame and app have access to it.
C++ 20 Coroutines in Action (Helpers + Test Code Examples)
-
Updated
Sep 5, 2020 - C++
RTX Ray Tracing Renderer, made by Y3 students at Breda University of Applied Science
-
Updated
Dec 29, 2019 - C++
A simple to use, composable, command line parser for C++ 11 and beyond
-
Updated
Aug 30, 2020 - C++
Stefan Kurtz reported the following issue over our seqan-dev list:
-
I followed the description for the Cmake-setup and noticed in the example CMakeList.txt shown at the end of https://docs.seqan.de/seqan/3-master-user/setup.html that compiler optimization options such as -O3 is missing, which will lead to poor performance for users who do not recognize it.
I now use
Implementation of C++20's std::span for older compilers
-
Updated
Jun 3, 2020 - C++
Apparently it is possible to add Python modules to the game with the modloader. Unfortunately there is no documentation about the api.
AddIfNotThere ModOp
Create more examples
Static JSON parsing in C++
-
Updated
Sep 7, 2020 - C++
A free engine capable of running Age of Kings.
-
Updated
Sep 4, 2020 - C++
-
Updated
Sep 2, 2020 - Python
Geometric Algebra Library
-
Updated
Nov 30, 2019 - C++


The doc is great! Hoewever some areas are still missing.
C++11 intoduced raw string literals: https://en.cppreference.com/w/cpp/language/string_literal
It is useful in many different areas, like strings with quotes, multiline strings and for example windows paths without escaping backslashes:
The same cppreference link als