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/thaliaarchi/respace

An interpreter and assembler for the Whitespace language written in C++

compiler cpp whitespace-language

Last synced: 18 Jul 2025

https://github.com/jdsherbert/trie

Simple Trie Structure implementation in C++

cpp trie trie-data-structure trie-structure tries

Last synced: 07 Apr 2025

https://github.com/cosmic-aerospace-technologies/fc-udev

The FC-Udev is a do it yourself flight computer kit for model rocketeers alike. It introduces the user to basic circuitry, soldering, debugging, software implementation and much more.

aerospace aerospace-engineering cpp flightcomputer rocketry

Last synced: 29 May 2026

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/ahmdvnd/directshowcameraproject

a useful project for camera library (Directshow) in c++ .

camera cpp directshow image image-processing library real-time usb video video-processing windows

Last synced: 07 May 2026

https://github.com/xmartlabs/docker-pcl-cmake

Docker image containing PCL and CMake.

c c-plus-plus cmake cpp docker make makefile pcl pcl-library

Last synced: 12 Apr 2026

https://github.com/dracuxan/compiler

Used Python, JS, Go to show a compiler implementation. I mean why not?

compile compiler-design cpp go golang hacktoberfest python python3

Last synced: 19 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/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/prot-security-studio/prot-defender-core

Prot Defender core code open source repository

cpp csharp defender dll machine-learning python python3 software windows

Last synced: 10 Apr 2026

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/beepboopbit/cpp-console-calculator

A calculator to apply different programming concepts

calculator console cpp

Last synced: 31 Aug 2025

https://github.com/martinhelmut/tap-article

This is the companion repository for my blog article about TAP.

catch2 cpp lua nodejs postgresql python stylelint tap

Last synced: 11 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/heyfoz/cpp-string-manip-read-write

The String Manipulator Read/Write Program (C++) reads a .txt file containing a list of fake personal data, such as names, addresses, etc. Lines of the file are changed to comma separated values (CSV) format. Finally, a .txt file is written using the newly formatted CSV data.

cpp csv string txt-files

Last synced: 21 Aug 2025

https://github.com/u-t-k-a-r-s-h/autonomous-aim-and-shoot-gun-opencv

It uses a camera to detect and track the object using open CV, the target's location is found in pixels and then converted into angles of X and Y axes which are then written to servo motors using arduino.

arduino camera computer cpp opencv python servo-motor

Last synced: 10 Apr 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/pilgrimlyieu/antsvssomebees-cppver

南京大学 2024~2025《C++ 高级程序设计》期末项目大作业——Ants Vs. SomeBees (C++ version)

cpp cs61a game homework nanjing-university nju project

Last synced: 26 Feb 2025

https://github.com/knightfox75/psu_pro

Power Supply Unit for 8 bits microcomputers.

arduino cpp hardware

Last synced: 06 Mar 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/fearless-spider/traceroute

Traceroute

cpp makefile

Last synced: 23 Aug 2025

https://github.com/zselimreborn/kotharena

Third person shooter game both singleplayer and multiplayer

cpp gamedev unreal-engine-5

Last synced: 01 Apr 2025

https://github.com/bollos00/ble_beacon_esp32

Advertise iBeacon or AltBeacon using ESP32 microcontroller

beacon ble bluetooth cpp esp32

Last synced: 29 Apr 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/coralkashri/cppsenioreas-ranges

This is an examples repository of C++ Senioreas blog C++20 ranges article.

cpp cpp20 cppsenioreas ranges

Last synced: 15 May 2025

https://github.com/coralkashri/cppsenioreas-metaprogramming-constexpr

This is examples repository of C++ Senioreas blog metaprogramming constexpr article.

constexpr cpp cpp11 cpp14 cpp17 cpp20 cppsenioreas metaprogramming

Last synced: 15 May 2025

https://github.com/zigrazor/cxxcircularbuffer

A modern implementation of CircularBuffer, with STL-Like Style

circular-buffer cpp cpp17 stl-containers

Last synced: 25 May 2026

https://github.com/dmg-techlabs/text-based-game-engine

A game engine for text based games written in C++

cmake cpp game-development game-engine

Last synced: 11 Nov 2025

https://github.com/shadowmitia/sokoban

Tests with SDL2, modern C++, CMake and Conan.

cmake conan cpp modern-cpp sokoban-puzzle-game video-game

Last synced: 17 May 2026

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/ozanarmagan/RESTCpp

Cross Platform Multi threaded REST API / HTTP Server framework using thread-pooling implementation with modern C++

api api-rest backend cpp cpp11 cpp14 cpp17 rest rest-api

Last synced: 15 Mar 2025

https://github.com/hardingadonis/hello-world

'Hello world' to all the programming languages I found on Google

c c-sharp cpp hello-world java javascript lua pascal python typescript

Last synced: 10 Apr 2026

https://github.com/tusharnankani/adventofcode

My solutions for Advent of Code 2021

advent-of-code advent-of-code-2021 adventofcode cpp

Last synced: 22 Aug 2025

https://github.com/kassane/cppfront-zigbuild

Build Cppfront w/ zig build

clang cpp cpp2 cppfront zig

Last synced: 01 Mar 2026

https://github.com/cedricschwyter/ogl

OpenGL part of my Vulkan vs. OpenGL comparison

3d-graphics cpp cpp17 linux opengl

Last synced: 04 May 2026

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/eman288/security-keypad-embedded-system

This project is an Embedded System implementation for a Security Keypad. It features a password-protected system that authenticates users and allows access based on predefined logic. The project is designed to work on a microcontroller, with hardware and software components integrated to achieve a secure and functional setup.

arduino arduino-uno arduinoide cpp embedded embedded-systems simulide

Last synced: 30 Apr 2026

https://github.com/gabryon99/chip8

Chip8 emulator using Modern C++ and SDL2.

cpp emulator sdl2

Last synced: 10 Sep 2025

https://github.com/ademar111190/studycpp

Nothing special, it is only a playground

android c cpp java jni jni-android kotlin kotlin-android personal study

Last synced: 10 Apr 2026

https://github.com/jitendragangwar123/competitive-programming

This Repository have Some Competitive Programming Concepts solving through C++,Python and JavaScript.

algorithms-and-data-structures competitive-programming-contests cpp javascript python3

Last synced: 10 Apr 2026

https://github.com/jessetg/cpp-boot-camp

Slides for a tutorial I'm giving on C++

c-plus-plus cpp latex lecture presentation slides tutorial

Last synced: 08 May 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/FelypeDantas/Estudos_Linguagens_C

Estudos em c++, c e c#

cpp estatistica

Last synced: 08 May 2025

https://github.com/crosscode-nl/influxdblptool

This free open source library helps generating InfluxDB Line Protocol formatted data.

cpp influxdb

Last synced: 16 Jan 2026

https://github.com/cantro93/minilibs

MiniLibs - collection of C++ headers

cpp cpp20 event library

Last synced: 12 Feb 2026

https://github.com/hs831/leetcode-company-wise-solutions

This Repository contains solutions for Leetcode questions asked in coding rounds and interviews in many different companies.

cpp dsa-practice leetcode leetcode-solutions

Last synced: 16 Mar 2025

https://github.com/sparshhhhhh/dsa

Learn DSA with me....

algo arrays cpp dsa string

Last synced: 15 Mar 2025

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

Curve-X ─ a small and easy-to-use C++ Bézier library to create 2D-splines with its own GUI editor.

bezier cmake cpp cpp11 cpp14 cpp17 cpp20 curve library spline

Last synced: 01 Apr 2026

https://github.com/isusbu/lisca

A static code analysis tool for investigating the Linux kernel source code.

clang code-analyzer cpp linux linux-kernel llvm

Last synced: 28 May 2026

https://github.com/luisfelipepoma/junior_training

Learning about Competitive Programming

algorithms competitive-programming cp cpp python

Last synced: 19 Apr 2026

https://github.com/phip1611/bash-like-cpp-shell

A demo bash-like shell for educational purposes - shows basics about pipes, fork and a lot of other UNIX facilities.

cpp pipes readline-library shell unix-facilities

Last synced: 28 Feb 2026

https://github.com/vaibhav1826/understanding_cpp

This repository is a comprehensive and well-documented guide for c++ providing detailed explanations and best pratice questions .

cpp

Last synced: 30 Jun 2025

https://github.com/p-obrthr/web-ray

multiplayer raylib c++ to wasm & websocket

cpp emscripten javascript mutliplayer raylib raylib-cpp wasm webassembly websocket

Last synced: 06 May 2026

https://github.com/prophetru/helloworld

Sample "Hello World" with gtest. Can be used as a template for future projects for education only.

cmake cpp gtest otus

Last synced: 16 May 2025

https://github.com/goggy369/qt-calculator

基于 Qt 框架的科学计算器

calculator cpp qmake qt6 qtcreator

Last synced: 17 May 2026

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/rupeshrb/dsa

DSA practicals

algorithm cpp data-structures

Last synced: 26 May 2026

https://github.com/gusenov/examples-gtest

Примеры использования Google Test.

cpp examples google-test gtest

Last synced: 20 Feb 2026

https://github.com/ismailza/cpp-programming

Programmation en C++ - ILISI 2

cpp ilisi

Last synced: 28 May 2026

https://github.com/kanannuruyevs/basic-programming-exercises

Some Programming Exercises in My Learning Journey. This repository contains code in Java, C++, Python, HTML, CSS, and JavaScript.

cpp css html java javascript learning programming python

Last synced: 11 Apr 2026

https://github.com/maipa01/mcui

mcui (MAIPA's Console User Interface) is a C++ library designed to simplify the creation of console-based menus and input fields. It provides a structured way to build interactive terminal interfaces with minimal effort.

bsd-3-clause console cpp cpp-library cpp20 header-only open-source ui user-interface

Last synced: 11 Apr 2026

https://github.com/bsmithcompsci/library-twitchircsdk

TwitchIRC Software Development Kit - Simplifies integration to Twitch API.

asio cpp irc sdk twitch twitch-api twitch-bot twitch-irc twitch-sdk twitchirc twitchsdk twitchtv

Last synced: 14 Mar 2025

https://github.com/hilbertcube/opengl-object-rendering

Render geometric shapes—including triangle, cube, sphere, and torus (donut) using OpenGL. This is a sample OpenGL graphics programming project built with CMake.

c cmake cpp glad glew glfw3 glm glut low-level opengl

Last synced: 10 Jun 2025

https://github.com/leoguilen/nodemcu_azureiothub_xamarinapp

IoT-based temperature and humidity monitoring system which is connected to Microsoft Azure. This is a Xamarin app to display real-time data from local sensors in an environment on a mobile device.

azure-cosmos-db azure-functions azure-iot-hub azure-service-bus c cpp dotnetcore flurl polly xamarin-forms

Last synced: 11 Apr 2026

https://github.com/xiaohajiayou/cpplearningjourney

从新手到进阶的cpp学习记录

c-p-p cpp road roadmap

Last synced: 30 Mar 2025

https://github.com/get-unknown-err0r/movie-ticket-booking

This movie ticket booking project is build using C++ programming language. The program displays available movies, allows the user to reserve and cancel tickets, and generates receipts for each transaction.

arpit-prajapati c-plus-plus cpp get-unknown-err0r github movie-ticket-booking-system shell-script

Last synced: 12 Jun 2026

https://github.com/artem78/s60-positioning

Recieve location with GPS for Symbian OS

cpp gps library location module positioning symbian symbiancpp

Last synced: 24 May 2026

https://github.com/dias1c/pacman-cpp

ᗧ My First Game in C++. And This is Exam project

cpp educational-project exam game itstep packman

Last synced: 19 Aug 2025

https://github.com/brainboxdotcc/evalbot

D++ Evaluator bot

bot cpp discord discord-bot dpp

Last synced: 29 Apr 2026

https://github.com/libhide/graph

Command line tool to plot graphs.

cbse cpp turbocpp

Last synced: 03 Apr 2025

https://github.com/justehmadsaeed/bruteforcevrecursive-algorithms

Applied three different techniques⚡ to tackle the most efficient solution of finding the Subarray of an array, which holds the maximum sum of the whole array.

algorithm-challenges algorithms algorithms-implemented brute-force-algorithm cpp hybrid-algorithms recursive-algorithm

Last synced: 12 Jun 2026

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/reon90/napi-generator

Node-API (formerly N-API) Generator is an API generation for building native C and C++ addons. Common use cases are call GPU commands from Node.js

addons c99 cpp n-api nodejs

Last synced: 14 Apr 2026

https://github.com/anas-farooq8/bomberman

A terminal-based recreation of the classic Bomberman game, built in C++ using the ncurses library. Navigate mazes, plant bombs, defeat enemies, and save your pixelated world! Featuring dynamic gameplay, object-oriented design, and save/load functionality.

2d-game bomberman-game cpp ncurses-library oop-principles

Last synced: 26 Jun 2025

https://github.com/ayushgoel24/unscented-kalman-filter-with-lidar-and-radar

Fused noisy LiDAR and Radar sensor measurements to estimate the states of multiple cars on highway using Unscented Kalman Filter(UKF).

cpp lidar lidar-point-cloud radar unscented-kalman-filter

Last synced: 18 Jan 2026

https://github.com/connorgladish/dungeoneers-odyssey

Developed for Linux, Dungeoneer's Odyssey [ALPHA] (0.4) -- Dungeoneer's Odyssey is a dynamic text-based adventure game set in a perilous dungeon, written entirely in C++ and featuring ASCII art to enhance its immersive experience. It offers a unique narrative and randomized events for each playthrough.

cpp game-development roguelike

Last synced: 05 Oct 2025

https://github.com/shadowshahriar/cse112

A repository containing my solutions to OOP problems assigned by our CSE lecturer, NAB (2nd Semester)

cpp cse oop

Last synced: 23 Mar 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/nicknaso/nodejs-native-addons-notes-2017

Notes about Node.js Native AddOns - 2017

cpp javascript native-module nodejs notes v8

Last synced: 10 Apr 2026

https://github.com/izumidkc/graph-coloring-algorithm

Graph Coloring Algorithm (C++)

algorithm cpp graph-theory

Last synced: 15 Mar 2025

https://github.com/stuart6854/gfx

C++ Graphics Wrapper - Work In Progress (Only Vulkan ATM)

cpp graphics vulkan

Last synced: 10 Nov 2025