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/akshayrathore9010/cpp

A language that will make you fall in love, irritate you to no end, frustrate you beyond belief, but also give you that rare pleasure of a perfectly running program

cpp

Last synced: 29 Mar 2025

https://github.com/einararnason/bmp180

C++ driver library for the BMP180 digital pressure sensor

bmp180 cpp

Last synced: 23 Jul 2025

https://github.com/walshyb/polished-map-web

A map and tileset editor for pokecrystal, pokered, & derived projects. Written in C++ and JS. Based off of rangi42/polished-map.

assembly cpp crystal pokemon react redux sprites tilemap-editor typescript wasm webassembly

Last synced: 10 Apr 2026

https://github.com/archihalder/dsa

This repository contains all the things required to be good at dsa

algorithms cpp data-structures gfg leetcode problem-solving

Last synced: 29 Mar 2025

https://github.com/danielkrupinski/guess-cpp

Program which guesses user's number.

cpp

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/tic-tac-toe-cpp

Linux version of tic-tac-toe game. Programmed in C++.

cpp

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/morse-cpp

Morse code translator.

cpp

Last synced: 14 Mar 2025

https://github.com/engichang1467/atm-simulator-cpp

Writing my ATM Simulator in C++

atm-simulator cpp

Last synced: 25 May 2026

https://github.com/san363/rizzen9

🐙 DevOps engineer automating CI/CD and cloud infrastructure with Terraform, Kubernetes, Docker, and Ansible to build scalable, reliable systems and smooth deployments

cpp factor mariadb

Last synced: 19 Apr 2026

https://github.com/mohammedshabeel/dsa_learning

this is brototype in 6 week learning

cpp dsa-algorithm dsa-learning-series

Last synced: 15 Sep 2025

https://github.com/fele-systems/gb-emulator

Another Gameboy Emulator written in C++. Just for fun and learning.

cpp cpp17 emulation emulator

Last synced: 11 Jun 2025

https://github.com/ernanej/sculptor

Tool in C++ to make sculptures in blocks represented by digital matrices

3d-tool cpp dca1202

Last synced: 30 Mar 2025

https://github.com/shaldonbarnes10/sorting_0_1_2s

Sort an Array of 0s, 1s, and 2s in a Single Scan. This project provides an efficient solution to sort an array consisting only of 0s, 1s, and 2s using a single-pass algorithm (Dutch National Flag Algorithm) Three pointer. Given multiple test cases, the algorithm ensures optimal performance with a time complexity of O(N) and space complexity of O(1)

algorithms-and-data-structures codestudio cpp dsa-algorithm dutch-nationalflag-problem

Last synced: 29 Mar 2025

https://github.com/goodsped/learn-cpp

Dasar C++ dan implementasi konsep Object-Oriented Programming (OOP).

cpp linked-list oop

Last synced: 08 Sep 2025

https://github.com/abin-z/makefiledemo

一个用于简单项目的Makefile模板

cpp demo makefile template

Last synced: 14 Mar 2025

https://github.com/divs4debu/nnfa-dfa

This is C++ program to convert nNFA to DFA

automata cpp dfa nfa

Last synced: 22 Mar 2025

https://github.com/acrnischal/neplang

Step into NepLangCPP, where code is spicier than curry and syntax is as wild as a mountain breeze! 💻🏔️ NepLangCPP is the rebel of programming – more like a Bollywood dance-off than a serious coding affair. It's where bugs are features and errors are just the language telling jokes. 🎭🐜

cpp language nepaliprogramming neplangcpp

Last synced: 29 Jun 2025

https://github.com/aleksnew2/dywoq-libs

Collection of libraries, which are created by dywoq

collection cpp cpp23 hpp hpp-only

Last synced: 29 Mar 2025

https://github.com/diyorsattarov7/dotfiles

Minimalist development environment configuration featuring Zsh, tmux, and Neovim with LSP support. Includes custom prompts, vim-style navigation, and integrated development tools for C/C++, Lua, and Rust.

c cpp lua neovim rust tmux zsh

Last synced: 10 Apr 2026

https://github.com/tomasmark79/designpatternscpp

Design Patterns C++

cpp design-patterns

Last synced: 29 Mar 2025

https://github.com/bsdelf/cab

C++ Auxiliary Box: it's just a cab, not a Ferrari

c-plus-plus cpp

Last synced: 06 Apr 2025

https://github.com/46nori/smartphoneconfiscator

Time lock box to keep off the temptation of using a smartphone.

cpp hardware hobby-project particle-photon

Last synced: 28 Feb 2025

https://github.com/rothasamon/oop_cpp_lesson

The OOM & OOP concepts in C++ where i studied in Norton University of year 2.

cpp oop

Last synced: 29 Mar 2025

https://github.com/simonthorell/atmega328p-io-gcc

ATmega328p project using C++ inside docker dev-container, compiling with AVR-GCC, and flashing/monitoring with Bash scripts

avr bash cpp docker

Last synced: 13 Apr 2026

https://github.com/harmonie-durrant/cpp-projects-42

My projects in C++ that I have done with 42Perpignan

42-cpp-module 42-cpp-modules cpp cpp-42 cpp-modules-42 cpp42

Last synced: 20 Jun 2026

https://github.com/nullstring1/esp32binancedisplay

Uses an ESP32 and the Binance API to display values on a segment display

arduino binance-api cpp display esp32 esp32-arduino json

Last synced: 08 Jul 2025

https://github.com/2115425amar/dsa

dsa daily practice

cpp dsa dsa-algorithm

Last synced: 12 Apr 2025

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

My resolutions of competitive programming questions for the IF672 algorithm and data structure course at CIn-UFPE.

competitive-programming cpp questions-and-answers

Last synced: 23 Jul 2025

https://github.com/mohamed-moumni/cpp_modules

The goal of these modules is to introduce you to Object-Oriented Programming. This will be the starting point of your C++ journey.

cpp

Last synced: 14 Mar 2025

https://github.com/akash-sharma-1/effortless-tetris-cpp

A simpleton tetris game which u can fire up in ur cmd anytime !

cpp gui

Last synced: 12 Jun 2026

https://github.com/azersd/cpp

Introductory project to C++ programming language. It covers the basics of C++ syntax and concepts, including variables, data types, control structures, functions, classes, and object-oriented programming.

42 cpp cppmodules

Last synced: 10 Apr 2025

https://github.com/smilewithkhushi/data-structures-and-algorithms

Data Structures and Algorithms in C++ for beginners | Learn the concepts of DSA with notes, implementations, C++ STL and important questions for practice

algorithms-and-data-structures cpp data-structures dsa

Last synced: 22 Mar 2025

https://github.com/tiennhm/tetris-cpp

Game Tetris - Cpp

console cpp game tetris

Last synced: 22 Mar 2025

https://github.com/samuelbarbosadev/learning_c_and_c_plus_plus

Bem-vindo ao meu repositório de estudos em C/C++!

cpp

Last synced: 22 Mar 2025

https://github.com/mo7amd-hub/lifestyle

LifeStyle - Productivity & Health Application LifeStyle is a simple yet effective productivity and health management application designed to help users stay focused, organized, and healthy.

cpp healthcare lifecycle-active

Last synced: 28 Jun 2025

https://github.com/saraasgari99/inroadsgame

Strategic graphical game developed using graph algorithms, software design (OOP, defensive programming), unit testing, and memory management techniques

cpp data-structures defensive-programming graph-algorithms gui memory-management object-oriented-programming software-design unit-testing

Last synced: 23 Jul 2025

https://github.com/zeromarker/iostream

C++

cpp

Last synced: 23 May 2026

https://github.com/yusufss4/c-cpp-multi-file-structure-for-wsl

With this template it is possible to debug the C/C++ application through Visual Studio Code with WSL using Windows.

cpp vscode wsl

Last synced: 25 May 2026

https://github.com/fabriciocovalesci/analise_desenvolvimento_sistemas

Repositório para salvar todos scripts, realizados em sala de aula.

cpp java javascript mysql postgresql python sql

Last synced: 10 Apr 2026

https://github.com/abdul-rehman-0787/hotel-management_code

A simple Hotel-Management in C++ using basic PF concepts. Focuses on file handling to manage Customer records. Easy-to-understand code, perfect for beginners.

cpp cpp-all file-handling-in-cpp

Last synced: 07 Jul 2026

https://github.com/sh1ftd/rust_cpp_example

A simple demonstration of calling C++ code from Rust using FFI (Foreign Function Interface).

cpp ffi foreign-language-interface rust

Last synced: 29 Jun 2026

https://github.com/douglasdavis/xtrtframe

xAOD Analysis Framework for TRT projects, studies, etc.

analysis-framework cpp particle-physics

Last synced: 12 Aug 2025

https://github.com/abhishek-k-git/tetris

This project is a classic Tetris game implemented in C++ using the SFML framework. It provides players with an engaging and nostalgic experience, allowing them to test their skills in clearing lines of falling Tetriminos.

cpp game oop sfml tetris

Last synced: 16 Sep 2025

https://github.com/xeverous/nukleus

C++ wrapper library for Nuklear IMGUI library. Supports and follows all Nuklear's defines.

cpp cpp11 cpp11-library cpp14 cpp14-library cpp17 cpp17-library header-only-library imgui

Last synced: 12 Aug 2025

https://github.com/hunlongyu/hopy

Lightweight cross-platform clipboard manager — Qt 6 (Widgets) + SQLite, static single-file build on Windows

clipboard clipboard-history clipboard-manager cpp cpp20 desktop-app productivity qt qt6 sqlite windows

Last synced: 08 Jul 2026

https://github.com/rasabh-org/cpp-tutorials

A repository to host sample C++ source files intended to be used as study materials for learning or teaching purposes.

cpp programming-language tutorial-code tutorial-demos tutorial-sourcecode tutorials

Last synced: 04 Oct 2025

https://github.com/adolbyb/zone-alarm-esp32

An ESP32 based single zone alarm system using Arduino framework.

arduino-library c-plus-plus cpp embedded embedded-systems esp32 platformio

Last synced: 09 Apr 2026

https://git.hiifong.cc/mirrors/awesome-modern-cpp

A collection of resources on modern C++

cpp cpp11 cpp14 cpp17 cpp1z

Last synced: 04 Oct 2025

https://github.com/ketanxos/dsa

This repository includes all my DSA problem submissions across various platforms.

cpp dsa java javascript python

Last synced: 09 Apr 2026

https://github.com/emmanuelmess/streamingedgerecognition

A test to see how realtime editing of video works in OpenCV

cpp opencv video

Last synced: 18 May 2026

https://github.com/mdafsarhossain/competitive-programming-problem-and-solution

Competitive Programming Problem And Solution Code. All Code written in C++ Programming language.

competitive-programming cpp

Last synced: 12 Aug 2025

https://github.com/jain1shh/neetcode.io

neetcode.io dsa pattern wise sheet - NeetCode 250

cpp data-structures-and-algorithms

Last synced: 12 Aug 2025

https://github.com/jakecc-codes/dangerfell

Basically flappy bird but with a gun.

clang cpp cxx game game-engine llvm windows

Last synced: 09 May 2026

https://github.com/sleibrock/boxingtimer

A basic Arduino boxing timer for personal use

arduino cpp cpp11 timer

Last synced: 10 Nov 2025

https://github.com/aben20807/oj_code

1062_高階競技程式設計 ADVANCED COMPETITIVE PROGRAMMING

algorithms cpp online-judges

Last synced: 13 Aug 2025

https://github.com/niten01/canvaslib

A tiny 2d graphics c++ library for fast prototyping

2d canvas cpp glfw library

Last synced: 22 Aug 2025

https://git.hiifong.cc/mirrors/maddy

C++ Markdown to HTML header-only parser library

c-plus-plus cpp cpp14 header-only html library markdown parser

Last synced: 04 Oct 2025

https://github.com/first-coding/qt_chess

This is QT_Chess Project.

cpp qt5

Last synced: 09 Mar 2026

https://github.com/hikarin522/fet

C++ Interactive Extensions Library

cpp cpp14

Last synced: 16 Jan 2026

https://github.com/minhphan46/game_2048_cpp

game 2048 using c++

cpp game

Last synced: 18 Mar 2025

https://github.com/youyuanwu/env-cpp

env-cpp is a C++ lib for parsing env vars into struct, using refl-cpp

cpp environment-variables reflection

Last synced: 12 Aug 2025

https://github.com/sidd-a1421/dsa-in-cpp

Here i will upload all LeetCode DSA problem i have solved

cpp cpp20 dsa dsa-practice

Last synced: 04 Oct 2025

https://github.com/comodinoh/gcrisp

Engine for creating Visual Novel games written in C++

cmake cpp cpp20

Last synced: 11 Aug 2025

https://github.com/abdul-rehman-0787/lms_university-flex

A simple LMS in C++ using basic OOP concepts. Focuses on file handling to manage student and course records. Easy-to-understand code, perfect for beginners.

cpp file-handling-in-cpp oop-cpp

Last synced: 04 Oct 2025

https://github.com/connorsweeneydev/resourcegenerator

A small executable that reads all the files supplied to it into a C++ compilation unit in a format accepted by my SimpleGameEngine.

cpp developer-tools utility

Last synced: 13 Aug 2025

https://github.com/mqtth3w/real-time-executive-unipr

Project for Operative and Real Time Systems: RT Executive Clock Driven. Developed in 2024 with @SasyXk

c clockdriven cpp monitor mutex posix real-time real-time-scheduling scheduler semaphores unipr unix

Last synced: 16 May 2026

https://github.com/nwpu66/cookiekiss-engine

CookieKiss Engine include a render and other small tech related to compute graphic.

compute-graphics cpp cuda opengl vulkan

Last synced: 09 Apr 2026

https://github.com/marineks/cpp_modules

Prompt: Learn the fundamentals of C++

cpp training-module

Last synced: 04 Oct 2025

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

File System using c++, contains the basic functionalities for the user such as create, delete, write and read a file. Also create, navigate and remove directories. The program isn't persistence meaning the data is lost when the program finishes execution.

catch2 cpp filesystem pointers

Last synced: 23 Mar 2025

https://github.com/papageorgioumarios/aueb-project-movie-browser

Custom Movie Browser for movie search using C++ and sgg library

browsers cpp movies-and-cinemas

Last synced: 11 Aug 2025

https://github.com/delphington/mytanks

Курсовая работа

cpp gcc makefile sfml-graphics-library

Last synced: 26 Aug 2025

https://github.com/sidd-77/cpp-sh

Shell written in C++ from scratch

cpp shell

Last synced: 09 Apr 2026

https://github.com/jsoulier/geo_names

SQLite3 database for geonames.org using FTS5 for fuzzy matching

cpp geonames imgui sqlite sqlite3

Last synced: 08 Jul 2026

https://github.com/frklan/vc-template-cmake

Template for cmake based c++ project

catch2 cmake cpp cpp17 template unittest

Last synced: 14 Sep 2025

https://github.com/SimoneT99/EttorinaEngine

A custom game engine under development written in c++.

cpp opengl rendering

Last synced: 13 Aug 2025

https://github.com/nguyenpanda/.panda_scripts

CLI command app to allow myself to be lazy in the future.

bash-script cli cli-app cpp intel-core macos python shell-script template-project

Last synced: 09 Apr 2026

https://github.com/andreeo/parallel-computing-cuda

Programs in terminal applying the parallel programming model with the CUDA arquitecture

c cpp cuda docker lineal-search parallel-computing parallel-reduction rank-sort-algorithm

Last synced: 09 Apr 2026

https://github.com/ferr0s04/feup-da-project-2

Repository for DA (Design of Algorithms) course 2nd project of LEIC FEUP, for year 2023-24

cpp feup feup-leic

Last synced: 22 Mar 2025

https://github.com/WerdsMind/Simple_file_manager

Este proyecto es un organizador de archivos desarrollado en C++.

console-application cpp executable file-manager no-gui organizer simple-project

Last synced: 04 Oct 2025

https://github.com/WerdsMind/Estructuras_de_datos

colección de implementaciones de estructuras de datos y algoritmos fundamentales escritos en C++

console-application cpp data-structures double-linked-list executable graph pointers pointers-and-arrays proyects tree-structure

Last synced: 04 Oct 2025

https://github.com/wtrsltnk/drawable-hdpi

Create drawable version of icons for android apk files

android-tools cpp stb-image

Last synced: 11 Aug 2025

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

Rush Hour is a fast-paced single-player game where you become a taxi driver, navigating a bustling city to pick up passengers and drop them off at their destinations. Avoid obstacles, compete against time, and earn points by delivering passengers efficiently. Can you score 100 points and win the game?

2d-game cpp glut-library rush-hour

Last synced: 23 Mar 2025

https://github.com/yjhmelody/hdoj

记录自己的题解

cpp oj

Last synced: 14 Aug 2025

https://github.com/cschladetsch/cppobjectrecognition

Finds outlines of random rectangles. Importantly: does not use any external libraries like dlib or OpenCV etc.

clang cmake cpp good-code object-detection

Last synced: 11 Aug 2025

https://github.com/silwalanish/cpp-starter-kit

A Makefile to compile, link and build c++ project.

build-tool cpp makefile

Last synced: 04 Oct 2025

https://github.com/angelogalav/raycastenstein-3d

A "3D" renderer in the style of 1992's Wolfenstein 3D, also known as a Raycast renderer. Made in SDL and C++.

cpp graphics raycasting renderer sdl2 wolfenstein-3d

Last synced: 14 Aug 2025

https://github.com/eric15342335/misc

Miscellaneous scripts. Stored here for backup.

batch c cpp inno-setup misc python

Last synced: 08 May 2026

https://github.com/peakacademiccoaching1/windows

🖥️ Run Windows seamlessly inside a Docker container with features like ISO downloading, KVM acceleration, and a web-based viewer for easy management.

appxpackages bloatware button cpp debloat desktop powershell prompt ps1 silent visual-studio winappsdk windows windows-machine windows-virtual-machine windows-virtual-machines wpf xaml

Last synced: 09 Apr 2026

https://github.com/tylersuehr7/ecs-game-architecture-plus

A performance-optimized lightweight C++ Entity-Component-System (ECS) framework designed for game development purposes.

cpp ecs game-development game-engine

Last synced: 11 Aug 2025

https://github.com/that-prod-guy/journey-planner

A console application to plan your journeys across 60 cities.

cpp data-structures-and-algorithms dsaincpp

Last synced: 15 Aug 2025

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

A collection of C++ notes and programs

c-plus-plus cpp

Last synced: 11 Aug 2025

https://github.com/rudra1402/cpp_stl

Implemented C++ STL Containers like Maps, Vectors, Pairs, etc. by developing several fun applications on Replit.

cpp replit standard-template-library stl-containers

Last synced: 11 Aug 2025

https://github.com/seariddlegames/common-module

Common Module

cpp module

Last synced: 23 Jul 2025

https://github.com/wild-queue/stella

A tool for checking types in the stella functional programming language. The repository also contains tests to check if the tool works correctly

bnfc cmake cpp makefile

Last synced: 18 May 2026

https://github.com/randomgamingdev/tic-tac-toe-cli-cpp-example

A decently simple example of tic-tac-toe for the command line made with good practices and comments to help people learning how to code

cpp easy example simple small tic-tac-toe tictactoe tictactoe-game

Last synced: 04 Oct 2025