cpp17
There are 5278 repositories under cpp17 topic.
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
Qv2ray/Qv2ray
:star: Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 :star:
federico-busato/Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
luanti-org/luanti
Luanti (formerly Minetest) is an open source voxel game-creation platform with easy modding and game creation
skypjack/entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
kroma-network/tachyon
Modular ZK(Zero Knowledge) backend accelerated by GPU
SanderMertens/flecs
A fast entity component system (ECS) for C & C++
Project-OSRM/osrm-backend
Open Source Routing Machine - C++ backend
PrismLauncher/PrismLauncher
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)
doctest/doctest
The fastest feature-rich C++11/14/17/20/23 single-header testing framework
0voice/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
Neargye/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
asmuth/clip
Create charts from the command line
sz3/libcimbar
Optimized implementation for color-icon-matrix barcodes
R3nzTheCodeGOD/R3nzSkin
Skin changer for League of Legends (LOL)
NVIDIA/thrust
[ARCHIVED] The C++ parallel algorithms library. See https://github.com/NVIDIA/cccl
urho3d/urho3d
Game engine
ThePhD/sol2
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
andreasfertig/cppinsights
C++ Insights - See your source code with the eyes of a compiler
parallel101/course
高性能并行编程与优化 - 课件
p-ranav/awesome-hpp
A curated list of awesome header-only C++ libraries
hanickadot/compile-time-regular-expressions
Compile Time Regular Expression in C++
cycfi/elements
Elements C++ GUI library
OpenXRay/xray-16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
Tencent/Tendis
Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
p-ranav/argparse
Argument Parser for Modern C++
wjakob/nanobind
nanobind: tiny and efficient C++/Python bindings
STEllAR-GROUP/hpx
The C++ Standard Library for Parallelism and Concurrency
userver-framework/userver
Production-ready C++ Asynchronous Framework with rich functionality
bshoshany/thread-pool
BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library
NVIDIA/libcudacxx
[ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl
Neargye/nameof
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
odygrd/quill
Asynchronous Low Latency C++ Logging Library
p-ranav/tabulate
Table Maker for Modern C++