cpp-17
There are 55 repositories under cpp-17 topic.
skypjack/meta
Header-only, non-intrusive and macro-free runtime reflection system in C++
bsamseth/cpp-project
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.
m-peko/bitflags
Single-header header-only C++11 / C++14 / C++17 library for easily managing set of auto-generated type-safe flags.
KomodoPlatform/antara-gaming-sdk
Komodo Gaming Software Development Kit
Zubax/kocherga
Robust platform-agnostic Cyphal/DroneCAN bootloader for deeply embedded systems
Milerius/nephtys
Nephtys Open Source MMORPG Written in C++17
fxdeniz/NeSync
Local file sync & backups
mytechnotalent/Fundamental-CPP
The book and code repo for the FREE Fundamental C++ book by Kevin Thomas.
lionkor/String
A feature-rich modern C++ string class
simmplecoder/blazing-gil
A collection of image processing and computer vision algorithms in C++17 using Boost.GIL and Blaze linear algebra library
VioletGiraffe/cpp-template-utils
A header-only C++ library that augments the standard library with useful code snippets
avdstaaij/aecpp
Yet another small C++11 library for colors and effects in terminal ouput by means of ansi escape codes
cpp-frug/paris
C++ events in Paris
ArthurF23/Cryptography
C++ AES-128 encryption header for text and files.
FiniteReality/thermite-cpp
An experimental C++ voice framework for Discord
SpirentOrion/digestible
A modern C++ implementation of a merging t-digest data structure.
BaseMax/CPP-MyLanguage
My Language C++ TINY Library: A c++ library to handle and manage all of words/strings and languages of a software in a JSON structure.
deepcloudlabs/dcl118-2020-sep-21
DCL-118: Advanced C++
svgmaster/OpenAIApi
Community-maintained OpenAI API Library for modern C++
cjdb/doge
An open source game engine leveraging C++17, Concepts TS, Ranges TS, OpenGL 4.3, Vulkan, and SYCL.
fix8mt/fix8pro_example
Simple client/server example that can be used as a starting point for development using Fix8Pro
mbits-libs/utfconv
Conversion library between string, u16string, u32string and u8string
cpp-frug/cpp-frug.github.io
Pages du site web
MATF-Functional-Programming/FP-4I-2019-2020
Materials for Functional Programming course at Faculty of Mathematics, University of Belgrade
PierceGriffiths/Producer-Consumer-Plus-Plus
C++ version of https://github.com/PierceGriffiths/Producer-Consumer/
EssGeeEich/LuaPP
Lua C++17 Wrapper
ManuCanedo/kahlua-2021
The interface between Twitch chat and Lua.
maunovaha/CppTicTacToe
A classic Tic-tac-toe game which is implemented using C++17 and SDL2
offa/danek
A configuration library for C++.
ryjen/libcoda-db
A c++17 database wrapper with easy to use syntax and active-record pattern.
deepcloudlabs/dcl115-2021-apr-26
DCL-115: Multi-Threaded Programming in C++17
deepcloudlabs/dcl118-2022-nov-02
DCL-118: Advanced C++
Foledem/EOSP-Threadpool
Cross-platform header-only c++17 threadpool
Majrusz/AdventOfCode2020
My solutions to Advent Of Code 2020 problems.
romz-pl/sliding-puzzle-game
Solves sliding puzzle game for the board of size 5x5, i.e. puzzle 24 game.