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/emmanuelmess/qtsandsimulator

A small Qt simulator in C++

cellular-automata cpp qt

Last synced: 25 Apr 2026

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/fathjami/cpp-modules

In this project I'll learn CPP language :)

42born2code 42projects cpp

Last synced: 15 Jul 2025

https://github.com/fmxexpress/scimark2-dev-cpp

Scimark2 Project For Dev-C++ on Windows.

cpp dev-cpp scimark scimark2 windows

Last synced: 10 May 2026

https://github.com/theloni-monk/ya6502e

Yet Another 6502 Emulator: An emulator for the iconic MOS 6502 CPU written in c++

6502 6502-processor assembly assembly-6502 cpp emulator

Last synced: 13 Apr 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/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/davidyslu/onlinejudgezero

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

algorithms cpp data-structures

Last synced: 14 May 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/bl00mguy/algorithms-and-data-structures-itmo

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

algorithms clang cpp golang rust

Last synced: 09 May 2026

https://github.com/tirimid/nimpedpp

nimped++ is the C++ rewrite (with some featural changes / additions) of nimped

cpp cpp20 custom personal programming text-editor

Last synced: 22 May 2026

https://github.com/flast/cppcheck-sarif

Convert cppcheck xml report to SARIF

c c-plus-plus cplusplus cpp cppcheck sarif static-analysis

Last synced: 11 May 2026

https://github.com/0xsky/libredis-client

Redis C++ client, suppert redis cluster, requires hiredis only

c-plus-plus connection-pool cpp libredis-client muti-platform redis-cluster thread-safety

Last synced: 09 Jun 2026

https://github.com/sa2003hil/dsa

Explore fundamental Data Structures and Algorithms with this repository. It contains clear implementations, detailed explanations, and practical examples in various programming languages. Perfect for learning, practicing, and mastering the core concepts of computer science and programming.

arrays cpp dsa dsa-algorithm graph linked-list queue stack string

Last synced: 14 Apr 2025

https://github.com/ejunjsh/graphic-learning

computer graphics learning from scratch (example with c++ and qt)

cpp graphics

Last synced: 25 May 2026

https://github.com/sameetasadullah/inter-process-communication-using-unnamed-pipes

A simple C++ program to simulate inter-process communication using unnamed pipes

cpp fork inter-process-communication linux ubuntu unnamed-pipe

Last synced: 22 May 2026

https://github.com/im-rises/chip8topia

Chip8 Emulator made in C++ for desktop and web

chip8 cpp emscripten emulator interpreter linux windows

Last synced: 09 May 2026

https://github.com/bestmahdi2/uni__phonebookappcpp

A university project in which a phone book is designed with C++ language

cpp cpp17 phone-book

Last synced: 22 Mar 2025

https://github.com/kwanhooo/pods

Practices on Data Structures

cpp data-structures data-structures-and-algorithms

Last synced: 13 Jun 2026

https://github.com/zyad-eltayabi/bank-system

Bank system application using C++ language

cpp

Last synced: 25 Feb 2025

https://github.com/AlbertSuarez/PAR-Labs

📊 All Labs of PAR subject of Facultat d'Informatica de Barcelona (FIB).

cpp fib laboratories par-labs

Last synced: 14 Mar 2025

https://github.com/ysoroko/cpp_module_07

C++ Introduction, module 7/8

19 42 array cpp cpp07 iter max min piscine swap templates

Last synced: 05 Nov 2025

https://github.com/hoomaac/tardis

Remote backup tool based on Git packfile and rolling checksum

backup backup-tool cpp cpp17 tool

Last synced: 30 Mar 2025

https://github.com/toxe/test-cpp-iostream

C++ IOStream Examples

cmake cpp examples iostream

Last synced: 22 Mar 2025

https://github.com/edixonalberto/control-electrificador

APP WEB para el control remoto de un electrificador de cercas

arduino arduino-sketch cpp css electronic html ino iot javascript microcontroller mysql php portfolio sql

Last synced: 08 Apr 2026

https://github.com/tahsinayman/tahsin

This is a Repository Made by Tahsin Ayman

batch-file c cpp css html java javascript other python

Last synced: 08 Apr 2026

https://github.com/mataruzz/arcadeplayground

ArcadePlayground is a Qt-based platform featuring classic games like Tic-Tac-Toe and Tetris, with more titles coming soon. Explore and enjoy retro gaming in a simple, fun environment!

classic-game cpp gamedev qt tetris tic-tac-toe

Last synced: 11 May 2026

https://github.com/17xr/powerinteger

C++ Header for Computing Powers of Big Integers Using GNU MP Bignum Library

cpp cpp-library cpp23 cpp23-library mathematics

Last synced: 05 Apr 2025

https://github.com/flatcap/big-three

Example of C++ Big Three

c-plus-plus cpp gof pattern

Last synced: 23 May 2026

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/anmamun0/arduino-robotics-learning

A comprehensive guide to learning robotics using Arduino. This repository covers the basics of Arduino programming, sensor integration, motor control, and building robotic projects. Perfect for beginners looking to explore robotics through hands-on projects and step-by-step tutorials.

arduino assembly-language cpp robotics

Last synced: 24 Jul 2025

https://github.com/svaniksharma/chess_engine.cpp

A little chess engine in C++

chess chess-ai chess-engine cpp cpp17

Last synced: 24 Jul 2025

https://github.com/bl33h/fillinganypolygon

A program that uses a framebuffer to fill any polygon and save the result as a bitmap (BMP) file in the build folder. It supports drawing and filling polygons with custom shape and color.

cmake computer-graphics cpp gcc make polygon polygons vector

Last synced: 23 Sep 2025

https://github.com/abhi5658/repaint

A paint application made with C++ with most of the basic functionalities.

cpp drawing drawing-app graphics paint repaint

Last synced: 25 Jul 2025

https://github.com/amirhakimnejad/big-number-in-cpp

Implementation of a class that can handle calculations between big numbers in c++.

algorithm bigint bignumber cpp object-oriented-programming oop stack

Last synced: 17 Sep 2025

https://github.com/mattiap7/rubrica

Rubrica in c++

cpp gui

Last synced: 25 Jun 2026

https://github.com/taktoa/pianoman

Experimental music bot for TeamSpeak 3 (mostly abandoned due to arcane-chat)

bot bot-api cpp haskell qt teamspeak3 teamspeak3-plugin zeromq

Last synced: 06 May 2026

https://github.com/ryp/chip8-emu

CHIP-8 Emulator

chip-8 cpp emulator

Last synced: 26 Jul 2025

https://github.com/ico12319/data-structures-implementations

This repository is a collection of implementations of various data structures.

cpp data-structures data-structures-implementations

Last synced: 27 Jul 2025

https://github.com/harisali-git/os-terminalshell

Open Source Code for the UNIX terminal Shell

c cpp gnu gnu-linux linux os terminal ubuntu

Last synced: 04 May 2026

https://github.com/yushikuni/thewitchermechanic

The repository is for testing the witcher mechanic

cpp gameplay portfolio-website thewitcher unfinished-project

Last synced: 27 Jul 2025

https://github.com/samukiszhsd/linguagemc

Estudo da faculdade sobre a linguagem C e C ++

c cpp logica-de-programacao

Last synced: 27 Jul 2025

https://github.com/degirum/cppsdk

DeGirum C++ SDK

ai cpp degirum ml neural-network sdk-cpp

Last synced: 28 Jul 2025

https://github.com/bl33h/conwaysgameoflife

A real-time rendering program with Conway's Game of Life algorithm.

algorithm cmake conways-game-of-life cpp gcc make sdl2 wsl

Last synced: 28 Jul 2025

https://github.com/thisaislan/free-code-cpp

Just free codes in C++!

cpp design-patterns

Last synced: 25 May 2026

https://github.com/karnkaul/cliq

Command line interface utility

argument-parser command-line cpp cpp20 library

Last synced: 22 Sep 2025

https://github.com/qobulovasror/cpp-examples

SamDU dasturiy injineringi yunalish 1-kurs elementar masalar va yechimlari

cpp

Last synced: 31 Jul 2025

https://github.com/hakoniwalab/hakoniwa-pdu-rpc

hakoniwa-pdu-rpc is a C++ library that provides a framework for remote procedure calls (RPC) based on Hakoniwa's PDU (Protocol Data Unit) communication.

cpp hakoniwa pdu rpc

Last synced: 09 Mar 2026

https://github.com/luweglarz/cpp_pool_42

CPP pool to learn basics of cpp concept

cpp

Last synced: 31 Jul 2025

https://github.com/jasperdrescher/hellovulkan

An introduction to Vulkan and GLFW for 3D graphics.

3d cmake cpp glfw vulkan

Last synced: 23 May 2026

https://github.com/iwas-coder/trm

A transactional, atomic, reliable POSIX's rm command implementation written in C++. 🌀

atomic blockchain coreutils cpp hash hash-tree merkle-tree sha256 transactional

Last synced: 01 Aug 2025

https://github.com/lnd3/ltools

C++ tool box for random purposes like graphics, physics, gui and network coding

concurrency cpp physics rendering threading tool-box

Last synced: 01 Aug 2025

https://github.com/prince-chrismc/multicore-programming

This is a C++ repository to contain my work for Multicore Programming (COMP426) from Concordia Universirty during Fall 2018.

cpp glew glfw glm modern-cpp multithreading object-oriented-programming opengl parallel-computing parallel-processing tbb

Last synced: 15 May 2026

https://github.com/bhabishworgrg/hangman

Daily C++ Learning Journey: From Basics to Building a Hangman Game

cpp

Last synced: 02 Aug 2025

https://github.com/daramkun/videoslicer

Video slicing application

cpp cxx ffmpeg media-foundation video-parser

Last synced: 09 Apr 2026

https://github.com/eabhi-me/try-cpp

For Learning and practice cpp code

cpp

Last synced: 26 Sep 2025

https://github.com/djoezeke/sdltem

A Simple Starter Template for SDL Project with CMake configured properly.

c cmake cpp game graphics imgui opengl sdl sdl2 template vscode windows

Last synced: 09 Apr 2026

https://github.com/3n3a/fibonacci_sequence

generating a fibonacci sequence in c++/cpp and getting the values with script

cpp fibonacci maths programming

Last synced: 02 Aug 2025

https://github.com/amr4924/expense-tracker

💰 Professional Expense Tracker V1.0 - Smart personal finance management made simple! Lightning-fast C++ desktop app with real-time budget monitoring, intelligent categorization, and beautiful report generation. Zero installation required - just download and track! Perfect for students, professionals, and small businesses. Built by SA3DWY with priv

budget-management cpp desktop-app expense-tracker finance financial-software financial-tracking monthly-income personal-finance personal-finance-manager portable-software sa3dwy windows-app

Last synced: 27 Sep 2025

https://github.com/mguludag/synchronized_value

A modern C++ thread-safe value wrapper with flexible locking strategies and convenient RAII guards.

cpp cpp11 cpp17 cpp20 thread-safety thread-synchronization

Last synced: 27 Sep 2025

https://github.com/dreyyan/cipher-midterms-programming-cpp

[ CIPHER R&D Committee · C++ Midterms Programming Materials & Practice Problems ]

basic-programming cpp

Last synced: 27 Sep 2025

https://github.com/erushasandushan/cafeteria-system

A C++ and SQL-based cafeteria management system built as a learning project to strengthen my C++ skills and practice database integration. ( Started Learning C++ in September 2025 )

api backend cpp management

Last synced: 27 Sep 2025

https://github.com/ahmedosmandev/arduino-led-cube

Fun project for our Embedded Systems course.

arduino arduino-nano c cpp

Last synced: 20 Apr 2026

https://github.com/peplxx/netpbm-cpp

This GitHub repository contains C++ code for image processing in PPM (Portable Pixel Map) format. The code provides functionality for writing images in the PPM format.

cpp image image-processing netpbm ppm-image

Last synced: 19 Oct 2025

https://github.com/retifrav/cmake-target-link-libraries-example

An example of CMake target_link_libraries() scopes effects

cmake cpp example

Last synced: 26 Aug 2025

https://github.com/yeyom/school_code

Personal school's code snippets, projects and homeworks, feel free to use them, for the most important snippets: https://gist.github.com/YeyoM

algorithms c cpp csharp data-structures java javascript python school school-assignment school-project schoolwork

Last synced: 07 Apr 2026

https://github.com/evasabeeh/travel-route-planner

Implemented Dijkstra's algorithm to find the most optimal path between the origin and destination.

c cpp data-structures

Last synced: 04 May 2026

https://github.com/crazyokd/vimrc

Own vim/nvim configuration, especially for c/cpp

c cpp nvim vim

Last synced: 09 Apr 2026

https://github.com/olk/ki-ocr-spreadsheet

convert a spreadsheet exported as JPEG into a CSV file containing spreadsheet's data by using a DNN (Tensorflow)

artificial-intelligence cpp csv ctc-loss deep-learning dnn dnn-model jpeg keras neural-network opencv python spreadsheet tensorflow

Last synced: 09 Apr 2026

https://github.com/fulfilledcovenant/covenginea

An open-source semi-automated optimizations for improved overall windows 10-11 experience.

c cpp open-source ps1 windows-10 windows-11

Last synced: 29 Sep 2025

https://github.com/rosekamallove/learn_code

This is a repository that contains all the topics that I @rosekamallove studied while learning to code and am currently learning Data Structures and Algorithms, and all the code I wrote are in this repo and I am thinking of making this repo more like a Learning resource.

algorithms competitive-programming cpp data-structures development

Last synced: 04 Aug 2025

https://github.com/sameetasadullah/queue-implementation

My own templatized C++ implementation of Queue using Microsoft Visual Studio

cpp queue visual-studio

Last synced: 29 Jun 2026

https://github.com/vovandreevik/decomp-solve

The program solves linear systems with DECOMP & SOLVE.

cpp decomp solve

Last synced: 05 Aug 2025

https://github.com/firoz-thakur/data-structure-and-algorithm

A comprehensive collection of solutions to low, medium, and high difficulty questions across various platforms such as CodeChef, Codeforces, LeetCode, and HackerRank. This repository serves as a valuable resource for practicing and mastering data structures and algorithms.

competitive-programming cpp java problem-solving programming

Last synced: 22 Jun 2026

https://github.com/ferhatgec/escafe.py

Escafe[dot]Py, Python3 implementation of Escafe

cpp escape-sequences lib python3

Last synced: 26 Apr 2026

https://github.com/oblivious-oblivious/multicore

A framework for penetration testing using Ruby, C++ and QML.

cpp framework penetration-testing qml ruby

Last synced: 26 Apr 2026

https://github.com/ndxdeveloper/developpement-avec-qt6

Tutoriel complet sur le développement d'applications avec Qt6, couvrant tous les aspects depuis les bases jusqu'aux techniques avancées. Guide détaillé avec exemples pratiques, idéal pour débutants et développeurs expérimentés.

best-practices cmake cpp cross-platform database desktop-applications development-guide gui mobile-development multimedia multithreading mvc networking performance-optimization qml qt qt6 tutorial widgets

Last synced: 03 May 2026

https://github.com/ejunjsh/cpp-coroutine-epoll

Small Linux/macOS networking example that wraps readiness events with C++20 coroutines.

coroutine cpp cpp20 epoll kqueue

Last synced: 23 Jun 2026

https://github.com/astrodynamic/geometry

Geometry: A program to draw geometric primitives using SFML. Create lines, circles, triangles, rectangles, and squares easily. MIT licensed.

affine-transformation cmake cmakelists cpp cpp17 drawing-app geometry graphics make makefile primitives sfml sfml-library

Last synced: 04 Jun 2026

https://github.com/rev-roastedduck/debugsuite

A lightweight and flexible debugging and logging utility for C projects

c cpp debug terminal

Last synced: 20 Apr 2026

https://github.com/rbaltrusch/cpp-natscript

C++ translation of Natscript interpreter previously implemented in Python.

cpp custom-interpreted-language custom-language interpreter programming-language programming-languages

Last synced: 24 Jun 2026