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/sebastianbach/lab

Application authoring and code generation.

cpp

Last synced: 19 Jun 2026

https://github.com/teneplaysofficial/cplusplus-projects

This repository contains a collection of projects written in C++. Each project is designed to showcase various programming concepts and problem-solving skills. Explore projects ranging from simple console applications to more complex systems, demonstrating foundational and advanced techniques in each language.

algorithms codesamples coding cpp educational examples games opensource programming softwaredevelopment

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/lesnyrumcajs/matasanocpp

Matasano Crypto Challenge using C++

cpp cryptography cryptopals-challenges google-test

Last synced: 19 Jun 2026

https://github.com/epi5131/cubehpp

Cube LUTのC++ライブラリ

cpp cube-lut

Last synced: 20 Jun 2026

https://github.com/naguales/codility-algorithms

C++ Codility Solutions (100% Score)

codility codility-lessons codility-solutions cpp gtest

Last synced: 20 Jun 2026

https://github.com/stefanuhrig/bignum

A C++-11 single-header generic arbitrary-precision number library

arbitrary-precision bignum cpp rational-numbers

Last synced: 20 Jun 2026

https://github.com/pjsalter/cplusplus-programming-solutions

algorithms solved as practice in C++

cpp cpp20 object-oriented-programming

Last synced: 20 Jun 2026

https://github.com/peterajhgraham/rotating-ascii-cube

A fun C++ program that generates a rotating 3D cube using ASCII characters, and you can run it right inside your computer terminal!

ascii-art cpp terminal

Last synced: 20 Jun 2026

https://github.com/heyfoz/cpp-wind-chill-index-table

This Wind Chill Index program (C++) uses the formula for the wind chill index model implemented by the National Weather Service to create a table as console output. The table displays wind chill values for temperatures from -5 to 50 degrees Fahrenheit for wind speeds from 5 to 45 miles per hour.

calculations cpp fahrenheit index windchill

Last synced: 20 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/fieryrms/random-projects

Random Projects. duh

cpp hobby hobby-project random

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/oelrich/sorts

Learning c++ by doing the things.

appveyor catch2 cmake cpp ctest learning travis-ci

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/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/pieetrus/kolkoikrzyzyk

Gra z wykorzystaniem algorytmu min-max - PMSI

cpp

Last synced: 22 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/sennadevos/async-notify

Asynchronous command execution with terminal notifications

async background-tasks cli command-line cpp ncurses notifications terminal threading

Last synced: 23 Jun 2026

https://github.com/tomaszrewak/simple-throttler

A simple and fast C++ throttler

cpp fast throttler

Last synced: 23 Jun 2026

https://github.com/rick1551/gameqt

Cross-platform Qt game using QML and C++ — built for desktop and WebAssembly.

cmake cpp qml qt

Last synced: 23 Jun 2026

https://github.com/fcarvajalbrown/brown-fps-creator-showcase

Brown FPS Creator - a no-code, visual first-person shooter game maker for Windows, Linux, and Steam Deck. Build a complete FPS without writing code.

boomer-shooter cpp first-person-shooter fps game-creator game-development game-engine game-maker indie-game level-editor no-code opengl steam-deck vulkan

Last synced: 23 Jun 2026

https://github.com/sury4karmakar/dsa

Data Structures and Algorithms Using C++ and Java

cpp data-structures-and-algorithms java

Last synced: 23 Jun 2026

https://github.com/tacigar/sceef

:seat: Minimul C++ library for linear algebra

cpp linear-algebra tmp

Last synced: 23 Jun 2026

https://github.com/aristofany-herderson/caap-hash-benchmark

💥 Comparando tratamento de colisões em sondagem linear

cpp hash-table linear-probing

Last synced: 24 Jun 2026

https://github.com/anitatess/uno-r3-projects

My UNO R3 projects in Arduino & Processing

arduino cpp java processing uno-r3

Last synced: 24 Jun 2026

https://github.com/smooll-d/slou

"Smooll" LOgging Utility.

cpp logger loggers logging logging-library meson

Last synced: 25 Jun 2026

https://github.com/arbinzaman/problem-solve-codes

Here i push my problem solving and practice codes with C++.

atcoder beecrowd codechef codeforces cpp dsa hackathon js leetcode problem-solving problems-solving

Last synced: 25 Jun 2026

https://github.com/timbergus/sockets-playground

This project is a playground to test C++ sockets.

cpp sockets

Last synced: 26 Jun 2026

https://github.com/timbergus/robobuddy

A 2D drone to play with a BeagleBone Blue, a GPS, and learn C++.

beaglebone cpp gps

Last synced: 26 Jun 2026

https://github.com/vevdokimovm/string-operations-cpp

C++ lab: custom String class built on sequence abstractions with sorting and searching

algorithms cpp data-structures string

Last synced: 27 Jun 2026

https://github.com/vevdokimovm/programming-archive

Personal archive of university C++ programs, Codeforces solutions, Assembler, Pascal, HTML and Python exercises

algorithms competitive-programming cpp python university

Last synced: 27 Jun 2026

https://github.com/seboste/sapper-bricks

default remote brick repository for sapper

cloud-native cpp microservices sapper

Last synced: 27 Jun 2026

https://github.com/degville/kalbum

KDE 3 application for photo management

cpp kde3

Last synced: 28 Jun 2026

https://github.com/parzivaleugene/misis2024s-23-04-michkov-e-v

Object Oriented Programming

cpp misis oop

Last synced: 28 Jun 2026

https://github.com/bluryar/tokenizers.cpp

Native C++ inference-only tokenizer runtime port

cpp ggml huggingface inference tokenizers

Last synced: 28 Jun 2026

https://github.com/marcos-moura97/simple-flir-spinnaker-camera

Easy-to-use FLIR camera interface with Spinnaker SDK

cpp flir spinnaker-sdk usb-camera

Last synced: 28 Jun 2026

https://github.com/pablobh2147/hoshizora

A from-scratch, physically-based rendering engine built in C++.

computer-graphics cpp graphics-programming path-tracing pbr physically-based-rendering raytracing rendering

Last synced: 29 Jun 2026

https://github.com/abdullah00001/way-to-be-a-rated-coder

A dedicated repository to track my 90-day journey of competitive programming practice — mastering algorithms, solving problems daily, and leveling up to become a rated coder.

algorithms c competitive-programming cpp data-structures dsa

Last synced: 29 Jun 2026

https://github.com/tudeorangbiasa/ansicolorcpp

Simple ANSI escape color code to print colored text or background in terminal using c++

ansi cpp

Last synced: 29 Jun 2026

https://github.com/sur16-cse/internity-internship-dsa-2021

This internship is for Design and Analysis of Algorithm. It is 45 days internship cover important concepts of data structure and algorithm . It also cover advanced topic for placement.

algorithm cpp data-structures

Last synced: 29 Jun 2026

https://github.com/abdulshaikh55/hotel-management-system

My first C++ project, 'Hotel Management System' is a project which teaches the basics of C++ such as I/O, class & objects, etc.

cpp software-development

Last synced: 29 Jun 2026

https://github.com/sharpbit/adventofcode

Advent of code in Python, C++, and Haskell

advent-of-code cpp haskell python

Last synced: 29 Jun 2026

https://github.com/yousryessam/tic-tak-toe

Simple XO game implemented by Console C++ Application

console-game cpp xo-game

Last synced: 29 Jun 2026

https://github.com/arcsymer/password-manager

Desktop password manager (C++17) — libsodium Argon2id+secretbox vault, RFC 6238 TOTP 2FA, search/filter. Learning/portfolio project, not security-audited

2fa cmake cplusplus cpp cryptography libsodium portfolio totp

Last synced: 29 Jun 2026

https://github.com/damanpreet2005/expense-tracker

This program helps traking your daily expenses. It is made on C++ using OOPs fundamentals

cpp object-oriented-programming

Last synced: 29 Jun 2026

https://github.com/zirnc/lspro

Pro version ls. Written in C++ 17.

cpp cpp17 cross-platform get-childitem ls

Last synced: 29 Jun 2026

https://github.com/themyle/school

school outputs repo

cpp csharp java rust

Last synced: 16 Apr 2026

https://github.com/dosmike/libsosimple

Easy callback based UDP and TCP sockets

conan cpp multicast posix-socket-wrapper posix-sockets tcp udp unicast

Last synced: 28 Feb 2026

https://github.com/baro-00/cpp-template_cmake-gtest

C++ Project Template with CMake and GoogleTest

cmake cpp googletest template template-project

Last synced: 15 Feb 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/sayama3/learningvulkan

A project in which I dedicate myself to learn the Vulkan API.

cpp rendering vulkan

Last synced: 15 Feb 2026

https://github.com/mahiethan/morrowind-inventory-manager

C++ program and Lua script which retrieves and manages the inventory items belonging to a character in the game "The Elder Scrolls III: Morrowind".

cpp lua morrowind mwse

Last synced: 16 Feb 2026

https://github.com/goran-milenkovic/numerico

Self-assignment project. C++ app based on "power of two" mathematical rule created with Qt5

cplusplus-11 cpp qt5 qtcreator

Last synced: 16 Feb 2026

https://github.com/jiink/hub75-mega-malachite

My applet system for ESP32 Devkit + 64x32 HUB75 + KY-040 Rotary Encoders

cpp esp32 platformio

Last synced: 01 Mar 2026

https://github.com/bensuperpc/docker-pcc-revived

docker-pcc-revived

c cpp docker makefile pcc

Last synced: 16 Apr 2026

https://github.com/megabyde/cpp-boilerplate

A modern C++23 project boilerplate using CMake and Conan 2

boilerplate boost cmake conan conan2 cpp cpp23 googletest

Last synced: 16 Apr 2026

https://github.com/esotericpig/ekoscape

🎮🤖🧿 Simple 3D step-based game in SDL2 & C++, like a 3D Pac-Man.

3d 3d-game cplusplus cpp grid-based-movement opengl opengl-game sdl sdl2 sdl2-game sdl2-image sdl2-mixer

Last synced: 02 Apr 2026

https://github.com/filiprokita/arduino-433mhz

Arduino project for receiving and transmitting 433 MHz RF signals using an AM ASK/OOK receiver and transmitter module.

433mhz arduino cpp embedded-systems iot platfromio radio-frequency remote-control rf-receiver rf-transmitter wireless wireless-communication

Last synced: 18 Apr 2026

https://github.com/afrinaf/meditrack

MediTrack+ is an innovative project poised to revolutionize medical inventory management through the seamless integration of cutting-edge technologies.

cpp dajngo firebase pdf-generation python reactjs rfid twilio

Last synced: 16 Apr 2026

https://github.com/frolotey1/essensestream

EssenseStream is the C++ library which accepts work with essenses in the safe classes and methods on C++.

c cmake cpp cpp-library cpp17

Last synced: 30 Apr 2026

https://github.com/qcversity/qcversity.github.io

Quant Coding Versity for Data science, Programming and scientific research.

bash cpp data-science deep-learning julia machine-learning python r-programming rust

Last synced: 16 Apr 2026

https://github.com/abombalemba/rainbow

Simple C++ program

cpp

Last synced: 21 Mar 2026

https://github.com/halfguru/retire-eh

🍁 A Canadian retirement planner for RRSP, TFSA, and CPP planning

canadian cpp finance personal-finance react retirement-planning rrsp rust tfsa typescript wasm webassembly

Last synced: 02 Mar 2026

https://github.com/citizen7751/qx

Make clickable shortcuts for system commands.

command-line cpp os terminal

Last synced: 30 Apr 2026

https://github.com/anujdhillxn/competitiveprogramming_boilerplate

Boilerplate codes for highly used data structures and algorithms

competitive-programming cpp dsa-algorithm

Last synced: 22 Mar 2026

https://github.com/chubek/slitherbrain

A Python executor written in C++, lightweight using sandboxed processes

code-executor code-runner cpp http interpreter makefile python tcp

Last synced: 16 Apr 2026

https://github.com/languagemachines/foliatest

Test suite for libfolia

cpp folia linguistic-analysis

Last synced: 02 Mar 2026

https://github.com/shoyamanishi/swift-objc-cpp-interoperability

This is a tiny sample project to show a technique for the two-way communication between one Swift object and another in C++ via Objective-C.

cpp interoperability objective-c swift

Last synced: 16 Apr 2026

https://github.com/hal91190/arduino

Some simple arduino sketches

arduino c cpp

Last synced: 16 Apr 2026

https://github.com/bryand1/solutions

Solutions to exercises

algorithms cpp leetcode python3

Last synced: 19 Apr 2026

https://github.com/xeintdm/opportunist

Because why ask nicely for data when you can 'borrow' it with style and a ZIP?

browser-stealer cpp cybersecurity grabber poc sqlite3 stealer

Last synced: 25 Apr 2026

https://github.com/rodrigobdz/multimodal-interaction

Candy game for Windows using face tracking

cpp windows

Last synced: 16 Apr 2026

https://github.com/yelosheng/clipboard-push-win32

Clipboard Push Windows Client — native C++ Win32 app for clipboard sync between PC and mobile

aes-encryption clipboard clipboard-sync cpp lan-transfer self-hosted win32 windows

Last synced: 03 Mar 2026

https://github.com/artdoesstuff/void.inc

Incremental game written in C++ and SFML 3.0.0

cpp cpp17 game indiedev sfml3

Last synced: 03 Mar 2026

https://github.com/kush-collab/kush-collab

Config files for my GitHub profile.

c cpp linux playground

Last synced: 16 Apr 2026

https://github.com/polossk/nowcoder-solution

simple solution for Nowcoder

cpp nowcoder-solution python

Last synced: 16 Apr 2026

https://github.com/udaysh134/repx

An open-source lightweight universal reputation engine with a C++ CLI for tracking and leaderboard generation.

cpp leaderboard reputation reputation-system

Last synced: 03 Mar 2026

https://github.com/rurumimic/opencv-practice

컴퓨터 비죤 연습

computer-vision cpp opencv opencv4

Last synced: 16 Apr 2026