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

C++

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

https://github.com/yagocrispim/data_structures

A study about data structures

cpp data-structures

Last synced: 23 Mar 2025

https://github.com/ntshvicky/fashionmnist_cnn_example

An example of training convolutional neural networks with Fashion MNIST dataset in C++ and Cmake

cmake convolutional-neural-networks cpp fashion-mnist-dataset fashionmnist-cnn machine-learning machine-learning-algorithms

Last synced: 15 Mar 2025

https://github.com/rafaelbortolozo/pilhas

Implementação de Pilhas em C++ utilizando listas encadeadas para a matéria de Estrutura de Dados I - Instituto Federal Catarinense Campus Videira

cpp linked-list stacks

Last synced: 15 Mar 2025

https://github.com/jimut123/gamescpp

GamesCpp - Games in C++ and SFML library in Linux

2d-games best-games compiled-games cpp games sfml source-codes youtube

Last synced: 16 Jan 2026

https://github.com/kentlouisetonino/sw-cpp-dsa

Sample programs of Data Structures and Algorithms using C++.

cpp data-structures-and-algorithms

Last synced: 08 Mar 2025

https://github.com/uscbiostats/pruner

pruner: Implementing the Felsenstein's Tree Pruning algorithm

cpp cpp11 header-only phylogenetic-trees phylogenetics pruning tree

Last synced: 13 Jun 2026

https://github.com/suyashmahar/csn-102

CSN-102

cpp csn-102

Last synced: 16 May 2025

https://github.com/asqiriba/rijndael

Rijndael block cypher in C.

cpp encryption rijndael-algorithm

Last synced: 15 Mar 2025

https://github.com/arsalan-dev-engineer/the_virtualbank_atm

AN ATM program coded with C++, this program will allow you to view your balance, deposit and withdraw money.

atm beginner-project cmd cpp money programming programming-language project projects system

Last synced: 28 Jul 2025

https://github.com/sjanel/aeronet

A modern C++ HTTP/1.1 server for Linux

cpp cpp23 http-server linux

Last synced: 18 Jan 2026

https://github.com/bpdesilva/cppwebserver

Practicing fundamentals of Web Server Development with C++ on Flask like Micro Web Framework known as Crow.

boost-libraries cmake cpp docker flask-server gcc webserver

Last synced: 31 Aug 2025

https://github.com/rkolovanov/auxiliary-cpp

Библиотека вспомогательных компонентов C++.

cpp library

Last synced: 16 May 2025

https://github.com/rkolovanov/tokio-ghoul

Я... Гуль

1000-7 cpp ghoul

Last synced: 16 May 2025

https://github.com/mugisha-pascal/dsa

A variety of algorithms of DSA expressing my full journey to master Data Structures and Algorithms for creating high quality and secure backend services with clean codes and logic

algorithms cpp dsa-concepts

Last synced: 31 Mar 2025

https://github.com/adzo261/sales-tax-problem

Sales Tax problem solution using C++

cpp oops-in-cpp sales-tax-problem-solution

Last synced: 20 Aug 2025

https://github.com/konvt/simsh

A simple Linux Shell written in Modern C++.

cmake cpp cpp20 linux linux-shell makefile modern-cpp shell xmake

Last synced: 13 Mar 2025

https://github.com/jjbel/rocket-ui

Rocket Telemetry GUI

cpp plotting raspberry-pi telemetry

Last synced: 26 Jan 2026

https://github.com/curve/gpu-screen-recorder-all-audio

📽️ A small program which allows gpu-screen-recorder to record all desktop-audio as well as your microphone

cpp gpu-screen-recorder pipewire

Last synced: 27 May 2026

https://github.com/poseidon-code/slice

An implementation of dynamic sized, console based space separated list input with inbuilt console output and input operator overloads, inspired from Python's List.

cpp header-files slice

Last synced: 01 Jul 2025

https://github.com/inteliense/easy_encrypt_cpp

Easy one line function calls for AES Encryption, SHA hashes, MD5 hashes, key generation and other utilities.

aes-128 aes-256 aes-encryption assymetric-encryption cipher cipher-algorithms cplusplus cpp encoding encryption encryption-decryption md5 rsa rsa-encryption rsa-key-pair sha-256 sha-512

Last synced: 07 Apr 2025

https://github.com/learningbyexample/super-fany-fun

teaching game developing using C++

cpp learning video-game

Last synced: 15 Mar 2025

https://github.com/novama/logs-monitor-stack

Dockerized example on how to set-up a log stack based on Grafana Loki

cpp csharp docker grafana javascript logger-handler logging loki minio powershell promtail python serilog-sink

Last synced: 03 Feb 2026

https://github.com/liulingxi2/multi-person-communication-platform-ssp-2.0

Multi-person communication platform SSP 2.0

cpp microservice mysql social software

Last synced: 02 May 2026

https://github.com/a9na/simcardsimulator

📱 A C++ project simulating SIM card operations. Features include storing/retrieving IMSI, network authentication, contact management, and basic OTA communication. Demonstrates user authentication and network interaction. 🔒📞

cpp sim sim-card simulator

Last synced: 07 Oct 2025

https://github.com/progambler227788/patient-management-system

Hi everyone, This project is based on DSA. I've implements patients data using linklist. You could use database or file handling for storage. You could modify it according to your needs.

circular-linked-list coding coding-interviews cpp cpp-assignment cpp-programming cpp-project data-structures-and-algorithms doubly doubly-linked-list dsa library-management-system linklist management-system patient-management-system programming-language semester-project university-project

Last synced: 16 May 2025

https://github.com/zakariaelbouzkri/cpp_oop

this repo has the 42 CPP pool days wich are about concept of object-oriented-programming (OOP), incapsulation inhiretance polymorphisme ...

cpp oop

Last synced: 27 Feb 2025

https://github.com/maipa01/pcre2cpp

A C++ wrapper around the PCRE2 library to provide a more user-friendly and object-oriented interface for using regular expressions, while retaining the performance and flexibility of the original library.

bsd-3-clause cpp cpp20 library open-source pcre2 pcre2-regex pcre2-wrapper regex regular-expressions wrapper

Last synced: 27 May 2026

https://github.com/jdsherbert/unreal-engine-health-system

Simple Health System implementation for Unreal Engine. Tracks health of an actor, logs damage, and also fires events from changes.

component cpp health unreal unreal-engine unreal-engine-4 unreal-engine-5 unrealengine

Last synced: 07 Apr 2025

https://github.com/szsascha/cpp-ws

A simple webserver in c++

cpp http-server socket webserver

Last synced: 23 Jul 2025

https://github.com/zakariaelbouzkri/my_cses_problems_solutions

this repo contains my solutions to the University of Helsinki's "Competitive Programming" course problem set hosted on the CSES (Code Submission Evaluation System) platform. This repository serves as a showcase of my problem-solving skills and coding journey as I tackle a variety of algorithmic challenges.

algo cpp cses-problem-set-solution data-structures dynamic-programming graph-algorithms math mathematics searching-algorithms sorting-algorithms

Last synced: 27 Feb 2025

https://github.com/boloto1979/keylogger

Keylogger - A C++ keystroke project. This project includes versions for Windows and Linux systems. The keystroke capturer records keystrokes and stores them in a log file. Use it responsibly and in compliance with applicable laws and regulations.

cpp cybersecurity keylogger linux macos malware socket windows

Last synced: 11 Apr 2026

https://github.com/eel-moun/cpp-bootcamp

This is a bootcamp made of 10 chapters with a purpose of introducing oop programing and c++ features

1337cursus 42school abstract algorithms containers cpp encapsulation exception-handling inheritance oop templates

Last synced: 27 May 2026

https://github.com/enzoguillouche/seismosense

Built with C++ and OpenGL, this project is cutting-edge earthquake simulation tool designed to test the structural resilience of buildings and other infrastructure under various seismic scenarios.

cpp earthquakes natural-disasters opengl opensource simulator

Last synced: 02 May 2026

https://github.com/astrodynamic/decimal-float-point

Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.

arithmetic big-number bit-operations bitset cmake cpp currency decimal financial high-precision library math normalization numeric-computation optimization precision rounding template-library tests

Last synced: 13 Jun 2025

https://github.com/refactor-group/ambi_client_cpp

A C++ implementation of the Edge IoT sensor framework for Particle Argon.

cpp iot iot-device

Last synced: 12 Jun 2025

https://github.com/aljo242/modern-cpp

Learning modern C++

cpp

Last synced: 16 May 2025

https://github.com/i-umairkhan/big-integers

A big integer calculator for solving calculaitons of big numbers

biginteger cpp data-structures

Last synced: 28 May 2026

https://github.com/jadeeeeeeeeeeee/sockets-chat-app

a socket chat app i made in cpp thats built with winsock and wxwidgets

cpp gui sockets windows winsock winsock2 winsocket wxwidgets

Last synced: 03 Jan 2026

https://github.com/sdk-meb/ft_containers.42

Project aims to re-implement an STL C++ containers such as vector, map, stack, and potentially set while adhering to the C++98 standard. The goal is to ensure a deep understanding of these containers and to develop custom implementations that comply with C++98 features and restrictions.

1337school 42born2code containers cpp cpp98 data-structures data-types makefile redblack-tree

Last synced: 05 Jan 2026

https://github.com/sovrasov/go-multisolver

An algorithm for simultaneously solving of multiple global optimizations problems

cpp global-optimization optimization-algorithms optimization-methods

Last synced: 24 Mar 2025

https://github.com/salma-mamdoh/encryption-and-dycryption-program

My project for Structured Programming Course taken during fall 2023 semester

cpp problem-solving structure-programing

Last synced: 01 Jul 2025

https://github.com/piotrpsz/clap

C++ library for analyzing program call arguments.

cpp cpp20

Last synced: 17 May 2025

https://github.com/calint/xiinux

experimental high performance web application server for linux in c++

cpp linux webserver

Last synced: 15 May 2026

https://github.com/jowwan/tic-tac-toe

A console-based Tic-Tac-Toe game written in C, featuring three exciting modes: Classic Tic-Tac-Toe, Footy Tic-Tac-Toe, and Basketball Tic-Tac-Toe. Simple, fun, and perfect for nostalgic gameplay!

basketball c console console-application console-game cpp football project tic-tac-toe tictactoe

Last synced: 08 Apr 2025

https://github.com/mjlee111/qt_example

Simple QT based GUI examples.

cpp gui qt qt-examples

Last synced: 05 Jan 2026

https://github.com/magmaz3637/mswitchcasecpp

Kalkulato berbahasa cpp dengan switch case

calculator cpp

Last synced: 15 Mar 2025

https://github.com/bartekjaszczak/rito

Simple, crossplatform C++20 library for League of Legends client and Riot API

cmake cpp cpp20 lcu lcu-api league-of-legends lib library rest-api riot riot-api riot-games-api

Last synced: 18 Apr 2025

https://github.com/jakefhyde/microlith-cpp

C++ DI framework

cpp dependency-injection

Last synced: 06 Jul 2025

https://github.com/vincentkims49/food-ordering-system

Food Order System with admin and customer panels.

cpp csharp java

Last synced: 07 May 2026

https://github.com/martinhelmut/tap-article

This is the companion repository for my blog article about TAP.

catch2 cpp lua nodejs postgresql python stylelint tap

Last synced: 11 Apr 2026

https://github.com/ozanarmagan/RESTCpp

Cross Platform Multi threaded REST API / HTTP Server framework using thread-pooling implementation with modern C++

api api-rest backend cpp cpp11 cpp14 cpp17 rest rest-api

Last synced: 15 Mar 2025

https://github.com/kassane/cppfront-zigbuild

Build Cppfront w/ zig build

clang cpp cpp2 cppfront zig

Last synced: 01 Mar 2026

https://github.com/eman288/security-keypad-embedded-system

This project is an Embedded System implementation for a Security Keypad. It features a password-protected system that authenticates users and allows access based on predefined logic. The project is designed to work on a microcontroller, with hardware and software components integrated to achieve a secure and functional setup.

arduino arduino-uno arduinoide cpp embedded embedded-systems simulide

Last synced: 30 Apr 2026

https://github.com/jessetg/cpp-boot-camp

Slides for a tutorial I'm giving on C++

c-plus-plus cpp latex lecture presentation slides tutorial

Last synced: 08 May 2025

https://github.com/FelypeDantas/Estudos_Linguagens_C

Estudos em c++, c e c#

cpp estatistica

Last synced: 08 May 2025

https://github.com/hs831/leetcode-company-wise-solutions

This Repository contains solutions for Leetcode questions asked in coding rounds and interviews in many different companies.

cpp dsa-practice leetcode leetcode-solutions

Last synced: 16 Mar 2025

https://github.com/p-obrthr/web-ray

multiplayer raylib c++ to wasm & websocket

cpp emscripten javascript mutliplayer raylib raylib-cpp wasm webassembly websocket

Last synced: 06 May 2026

https://github.com/maipa01/mcui

mcui (MAIPA's Console User Interface) is a C++ library designed to simplify the creation of console-based menus and input fields. It provides a structured way to build interactive terminal interfaces with minimal effort.

bsd-3-clause console cpp cpp-library cpp20 header-only open-source ui user-interface

Last synced: 11 Apr 2026

https://github.com/hilbertcube/opengl-object-rendering

Render geometric shapes—including triangle, cube, sphere, and torus (donut) using OpenGL. This is a sample OpenGL graphics programming project built with CMake.

c cmake cpp glad glew glfw3 glm glut low-level opengl

Last synced: 10 Jun 2025

https://github.com/izumidkc/graph-coloring-algorithm

Graph Coloring Algorithm (C++)

algorithm cpp graph-theory

Last synced: 15 Mar 2025

https://github.com/ferhatgec/climage

CLImage, an image format that renders to terminal buffer.

climage cpp cpp17 fegeya header-only image-format

Last synced: 14 Jun 2025

https://github.com/taktoa/qdoc2psn

Generate purescript-native bindings from a QDoc XML file. (WIP)

bindings cpp haskell purescript purescript-native qt

Last synced: 12 May 2026

https://github.com/kingston-kms/client-server

Examples of C++ Server and Client

client cpp gcc linux php server tcp

Last synced: 14 Apr 2026

https://github.com/vimtor/cpp-delegates

Approximation of C# Delegates, Funcs and Actions on C++

cplusplus cpp delegate delegates events function-pointers

Last synced: 12 Apr 2025

https://github.com/nadimnesar/nadimnesar-s-cp-library

Welcome to my competitive programming library! This repository contains a collection of algorithms, data structures, and utility functions curated by nadimnesar. Whether you're a seasoned competitor or just starting out, this library provides essential tools to tackle coding challenges efficiently.

codeforces competitive-programming cpp icpc

Last synced: 15 Mar 2025

https://github.com/piyush168713/cpp

cpp codes

cpp

Last synced: 28 May 2026

https://github.com/gbowne1/link-explorer

This C++ program will discover links on any http or https page you give it

cpp cpp11 explorer link parser

Last synced: 10 Jun 2025

https://github.com/viral32111/bridge

The internal communication library for my community game servers.

cpp java library python

Last synced: 11 Apr 2026

https://github.com/nkid00/24game

寻找 24 点的最佳解法。Find the best solutions of 24.

24game 24pointgame 24points cpp cpp17 mathematics

Last synced: 16 Mar 2025

https://github.com/lueasf/hftrading

HFTrading is a group project about creating a High Frequency Trading Tool in C++ & Python.

cpp nats python trading websocket

Last synced: 10 Jun 2025

https://github.com/bruhmoent/tuxballsdl

TuxBall on SDL2 C++.

cpp platformer sdl sdl2 sdl2-image tux

Last synced: 23 Aug 2025

https://github.com/kartikmohta/spdlog_catkin

Catkin wrapper for the spdlog library

cpp logging spdlog

Last synced: 10 Jun 2025

https://github.com/sevdanurgenc/histogramcalculationbyparallelprogramming

Histogram Computing - Analysis Results By Serial and Parallel Programming

cpp histogram parallel-computing parallel-programming

Last synced: 14 Jul 2025

https://github.com/lmriccardo/ciciel

C++ General-purpose Custom Library

cpp library

Last synced: 10 Jun 2025

https://github.com/klus3kk/text-based-game

My old ASCII game :)

2d-game ascii-graphics cpp

Last synced: 22 Nov 2025

https://github.com/applehatdot/win32aboutdialog

Example About Dialog written in C++ (winAPI)

about-dialog cpp winapi-application windows

Last synced: 30 Mar 2025

https://github.com/liziwl/c-cpp-programming

Course codes and materials, Summer 2017

c cpp

Last synced: 10 May 2026

https://github.com/opensourcedoc/ccwarn

Test Code Quality and Standard Conformity for C or C++ Code against Both GCC and Clang

c c-language c-plus-plus clang cpp freebsd gcc linux shell-script standard-conformity unix warnings

Last synced: 12 Apr 2026

https://github.com/christs8920/pacman-cpp

A pacman style game made in C++ using the PDcurses library.

cli command-line cpp game game-development gamedev ncurses pacman-game pdcurses

Last synced: 19 Jun 2025

https://github.com/chungzh/tsl

Translate in terminal. Written in C++ 17.

cli cpp cpp17 terminal translate

Last synced: 12 Apr 2026

https://github.com/kkkaan/reinforcement-learning-for-tsp

A Q-learning like algorithm to find the optimal solutions for the Travelling Salesman Problem (TSP).

cpp q-learning-algorithm travelling-salesman-problem

Last synced: 19 Jun 2026