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/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/yushikuni/cpp_todo

Simple console-based ToDo list app in C++. Tasks are stored in a local text file. Great for learning file I/O and logic structuring.

cli cpp cpp17 portfolio-website unfinished-project

Last synced: 13 Jun 2026

https://github.com/roydevashish/cpp

This repository contains a collection of C++ programs, algorithms, and examples. It is designed for learners and developers interested in exploring fundamental and advanced concepts in C++ programming, including data structures, algorithms, object-oriented programming, and more. Contributions and suggestions are welcome!

algorithms cpp data-structures object-oriented-programming oop

Last synced: 13 Jun 2026

https://github.com/desmondjs/library_system

A simple C++ library management system that allows administrators to manage books in the library. Features include searching for books, viewing all books, adding new books, and deleting books from the system. The program uses file handling to store and manage book records.

cpp

Last synced: 20 Jun 2026

https://github.com/desmondjs/library_management_system

This repository contains a C++ program designed to manage a library system with various functionalities such as reading student and book information, deleting student records, searching for students, displaying information, computing statistics, and more.

cpp

Last synced: 23 Jun 2026

https://github.com/acorelli/example-module

example enterprise-based cpp product-module build environment

build-tool cmake cpp dependency-manager devops-tools library modularization visual-studio

Last synced: 14 Jun 2026

https://github.com/twaritwaikar/seriousxml

WIP: An XML parser for minimalists

cpp xml-parser

Last synced: 14 Jun 2026

https://github.com/putukrisna6/ceritanya-belajar-cp

Part of an effort to learn Competitive Programming

competitive-programming cpp hackerrank

Last synced: 14 Jun 2026

https://github.com/hightemp/smb-browser

Qt5/C++ desktop application for managing SMB connections and browsing Windows/Samba shared folders inside the application's own Qt Widgets UI.

cpp file-browser qt5 samba samba-browser smb

Last synced: 14 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/fahdseddik/snakes-and-ladders

A simple game written in C++ as a project for a university programming course

cmugraphics-library cpp game object-oriented-programming snakes-and-ladders

Last synced: 14 Jun 2026

https://github.com/harrysuke/snscpp

Safety and Security system written in c++

cpp

Last synced: 14 Jun 2026

https://github.com/klubuntu/retroslm

Retro styled Logistic Manager

clients cpp db dgcs insert management manager retroslm store subiekt

Last synced: 02 Jul 2026

https://github.com/naguales/logix

Logix is a lightweight, thread-safe logging library designed for C++11.

async cpp cpp11 log-library logger logging

Last synced: 15 Jun 2026

https://github.com/g023/cuda_inf

A self-contained CUDA inference engine for LiquidAI/LFM2.5-8B-A1B (hybrid conv + GQA-attention MoE, 8.5B params, 1B active) targeting a single RTX 3060 (12 GB). No Python, no frameworks at runtime: a single .cu engine + a header-only byte-level BPE tokenizer.

3060 ai c cpp cuda fast-inference gpu inference inference-engine large-language-models lfm25 liquidai llm moe nvidia open-source rtx token

Last synced: 15 Jun 2026

https://github.com/oblerion/cpu_config_gui_ubuntu

gui for create / set cpu's profil

console-application cpp cpu ubuntu

Last synced: 15 Jun 2026

https://github.com/maqmal/data-structure

Stack, queue, directed graph , binary tree, multi linked list algorithm

cpp data-structures

Last synced: 15 Jun 2026

https://github.com/sebastianbach/cmdl-args

A tool that generates C++ code that parses command line arguments.

code-generation command-line-arguments-parser cpp cpp20

Last synced: 15 Jun 2026

https://github.com/guicdas/cpp00_42

CPP00 Module

cpp cpp98 cppbasics

Last synced: 15 Jun 2026

https://github.com/marialuizaleitao/arduino-ultrasonic-distance-sensor

Exemplo de código para utilizar o sensor ultrassônico HC-SR04 com Arduino para medir distâncias e exibir os resultados no monitor serial. Ideal para projetos de medição e detecção de distância.

arduino-mega-2560 cpp

Last synced: 16 Jun 2026

https://github.com/ilyachichkov/employee_database

Small console application written on C++ for educational purposes

cmake cpp educational-project

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/cschladetsch/cpp23verletnbody

C++23 Verlet Integration using N bodies.

cpp grasphics integration verlet

Last synced: 16 Jun 2026

https://github.com/marcusvinix/42_ft_irc

This project is about creating your own IRC server. You will use an actual IRC client to connect to your server and test it. Internet is ruled by solid standards protocols that allow connected computers to interact with each other. It’s always a good thing to know.

42 cpp irc-server

Last synced: 16 Jun 2026

https://github.com/3ein39/library_system

Library System Project in C++ using structs - simple console application. In this program.The main user for the system is an admin who might add a book, user or perform some relevant operation.

console-application cpp library-management-system management-system

Last synced: 17 Jun 2026

https://github.com/parkerbritt/cpp_experiments

A collection of experimental C++ programs for the purpose of learning and personal exploration.

cpp experiments

Last synced: 17 Jun 2026

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

This repository contains C++ implementation of a doubly 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.

classes-and-objects cpp data-structures doubly-linked-list linked-list object-detection object-oriented-programming

Last synced: 17 Jun 2026

https://github.com/fqwqf/whu_alp_2024

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

cpp

Last synced: 17 Jun 2026

https://github.com/leonburghardtdev/day-of-the-week-calculator

This is a program that calculates the day of the week for a given date, written in C++ and uses Zeller's congruence.

cpp winapi zeller-s-congruence

Last synced: 17 Jun 2026

https://github.com/mahmoudgalalz/cpu-scheduling-algorthim-priority

A simulation on The Priority algorithm for CPU Scheduling

algorithms cpp cpu

Last synced: 17 Jun 2026

https://github.com/calvinjmin/databricks-sdk-cpp

Databricks SDK for C++

cpp databricks databricks-sdk

Last synced: 17 Jun 2026

https://github.com/amanyadav0007/cpp---dsa

Here I just try to share my practice questions :)

cpp datastructures-algorithms dsa

Last synced: 18 Jun 2026

https://github.com/theveryhim/basic-programming-course-project

Simplified HeadBall game implemented with C++

cpp sdk

Last synced: 18 Jun 2026

https://github.com/h2co3/hindmarsh-rose

A visual simulation of the Hindmarsh-Rose neuron model.

computational-biology computational-neuroscience cpp cpp14 neurons simulation

Last synced: 18 Jun 2026

https://github.com/yeshalkhan/algorithms

This repository contains some well-known programming problems and their greedy/recusrive as well as dynamic algorithms.

coin-change-problem cpp longest-common-subsequence

Last synced: 18 Jun 2026

https://github.com/vijeshvs/filamentrecyclingcode

Arduino Code for Filament Recycler Product @ Augmented Labs

arduino-uno cpp liquidcrystal-i2c pid-control

Last synced: 18 Jun 2026

https://github.com/kiko-serra/prog_feup

A repository with all weakly exercises for the FEUP course L.EIC009 Programming.

cpp leic-feup prog-feup

Last synced: 18 Jun 2026

https://github.com/parthjohri/dynamicprogramming

This repository contains my code solutions for the dynamic programming problems in C++.

cpp dynamicprogramming

Last synced: 18 Jun 2026

https://github.com/lanstobias/journal

C++ journal for terminal use

cpp

Last synced: 18 Jun 2026

https://github.com/gecko-robotics/serialcomm

serial port library

cpp serialport

Last synced: 18 Jun 2026

https://github.com/icepanorama/raycastingengine

A simple raycasting engine written in C++.

cpp raylib raylib-cpp

Last synced: 18 Jun 2026

https://github.com/aurimasniekis/cpp-antenna-switcher-client

Async C++17 client for the antenna-switcher device over the ESPHome native API

cpp cpp17

Last synced: 18 Jun 2026

https://github.com/aurimasniekis/cpp-prom

Client-independent C++23 Prometheus/OpenMetrics metric abstraction

cpp cpp23 header-only metrics prometheus

Last synced: 18 Jun 2026

https://github.com/bm777/dialogbox

Dialog Box with c++

box cpp dialog

Last synced: 18 Jun 2026

https://github.com/nilusche/c-_subnetting-solver-dnis

Simple Subnettingquestions-Solver implemented in C++

cpp ipv4 ipv6 networking subnetting vlsm

Last synced: 18 Jun 2026

https://github.com/wch2012asd/timecontral-qt

A modern Qt timeline widget with glassmorphism design

cpp qt timeline widget

Last synced: 19 Jun 2026

https://github.com/gene-hightower/dice-pass

dice based passphrase generator

cplusplus cplusplus-17 cpp

Last synced: 19 Jun 2026

https://github.com/vrongmeal/tictactoe

A simple two player Tic Tac Toe game made with C++

cpp

Last synced: 19 Jun 2026

https://github.com/tanzeelafatima492/producer-consumer-problem-using-semaphore-

To write a program to simulate producer - consumer problem

alogriyhm cplus cpp cpu cxx opearting system

Last synced: 07 Jul 2026

https://github.com/arata-nvm/you-are-an-idiot

弥生祭55 ゲーム作品

cpp game opensiv3d

Last synced: 19 Jun 2026

https://github.com/galaxywk223/tank-battle

基于 C++20 与 SDL2 的坦克大战游戏课程设计,包含关卡、敌人 AI、道具、碰撞检测、基地保护和排行榜。

cmake coursework cpp desktop-game game-development sdl2 student-project tank-battle

Last synced: 19 Jun 2026

https://github.com/berntzone/project-scribe-ii

WiFi printing of short messages using D1 mini & EM5820 thermal printer

cpp d1-mini em5820 esp8266 printer thermal

Last synced: 19 Jun 2026

https://github.com/hazeliscoding/quiz-game-redux

A CLI based quizzing application.

cpp data-oriented-programming nlohmann-json

Last synced: 19 Jun 2026

https://github.com/leoz0214/json-parser

A small C++ library to convert a JSON string or file into polymorphic C++ objects.

cpp json parser

Last synced: 19 Jun 2026

https://github.com/rishn/dbas

Driver Behaviour Analysis System (DBAS) is a ROS-based driver monitoring system utilizing OpenCV, Dlib, and YOLOv5 to detect and alert on drowsiness, device usage, and other behaviors during driving.

computer-vision cpp deep-learning dlib driver-behavior driver-monitoring driver-safety drowsiness-detection machine-learning object-detection opencv ros-nodes ros-noetic yolov5

Last synced: 20 Jun 2026

https://github.com/epi5131/cubehpp

Cube LUTのC++ライブラリ

cpp cube-lut

Last synced: 20 Jun 2026

https://github.com/esteves31/araracode

My code editor in development

codeeditor cpp qtcreator

Last synced: 20 Jun 2026

https://github.com/sarmad-khan1/problem-solving-logics-in-cpp

These are small tasks based on logical problems. I have provided different approaches to solve complex problems

cpp game-development problemsolving tasks

Last synced: 20 Jun 2026

https://github.com/ingiavanbeto/symphony-cpp-plc

script para conectar un servidor symphony por TCP y un PLC mediante snap7

c cpp siemens snap7 symphony

Last synced: 20 Jun 2026

https://github.com/dino-kupinic/adventofcode2023

🙌 my advent of code solutions

advent-of-code aoc-2023-in-cpp cpp

Last synced: 20 Jun 2026

https://github.com/philippmos/bullcowgame

[ C++ ] - This is a simple word based game to learn and train the C++ Syntax.

cpp game xcode

Last synced: 20 Jun 2026

https://github.com/theluqmn/falcon

Simple bank management system backend written in C++.

backend bank-management-system cpp cpprest

Last synced: 20 Jun 2026

https://github.com/baderouaich/sierpinksi-hexagon

how can chaos result in such order?!

chaos cplusplus cpp drawing geometry order sierpinski-hexagon

Last synced: 20 Jun 2026

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

Visual implementation of a symmetric binary tree (fractal tree) in c++ using SFML lib 🌳

binary-tree cpp sfml

Last synced: 20 Jun 2026

https://github.com/velitasali/viewfinder

Lightweight Windows capture card viewer — camera preview + GPU colour conversion + audio passthrough, ~135 KB, no runtime dependencies

capture-card cpp direct2d directx media-foundation win32 windows

Last synced: 21 Jun 2026

https://github.com/kfn-d0/net_collector

simple tool in c++ to collect basic network data to be used in another project

cpp windows

Last synced: 21 Jun 2026

https://github.com/jp-zuniga/multithreading-mandelbrot

Mandelbrot fractal generator.

cpp fractal mandelbrot multithreading

Last synced: 22 Jun 2026

https://github.com/wachin/kmid3

KMid 2.4.0 ported to Qt5 / KDE Frameworks 5 — MIDI/Karaoke player for Linux (2026)

alsa cmake cpp debian drumstick karaoke kde linux midi midi-player music-player port qt5

Last synced: 21 Jun 2026

https://github.com/alifeee/co2-monitoring

Monitoring CO2 levels, and temperature with an ESP8266 D1 Mini microcontroller and a Sensirion SCD40 CO2 sensor.

co2 co2-monitor co2-sensor cpp esp8266 scd40 sensirion

Last synced: 22 Jun 2026

https://github.com/srijanmukherjee/minesweeper

A minesweeper game written in c++ using SFML

cpp game minesweeper sfml

Last synced: 22 Jun 2026

https://github.com/gleor/cpp-search-server

Поисковый сервер. Поиск документов по ключевым словам.

cpp oop search-engine tf-idf

Last synced: 22 Jun 2026

https://github.com/tanzeelafatima492/blood-management-system-in-c-

The Blood Management System in C++ is a console-based application for efficiently managing blood donors, recipients, and blood availability records.

coding cplus cpp cxx programming project

Last synced: 22 Jun 2026

https://github.com/TanzeelaFatima492/Blood-management-system-in-c-

The Blood Management System in C++ is a console-based application for efficiently managing blood donors, recipients, and blood availability records.

coding cplus cpp cxx programming project

Last synced: 22 Jun 2026

https://github.com/raffadndm/computer-vision

Computer Vision algorithms, implemented in C++, using OpenCV library.

cpp

Last synced: 22 Jun 2026

https://github.com/phenomsg/c-language

This repository is dedicated to storing my C and C++ code as part of my personal study.

advanced-programming c cpp datastructures-algorithms filehandling projets

Last synced: 22 Jun 2026

https://github.com/adcimon/trtcbridge

Command line application that enables TencentRTC/NDI workflows.

cpp ndi tencent-rtc

Last synced: 22 Jun 2026

https://github.com/pieetrus/kolkoikrzyzyk

Gra z wykorzystaniem algorytmu min-max - PMSI

cpp

Last synced: 22 Jun 2026

https://github.com/maz01001/other-projects

other small projects not hosted on my GitHub-page

ascii-game cmd cpp game games snake-game

Last synced: 23 Jun 2026

https://github.com/sebsop/realtime-parallel-kmeans-segmentation

Real-time C++ K-means image segmentation on live video streams, using OpenCV, RCC trees, and 5D features, optimized for consumer hardware with Sequential, Multi-threaded, MPI, and CUDA backends.

cpp cuda k-means-clustering mpi multithreading opencv rcc real-time-stream-processing

Last synced: 23 Jun 2026

https://github.com/jadamka/doom-fire

Doom Fire recreation in C++ and SFML

cpp cpp17 doomfire sfml

Last synced: 23 Jun 2026

https://github.com/danielvieiravega/lapro2

Exercicios da disciplina de Laboratório de Programação 2 - Engenharia de Computação - PUCRS

c-plus-plus cpp study-project

Last synced: 23 Jun 2026