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/depermitto/headerpuller

Header-only package manager for C/C++ written in Go. Provides hassle-free (un)installation and simplicity in use.

c cpp cxx go golang-application header-files header-only hpp package-manager

Last synced: 01 May 2026

https://github.com/maxchip101/deanus

a containerized programming language that is consistent on all systems

cpp docker language

Last synced: 20 Apr 2026

https://github.com/chrovis/parattice

Recursive paraphrase lattice generator

cpp graphviz java nlp paraphrase paraphrase-generation rust

Last synced: 08 May 2026

https://github.com/karnkaul/ledemo

Demo Game on 2D C++17 engine using PhysicsFS and SFML

cmake cpp cpp17 game game-engine linux opengl physfs sfml win64

Last synced: 08 May 2026

https://github.com/ngoyal16/projecteuler

ProjectEuler Problem solutions in different different languages

cpp hackerrank java project-euler python

Last synced: 09 May 2026

https://github.com/tannicarcher/you-are-hacked

When you run this executable file in Windows, 100 command prompt windows (cmd) will open, where the text “YOU ARE HACKED” will be displayed. In Linux, 100 terminal windows will open (depending on the environment), where the specified text will also be displayed.

cpp hacking linux simple virus windows

Last synced: 06 May 2026

https://github.com/golxzn/magicube

Voxel based game

cpp opengl voxel-game

Last synced: 03 May 2026

https://github.com/tierra-colada/cppguts

Tool aimed at C/C++ source code correction that allows to automatically find and copy/paste new function definition

c cpp edit-c edit-cpp parse parse-c parse-cpp parser-c parser-cpp python

Last synced: 09 May 2026

https://github.com/karusb/bazcryptlib

BazCrypt 4 Neighborhood Cellular Automata Encryption Algorithm C++ Library

algorithm bazcrypt bazcrypt-encryption c-plus-plus cellular-automata cpp cross-platform cryptography encryption library linux windows

Last synced: 02 May 2026

https://github.com/oresoftware/modify-socket

Set options on socket using `setsocketopt`

c cpp file-descriptor nodejs nodejs-addon socket

Last synced: 09 May 2026

https://github.com/dindinyt37/public-ip-tracker

A lightweight Windows system tray utility that monitors and logs public IP address changes

cpp csv ip-address ip-tracking monitoring networking system-tray utility winapi windows

Last synced: 22 Apr 2026

https://github.com/danielsio/pacman-game

Built as part of a Kirsh Amir's C++ & OOP course at The Academic Collage Of Tel-Aviv.

bfs-algorithm cpp game oop-principles

Last synced: 02 May 2026

https://github.com/leoraclet/sfml-imgui-template

🧩 A template for C / C++ projects using SFML, OpenGL and Dear ImGUI

c cmake cpp dear-imgui nix opengl sfml template

Last synced: 02 May 2026

https://github.com/allanjos/ts_utils

Transport stream parsing utilities.

c cpp ffmpeg transport-stream

Last synced: 08 May 2026

https://github.com/cristianprochnow/maze-robot-kart

🤖 Code for Robot will win the maze and achieve the finish line.

arduino cpp

Last synced: 27 Apr 2026

https://github.com/dyfanjones/inih

Rcpp Bindings to C libray inih (https://github.com/benhoyt/inih) for ini files

cpp ini r

Last synced: 09 May 2026

https://github.com/x-rays5/gta_base

A mod menu for GTAV.

base cheat cpp dll game-hack gta5 gtav

Last synced: 20 Jun 2026

https://github.com/anushangapavith/solar-dryer-embedded-system

Solar dryer with solar tracking system using embedded hardware

cpp embedded-systems esp32-wroom

Last synced: 04 Jun 2026

https://github.com/gunh0/windows-system-programming

🪟 Windows system programming from the perspective of synchronous and asynchronous Input/Output.

cpp csharp mutex semaphore synchronization thread windows

Last synced: 09 May 2026

https://github.com/solareenlo/vimrc-c-cpp

My .vimrc for c and cpp

c cpp vim vimrc

Last synced: 01 May 2026

https://github.com/mohammad-malik/linkedlist-notepad

A console-based notepad using a 2D linked list for text storage. Features text editing, saving, loading, and a spell-checker with correction suggestions—all in a C++ console environment.

cpp data-structures dsa linked-list linux macos ncurses-library unix

Last synced: 08 May 2026

https://github.com/fabioardis/1158engine

3D OpenGL engine with ImGui Editor written in C++

3d 3d-graphics cpp engine imgui imgui-glfw opengl shaders

Last synced: 27 Apr 2026

https://github.com/jaytwolab/useoldqt5inqt6

Use old Qt5 in Qt6 :kr: Qt6에서 구형 Qt5 사용하기

cpp qt qt5 qt6

Last synced: 27 Apr 2026

https://github.com/lefucjusz/kettle-pid-controller

Kettle temperature regulator using PID controller based on Arduino Nano. Measurements taken by the means of DS18B20 sensor, Fotek SSR-40DA SSR relay used as an actuator. Current temperature displayed on TM1637 LED display.

adc anti-windup arduino cpp ds18b20 kettle pid pid-controller platformio pwm ssr temperature-control tm1637

Last synced: 08 May 2026

https://github.com/sahilsrivastava25/dsa

A collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v2](https://github.com/arunbhardwaj/LeetHub-2.0)

cpp java leetcode-solutions

Last synced: 28 Apr 2026

https://github.com/kravchuk21/garbage-collector

Simple Garbage Collector

cpp garbage-collector

Last synced: 04 Jun 2026

https://github.com/breadrock1/topsystemsinterview

There is test case that I had got while processing interview to TopSystems.

cpp interview interview-practice qt6

Last synced: 20 Jun 2026

https://github.com/ladroid/hunt

Arduboy game

arduboy arduboy-game c cpp game

Last synced: 07 May 2026

https://github.com/zouariomar/code-practice

Welcome to my Code Practice solutions repository! Here, you'll find my solutions to various coding problems from different platforms.

algorithms bash c code codepractice codeproject cpp geeksforgeeks github leecode

Last synced: 16 Apr 2026

https://github.com/umbrellaleaf5/template_cpp_lessons

Template for creating lessons/homework repos in C/C++

cmake cmakelists cpp educaiton homework lessons template

Last synced: 04 Jun 2026

https://github.com/jmsmarcelo/task-tracker-cpp

Task Tracker | CLI | MySQL | C++ | Roadmap.sh

challenge cli cpp database mysql programming project roadmap task-tracker

Last synced: 20 Jun 2026

https://github.com/prophetru/helloworld

Sample "Hello World" with gtest. Can be used as a template for future projects for education only.

cmake cpp gtest otus

Last synced: 16 May 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/qwli7/cpp-all

C++学习记录和一些 C++知识点

cpp cppprimer cppprimerplus makefile sdl2 stdlib stl

Last synced: 31 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/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/ifwtzzzzzh/semester-2-cpp

ITPLN's Semester 2 curriculum offers two exciting courses to empower you: Algorithms and Programming 2!

cpp

Last synced: 31 Mar 2025

https://github.com/asqiriba/rijndael

Rijndael block cypher in C.

cpp encryption rijndael-algorithm

Last synced: 15 Mar 2025

https://github.com/captainayan/accountlite-cli

💡💰Lightweight Command line Double-Entry Accounting Software💵💸

account-lite accounting commerce cpp finance journal journal-entries ledger parser personal statements trial-balance

Last synced: 29 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/arsalan-dev-engineer/amateur_boxing_division_table_cpp

Enter your weight and the system will tell you what division you will be fighting in!

begginer-friendly beginner beginner-project boxing cpp programming programming-language table

Last synced: 16 May 2025

https://github.com/zepedroresende/imageskeletonization

Using MPI and OMP for image skeletonization optimizations

c cpp mpi omp optimization

Last synced: 29 Apr 2026

https://github.com/tony-go/cmake-uwebsockets

Build uWebSockets with CMake.

cmake cpp usockets uwebsockets

Last synced: 29 Mar 2025

https://github.com/hfx-j/sgtd

SGTD: A Semantic-Guided Triangular Descriptor for One-Shot LiDAR-Based Global Localization

cpp global-localization slam

Last synced: 15 Mar 2025

https://github.com/amanoteam/raiden

A GCC cross-compiler targeting Linux musl

c cpp cross-compiler gcc linux musl

Last synced: 19 Apr 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/tokio-ghoul

Я... Гуль

1000-7 cpp ghoul

Last synced: 16 May 2025

https://github.com/lucasfturos/tetris-embarcado

Console portátil - tetris embarcado. Projeto proposto para o estágio supervisionado.

arduino-nano cpp

Last synced: 31 Mar 2025

https://github.com/eslamdyab21/hogwarts-battle-cpp

This repository has the code of Hogwarts Battle written in Cpp. it's the final software project of the training phase in MIA technical team.

cpp harry-potter hogwarts mia voldemort wizards

Last synced: 15 Mar 2025

https://github.com/mfouesneau/cphot

A C++ portage of pyphot for computing photometry from spectra

astronomy-software cpp photometry

Last synced: 05 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/drapegnik/algorithms

⏱️practise tasks on theory of algorithms on FAMCS, BSU

algorithms brute-force bsu c-plus-plus cpp data-structures famcs graph-algorithms

Last synced: 05 Apr 2025

https://github.com/gummif/endocpp

Modern C++ functional programming concepts library

cpp cpp17 functional-programming header-only library

Last synced: 23 Mar 2025

https://github.com/ka-iden/huffman

Huffman coding, compression and decompression

cpp huffman-coding huffman-compression-algorithm

Last synced: 07 Apr 2025

https://github.com/ayesha-quazi/49-days-dsa-challenge

I'll be sharing my daily journey of applying what I’ve learned in C++ by tackling Last Minute Problems provided by Fraz Sir.

challenge cpp dsa-algorithm dsa-practice dsalgo-questions

Last synced: 03 Apr 2025

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/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/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/jdsherbert/audio-soft-clip-distortion

Simple C++ implementation of a basic Soft Clip Distortion technique. Includes an example usage case with a simulated sinusoidal signal.

audio audio-effect audio-effects audio-processing cpp distortion distortion-effects sine sine-wave sinewave soft-clipping

Last synced: 07 Apr 2025

https://github.com/jdsherbert/trie

Simple Trie Structure implementation in C++

cpp trie trie-data-structure trie-structure tries

Last synced: 07 Apr 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/stuart6854/gfx

C++ Graphics Wrapper - Work In Progress (Only Vulkan ATM)

cpp graphics vulkan

Last synced: 10 Nov 2025

https://github.com/aaron-trinidad/genetic_algorithm

Genetic Algorithm implemented in C++

cmake cpp genetic-algorithm optimization-algorithms

Last synced: 23 Mar 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/wavefnd/lipi

Lipi Text Editor

cpp editor ide qt6 texteditor

Last synced: 13 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/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/mjlee111/qt_example

Simple QT based GUI examples.

cpp gui qt qt-examples

Last synced: 05 Jan 2026

https://github.com/lbxa/windowskeylogger

C++ ethical keylogger for Windows

cpp hacking keylogger

Last synced: 18 Apr 2025

https://github.com/TevesManuel/ESP32-sumo-lineBot

Final project alberth tomas minisumo, maded with esp32

cpp embedded esp32

Last synced: 18 Apr 2025

https://github.com/dracuxan/compiler

Used Python, JS, Go to show a compiler implementation. I mean why not?

compile compiler-design cpp go golang hacktoberfest python python3

Last synced: 19 Apr 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/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/arkaht/cpp-curve-x

Curve-X ─ a small and easy-to-use C++ Bézier library to create 2D-splines with its own GUI editor.

bezier cmake cpp cpp11 cpp14 cpp17 cpp20 curve library spline

Last synced: 01 Apr 2026

https://github.com/ayushgoel24/unscented-kalman-filter-with-lidar-and-radar

Fused noisy LiDAR and Radar sensor measurements to estimate the states of multiple cars on highway using Unscented Kalman Filter(UKF).

cpp lidar lidar-point-cloud radar unscented-kalman-filter

Last synced: 18 Jan 2026

https://github.com/hyouteki/voodoo

Simple Terminal based Todo manager with regex

cpp regex todoapp

Last synced: 27 Oct 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/mohamedelziat50/hospital-management-system-miu

Simple C++ based terminal application developed as part of the Spring 2024 Computer Programming & Problem Solving Course Project.

cpp

Last synced: 24 Mar 2025

https://github.com/contisimone99/bulletin-board-system

Cryptography-focused messaging platform with Perfect Forward Secrecy, developed for cybersecurity education. Implements secure user registration (email challenge-response), encrypted message posting, and replay attack protection using raw OpenSSL primitives.

bulletin-board cpp cryptography openssl

Last synced: 02 Jul 2025

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