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/wtrsltnk/lazy-audio

This repo contains a few program examples generating sound the lazy way: with RtAudio.

audio cpp oscillator rtaudio sawtooth squarewave

Last synced: 13 Jun 2026

https://github.com/servettonga/cpp_webserv

A lightweight HTTP/1.1 compliant web server supporting static file serving, CGI execution, and virtual hosts.

cpp cpp98 http http-server nginx websocket

Last synced: 08 Feb 2026

https://github.com/asiff00/anothergeneticalgorithmwithcpp

Teach an agent to find the max value of Y from Y= x1*w1+x2*w2....Xn*Wn.

ai artificial-intelligence cpp deep-learning genetic-algorithm machine-learning ml

Last synced: 15 Apr 2026

https://github.com/p4p-83/gantry

The low-level machine control of our x-y stepper motors and limit switches.

arduino c cpp firmware gantry platformio

Last synced: 08 Feb 2026

https://github.com/kzamanbd/hackerrank-problem

Welcome to our Problem-Solving Repository! This repository is a curated collection of solutions and resources aimed at addressing a variety of challenges encountered in software industry. Whether you're a developer, a project manager, or an enthusiast in software development field...

competitive-programming cpp hackerrank hackerrank-solutions problem-solving

Last synced: 13 Jun 2026

https://github.com/harsharchives/hackerrank-cpp-problems

This repository contains a collection of solved programming problems from Hackerrank, implemented in the C++ programming language.

cpp hackerrank-cpp hackerrank-solutions

Last synced: 13 Jun 2026

https://github.com/mtsprznto/aurca

Un sistema agéntico capaz de realizar autocrítica y refinamiento de pesos matemáticos mediante un bucle de retroalimentación constante con la API de Binance.

cpp machine-learning python

Last synced: 26 Feb 2026

https://github.com/albresky/leetcode

LeetCode | Hot100 | Compiler | AI Infra | C++

cpp leetcode

Last synced: 01 Feb 2026

https://github.com/mirotvoretts/alfa-copilot

AI advisor for young entrepreneurs: It predicts cash flow gaps 2-3 weeks in advance and offers specific support through the bank’s products

ai cpp fintech microservices rust

Last synced: 20 Jul 2026

https://github.com/jweinst1/lemon

A dynamic object system

cpp cpp11 object-oriented

Last synced: 16 Jun 2026

https://github.com/trivedijeet/buildicator

Ring of WS2812b (individually addressable RGBW) LEDs on a 3D-printed case controlled by an ESP8266 microcontroller. Visual indicator of current build state. Easily configurable to point to CI/CD pipelines

arduino cpp microcontroller microcontroller-firmware

Last synced: 15 Apr 2026

https://github.com/h-waldschmidt/olsp

Optimized loading station placement based on hierarchical Hub-Labeling

contraction-hierarchies cpp dijkstra e-mobility hub-labeling hub-labeling-algorithm pathfinding

Last synced: 01 Feb 2026

https://github.com/jesuisstan/42_stl_containers

implementation of C++ standard template library container types

42 cpp cpp98 makefile map oop red-black-tree set stack stl-containers vector

Last synced: 17 Mar 2026

https://github.com/h-waldschmidt/cmake-vcpkg-template

Template for integrating vcpkg into a CMake project

cmake cpp template vcpkg

Last synced: 01 Feb 2026

https://github.com/yeshalkhan/ludo

This repository contains code for a console based Ludo game that I wrote as part of a project for my OOP course.

cpp cpp-game ludo-game

Last synced: 14 Jun 2026

https://github.com/raveriss/cpp09

C++ Module 09: STL. Ce module contient des exercices pour se familiariser avec la Standard Template Library (STL) en C++98. Les exercices incluent la manipulation de conteneurs standards et l'implémentation d'algorithmes de tri et de notation polonaise inversée.

algorithms bitcoin bitcoin-exchange cpp cpp98 data-structures merge-sort reverse-polish-notation stl

Last synced: 26 Feb 2026

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

A brute force approach to solving Sudoku. Written in C++, compiled to WebAssembly and presented with React.

cpp emscripten sudoku sudoku-solver wasm web-assembly

Last synced: 01 Feb 2026

https://github.com/pablo-restrepo/multitarea

Arquitectura Computacional - Universidad del Cauca

arduino cpp

Last synced: 18 Apr 2026

https://github.com/tomcant/cpp-wasm-demo

Minimal demonstration of compiling a C++ source file to WebAssembly and running it in a web browser.

cpp emscripten wasm web-assembly

Last synced: 01 Feb 2026

https://github.com/juicebct/roadmap-project

🛣️ C++/CLI application allowing users to plan and achieve their goals

cpp dotnet roadmap windows-application winforms winforms-application

Last synced: 15 Apr 2026

https://github.com/wellingfeng/ue-mcp-for-all-versions

A single version-agnostic C++ MCP server that drives any Unreal Engine version (4.25 to 5.8) via the built-in RemoteControl HTTP API. One binary, no engine headers, runtime capability degradation.

cpp mcp model-context-protocol remote-control unreal unreal-engine

Last synced: 14 Jun 2026

https://github.com/sleekpanther/rush-hour-game

C++ implementation of the board game Rush Hour (Windows exe download only)

board board-game c-plus-plus car cplusplus cpp game glut hour ice-cream-truck noah noah-patullo noahpatullo opengl patullo rush rush-hour

Last synced: 20 Apr 2026

https://github.com/sunsided/libfixmatrix-conan

conan.io package for libfixmatrix

conan cpp libfixmatrix matrix

Last synced: 15 Apr 2026

https://github.com/masato-ro/kitana_cryptool

A versatile, cross-platform cryptographic utility built with C++, FLTK, and OpenSSL. Features include AES encryption, RSA key generation, password generation, and hash matrix verification.

aes-encryption cpp cross-platform cryptography fltk hashing openssl password-generator rsa-keys security

Last synced: 14 Jun 2026

https://github.com/ndemetrop/arcade-racer

A single-player time trial-based arcade racing game.

cpp game

Last synced: 28 Jun 2026

https://github.com/djkcyl/dlss-indicator-toggle

A tiny ~140KB native Win32 tool to toggle NVIDIA DLSS on-screen indicator (ShowDlssIndicator registry value).

cpp dlss gaming nvidia nvidia-dlss registry registry-editor win32 windows

Last synced: 14 Jun 2026

https://github.com/tioneb64/cpp-polymorph-class

Two classes to create a polymorphic Array in C++ accepting all types of data

class code cpp cpp14 cpp17 example polymorphism

Last synced: 01 Feb 2026

https://github.com/szeta99/set_cpp

Crude implementation of a template set class + QT app

cpp qt5 set

Last synced: 26 Feb 2026

https://github.com/yaronkoresh/c-cpp-examples

Some C/C++ code examples for teachers and students

c code cpp educational-resources examples-c examples-cpp mit-license

Last synced: 15 Apr 2026

https://github.com/khaledkamr/leetcode

This repository contains solutions of the Daily challenges and Study plans problems on Leetcode

cpp javascript leetcode-solutions ms-sql-server mysql python python3

Last synced: 09 Feb 2026

https://github.com/edenreich/vscode-cpp-qt-generator

This vscode extension helps to generate qt projects quickly

components cpp cpp-component cpp17 qt qt5

Last synced: 15 Apr 2026

https://github.com/gleor/cpp-advanced-vector

About Шаблонный вектор из стандартной библиотеки

cpp raii stl-containers template-vector vector

Last synced: 15 Jun 2026

https://github.com/ghevondw/cortex

C++ stackful coroutine library with native and WebAssembly support

async concurrency coroutines cpp emscripten library wasm webassembly

Last synced: 01 Feb 2026

https://github.com/thurinum/qt-wasm-test

A showcase of the glorious Qt for WebAssembly technology

cpp qml qt-wasm wasm

Last synced: 09 May 2026

https://github.com/s1ink/windowsapps

Console and desktop projects for Windows

cpp visual-studio windows

Last synced: 16 Apr 2026

https://github.com/mraskends/coffeemachine

A C++ Windows Forms (CLI) project simulating a simple coffee vending machine. Designed as an early course project to practice GUI and object-oriented design.

cli cpp oop university win-forms winforms

Last synced: 15 Apr 2026

https://github.com/harryfoster1812/cloth-simulation

Real-time C++ cloth simulation with OpenGL, GLFW, and Dear ImGui. Features configurable physics, collisions, fly camera, and wireframe mode.

cloth-simulation cpp opengl

Last synced: 15 Apr 2026

https://github.com/scarlet-oni/console-wallet

console wallet, saves data to .txt files

code console cpp wallet

Last synced: 10 Feb 2026

https://github.com/tush-tr/learn-lang-cpp-dsa

Learn C++ with solving a lot of questions and also data structures and algorithms concepts

algorithms-and-data-structures c cpp data-structures

Last synced: 15 Apr 2026

https://github.com/harsha-ys/cpp

C++ problems in hackerrank preparation

cpp

Last synced: 15 Jun 2026

https://github.com/maximilianfeldthusen/atomic-counter

C++ code that implements a simple producer-consumer pattern using a thread-safe queue and atomic counter.

atomic counter cpp cpp20 pattern

Last synced: 27 Feb 2026

https://github.com/kafkaphoenix/gameproject

Game project template to showcase how to import and build a game using an engine as a shared or static library + vcpkg for managing dependencies.

cmake cmake-examples cpp library vcpkg

Last synced: 01 Feb 2026

https://github.com/gogoprog/tbing

Templates-based bindings and interfaces generator for C++

bindings cpp generator interface templates

Last synced: 15 Apr 2026

https://github.com/liautraver/codecrafters-interpreter-cpp

an exercise for building an interpreter on codecrafter

cpp cpp23 crafting-interpreters

Last synced: 15 Jun 2026

https://github.com/ayaanqui/uic-campus-map

C++ Console project based on OpenStreetMap

cplusplus cplusplus-11 cpp cpp11 openstreetmap tinyxml

Last synced: 02 Apr 2026

https://github.com/apirogov/ecpz

Evaluate C++ using Python and Zig

clang cpp python zig

Last synced: 27 Feb 2026

https://github.com/hophiphip/wep

OpenGL in the Web

cpp emscripten opengl wasm

Last synced: 15 Apr 2026

https://github.com/daggilli/arduino_basics

A very simple project to showcase the most elementary Arduino I/O operations

arduino cpp interfacing-sensors platformio tutorial-code

Last synced: 16 Apr 2026

https://github.com/wilberquito/xeus-cpp-kernel

Harnessing the Power of C++ in Jupyter Notebooks with Xeus Cling

cpp docker-image notebook

Last synced: 01 Feb 2026

https://github.com/raveriss/cpp07

C++ Module 07 focuses on templates. Covers function and class templates, including swap, min, max, iterator, and array templates. Adheres to C++98 standard with emphasis on memory management and canonical class form.

cpp cpp98 generic memory-management object-oriented-programming programming templates

Last synced: 25 Feb 2026

https://github.com/puureya2/recipe-calculator-flutter-app

Year 2, Mobile & Ubiquitous Computing ISB26603, Lab Project

android android-studio cpp dart flutter mobile-development

Last synced: 16 Apr 2026

https://github.com/khatymov/cpp_template_project

You have to write a lot of code, but you don't want to waste your time creating the same thing every time. Then this cpp template for you.

cmake coverage cpp gtest template

Last synced: 01 Feb 2026

https://github.com/shahdd21/an-intelligent-system-for-healthcare-using-internet-of-things

The proposed system leverages the Internet of Things (IoT) to facilitate patient monitoring in Intensive Care Units (ICUs). Biological and environmental sensors send data in real-time to the application, enabling continuous monitoring.

arduino-ide c cpp dart embedded-systems esp8266 flutter google-apps-script google-cloud-platform google-sheets iot

Last synced: 25 Feb 2026

https://github.com/depermitto/randshow

Header-only compendium of RNGs for C++

cpp cpp11 cpp11-library header-only library random-number-generators

Last synced: 12 Feb 2026

https://github.com/apurvsinghgautam/dbencryption

Encrypted Employee Database Management System in C++ using File Handling

cpp devcpp encryption-decryption file-handling-in-cpp

Last synced: 12 Feb 2026

https://github.com/guicdas/cpp00_42

CPP00 Module

cpp cpp98 cppbasics

Last synced: 15 Jun 2026

https://github.com/simobin/cse-217_218-oop

Object Oriented Programming

cpp object-oriented-programming

Last synced: 16 Jun 2026

https://github.com/pknujra/zelbytes-arduino

Arduino internship repository containing daily embedded systems exercises, relay control, valve automation, and documentation.

agritech arduino cpp electronics embedded-systems iot relay-control

Last synced: 16 Jun 2026

https://github.com/savaged/calculator

rudimentory calculator to help me learn c++ with gtkmm

cpp gtkmm

Last synced: 27 Feb 2026

https://github.com/abdellaui/anwendungsentwicklung_cpp

[LESSON] RUB: Programming Applications In C++ by Prof. Dr. Sebastian Houben (Institut für Neuroinformatik) in 2018

application cpp hands-on qt

Last synced: 12 Feb 2026

https://github.com/mcnugets/low-level-gamedev-env

Implementation of low-level set of tools to get started with developing games. The project incorporates tools like SDL2, Vulkan, and Bullet3D

bullet-physics cmake conan cpp docker game game-development game-engine gamedev sdl2 vulkan

Last synced: 12 Feb 2026

https://github.com/shakfu/buildpy

A bunch of python3 builders

build builder commandline cpp golang haskell python3 rust source

Last synced: 16 Apr 2026

https://github.com/pavly-gerges/javajniexample

JNI example using Ccoffee Building tool(ALPHA).

cpp jar java jni shell

Last synced: 15 Apr 2026

https://github.com/eeoooue/tic-tac-toe

C# libraries for playing Tic-Tac-Toe against a CPU opponent, with front ends in WPF, WinForms and .NET MAUI.

cpp csharp maui observer tic-tac-toe winforms wpf

Last synced: 14 Apr 2026

https://github.com/raveriss/cpp08

C++ Module 08 covers containers, templates, iterators, and algorithms. Exercises include implementing easyfind, Span, and MutantStack. You'll work with STL containers and algorithms, adhering to C++98 standards. Focus on memory management and the canonical class form.

42school algorithms containers cpp cpp98 iterators programming stl templates

Last synced: 25 Feb 2026

https://github.com/pratikpakhale/kmb-cpu

Steiner Tree Problem (STP) KMB algorithm implementation in C++ and Python. Used OpenMP for faster calculation.

cpp openmp python steiner-tree-problem stp

Last synced: 29 Jun 2026

https://github.com/kaustuvpokharel/carnage

CARNAGE is a cross-platform, high-performance network control suite built with C++ and Qt. Designed for security researchers, network engineers, and digital renegades, it grants full control over every packet in and out of your machine.

cpp cross-platform network-programming networking-tool packet-manipulation packet-sniffer pcap qml qt

Last synced: 31 Jan 2026

https://github.com/teagucordeiro/gc-proj-00-ppm

Creation of PPM image file and application of bilinear interpolation to generate color for an image based on colors assigned to each of the image's four corners.

cpp graphic-computing science-computer

Last synced: 17 Jun 2026

https://github.com/bluedream0911/kakoune

mawww's experiment for a better code editor

cpp kakounescript perl python shell

Last synced: 14 Feb 2026

https://github.com/nagharjun17/mlir-to-ptx-cuda

Creating an MLIR dialect that fuses Addition + ReLU, lowers to NVVM and LLVM IR and generates PTX to run the kernel on CUDA GPU

cpp cuda deep-learning llvm mlir ptx

Last synced: 18 Apr 2026

https://github.com/pidgey0403/nhl-openapi

A command-line C++ app designed to display scores for all regular season games of the 2022-2023 season.

c cpp json libcurl makefile nlohmann-json object-oriented-programming

Last synced: 14 Feb 2026

https://github.com/petrenko-alex/postfix-calculator

[Архив 2015] Калькулятор в обратной польской нотации / Simple postfix calculator

calculator cpp postfix-notation qt visualstudio2013

Last synced: 09 May 2026

https://github.com/saeidemadi/optex_cd_22

In this code, we have tried to communicate with the simplest way (QSerialPort | Serial) and read the distance value from the laser

cpp laser lasermeasurement qmake qserialport qt qt6 serial

Last synced: 15 Feb 2026

https://github.com/hoeci/tgmidscroll

A lightweight middle-click auto-scrolling utility for Telegram Desktop on Windows.

auto-scroll cpp middle-click navigation open-source scroll smooth-scrolling tdesktop telegram telegram-desktop tg utility winapi windows

Last synced: 15 Feb 2026

https://github.com/arapelle/arba-cryp

Small cryptographic C++ library.

cpp cpp-library cpp20 cpp20-library cryptography

Last synced: 31 Jan 2026

https://github.com/snandasena/courseera_gpu_specilization

Example for Cuda streaming

c cpp cuda

Last synced: 15 Apr 2026

https://github.com/caipengbo/designpatterns

Learn Design Patterns, using Java and C++.

cpp java

Last synced: 01 Mar 2026

https://github.com/mattjesc/gpu-accelerated-fap

GPU-Accelerated Frequency Analysis Prototype using CUDA, Unit Testing, and User-Defined Settings

c cmake cpp cuda cufft googletest gpu gpu-acceleration gpu-computing gpu-programming nvidia signal-processing test test-automation testing unit-testing

Last synced: 16 Apr 2026

https://github.com/fqwqf/whu_alp_2024

武汉大学2024高级语言程序设计作业

cpp

Last synced: 17 Jun 2026