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/ulitol97/spellchecker

Spellchecker using the Levenshtein Distance between words to correct user input

cpp levenshtein-distance spellcheck

Last synced: 04 Apr 2025

https://github.com/likhithkp/cpp-replit

cpp replit

cpp

Last synced: 05 Apr 2025

https://github.com/yassir-ai/war_simulation

This project aims to simulate a battle between two armies using a randomly generated map (using Mersenne Twister Generator) with varying topography and weather conditions to add complexity to the simulation. The code is written in C++.

armies battle cpp mersenne-twister simulation statistics

Last synced: 10 Jul 2025

https://github.com/zakircodearchitect/lexer-

This project implements a Lexical Analyzer (Lexer) for MiniLang, which tokenizes source code into types like keywords, operators, and literals. It handles errors and skips comments, laying the foundation for a MiniLang compiler.

cpp lexer lexer-analyzer

Last synced: 17 Jun 2025

https://github.com/wonderwoman2020/gui4opencv

This is an app for educational purpouses so students can focus on learning image processing algorithms from OpenCV and not on creating GUI. It will contain a few examplary functions from OpenCV, but overall it will be a template for students to put some more material into it. All people interested in learning OpenCV are welcome to try it out!

academic-project cpp educational opencv qt

Last synced: 06 Mar 2026

https://github.com/likweitan/student-grading-system

A simplified student grading system.

cpp

Last synced: 05 Apr 2025

https://github.com/milesbarr/cpp-project-template

A modern C++ project template with a robust development environment and best practices built-in.

c-plus-plus c-plusplus cpp cpp-project cpp-project-template starter-template

Last synced: 17 Jun 2025

https://github.com/danibcorr/electronics-with-tivac

🎛️ Embedded Systems Project with Tiva C, using UART and I2C communications.

acme bmi c cpp electronics embedded-systems i2c qt sensors texas-instruments tiva-c uart

Last synced: 10 Jul 2025

https://github.com/douglaspimentel/learn-c-plus-plus

Learning the fundamentals of programming and c++

cpp programming-exercises programming-fundamentals

Last synced: 10 Jul 2025

https://github.com/lawateko/array-sorting

sorting array

array cpp sorting-arrays

Last synced: 09 Sep 2025

https://github.com/kmx-systems/conversion-to-utf8

Converter from UTF-16 and UTF-32 to UTF-8 (header only)

conversion cpp cpp17 cpp17-library library utf utf-16 utf-32 utf-8

Last synced: 12 Apr 2025

https://github.com/melardev/cppalgorithmsnippets

Cpp Snippets on algorithm library

algorithm algorithms cpp demos examples snippets

Last synced: 19 Jun 2025

https://github.com/romejg/cpp-backup

C++ codes 1st year college

cpp

Last synced: 29 Oct 2025

https://github.com/maxencebonamy/maze-generator-solver

This software is a mathematical simulation that generates a labyrinth and then solves it using an algorithm of your choice.

cpp maze-generator maze-solver sfml xmake

Last synced: 16 May 2026

https://github.com/roysmanfo/terraformsimulation

A console based simulation of a virtual world, where people will be albe to die naturally, die for a disease (pandemic, plague) expand the population and start wars

500lines console-application cpp simulation

Last synced: 10 Sep 2025

https://github.com/georgiifirsov/variant

C++14 Variant type implementation with only standard features of C++ language and STL library used

cplusplus cplusplus-14 cpp cpp14 variant variant-type

Last synced: 12 Apr 2025

https://github.com/georgiifirsov/patternmatching

Short header-only library that allows you to use pattern matching in C++. Written in pure standard C++14.

cplusplus cplusplus-14 cpp cpp14 functional-programming pattern-matching templates

Last synced: 12 Apr 2025

https://github.com/zayarhtet/bag

Bag Data Type implemented in C++, specialized in Basic Object-Oriented Design.

console-application cpp data-structures design-patterns oop priority-queue

Last synced: 12 Apr 2025

https://github.com/srinidhibhat45/helloworldcollections

Add Hello World Programmes in as many languages as you want and ill merge them! Don't repeat a language!!

bash c cpp csharp dart first-contributions go hacktoberfest html java javascript kotlin matlab perl php python r ruby swift typescript

Last synced: 10 Jul 2025

https://github.com/jhrcook/sungrowlight

An Arduino library for controlling a plant grow light with real sunrise and sunset times.

arduino arduino-library arduino-uno cpp

Last synced: 16 May 2026

https://github.com/nandahkrishna/bros

Application suite – Class 12 C++ Computer Science Project

apps calculator calendar clock cpp games graphics notepad os simulation turbo-c-plus-plus

Last synced: 17 Jun 2025

https://github.com/sanjaikumar-28/railwayreservationsystem

A Console based railway reservation application using C++ OOPS.

console-application cpp oops railway-reservation

Last synced: 07 May 2025

https://github.com/ambersaxena0925/dsa_project_using_c-

Few purpose of oriented projects in C++ and Java involving Fundamental Data Structures and Crucial Algorithms

arrays backtracking cpp cpp-programming graphs greedy-algorithms heaps inheritance java linked-list multiset

Last synced: 16 May 2026

https://github.com/va1da5/intro-to-freerots-course-notes

Notes from 'Introduction to FreeRTOS' course

cpp esp32 espidf freertos notes

Last synced: 16 May 2026

https://github.com/diegoasterio/alg_p1_2016

repository for algorithm class for the course 2015-2016

algorithms cpp

Last synced: 18 Jun 2025

https://github.com/4ejlobek06/flappybird

C++ project using SFML

2d-game cpp flappy-bird sfml

Last synced: 18 Jun 2025

https://github.com/kamilkrauze/dynamic-makefile-script

It is a shell script for the creation of a makefile.

bash bash-script bash-scripting c cpp dynamic-makefile makefile

Last synced: 06 May 2026

https://github.com/tamiko-n/internship

This repository contain the tasks which I've completed as an intern at CodeAlpha

cpp internship quiz-game todoapp

Last synced: 12 Jul 2025

https://github.com/noxmor/noxdata

NoxData is a C++ data structures library to organize, store and manipulate data.

cpp cpp-library data-structures header-only library templated

Last synced: 18 Jun 2025

https://github.com/harisali-git/stackbrackets

Full Stack Data Structure implementation with isBalanced(T* arr, int size) function which checks whether the brackets are properly balanced or not.

brackets cpp data-structures stack

Last synced: 19 Jun 2025

https://github.com/bok1c4/books

Here are books, personal notes for the books (taking notes while reading) and additional reads

books cpp lowlevel network operatingsystems systems

Last synced: 19 Jun 2025

https://github.com/momen-alshouha/data-structure-circular-singly-linked-list

This repository contains C++ implementation of a circular singly linked list using object-oriented programming principles. It includes classes for nodes, iterators, and the linked list itself, providing essential functionalities such as insertion, deletion, traversal, and more.

circular-singly-linked-list classes-and-objects cpp data-structures linked-list oop-in-cpp oop-principles

Last synced: 11 Jul 2025

https://github.com/myhauntedfork/algebruh

A collection of math tools

chemistry cpp math physics

Last synced: 11 Jul 2025

https://github.com/pavlostzitzos/van-der-pol-oscillator

Van der Pol Oscillator in C++. Finite Differences, SPSA and LQR controllers are used to drive the oscillator.

cpp cpp11 cpp14 finite-difference gnu-plot lqr-controller unit-testing van-der-pol

Last synced: 02 Feb 2026

https://github.com/awesomearjun/ping-pong-sdl3

A Ping Pong videogame made in SDL3

cmake cpp cpp11 oop sdl3 sdl3-image

Last synced: 20 Jun 2025

https://github.com/sap-samples/odbc-driver-for-abap-examples

Examples for using the ODBC driver for ABAP with various programming languages.

abap cpp javascript nodejs odbc odbc-driver powershell python rust sample sample-code sap unixodbc

Last synced: 07 Apr 2026

https://github.com/landiluigi746/cpp-backend-template

Small C++ backend template with CMake as build system, vcpkg as dependency manager, Crow as web framework and Docker support

backend backend-template cmake cpp cpp-template crowcpp docker template-project

Last synced: 03 May 2026

https://github.com/usmana5809/hostel-management-system

A comprehensive Hostel Management System to manage student, mess, guest, clothes, security, salary, and account records.

account-management clothes-management cpp guset-management hostel-management-system mess-management-system student-management

Last synced: 21 Jun 2025

https://github.com/dino-julius/the-dino-julius-advent-of-code-record

Hi! This is my record of solutions for the Advent of Code, that is an Advent calendar of small programming puzzles.

aoc aoc-2024 competitive-programming cpp

Last synced: 21 Jun 2025

https://github.com/vkayy/vk-array

My implementation of C++'s std::array.

cpp data-structures

Last synced: 21 Jun 2025

https://github.com/sla-ppy/tempconver

[F] C to F temperature conversion program

cpp early-attempts

Last synced: 10 Sep 2025

https://github.com/ujiro99/mock-generator

C++ mock generator using FakeIt.

cpp ctags fakeit golang mock testing

Last synced: 16 May 2026

https://github.com/szafsrc/caitlyn-test

Lightweit Testing Library

cmake cpp testing-library

Last synced: 21 Jun 2025

https://github.com/nulladmin1/eightqueens

Eight Queens Puzzle Made for H* Computer Science II Class

cmake cpp eight-queen-problem eight-queens eight-queens-problem eight-queens-puzzle

Last synced: 11 Jul 2025

https://github.com/drizzy/code-make

Code Make is designed to make it easy to create and compile C++ projects using the Make tool.

cpp extension make makefile vscode

Last synced: 16 May 2026

https://github.com/kar-dim/cas-2d

Implementation of the AMD FidelityFX CAS (Contrast Adaptive Sharpening) algorithm on CUDA/OpenCL, for sharpening static images.

cpp cuda dll fidelityfx gpu image-processing parallel-computing sharpen

Last synced: 22 Jun 2025

https://github.com/letv1nnn/graphics

A collection of computer graphics projects implemented in C++ using RayLib and OpenGL, showcasing foundational techniques like transformations, shading, and rendering.

cpp graphics opengl raylib-cpp

Last synced: 22 Jun 2025

https://github.com/sohamkayal4103/codechef-contest

All the sums solved in codechef contests

codechef codechef-solutions competitive-programming cpp

Last synced: 22 Jun 2025

https://github.com/nir3x/varsizedint.cpp

VarsizedInt - Variable-Sized Integer Encoding

c-plus-plus cpp efficiency encoding integer storage variable-sized

Last synced: 22 Jun 2025

https://github.com/guicdas/cpp03_42

CPP Module 03: Inheritances.

cpp cpp98 inheritance

Last synced: 02 Jul 2026

https://github.com/stefan2810/car-parking-sensor

This project is based on the principle of measuring distance with ultrasound waves. Based on the measuring scale, one of the 3 LEDs will turn on.

arduino-ide cpp distance-calculation esp8266 led-controller microcontroller-programming ultrasound-distance

Last synced: 16 May 2026

https://github.com/stefanasandei/dsa

Data Structures & Algorithms implemented in C++

algorithms cmake cpp data-structures dsa gtest

Last synced: 11 Aug 2025

https://github.com/arkaht/cpp-curve-editor-x

Curve Editor X ─ a C++ and raylib Bézier spline editor for the Curve-X library

bezier cmake cpp curve editor raylib raylib-cpp simple spline

Last synced: 10 Sep 2025

https://github.com/tahaaa22/incubator-dashboard

The Incubator Dashboard is a system designed to simulate a Nurse Call System (NCS) for monitoring multiple incubators. The system provides visual alerts on a dashboard and hardware buzzer alerts for critical conditions. It integrates various sensors to ensure real-time monitoring and control of incubator conditions.

arduino chartjs cpp css expressjs html javascript nodejs sqlite

Last synced: 07 Apr 2026

https://github.com/itayshaul111/reconstruction-simulation

Assignment 1 - SPL course, BGU

cpp memory-management

Last synced: 22 Jun 2025

https://github.com/waltertamboer/experiment-cpp-curl

A simple experiment with C++ and cURL.

cpp curl makefile

Last synced: 30 Apr 2026

https://github.com/gabrielcenteiofreitas/estudos-cefet-linguagem_cpp

Pasta contendo projetos pessoais e trabalhos desenvolvidos durante as aulas da faculdade, todos em linguagem C++

cpp

Last synced: 12 Jul 2025

https://github.com/femtobit/turing-templates

Experiment on generating turing-machine implementations in terms of C++ templates

clojure cpp turing-machine

Last synced: 16 May 2026

https://github.com/adrijadastidar/cpp-chat

This project demonstrates a simple chat application using TCP sockets in C++ with the Windows Socket API (Winsock). The application consists of two components: the Client and the Server. The client connects to the server, and both parties can send and receive messages in real-time.

chat-application cpp tcp

Last synced: 20 Oct 2025

https://github.com/menaehab/codeforces-solutions

C++ Codeforces solutions

codeforces cpp problem-solving

Last synced: 22 Jun 2025

https://github.com/progambler227788/puzzle-game

The given code is an implementation of a word search puzzle solver in C++. It takes a 10x10 grid of characters as input and allows the user to enter a word to search for. The program then searches for the word in the grid, and if found, it prints the row and column

coding coding-beginners-projects coding-for-everyone coding-puzzles cpp cpp17 csharp dsa game programming-puzzles programming-tuts projects-in-cpp puzzl-project-in-cpp puzzle puzzle-game-in-cpp puzzle-using-recurssion recursion

Last synced: 23 Jun 2025

https://github.com/chinmay-esp/led-blinking

This repository contains a LED blinking program developed using the ESP-IDF framework in C++. The code demonstrates how to initialize GPIO, configure the LED pin, and implement a basic delay for toggling the LED state.

cpp esp32 espidf

Last synced: 16 May 2026

https://github.com/cantaro86/maze-3d

C++ program that solves the maze in 3D

cpp maze maze3d

Last synced: 23 Jun 2025

https://github.com/chihebabiza/my-cpp-stack

This project implements a simple templated stack in C++ using a doubly linked list. It supports basic operations like push, pop, top, and size, allowing storage of any data type. The goal is to demonstrate how a stack can be built manually using dynamic memory and linked structures.

cpp data-structures oop stack

Last synced: 23 Jun 2025

https://github.com/icingworld/ww-raftkv

A distributed key-value store built upon the Raft consensus algorithm.

cpp cpp11 kv-store kvstore raft raft-consensus-algorithm rpc rpc-framework

Last synced: 23 Jun 2025

https://github.com/vhgn/tver

Friendly simple calculator

ast calculator cpp

Last synced: 23 Jun 2025

https://github.com/aritrakar/markov_chains

⛓️Finite-state discrete time Markov chain (DTMC) implementation.

cpp eigen

Last synced: 12 Jul 2025

https://github.com/imjuniper/flibbert-engine

Read-only mirror of my own git repo

cpp game-engine opengl

Last synced: 16 May 2026

https://github.com/rajnandinithopte/socket-programming--computer-networks

A UNIX socket programming project that implements a meeting scheduler using TCP and UDP communication. The system includes a client, main server, and two backend servers to process meeting requests and determine common available time slots efficiently. Built using C/C++ on Ubuntu, following POSIX socket programming principles.

computernetworks cpp posix socket-programming tcp ubuntu unix

Last synced: 13 Jul 2025

https://github.com/mavoort/spidermesh2d

A simple Delaunay mesh generator written in C++

65n50 armadillo computational-geometry cpp math mesh-generation qt6 triangle

Last synced: 17 Apr 2026

https://github.com/yasushi-saito/inlined_hash_table

Fast open-addressed C++ hash table

cpp hashing hashtable

Last synced: 14 Jul 2025

https://github.com/matesoft2033/photoresistor-touch-detector

Touch Sensor LED Control is a project that uses an analog touch sensor to light up LEDs based on touch counts. The first, second, and third touches activate different LEDs, with real-time feedback displayed in the Serial Monitor.

arduino cpp diy-project ledcontrol serial-communication touchsensor

Last synced: 17 May 2026

https://github.com/hyz-0514/obstacle-avoidance-maze

以可达鸭为主题的一个避障迷宫小游戏

cpp qt5

Last synced: 18 Apr 2026

https://github.com/miottonicola/unive-pel_json-parser

Class Json with parser (Grammatic Context Free)

cpp grammar-parser json

Last synced: 16 May 2026

https://github.com/goto-bus-stop/cpp-split-string

A simple C++17 class to iterate over pieces of a string using ranged for loops.

cpp lines ranged-for split string

Last synced: 15 Jul 2025

https://github.com/tsnsoft/clion_test

CLion_test

clion cpp

Last synced: 15 Jul 2025

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

Raytracing engine

cpp raytracing

Last synced: 15 Jul 2025

https://github.com/notquis/cpp-match

cpp-match is a powerful C++ library for pattern matching and functional-style programming, allowing developers to write concise and expressive code for handling complex data structures efficiently. The library provides a clean and intuitive syntax for matching patterns, making it easier to work with data in a functional programming paradigm.

cache-coherence computer-vision cpp kernel-bypass multiplatform object-tracker object-tracking opencv prefix-trie single-header-lib trading trie-structure tries zero-copy

Last synced: 15 Jul 2025

https://github.com/kuguma/alglog

The simple logger targeting commercial libraries

async cpp cpp14 logging

Last synced: 16 Jul 2025

https://github.com/tahaaa22/problem-solving

This collection contains my approaches, thought processes, and final solutions to coding challenges from popular platforms such as LeetCode, HackerRank, and CodeForces.

cpp data-structures problem-solving sql

Last synced: 10 Sep 2025

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

This repository consist of Practice questions and some leet code problems and DSA in C++ language

algorithms array cpp data-structures dsa dsa-practice

Last synced: 16 Jul 2025

https://github.com/amr-yasser226/ambulance-management-system-dsa

A centralized system for managing ambulance services across multiple hospitals, utilizing data structures to optimize ambulance allocation and improve emergency response times.

algorithms ambulance-management-system course-project cpp data-structures emergency-services hospital-simulation optimization patient-dispatch priority-queue queue real-time-simulation resource-allocation simulation stack systems-design unit-testing zewail-city

Last synced: 17 Jul 2025

https://github.com/ki-seki/algorithm

原创的 C/C++ 数据结构与算法模板或者笔记,主要是给自己备考用的

algorithm c cpp data-structures

Last synced: 17 May 2026