cpp26
There are 58 repositories under cpp26 topic.
hyprwm/Hyprland
Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
federico-busato/Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
andreasfertig/cppinsights
C++ Insights - See your source code with the eyes of a compiler
lkimuk/cpp-resources
C++文章、论文、视频资源分享,每月四期,供群内朋友阅读交流。
roq-trading/roq-cpp-samples
C++ examples.
FrancoisCarouge/Kalman
Kalman Filter
cdervis/cppstat
C++ Compiler Support Status Page
tobanteEmbedded/tetl
Embedded template library.
coderonion/awesome-cpp20
This repository lists some awesome public projects about C++20, C++23, C++26 and beyond.
MaxLHy0424/SCLTK
基于 Modern C++ 的学生机房控制破解软件,适用于 Microsoft Windows OS。
deepgrace/fmp
Advanced Reflection and Serialization Library in C++26♦️
Jasper1467/mhde
A modern C++ port of the HDE (Hacker Disassembler Engine).
lackhole/stl-preview
C++26 STL for C++14~ developers
XuhuaHuang/EmbeddedProgramming
Applied modern C/C++ in calculus, discrete mathematics, robotics and machine learning with CMake.
MorganCaron/CppUtils
C++ Utilities Library for compilers or various projects
n0F4x/data-driven-game-engine
My own little game engine/framework
patrickroberts/simply
A playground for external polymorphism in C++
roq-trading/roq-logging
C++ logging utilities.
qlibs/dod
C++26 Data Oriented Design library
bitweeder/lucenaBAL
C++ utility library providing build platform, compiler, and Standard Library feature detection
FrancoisCarouge/TypedLinearAlgebra
Typed Linear Algebra
KeqingMoe/str
基于 C++26/23 与模块的现代字符串库 | Modern String Library Built with C++26/23 and Modules
roq-trading/roq-cpp-client-template
C++ client template project.
JnCrMx/website
My personal website
mguludag/expected
An extended version of C++23's std::expected<T, E> to use with variadic errors like expected<T, E1, E2, ...>
roq-trading/roq-cpp-algo-template
C++ algo template project.
EldarKusdavletov/Tabulix
Modern table formatting for C++. Simple, elegant, fast.
YoungHaKim7/C_Programming_Kernigan_and_Ritchie
러스트(Rust) 개발자를 위한 C언어 기초(C23) && C++23/26 기초 && Zig
modern-avr/toolchain
AVR-GCC Toolchain with support for modern C++ and C++ standard library
roq-trading/roq-client-bridge
Network access to C++ client using Websocket for transport and various encoding/decoding protocols.
roq-trading/roq-cpp-json-publisher-template
C++ JSON publisher template project.
roq-trading/roq-fix-bridge-2
C++ FIX bridge to Roq's market gateways.
roq-trading/roq-fix-proxy
C++ FIX bridge front-end to support fan-out and load-balancing.
Sharp0802/arpt
A cross-platform ARP toolkit
Sharp0802/tasksys
Coroutine-based `async`/`await` with customizable job system for modern C++ (C++23)
ValeriiKoniushenko/AST
Base AST framework to parse your code to the tree. It's a fundamental part of ASTCpp