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/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/pwipo/smc_api_cpp

c++ api for smc

api cpp smc-platform windows

Last synced: 14 May 2026

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/stef1949/lumifur_controller

ESP32 controller code for an LED matrix display designed for a Protogen mask. It features various facial expressions and animations, which can be controlled via Bluetooth Low Energy (BLE) using an ESP32 development board. The project includes a boot-up animation with scrolling text and supports multiple facial expressions such as idle, happy

cpp esp32 led-controller ledmatrix microcontroller protogen richies3d

Last synced: 26 Jan 2026

https://github.com/vcputtini/qdocbase6

This utility software aims to manage a professional database of digital documents in order to provide organization, speed in searches and reliability of information.

cpp database document documents image images kde linux mariadb mysql

Last synced: 10 Apr 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/sameetasadullah/snake-game

A Simple Snake Game in C++

cpp game game-development glut linux opengl ubuntu

Last synced: 09 May 2026

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/sameetasadullah/reverse-and-uppercase-string-using-thread-joins

A simple C++ program to reverse the string and convert it into uppercase letters using multiple threads and joins

convert-uppercase cpp linux reverse-string thread-joining threads ubuntu

Last synced: 29 Apr 2026

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

zeroEngine Logger Code-Base

cpp cxx log logger logging-library

Last synced: 01 Sep 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/djoezeke/cprofiler

A Realtime Sample Call Stack and Performance Profiling Library for C/C++.

analysis c cpp development library performance profiler profiling

Last synced: 11 Jun 2025

https://github.com/jonasalbuquerque/ping

Simple ping application with two threads (client and server) communicating by sockets and exchanging ICMP messages.

cplusplus cplusplus-11 cpp cpp11 icmp icmp-ping network-programming networks ping ping-pong pingpong socket-programming sockets

Last synced: 26 Dec 2025

https://github.com/piobeat/smartphone-webserver-template-mongoose

A native webserver implementation (C/C++) based on Mongoose for your smartphone.

android c cpp cpp11 cross-compilation cross-compiler-toolchain mongoose native smartphone webserver

Last synced: 10 Apr 2026

https://github.com/jacek13/mahjongsolitaire

Mahjong Solitaire based on the SDL2 library.

cpp cpp14 mahjong-solitaire sdl2 visual-studio

Last synced: 15 May 2025

https://github.com/magnuschase03/customizablenerualnetwork

A c++ include for people to easily implement a nerual network to their code.

cpp customizable easy-to-use header include nerual-network

Last synced: 07 Apr 2025

https://github.com/artemka-sh/wificam

Cross-platform client for broadcasting a camera (for example, a phone) to a computer (or another) using wifi

android-camera cpp cross-platform http-camera ip-camera obs-studio qml qt6 remote-cameras wifi-camera

Last synced: 12 Apr 2026

https://github.com/awais-124/itp-project

C++ games project for beginners. Five games in one.

cpp dice-game introduction-to-programming programming tic-tac-toe

Last synced: 07 Apr 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/magnuschase03/base64-encryption

Encode ASCII text to base 64

base64 cpp encryption

Last synced: 07 Apr 2025

https://github.com/sameetasadullah/consensus-problem-using-openmp

Program coded in C++ language to solve the consensus problem between multiple threads using OpenMP

consensus-problem cpp linux openmp openmp-parallelization ubuntu

Last synced: 17 May 2026

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/pbentes/projecttemplate

A quick-start CMake project template for C++ projects which utilize a Core/App project architecture

cmake cpp template template-project

Last synced: 06 Mar 2025

https://github.com/zarox28/logger-cpp

Simple logging library in C++

cpp logging

Last synced: 15 May 2025

https://github.com/grgomariani/cabpp

C implemented Automata Based Programming Pattern

cpp framework graph yed

Last synced: 24 Jul 2025

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/mazenelnahla/autospectra

Auto Spectra is a state-of-the-art instrument cluster designed as part of my graduation project. Developed using the Qt Framework on a Raspberry Pi 5, Auto Spectra seamlessly integrates digital precision and intuitive design to provide real-time vehicle data, enhancing both safety and performance.

arduino bash canbus cpp html5 obd2 php pi5 pizero2 python qt5 serialport stm32f103

Last synced: 11 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/sameetasadullah/consensus-problem-using-mpi

Program coded in C++ language to solve the consensus problem between multiple threads using MPI

consensus-problem cpp linux mpi mpi-parallelization ubuntu

Last synced: 22 May 2026

https://github.com/sameetasadullah/avl-tree-implementation

My own templatized C++ implementation of AVL Tree and its different traversals i.e, PreOrder, PostOrder, InOrder using Microsoft Visual Studio. You can also check the type of AVL tree as well

avl-tree cpp traversals tree-structure visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/singly-linkedlist-implementation

My own templatized C++ implementation of Singly LinkedList using Microsoft Visual Studio

cpp singly-linked-list singlylinkedlistoperations visual-studio

Last synced: 15 Mar 2025

https://github.com/nekruzash/sudoku-solver

A sudoku solver program that solves a sudoku game board using backtracking method and recursion.

cpp data-structures

Last synced: 05 Mar 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/billhu0/cs100-2022

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

c cpp shanghaitech

Last synced: 16 Aug 2025

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

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

arraylist cpp visual-studio

Last synced: 15 Mar 2025

https://github.com/heshamalsaqqaf2/problem-solving-c-plas-plas

This repository contains solutions to exercises and issues at various levels from easy and intermediate to relatively advanced in C++.

cpp problem-solving

Last synced: 15 May 2026

https://github.com/sameetasadullah/check-curly-brackets-using-stack

A simple C++ code to validate curly brackets of given code using stack

cpp stack visual-studio

Last synced: 15 Mar 2025

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

My own templatized C++ implementation of Graph and its different traversals i.e, BFS, DFS using Microsoft Visual Studio

bfs cpp dfs graph visual-studio

Last synced: 13 Oct 2025

https://github.com/sameetasadullah/circular-linkedlist-implementation

My own C++ implementation of Circular LinkedList using Microsoft Visual Studio

circular-linked-list cpp visual-studio

Last synced: 15 Mar 2025

https://github.com/tayne3/zig.toolchain.cmake

⚡ Use Zig compiler in CMake projects. Simplify cross-compilation.

c cmake cpp cross zig-cc

Last synced: 13 Jan 2026

https://github.com/scottgibb/led-strip-controller-manifest

The Manifest file for the LED Strip Controller Project

alexa arduino cmake cpp esp8266 firmware fusion360 hardware iot node-red python software stm32

Last synced: 11 Apr 2026

https://github.com/a9na/simcardsimulator

📱 A C++ project simulating SIM card operations. Features include storing/retrieving IMSI, network authentication, contact management, and basic OTA communication. Demonstrates user authentication and network interaction. 🔒📞

cpp sim sim-card simulator

Last synced: 07 Oct 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/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/vimtor/cpp-delegates

Approximation of C# Delegates, Funcs and Actions on C++

cplusplus cpp delegate delegates events function-pointers

Last synced: 12 Apr 2025

https://github.com/nxhhoang/marisaoj-roadmap-solution

This is my journey learning competitve programming in MarisaOJ

competitive-programming cpp marisa online-judge roadmap

Last synced: 26 May 2026

https://github.com/ali-el-badry/fraction-calculator

It is an calculator that calculate the fractions

calculator cpp fractions mathematics

Last synced: 26 Feb 2025

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

C++ learning from zero

cpp learning-by-doing

Last synced: 25 Apr 2026

https://github.com/palak-463/tradeflash

Your one stop destination to check, compare, and visualize stocks and cryptocurrencies. 📊

api bootstrap c cpp css cython flask html javascript python

Last synced: 10 Apr 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/zakariaelbouzkri/cpp_oop

this repo has the 42 CPP pool days wich are about concept of object-oriented-programming (OOP), incapsulation inhiretance polymorphisme ...

cpp oop

Last synced: 27 Feb 2025

https://github.com/sameetasadullah/dependency-analysis-and-speedup-code-snippets

Dependency Analysis is performed on some code snippets and they have been improved in speed if possible

cpp dependency-analysis dependency-types openmp openmp-parallelization parallel-processing parallel-programming speedup

Last synced: 15 Mar 2025

https://github.com/scapix-com/cmodule_test

Example project for cmodule package manager

cmake cpp package-management package-manager

Last synced: 26 May 2026

https://github.com/mpellouin/plazza

A pizza restaurant helper using processes, threads and mutex. Part of Epitech's 2nd year Conccurent Programming unit.

conccurent cpp epitech mutex plazza porgramming process thread

Last synced: 20 Jun 2025

https://github.com/djoezeke/glfwtem

OpenGL®-Starter is a template for OpenGL Projects with Cmake and VSCode on windows.

assimp c cmake cpp glad glfw3 glm library opengl stb-image template vscode windows

Last synced: 26 Dec 2025

https://github.com/mohamed-samy26/flappy-bird-cpp-sfml

Remake for Flappy Bird game with custom made physics and 2 levels of difficulity

cpp game game-development physics sfml sfml-game

Last synced: 25 May 2026

https://github.com/gringolito/cpp-pre-commit-hooks

C++ hooks for pre-commit based on Google C++ Style Guide

cpp google-style pre-commit pre-commit-hooks

Last synced: 16 May 2026

https://github.com/vladbologa/raytracer-cpp

Building a ray tracer in C++, following "The Ray Tracer Challenge" by Jamis Buck

cpp cpp17 eigen3 gtest raytracer raytracing

Last synced: 15 Jun 2025

https://github.com/gaurav-chaurasia/dsa

All my practice problem(data-structure and algorithmic) and code are here

algorithm competitive-programming cpp data-structures readme-md

Last synced: 29 Jun 2026

https://github.com/marekmosna/pgms

Postgres mass spectromentry extension

bioinformatics cpp mass-spectrometry plpgsql postgres postgresql sql

Last synced: 18 Jan 2026

https://github.com/plinkon/colorify

A nice little tool to help with ANSI escape codes

ansi color-tool console-tool cpp

Last synced: 05 Jul 2025

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/aeckar/libarbitrary

Arbitrary-precision arithmetic library for C/C++

arbitrary-precision c cpp single-header-lib

Last synced: 27 Apr 2026

https://github.com/princejoogie/cal

Different implementations of a terminal application that shows a calendar and highlights the current day

cli cpp javascript rust-lang

Last synced: 21 Apr 2026

https://github.com/emanuele-xyz/qk

Quick 3D D3D11 renderer

cpp d3d11 realtimerendering

Last synced: 31 Aug 2025

https://github.com/jj-kira/chess

C++ console chess project showcasing OOP.

chess cpp oop

Last synced: 16 May 2025

https://github.com/marat-tanalin/pizza-png

Tiny and easy-to-use C++ library for generating PNG image files in Windows

cpp formats gdi gdi-plus gdiplus graphics libraries library png wrapper

Last synced: 15 Mar 2025

https://github.com/jilliennelapid/shuffledeckofcards

A C++ program using header files and classes to make "decks" of cards (from vectors).

classes-and-objects cpp header-files

Last synced: 15 Mar 2025

https://github.com/3mr-5aled/supermarko-gui

đź›’ A modern supermarket shopping system built in C++ with WinForms. Includes login/register, product browsing by category, cart management, live bill view, printable receipts, and a beautiful start-to-end GUI experience.

cpp desktop-app winforms

Last synced: 30 Jun 2025

https://github.com/jonatasgdec/exercicios-cpp

Resoluções de exercícios propostos nas aulas de Estrutura de Dados utilizando C++

cpp

Last synced: 25 Feb 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/sameetasadullah/binary-search-tree-implementation

My own templatized C++ implementation of Binary Search Tree and its different traversals i.e, PreOrder, PostOrder, InOrder using Microsoft Visual Studio. You can also check the type of BST as well

binary-search-tree cpp traversals tree-structure visual-studio

Last synced: 15 Mar 2025

https://github.com/eel-moun/cpp-bootcamp

This is a bootcamp made of 10 chapters with a purpose of introducing oop programing and c++ features

1337cursus 42school abstract algorithms containers cpp encapsulation exception-handling inheritance oop templates

Last synced: 27 May 2026

https://github.com/ranveeraggarwal/leetcode-cpp

Leetcode Solutions in Modern-ish C++

algorithms cpp leetcode

Last synced: 02 Apr 2025

https://github.com/gabygold67/buttontoswitch_stm32

An STM32-RTOS library to implement all kind of switches out of simple push buttons (Momentary buttons) by using embedded simulated behavior

button buttons cpp debounce debounce-button deglitch potentiometer-simulation pushbutton-library pushbutton-switch rtos-library stm32 stm32-library

Last synced: 01 Sep 2025

https://github.com/fl444mingo/fl4-cs131-06-lab

Ch. 6, Lab 1, Grade Checker File In/Out

cpp learning learning-cpp

Last synced: 31 Aug 2025

https://github.com/jilliennelapid/binarytreestorage

Project 2: An organism-storing binary tree that reads commands from input .txt, queries the data, and outputs to console and output .txt.

binary-search-tree binary-tree cpp data-structures infile-outfile txt-files

Last synced: 15 Mar 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/vhtua/dfa-checking-tool

A tiny tool (developed in C++) to validate a given string if it is accepted by the input DFA

cpp dfa

Last synced: 29 Mar 2025

https://github.com/kuro337/imghttp

High Performance Multi Threaded C++ Image Processing Web Server

cpp

Last synced: 11 Jun 2026

https://github.com/drorspei/sismicpp

A C++ library for running statecharts

cpp cpp14 state-machine statechart

Last synced: 11 Jan 2026

https://github.com/tommaso-dognini/polimi_gpu101_courseproject

Polimi Passion In Action GPU101 course project. Implementation in CUDA of BFS algorithm

cpp cuda cuda-programming parallel-computing

Last synced: 10 Apr 2026

https://github.com/rafaelbortolozo/minigame_boliche

Pequena atividade para a matéria de Paradigmas da Computação, se trata de um "jogo" onde a máquina joga sozinha gerando pontuações aleatórias. O objetivo principal do algoritmo era representar o funcionamento de um jogo de boliche, desconsiderando a fisica.

bowling-game cpp paradigms poo random-number-generators

Last synced: 15 Mar 2025

https://github.com/mohitbansal964/binary-tree

Binary Tree Insertion, Traversal and display in vertical and horizontal format

binary-trees cpp data-structures

Last synced: 30 May 2026