An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with cplusplus-20

A curated list of projects in awesome lists tagged with cplusplus-20 .

https://github.com/andreasfertig/cppinsights

C++ Insights - See your source code with the eyes of a compiler

ast clang cplusplus cplusplus-11 cplusplus-14 cplusplus-17 cplusplus-20 cplusplus-23 cpp cpp11 cpp14 cpp17 cpp20 cpp23 cpp26 llvm

Last synced: 13 May 2025

https://github.com/jtv/libpqxx

The official C++ client API for PostgreSQL.

cplusplus cplusplus-17 cplusplus-20 cplusplus-23 databases postgres postgresql

Last synced: 14 May 2025

https://github.com/gammasoft71/xtd

Free open-source modern C++17 / C++20 framework to create console, GUI (forms like WinForms) and unit test applications and libraries on Microsoft Windows, Apple macOS and Linux.

c-plus-plus cli cmake console cplusplus-20 cpp cross-platform cross-platform-desktop cross-platform-gui desktop framework gui gui-framework gui-toolkit portable raii test-framework toolkit unittest xtd

Last synced: 15 May 2025

https://github.com/tcbrindle/NanoRange

Range-based goodness for C++17

concepts cplusplus cplusplus-20 range ranges-proposal

Last synced: 15 Mar 2025

https://github.com/tcbrindle/nanorange

Range-based goodness for C++17

concepts cplusplus cplusplus-20 range ranges-proposal

Last synced: 06 Apr 2025

https://github.com/celtera/ahsohtoa

Structure-of-array synthesis in C++20

cplusplus cplusplus-20 game-development gamedev structure-of-arrays

Last synced: 14 Apr 2025

https://github.com/clownacy/clownmdemu-frontend

Reference standalone frontend for ClownMDEmu, a Sega Mega Drive/Sega Genesis emulator.

cplusplus-20 dear-imgui emulator genesis mega-drive megadrive sdl3

Last synced: 09 Apr 2025

https://github.com/bobsteagall/wg21

Various documents and code related to proposals for WG21

cplusplus cplusplus-20 cplusplus-23

Last synced: 21 Jun 2025

https://github.com/royjacobson/ser20

A C++20 serialization library (cereal fork)

cplusplus cplusplus-20 cpp20 serialization

Last synced: 17 Jun 2025

https://github.com/laguna1989/jamtemplatecpp

This is the JamTemplate for kickstarting your gamejam entry. It will compile C++20 code for native (Win, Linux, Mac) and web (webassembly) games.

cmake cplusplus-20 cpp cpp20 cpp20-lib cpp20-library emscripten game-development gamedev gamejam sdl2 sfml2 webassembly

Last synced: 15 Apr 2025

https://github.com/virgesmith/neworder

A dynamic microsimulation framework for python

cplusplus-20 markov-chain microsimulation monte-carlo mpi numpy pandas pybind11 python3

Last synced: 16 Mar 2025

https://github.com/gershnik/intrusive_shared_ptr

Intrusive reference counting smart pointer, highly configurable reference counted base class and various adapters

c-plus-plus-17 c-plus-plus-20 cplusplus cplusplus-17 cplusplus-20 cpp cpp17 cpp20 header-only no-dependencies reference-count reference-counting weak-reference

Last synced: 29 Apr 2025

https://github.com/zl-su/matrice

A portable modern C++ primitive performance library for 3D Vision & Photo-Mechanics.

cplusplus-11 cplusplus-20 cuda-support nonlinear-optimization numerical-computation simd-parallelism

Last synced: 10 Apr 2025

https://github.com/havendv/qtpackage

This addon fully implement Qt VS Addin

addin cplusplus-17 cplusplus-20 cpp17 cpp20 extension package qt visual-studio vs

Last synced: 19 Apr 2025

https://github.com/koishi-satori/eirinfixed

A C++ fixed point number library.

cplusplus-20 fixed-point library math mathematics

Last synced: 07 May 2025

https://github.com/ferdi265/pico4k

Raspberry Pi Pico 4K intro released at Function 2022

arm armv6-m cplusplus cplusplus-20 demoscene graphics microcontroller rp2040

Last synced: 28 Jan 2025

https://github.com/nnnlog/baekjoon

Baekjoon online judge solution (2020.05.16 ~ 2022.09.04)

algorithms baekjoon cplusplus-17 cplusplus-20 data-structures nodejs

Last synced: 22 Apr 2025

https://github.com/williamkaroldicioccio/rake

Rake is a user-friendly, open-source game engine designed to simplify game development and empower less experienced individuals while fostering creativity and learning.

cplusplus-20 directx12 game-development game-engine vulkan windows

Last synced: 04 May 2025

https://github.com/ellman12/password-generator-and-guesser

Slightly over-engineered password guesser program written in C++, with lots of customization.

c cplusplus cplusplus-11 cplusplus-14 cplusplus-17 cplusplus-20 cpp password password-generator password-guessing

Last synced: 23 Jan 2025

https://github.com/sthalik/floormat

game project in early development

cplusplus-20 cplusplus-games isometric-game opengl

Last synced: 14 Feb 2025

https://github.com/chloro-pn/bptree

一颗b+树的实现

bplustree bptree cplusplus-20

Last synced: 16 Jan 2025

https://github.com/tcbrindle/advent_of_code_2018

C++17/20 solutions for 2018's Advent of Code

advent-of-code-2018 cplusplus-17 cplusplus-20

Last synced: 24 Feb 2025

https://github.com/karmakrafts/kstd-platform

OS abstractions for various purposes like memory mapping for C++17/20.

abstraction cplusplus cplusplus-17 cplusplus-20 cpp cpp17 cpp20 cross-platform cross-platform-library library standard-library

Last synced: 11 May 2025

https://github.com/karmakrafts/kstd-core

Core of the Karma Krafts standard library for C++17/20.

cplusplus cplusplus-17 cplusplus-20 cross-platform cross-platform-library library standard-library

Last synced: 11 May 2025

https://github.com/mariam-badr-mb/rational-calculater

A lightweight console-based calculator that performs arithmetic operations on rational numbers (fractions). It allows users to add, subtract, multiply, and divide fractions while ensuring proper input validation and error handling.

cplusplus-20 cpp

Last synced: 30 Jan 2025

https://github.com/ackwolver335/ackwolver335

It is about I,me and myself the coded version of me in this digital world.

coder coding cplusplus-20 java progamming-language programming python3

Last synced: 10 Jun 2025

https://github.com/mariam-badr-mb/route-cipher

Route Cipher is a transposition cipher that arranges the message into a grid and then reads it in a spiral order, starting from the outer boundary towards the center. The encryption and decryption are based on a secret key (number of columns), which determines the size of the grid.

cplusplus-20 cpp

Last synced: 30 Jan 2025

https://github.com/karmakrafts/kstd-resource

Cross-platform resource embedding infrastructure for CMake & C++17/20.

abstraction cplusplus cplusplus-17 cplusplus-20 cpp cpp17 cpp20 embed embedding library resource resources standard-library

Last synced: 11 Mar 2025

https://github.com/mariam-badr-mb/two-squares-game

Two Squares Game is an engaging two-player strategy game implemented in Python. Played on a 4x4 grid, the objective is to take turns placing a rectangle that covers two adjacent squares. A square can only be covered once, and the last player able to place a rectangle wins the game.

cplusplus-20 cpp

Last synced: 30 Jan 2025

https://github.com/maroontress/lighter

Lighter is a header-only library in C++20 to check assertions.

assertion-library cplusplus-20 header-only-library

Last synced: 14 Apr 2025

https://github.com/mariam-badr-mb/vole-machine-simulater

This code simulates a virtual machine with a CPU, memory, and registers, supporting basic arithmetic, logic, and control operations. It includes program loading and execution with a menu-based interface.

cplusplus-20 cpp

Last synced: 30 Jan 2025

https://github.com/gershnik/sys_string

C++ string class optimized for interoperability with platform-native string types

bstr cplusplus cplusplus-20 cplusplus-library cpp cpp20 emscripten nsstring python string string-manipulation unicode win32

Last synced: 02 Jan 2025

https://github.com/igozdev/laila

advanced metaprogramming and preprocessor library

cplusplus cplusplus-20 cpp cpp20 library

Last synced: 02 Mar 2025

https://github.com/jainamparikh0825/regi-log

A Console based Registration-Login System developed using C++, where user can register, login and logout themselves with interactive messages.

cplusplus-20 file header-files login oop-principles registration

Last synced: 10 Mar 2025

https://github.com/rainner9/performance-boost-visual-effects

Turn off all features in System Properties -> Performance

boost cplusplus-20 performance windows-10 windows-11

Last synced: 13 Mar 2025

https://github.com/m1ndfr/performance-boost-visual-effects

Turn off all features in System Properties -> Performance

boost cplusplus-20 performance windows-10 windows-11

Last synced: 11 Jun 2025

https://github.com/lostjared/ldd-deploy

Facilitates the packaging of dynamically linked libraries for MSYS2 and Mingw64 by consolidating all required dependencies into a designated directory.

bash bash-script cplusplus-20 msys2 msys2-mingw64

Last synced: 24 Feb 2025

https://github.com/dkosmari/libfxd

libfxd is a fixed-point library for C++20.

cplusplus cplusplus-20 fixed-point numerics

Last synced: 22 Feb 2025

https://github.com/v0idpointer/vnet

A network library for C++20

cplusplus-20 cpp-libraries cpp20 http sockets ssl-tls

Last synced: 26 Mar 2025

https://github.com/chloro-pn/pnrpc

pnrpc is an RPC framework based on asio c++20 coroutines

asio cplusplus-20 rpc-framework

Last synced: 05 Mar 2025

https://github.com/aldrinmathew/axe

Simple HTTP web server framework for C++...

cplusplus cplusplus-20 cpp cpp20 framework server web webserver

Last synced: 21 Mar 2025

https://github.com/607011/dirbplusplus

A faster version of the original Dirb, implemented with C++ threads

cplusplus cplusplus-20 dirb dirbuster hacking-tool http http-client https https-client multithreading openssl threads

Last synced: 19 Feb 2025

https://github.com/mikekasprzak/requirecxxfeature

Simple cmake module to specify required C++ and standard library features

cmake cmake-modules cplusplus cplusplus-20 cpp

Last synced: 14 Jun 2025

https://github.com/williamkaroldicioccio/mosaic

My second attempt building a cross-platform game-engine in C++.

cmake cplusplus-20 game-engine vcpkg webgpu

Last synced: 02 Apr 2025

https://github.com/607011/hibpdl

Fast and multi-threaded downloader for ';--have i been pwned? SHA1 password hashes.

cplusplus cplusplus-20 downloader hash hashes haveibeenpwned passwords pwned-api pwned-passwords pwnedpasswords security sha1 sha1-hash

Last synced: 19 Feb 2025

https://github.com/gershnik/modern-uuid

A modern, no-dependencies, portable C++ library for manipulating UUIDs. Fully supports RFC 9562 and RFC 4122.

cplusplus cplusplus-20 cpp cpp-library cpp20 rfc-4122 rfc-9562 uuid

Last synced: 15 Mar 2025

https://github.com/dingola/simpleqtlogger

SimpleQtLogger is a lightweight C++20/Qt logging library that extends SimpleCppLogger with flexible, thread-safe logging to Qt widgets and the Qt message system.

cmake cplusplus-20 linux logger logging mac qt6 windows

Last synced: 18 Jun 2025

https://github.com/elecgeek/randomplay

Generates a playlist in random order.

cplusplus cplusplus-20 lfsr-algorithm stringview

Last synced: 23 Apr 2025

https://github.com/cpplawyer/safequeue-datastructure

- For C++17 C++20 - For Multithreading, prevents data races - Very easy to use - Optimized low level - Thread Safe - High Performance

cplusplus cplusplus-17 cplusplus-20 data-structures high-performance low-latency low-level multithreading mutex performance queue safe thread-safe

Last synced: 03 Mar 2025

https://github.com/calebtt/xmaplib_keyboard

Native library for exceptional controller button to action mapping

controller cplusplus-20 library xbox-controller xbox-controller-button-remapper

Last synced: 09 Apr 2025

https://github.com/lostjared/libmx2

Cross-Platform Library for Development with SDL2/OpenGL/Vulkan in C++20

cplusplus-20 cross-platform sdl2

Last synced: 30 Mar 2025

https://github.com/lostjared/cplusplus2x.examples

Experimental projects and Samples related to C++20 and C++23.

cplusplus-20 cplusplus-23 notes practice-code

Last synced: 20 Feb 2025

https://github.com/skelly37/blackjack

Simple user vs dealer blackjack game written in C++20 with Qt6

blackjack card card-game cards cards-game cplusplus cplusplus-20 cpp cpp20 game gui qt qt-game qt6

Last synced: 06 Mar 2025

https://github.com/fabberr/adventofcode2022

My solutions for the Advent of Code 2022 puzzles, implemented in C++.

advent-of-code advent-of-code-2022 adventofcode adventofcode2022 cplusplus cplusplus-20 cpp cpp20

Last synced: 02 Apr 2025