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/some0ne11/disk-scheduling-algorithm

This project implements First Come, First Serve (FCFS) and Shortest Seek Time First (SSTF) disk scheduling algorithms in C++.

cpp fcfs-algorithm fcfs-scheduling ipynb sstf sstf-scheduling

Last synced: 20 May 2026

https://github.com/sagarmedtiya/dsa-in-c-plus-plus

Data Structures and Algorithms In C++

algorithms cpp data-structures

Last synced: 20 May 2026

https://github.com/kamilpolok/acssimulation

Automatic Control System Simulation. Allows for simulation of various scenarios using different controllers, control objects and actuators

cmake controlsystem cpp cpp17 googlemock googletest gtest pid pid-control

Last synced: 02 Jan 2026

https://github.com/tariqjamel/tnm-crush

TNM Crush is a C++ puzzle game using SFML, challenging players to match gems and score points through strategic tile-swapping.

2d-game 2d-graphics cpp oop sfml

Last synced: 01 Nov 2025

https://github.com/andezion/simulatoroffalling

This is my small project demonstrating the fall of a ball depending on user specified parameters.

cpp object-oriented-programming physics sfml-cpp sfml-library simulation

Last synced: 21 Mar 2025

https://github.com/copenair/arduino

a repository for the arduino part of the codebase

arduino cpp

Last synced: 25 Oct 2025

https://github.com/smoke-y/game1

A platformer prototype where you swap positions with slime monsters

cpp game raylib

Last synced: 29 Mar 2025

https://github.com/nsubiron/configure-pyz

Simple C++ build system for gcc and clang compilers.

build-system build-tool clang cpp gcc

Last synced: 20 May 2026

https://github.com/saqibbedar/cpluspluslearninghub

Explore a comprehensive collection of C++ programs ranging from fundamentals to pointers, created during my first semester. Ideal for computer science students and learners mastering C++, providing hands-on practice and insights into object-oriented programming and beyond.

cpp cpp-programming cppnotes learncpp learning-notes

Last synced: 04 Apr 2025

https://github.com/amalija-ramljak/advent-of-code-2020

Advent of Code 2020 solutions, C++

aoc2020 cpp

Last synced: 29 Mar 2025

https://github.com/hironakamura/proyectos-c-cpp

Compendio de proyectos hechos en C/C++

c cpp

Last synced: 20 May 2026

https://github.com/jankodedic/tappyplane

A "Flappy Bird" clone

cpp cpp17 flappy-bird game sdl2 sdl2-image sdlw

Last synced: 28 Jun 2026

https://github.com/codeficct/programacion-2-ejercicios

Todos los ejercicios de programación 2 usando c++, con el ing. Contreras.

contreras cpp embarcadero radstudio recursion recursive-algorithm

Last synced: 27 Jun 2025

https://github.com/inanyan/old-terminal-editor

An attemp to create a terminal text editor

cpp editor kilo terminal text-editor

Last synced: 01 Nov 2025

https://github.com/player-alex/net-host

A lightweight native C++ host for running .NET assemblies without modification. Supports WPF applications, console apps, and any .NET DLL with a Main method via simple JSON configuration.

application-launcher assembly-loader cpp cpp20 csharp dll-host dotnet dotnet-core dotnet-hosting hostfxr interop native-host native-interop windows wpf

Last synced: 03 May 2026

https://github.com/atauveron/formation-cpp

Les slides d'une formation C++

cpp cpp-course cpp11 cpp14 french-speaking slides viarezo

Last synced: 15 Oct 2025

https://github.com/kassane/beast

HTTP and WebSocket built on Boost.Asio in C++11 (uses zig build)

asio boost-library cplusplus cpp network-library websockets zig-package

Last synced: 13 May 2025

https://github.com/rachhshruti/file-transfer-udp

File Transfer using unreliable User Datagram protocol (UDP)

client-server cpp networking udp

Last synced: 02 Jan 2026

https://github.com/vishesh-gupta/algolvers

A :notebook: to my solutions to algorithms that I have encountered and want to face

algorthims cpp data-structures leetcode

Last synced: 03 Apr 2025

https://github.com/rooom13/software-engineering

Book Shop data management app in C++ for Software Engineering course. UML Diagrams, Software patterns ...

cpp engineering-course object-oriented-programming software-design software-engineering uml-diagrams

Last synced: 18 Mar 2025

https://github.com/callmemaverick/ecommercecore

This repository contains the comprehensive final exam project for the Advanced Object-Oriented Programming (OOP) course in C++ at IT Step Computer Academy. It is designed to showcase a culmination of skills and concepts learned throughout the course.

cpp cpp11 cpp17 exam json nlohmann-json oop oop-concepts oop-principles oops-in-cpp

Last synced: 02 Jan 2026

https://github.com/tilens6/mega_utils

🥊 THE UNDISPUTED CHAMPION OF C++ UTILITIES! 💥 NO MAKEFILES. NO BLOAT. JUST PURE C++ POWER! 💨 FAST. SIMPLE. DROP-IN & CODE! 🔥 ONE SUBMODULE TO RULE THEM ALL! 🔔 IT’S TIME TO CODE LIKE A CHAMPION! 🚀

camera cpp keyboard mouse network network-programming particle-system particles sdl2 sdl2-sprites sprites timer utils

Last synced: 05 Jul 2026

https://github.com/ferstormblessed/nooklibrary

Nook, 2D game engine library with C++

cmake cpp cpp17 game-development games

Last synced: 05 Mar 2025

https://github.com/bestfriend11/nosse_unrealengine

unreal engine with no sse4.2/avx. run the lastest version of unreal editor on old platforms with only 1gb VRAM.

avx cpp game-engine-3d gamedev sse ue5 unreal-engine-5

Last synced: 21 May 2026

https://github.com/reime005/rncppexample

This repository shows the usage of custom C++ code to be used in a React Native project.

android cpp example ios javascript react react-native

Last synced: 28 Feb 2026

https://github.com/codeantik/cp-template

My C++ template that I use for competitive programming

competitive-programming cpp data-structures-and-algorithms

Last synced: 11 Jun 2026

https://github.com/openmix-dev/openmix

Stage mixing software for live theatre that lets engineers program, automate, and run cues seamlessly across 30+ digital mixing consoles.

audio audio-automation cpp live-sound midi mixing-console osc qt6 theater theatre

Last synced: 05 Jul 2026

https://github.com/sonbear/games-for-fun

Games in C++, to try using github webhooks on a Jenkins Job

cpp game jenking ngrok

Last synced: 14 Sep 2025

https://github.com/quantumsheep/cpp-date

C++ date library

cpp date library

Last synced: 05 Apr 2025

https://github.com/izzhafeez/szmatrix

Space-partitioning data structure to improve queries for clustered points in 2D space

cpp data-structures geospatial

Last synced: 06 Apr 2025

https://github.com/vsaint1/cs2-jni

Web gaming chair for cs2 made with C++ and JNI

cpp cs2-hack external hack java jni jvm wallhack web

Last synced: 19 Jan 2026

https://github.com/max21910/bataille-navale

A Bataille-Navale Game made in c++ for a school project

cpp france game shoolproject

Last synced: 22 Mar 2025

https://github.com/ricardodalarme/ticket-to-ride

Implementação do jogo de tabuleiro Ticket to Ride na linguagem C++

cpp game graph ticket-to-ride

Last synced: 23 Jul 2025

https://github.com/orbitcowboy/cppcheck_crash_files

A collection of files that let cppcheck crash while scanning.

c c-plus-plus cpp cppcheck crash crash-reporting crash-reports segmentation-fault

Last synced: 30 Mar 2025

https://github.com/jayeshpandey01/cpp-dsa-program

"Exploring the beauty of C++ programming through comprehensive and organized coding notes. Dive into a world of algorithms, data structures, and efficient techniques, all crafted to enhance your coding journey. Unlock the potential of C++ with these insightful resources."

beginner cpp notes

Last synced: 21 May 2026

https://github.com/newlandtv/helloworld

Let's print "Hello, World!" In 6 programming languages.

c cpp csharp hello-world helloworld java javascript js programming-language python

Last synced: 08 Apr 2026

https://github.com/jrobles/rock-paper-scissors-lizard-spock

Rock, Paper, Scissors, Lizard, Spock

cpp rock-paper-scissors-lizard-spock

Last synced: 21 May 2026

https://github.com/tawfik-s/competative_programming_trainning_material

trainning material for problem solving and algorithms sessions belong to me

algorithms cpp problem-solving training-materials

Last synced: 21 May 2026

https://github.com/danielkrupinski/binary-cpp

Binary - decimal calculator

cpp

Last synced: 23 Jul 2025

https://github.com/fulldroper/caesarcipher

Classes realize Caesar encryption methods on popular programming languages like: JavaScript, Java, C++, Phyton, PHP, Pascal, Lua, Go

caesarcipher cpp go golang java javascript js lua pascal php phyton

Last synced: 08 Apr 2026

https://github.com/asut00/webserv

Custom HTTP server implemented in C++98, designed to handle client requests efficiently, parse HTTP messages, and serve static or dynamic content.

cpp http http-server server

Last synced: 04 Nov 2025

https://github.com/md-asikuzzaman/cpp-problems

problems solving with c++

codeblocks cpp

Last synced: 28 Jun 2025

https://github.com/kentlouisetonino/sw-ds-runner

A simple CLI project that implements different Data Structure.

binary-tree cli cpp queue

Last synced: 06 Apr 2025

https://github.com/hmzelidrissi/bank-account-management-cpp

This is a Bank Accounts Management System with C++

cpp

Last synced: 16 Jul 2025

https://github.com/micheleriva/c-vs-ts-wasm

👽Simple repo I made for myself just to test some WebAssembly compilers.

assembly c compilers cpp haskell typescript wasm wat webassembly

Last synced: 08 Apr 2026

https://github.com/davidyslu/classicsudoku

Implement the classic game "Sudoku" in C++

c-plus-plus cpp game game-development

Last synced: 28 Aug 2025

https://github.com/davidyslu/onlinejudgezero

Personal Submission of Online Judge Zero (臺灣高中生程式解題系統)

algorithms cpp data-structures

Last synced: 14 May 2025

https://github.com/kuralme/barista_robot_project

Robotics Masterclass Checkpoint 7 & 8

cpp ros2-humble urdf

Last synced: 28 Jun 2025

https://github.com/cra3z/smtplib

A C++ SMTP client

cpp smtp-client

Last synced: 16 Oct 2025

https://github.com/deanwilsondev/snake

A game of Snake made in C++ using Raylib. This project acts as the foundation for building out a custom game engine, leveraging raylib's rendering, windowing and input functionality.

c-plus-plus cpp game game-development game-engine game-engine-2d game-engine-development gamedev raylib snake

Last synced: 28 Jun 2025

https://github.com/thecoder-ashish/onlinestlstore

A basic C++ console based store management system using STL concepts

cpp cpp17 management-system stl store

Last synced: 28 Jun 2025

https://github.com/justin-marian/cla-16bits-adder

Carry-Lookahead 16-bits Adder (CLA16) computes sums by rapidly determining carry bits through parallel processing.

16bits 4bits carry-look-ahead-adder cpp xilinx-vitis

Last synced: 04 Nov 2025

https://github.com/erriez/erriezassembly

Mixed assembly and C/C++ library example for Arduino

arduino assembly c cpp library mixed

Last synced: 12 Apr 2026

https://github.com/cs-si/otb-sirius

OTB remote module for resampling based on FFT

cpp fft orfeotoolbox otb remote-sensing resampling

Last synced: 11 Sep 2025

https://github.com/magicallas/sfml_mes

C++ Project in School using SFML

cpp game school-project

Last synced: 22 Mar 2025

https://github.com/joshua-riek/conway-s-game-of-life

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.

conway conway-game conway-life conway-s-game-of-life conways conways-game-of-life conwaysgameoflife cpp sfml sfml-game

Last synced: 06 Apr 2025

https://github.com/kmnafiur/banking-management

Banking Management System Using C++

cpp

Last synced: 28 Jun 2025

https://github.com/opikadash/memory-management-simulator

C++ Memory Management Simulator implementing First-Fit and Best-Fit allocation strategies with support for random stress testing, memory state persistence, CSV export for visualization, and benchmarking via GoogleTest.

best-fit cpp data-structures first-fit googletest makefile operating-systems simulation

Last synced: 28 Jun 2025

https://github.com/superpuero/kawa_meta

Header-only, little meta utility library made with c++ 17

constexpr cpp cpp17 meta metaprogramming utility

Last synced: 28 Jun 2025

https://github.com/bl00mguy/algorithms-and-data-structures-itmo

Первый и второй семестры ИТМО

algorithms clang cpp golang rust

Last synced: 09 May 2026

https://github.com/kassane/ebook-net-prog

Fundamentos da Programação de Redes

asio book cpp network-programming portuguese-brazilian

Last synced: 27 Mar 2025

https://github.com/fl444mingo/fl4-cs131-01-00

Computer science chapter 1, lesson 0

cpp learning learning-cpp

Last synced: 22 May 2026

https://github.com/sayururehan/ooc

Contains Labsheets, Tutorials and Practicals done by S. R. Bopitiya IT21470004

cplusplus cpp object-oriented-programming ooc

Last synced: 22 Mar 2025

https://github.com/palaceswitcher/alchemyplusplus

A data-driven Alchemy game using SDL3

cpp cpp23 game imgui sdl3 sdl3-image sdl3-ttf

Last synced: 30 Mar 2025

https://github.com/sunsided/sfnd-notebooks

Rough collection of material and exercises from the Sensor Fusion Nanodegree program. YMMV.

cmake cpp sensor-fusion udacity udacity-nanodegree udacity-sensor-fusion-nanodegree

Last synced: 07 Apr 2025

https://github.com/karusb/gw2-tp

Guild Wars 2 Trading Post Flipping APP for GW2 API in C++

c-plus-plus command-line-tool cpp flipping guildwars2 guildwars2-api trading

Last synced: 23 Jul 2025

https://github.com/zoelabbb/game-gms

Game GMS using C++ language | Indonesian edition

cpp edition game indonesia indonesian-language linux

Last synced: 23 Jun 2026

https://github.com/awiswasi/subarulinkcpp

Subaru STARLINK API in C++

api automotive cpp subaru

Last synced: 29 Mar 2025

https://github.com/fcf-framework/fcfUnion

C++11 FCF::Union bidirectional conversion union type (With JSON Support)

container cpp cpp11 json parse stringify union variant

Last synced: 07 Apr 2025

https://github.com/mhahnfr/42cursus-ft_containers

Reimplementation of a few containers of the C++ standard library.

42projects containers cplusplus cpp cpp98 red-black-tree

Last synced: 04 Oct 2025

https://github.com/aarondmarasco/flintplusplus

Flint++ is cross-platform, zero-dependency port of flint, a lint program for C++ developed and used at Facebook.

cplusplus cplusplus-11 cpp linter linters

Last synced: 04 Oct 2025

https://github.com/dangnm9699/applied-algorithms

Applied algorithms / HUST / 20192

algorithms cpp data-structures hust

Last synced: 12 Aug 2025

https://github.com/chihebabiza/cpp-bank-system

C++ console application that manages client records in a banking system. It allows users to view, add, update, and delete client information, as well as perform transactions like deposits, withdrawals, and balance checks. The system includes user login functionality with different access levels .

authentication banking-applications banking-system cpp cpp-project management-system users-management

Last synced: 12 Aug 2025

https://github.com/zeekersky/block-replacement-macsim

A block replacement policy for hybrid cache design is implemented using MacSIM.

computer-architecture cpp macsim makefile simulator

Last synced: 04 Oct 2025

https://github.com/umarmasood1/modern-stylish-ui-components

This is a carefully crafted set of modern, stylish UI components designed using Qt C++ and Qt Style Sheets (QSS) — delivering a clean, responsive, and highly customizable user interface experience. Inspired by contemporary design systems like Material Design and Fluent UI,.

app-compoents app-ui-elements cmake cpp cross-platform css modern-design-app modern-ui modern-ui-components modern-ux qss qt qt-cpp qt6

Last synced: 12 Aug 2025

https://github.com/asgarrrr/cppchat

A simple chat server x client written in C++ using Qt.

cpp qt

Last synced: 23 May 2026

https://github.com/hrszpuk/braccioproofofconcept

A proof of concept for a robotic arm controller. Written in Python and C++.

arduino braccio braccio-arduino cpp proof-of-concept python3 robotics

Last synced: 08 Apr 2026

https://github.com/quantumcomputingworld/vqf

Can we break and RSA keys with NISQ computers (trying out vqf alogs) biggest threat to finance and banking sector

c cpp python3 qiskit quantum-chemistry quantum-computing quntum-circuits rsa variational-quantum-factorization

Last synced: 01 May 2026

https://github.com/niten01/lithe

3D game engine with editor.

cpp game-engine

Last synced: 13 Aug 2025

https://github.com/mute124/atlas

An efficient cross-platform game engine, built for large open-world games with developer sanity, modding, modularity & extensibility, and more in mind.

3d 3d-engine angelscript cpp cpp20 cross-platform engine game-development game-engine linux lua modding modern-cpp raylib scripting sol2 windows

Last synced: 09 Apr 2026

https://github.com/sameetasadullah/ticket-selling-problem-using-mutex

C++ code to solve ticket selling problem using threads and mutex lock

cpp linux mutex-lock threads ticket-selling ubuntu

Last synced: 18 May 2026

https://github.com/aviscaerulea/avply

Windows 11 GUI tool for media (video/audio) playback, trimming, and RMS normalization. Converts video with AV1/NVENC and audio with libopus via ffmpeg.

audio av1 cpp ffmpeg media-player nvenc opus qt6 trimming video windows

Last synced: 24 May 2026