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/ohtypek/minesweeper-sdl2

A minesweeper game made in C++ using SDL2.

amateur cpp game learning minesweeper sdl2 sdl2-image sdl2-ttf

Last synced: 28 Apr 2026

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/anidipta/esp32-sheet-control

ESP32 & Google Sheets Integration

arduino cpp esp32 google-sheets

Last synced: 08 May 2026

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

An attemp to create a terminal text editor

cpp editor kilo terminal text-editor

Last synced: 29 Aug 2025

https://github.com/moshegroot/cpp-learning

C++ learning from zero

cpp learning-by-doing

Last synced: 25 Apr 2026

https://github.com/alyqamar/leetcode

"LeetCode" by alyQamar, contains solutions to various problems from Leet Code, a popular platform for practicing and improving coding skills. The solutions are implemented in cpp , JS and are accompanied by detailed explanations and comments. The repository also includes a variety of problem types, such as data structures, algorith

algorithms competitive competitive-programming competitive-programming-contests contest contest-solution contests cpp data-structures java javascript js leetcode leetcode-cpp leetcode-cpp-solutions leetcode-js leetcode-solutions problem-solving problems

Last synced: 18 Apr 2026

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

🏦 The Bank Management System automates banking operations, allowing efficient account management, transactions, and clients handling.

cpp filesystem oop

Last synced: 10 Sep 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/tsnsoft/vs2022_cpp_wxwidgets_demo

Пример программы на C++ с использованием wxWidgets в Visual Studio 2022

2022 cpp visual-studio wxformbuilder wxwidgets

Last synced: 28 Jul 2025

https://github.com/awiswasi/subarulinkcpp

Subaru STARLINK API in C++

api automotive cpp subaru

Last synced: 29 Mar 2025

https://github.com/eclipse-keypop/keypop-card-cpp-api

Eclipse Keypop project repository containing a C++ implementation of the 'Card API' standardized by the Calypso Networks association for ticketing terminal processing smart card

api component cpp keypop

Last synced: 30 Jul 2025

https://github.com/anatoly-semenov/cpp-security-gateway

C++ implementation of a gRPC gateway designed for scalable and secure microservice architectures on Kubernetes

cpp gateway high-performance security

Last synced: 24 Aug 2025

https://github.com/mahinkumar/starlit

A Simple Screensaver application built using SDL3 with support for graphics APIs including OpenGL and Vulkan.

cmake cmakelists cpp sdl sdl3 simple-direct-media-layer

Last synced: 31 Aug 2025

https://github.com/codeprovn/library-management-system

Bài tập lớn kinh điển quản lý thư viện viết bằng C++ dành cho sinh viên ngành Công nghệ thông tin. Dự án giúp quản lý sách, sinh viên và hoạt động mượn trả trong thư viện. Hoàn toàn không sử dụng AI, chia sẻ miễn phí để cộng đồng học tập và tham khảo.

console-application cpp education library-management non-ai student-management

Last synced: 27 Sep 2025

https://github.com/davidyslu/OnlineJudgeZero

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

algorithms cpp data-structures

Last synced: 29 Aug 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/erfansaberbari/qtlibmanager

A C++ application built with Qt for managing books, members, and borrowing activities. It uses SQLite for persistent data storage, ensuring efficient management of library records.

cpp qt sqlite3

Last synced: 30 Mar 2025

https://github.com/billhu0/cs100-2022

ShanghaiTech CS100 (Introduction to Programming) course homework collection, spring 2022.

c cpp shanghaitech

Last synced: 16 Aug 2025

https://github.com/akagi201/learning-gtest

Learning notes of Google C++ Testing Framework

cmake cpp gtest leanring makefile tutorial

Last synced: 14 Jul 2025

https://github.com/ohtoai-research/avm

AVM aims to reduce binary distribution piracy of software by detecting Virtual Machine Characteristics.

anti-virtualmachine cpp crossplatform

Last synced: 10 Jun 2026

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/ryoga-exe/sivtexturesynthesis

Implementation of Texture Synthesis in Siv3D

cpp siv3d texture-synthesis

Last synced: 28 Jun 2025

https://github.com/p4dro-dev/projeto_display_de_led_de_7s-arduino

Projeto da Tarefa de Disciplina de Eletricidade Básica, e Eletrônica Digital para Informática. Sendo um projeto simples. Usando Arduino, ProtoBoard, Display de 7 seguimentos!

arduino-boards arduino-ide arduino-project cpp cpp-arduino eletricidade eletronica-analogica eletronica-de-potencia eletronica-digital

Last synced: 14 Aug 2025

https://github.com/c0de4un/zero-logger

zeroEngine Logger Code-Base

cpp cxx log logger logging-library

Last synced: 01 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/pwipo/smc_api_cpp

c++ api for smc

api cpp smc-platform windows

Last synced: 14 May 2026

https://github.com/s-bose/makeclass_cpp

a C++ program to generate all the required file skeletons for a class

cpp cpp20 make

Last synced: 04 Oct 2025

https://github.com/vovandreevik/counting-sort-algorithm

This C++ program demonstrates the Counting Sort algorithm for sorting an array of integers in three different scenarios: best case, average case, and worst case.

chrono counting-sort cpp vector

Last synced: 07 Apr 2025

https://github.com/vovandreevik/stack-and-queue-data-structures

This C++ project implements stack and queue data structures

cpp oop oops-in-cpp queue stack

Last synced: 07 Apr 2025

https://github.com/acontenti/pool

A Purely Object Oriented Language

cpp language oop pool

Last synced: 14 Aug 2025

https://github.com/ra1nyxin/fasttextsearch

Accelerated text search engine in C++ designed for large file systems. Implements parallel file discovery and content scanning using the Boyer-Moore-Horspool algorithm for rapid results

algorithm cpp cpp17 filesystem msvc msvc2022 search windows

Last synced: 19 May 2026

https://github.com/vovandreevik/shape-manipulation

This C++ program is designed to work with various shapes, including rectangles and composite shapes, in an object-oriented manner. It allows you to read shape descriptions from an input file, perform operations like moving and scaling, and then sort and display the shapes.

cpp oop oops-in-cpp shapes struct

Last synced: 07 Apr 2025

https://github.com/vovandreevik/string-manipulation

This C++ program is designed for string manipulation. It provides various string operations, such as sorting, searching for repetitions, and finding strings that start with a specific sequence. The program is based on a custom String class.

cpp custom-string oop oops-in-cpp string

Last synced: 30 Oct 2025

https://github.com/vovandreevik/cross-reference-generator

This C++ program reads text from a file, generates a cross-reference table of words along with the lines they appear on, and prints the text with line numbers.

cpp cross-reference dictionary map vector

Last synced: 07 Apr 2025

https://github.com/arocull/shepherd

A top-down game about a shepherd and his flock of sheep.

cpp game

Last synced: 14 Aug 2025

https://github.com/yoann256/scratchapi-experiments

Some experiments using the Scratch API.

api c cpp css html js scratch scratchapi

Last synced: 09 Mar 2026

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/stuart6854/taglog

C++ logging library.

cpp header-only logging

Last synced: 10 Nov 2025

https://github.com/dyollb/itktopologycontrol

ITK external module to control topology of binary mask regions

cpp image-preprocessing itk itk-module python segmentation

Last synced: 13 Apr 2025

https://github.com/brdav/fastrvm

[fastrvm] Relevance Vector Machine in Python with a C++ Core

bayesian classification cpp python regression relevance-vector-machine sparse

Last synced: 17 May 2026

https://github.com/am4nn/authentication-demo

how login data is stored in database and how login details are checked

authentication authentication-demo cli cpp login

Last synced: 29 Jun 2025

https://github.com/beyondmagic/wordcoloriser

A small project to colorise duplicate phrases for lyrics and or poems.

cpp lgbt lines lyrics makefile rainbow shell

Last synced: 27 Apr 2026

https://github.com/introlab/demo_integration

Projet démonstration pour intégration continue avec Git, GitHub Actions

actions arduino cmake cpp demo integration introlab pybind11 python tests

Last synced: 10 Apr 2026

https://github.com/jmsmarcelo/github-user-activity-cpp

Roadmap.sh Projects | GitHub API Client | C++

api-client challenge cpp github-api roadmap-project roadmap-sh

Last synced: 26 May 2026

https://github.com/maroqijalil/ros2-tutorial

A ROS 2 Workspace which is implemented based on ROS 2 Documentation

cpp foxy ros2 ros2-foxy

Last synced: 30 Mar 2025

https://github.com/anjasfedo/rekursif

Recursive on C++

cpp recursive

Last synced: 15 Aug 2025

https://github.com/louis3797/cpp-notes

Collection of notes, links, videos, playlists, references and more for learning C++

collection cpp learning learning-cpp links notes playlists references

Last synced: 15 Aug 2025

https://github.com/usman-pirzada/cpp-basics

C++ Programming done in 10th Class (2021)

cpp

Last synced: 25 Oct 2025

https://github.com/satyajitghana/gpu-programming

Contains the contents of GPU Architecture and Programming course done on NPTEL

c cpp cuda cuda-programming gpu-programming nptel nvidia

Last synced: 09 Mar 2026

https://github.com/ramamagarwal/project_tic-tac-toe

This repository contains a built-in Tic-Tac-Toe game developed using C++

cpp

Last synced: 23 Jul 2025

https://github.com/comba92/life-automata

⬜⬛ C++ implementation with SDL2 of Conway's Game of Life

conways-game-of-life cpp game makefile sdl2 simulation

Last synced: 17 Apr 2026

https://github.com/denrydu/pat-testset

PAT竞赛刷题记录。Solutions for PAT competitions

algorithms cpp data-structures

Last synced: 04 Nov 2025

https://github.com/druxorey/ucv-ayed

Respuestas y ejercicios resueltos de las guías de Algoritmos y Estructuras de Datos en C++, organizados por temas.

algorithms-and-data-structures cpp ucv

Last synced: 21 Sep 2025

https://github.com/keremtan/relay-racer

The aim of this project is to simulate a relay race. This relay race that there is 400 teams and has 4 runners per a team is simulated using Threads and OOP Philosophy.

cpp cpp17 multithreading

Last synced: 16 Aug 2025

https://github.com/droncode/rg3

Code analyzer & codegen framework. Third in order, first in strength.

cpp llvm python3

Last synced: 28 Feb 2026

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

C++ date library

cpp date library

Last synced: 05 Apr 2025

https://github.com/aimensahnoun/textsimilaritychecker

A C++ Plagiarism checker script that that checks direct similarities.

algorithm cpp

Last synced: 14 Nov 2025

https://github.com/agauniyal/naive_malloc

An implementation of naive and bare bones malloc

cpp cpp17 free malloc

Last synced: 23 Mar 2025

https://github.com/bok1c4/http-proxy

HTTP Server with Multi-Hop Proxy

cpp socket

Last synced: 15 May 2025

https://github.com/poncoe/datastructure_cpp_basic

introduction to Data Structure (Struktur Data) in Bahasa Indonesia & English (Using Jetbrains CLion for Build C++)

clion-cmake cpp cpp11 cpp14 jetbrains kucing-item-putih learning learning-by-doing luckytrue-development structured-data struktur-data

Last synced: 28 Aug 2025

https://github.com/deruina/cpp_modules

This repository, cpp_modules, is a comprehensive collection of C++ exercises, each organized into distinct modules. Each module focuses on a specific aspect of C++ programming, ranging from basic concepts like namespaces and classes to more advanced topics like subtype polymorphism, abstract classes, and the Standard Template Library (STL).

cpp cppmodules object-oriented-programming

Last synced: 22 May 2026

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/coders-school/object-oriented-programming

C++ online course. Modules about object-oriented programming.

coders-school cplusplus cpp cpp17 markdown md

Last synced: 06 Sep 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/aeckar/libarbitrary

Arbitrary-precision arithmetic library for C/C++

arbitrary-precision c cpp single-header-lib

Last synced: 27 Apr 2026

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/tannicarcher/checkfiles-for-virus

Using virustotal API

api cpp virus virustotal

Last synced: 25 Jun 2025

https://github.com/evasabeeh/Travel-Route-Planner

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

c cpp

Last synced: 10 Oct 2025

https://github.com/mondonno/algorithms

Collection of resuable algorithm templates written in pure C++

algorithm algorithms all cpp data-structures math prefix-sumes sorting trees

Last synced: 04 Jun 2026

https://github.com/alexiszamanidis/sql_query_executor

A Parallel SQL Query Executor that parses and executes SQL queries using a Thread pool. It also rearranges the predicates by frequency to reduce execution time.

bash c cpp parallelization sql-query-executor thread-pool

Last synced: 09 Apr 2026

https://github.com/amzisys/temp-controlled-fan

Temperature Controlled Fan using Arduino Uno

arduino-uno atmega32 c cpp electronics sensors

Last synced: 23 Apr 2026

https://github.com/ogweno-d/cppfordummies

Cpp for Dummies - A step deeper into the world of madness

cpp

Last synced: 17 Aug 2025

https://github.com/protomorphine/b3dm-cpp

library to work with b3dm Cesium files

3d b3dm cesium cpp geospatial glb

Last synced: 03 Sep 2025

https://github.com/mubarizahmed/ros-vehicle

This is a project to that intends to explore the world of vehicular automation through the design and creation of a differential drive robot.

arduino autonomous-robots cpp js mechatronics robotics ros

Last synced: 11 Apr 2026

https://github.com/thebashpotato/neovim.config

Modern lua Neovim configuration for low level programmers

c cpp lua neovim python rust

Last synced: 10 Apr 2026

https://github.com/krisluczka/scrapium.h

Simple, light and fast C++ webscraping library.

cpp http scraping scrapping webscraping webscrapping

Last synced: 15 Apr 2025

https://github.com/henriktrom/pose_inference

A high-performance, multi-threaded C++ pipeline for real-time multi-camera keypoint detection.

cpp keypoint-detection multi-threading open-source real-time research-software rtmpose

Last synced: 24 May 2026

https://github.com/ricky-ultimate/cpp-hello-world

A basic "Hello, World" program using C++

cpp cpp-learning

Last synced: 22 May 2026

https://github.com/abderrsfa/ft_containers

Reimplementing C++98's STL containers. (std::vector, std::stack, std::map)

1337 42born2code avl-tree cpp cpp98 iterator map stack stl stl-containers vector

Last synced: 10 Feb 2026

https://github.com/fahdseddik/truck-delivery-company-simulation

A simulation of a truck delivery company written in C++.

algorithms cpp datastructures objectorientedprogramming simulation

Last synced: 10 Nov 2025

https://github.com/akagi201/reinterpret

number type convertation with reinterpret_cast in C++

cmake cpp cpp11 reinterpret

Last synced: 26 Feb 2025

https://github.com/kammitama5/c-datastructs-spring17

collection of C++ notes and programmes

backtracking-algorithm cpp datastructures linked-list

Last synced: 17 Aug 2025