C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
- GitHub: https://github.com/topics/cpp
- Wikipedia: https://en.wikipedia.org/wiki/C%2B%2B
- Created by: Bjarne Stroustrup
- Released: October 1985
- Aliases: cplusplus, c-plus-plus, cpps, cpp98, cpp03, cpp11, cpp14, cpp17, cpp20, cpp0x, cpp1y, cpp1z, cpp2a, cplusplus-11,
- Last updated: 2026-07-22 00:07:01 UTC
- JSON Representation
https://github.com/neelkamath/ue18cs331
🖥️ My assignments for PESU's UE18CS331 (Generic Programming) course
Last synced: 27 May 2026
https://github.com/cfrankb/vla2_remake
Vlamits2 Remake in C++ of this 1995 MSDOS game originally written in assembly.
cpp custom-engine emscripten game game-2d game-development game-engine map sdl sdl2 sidescroller sidescrolling
Last synced: 26 Apr 2026
https://github.com/ritampaul/codsoft
It contains various tasks of 1 month internship program 2023.
codsoft cpp programming-languages python3
Last synced: 05 May 2026
https://github.com/itman07/arduphone
Телефон разработанный на платформе Ардуино
arduino arduino-boards arduino-uno avr cpp diy microcontroller phone platformio platformio-arduino telephone
Last synced: 10 Apr 2025
https://github.com/cactoes/kachi
A console anime timetable viewer
anime cpp cpp20 html webscraping
Last synced: 11 Mar 2025
https://github.com/welann/yaRenderer
yet another renderer :D
computer-graphics cpp renderer xmake
Last synced: 12 Mar 2025
https://github.com/sstock2005/calcslackspace
A program written in C++ to calculate the slack space of a given file on Windows.
Last synced: 17 Mar 2025
https://github.com/jacobrgreen114/rapidxml
CMake supported mirror of rapidxml from http://rapidxml.sourceforge.net/
Last synced: 12 Mar 2025
https://github.com/sarojshakya01/weather-report-cpp-socket
Weather Report using socket programming in C++
Last synced: 02 Apr 2025
https://github.com/karanxidhu/ds-codes
DSA codes
cpp data-structures linked-list queue stack
Last synced: 02 Apr 2025
https://github.com/hellojudger/hellojudger
Hello Judger Third generation:A nice and fast problem-judging application made of PyQt6
acm-icpc cpp cross-platform hellojudger oi programming-contest-judge pyqt6-desktop-application python
Last synced: 14 Jan 2026
https://github.com/shahadathhs/cpp-course
This repository is my personal C++ learning notebook, where I practice and take notes while going through different concepts.
Last synced: 05 Oct 2025
https://github.com/acensjj/ft_containers
Les nombreux containers du C++ ont de divers intérêts. Afin de bien les comprendre, nous allons les ré-implémenter !
42 42born2code cpp cpp98 ft-containers
Last synced: 05 Oct 2025
https://github.com/appleweiping/stanford-cs110-syscore
From-scratch C++ implementations of Stanford CS110 (Principles of Computer Systems): Unix v6 filesystem, multiprocessing, stsh shell w/ job control, ThreadPool, RSS aggregator, HTTP proxy+cache, MapReduce — all verified in WSL2.
concurrency cpp csdiy networking operating-systems stanford-cs110 systems-programming
Last synced: 17 Jul 2026
https://github.com/helynranta/flappy-karp
This is my little flappy bird clone with which I’m testing how to package my engine.
cpp flappybird gamedev handmade
Last synced: 05 Oct 2025
https://github.com/mnoomnoo/cursorlocker
Keeps the cursor inside the boundary of the primary monitor if the specified executable is already a process or when it becomes a process.
cpp cursor cursor-boundary cursor-lock cursor-movement cursor-position fullscreen fullscreen-mode lock-cursor monitor multi-monitor screen windows
Last synced: 13 Apr 2026
https://github.com/kenny2github/sdl2-ecs-test
Playing around with C++ SDL2 with ECS (Entity-Component-System)
Last synced: 06 Oct 2025
https://github.com/sh-nihil-mukkesh-25/vaultify
Vaultify is an intelligent security system combining ESP32 hardware with AI-powered monitoring. It features RFID-based access control, motion detection, automated auto-lock, real-time alerts, and a dashboard for tracking and analyzing security events.
arduino c chatbot cpp esp32 fastapi gemini-api html langchain mpu6050 python render-deployment rfid-reader twilio-sms-api vercel-deployment
Last synced: 14 Apr 2026
https://github.com/wesleych3n/windowsdeviceinfodumper
Basic example of using win api to get device hardware id etc....
cpp device-info example windows-api
Last synced: 09 May 2026
https://github.com/becseya/vanillacube
Lightweight C++ development environment for STM32 microcontrollers
cpp cubemx embedded-systems stm32
Last synced: 14 Jan 2026
https://github.com/arocull/splinear
A tool that aims to effectively combine vector images, raster drawing techniques, and 2D animation
Last synced: 06 Oct 2025
https://github.com/zakhaev26/cpp
Git Repo for my C++ Codes and Notes for future reference.
Last synced: 06 Oct 2025
https://github.com/rhazra-003/my_cp_solutions
Collection of Competitive Programming questions I solved for my placement preparation!
algorithms-and-data-structures codechef codeforces competitive-programming contest-programming cpp leetcode stl
Last synced: 06 Oct 2025
https://github.com/tralahm/vulkan-graphics-api
Exploring the Vulkan Graphics API with C++.
cmakelists cpp tralahm tralahtek vulkan-api vulkan-game-engine
Last synced: 06 Oct 2025
https://github.com/LuxoriaSoft/brisque_impl
Brisque Implementation (C++) Self Contained
Last synced: 06 Oct 2025
https://github.com/seungjaeryanlee/halitebot-nori
Bot that competed in Halite, Two Sigma's bot competition.
bot bots c-plus-plus cpp halite
Last synced: 06 Oct 2025
https://github.com/jeremiahtorralba/fighting-game
Fighting Game - C++ and SDL2
cpp cpp-course cpp-examples cpp-game cpp-library cpp-programming cpp-project cpp-sdl2 fighting-game sdl2-application sdl2-game sdl2-image sdl2-library sdl2-ttf street-fighter street-fighter-2 street-fighter-clone street-fighter-game-cpp street-fighter-game-development
Last synced: 17 Jul 2026
https://github.com/daniel-boll/restful-in-peace
Archive of many RESTful APIs in different languages.
cmake cpp modern-cpp pistache pistache-library rest-api restful-api
Last synced: 07 Oct 2025
https://github.com/andrewwormald/traffic-light-simulation
A traffic light simulator to practice concurrency in C++
Last synced: 07 Oct 2025
https://github.com/andrewharabor/autograd
A C++ library for gradient computation via reverse-mode automatic differentiation
autograd automatic-differentiation cplusplus cpp cpp-templates gradient
Last synced: 21 Jan 2026
https://github.com/programminglaboratorys/endstone
Endstone - High-level Plugin API for Modding Bedrock Dedicated Servers (BDS), in both Python and C++.
bds bedrock bedrock-edition cpp endstone lua minecraft python
Last synced: 07 Oct 2025
https://github.com/harisali-git/pathsearchingusingastar
Dynamic Route planning with obstacles using the A* algorithm
algorithm artificial-intelligence astar astar-algorithm astar-pathfinding cpp routeplanning
Last synced: 07 Oct 2025
https://github.com/mmz33/practice-cuda
c cpp cuda cuda-programming gpu-programming parallel-programming
Last synced: 14 Apr 2026
https://github.com/mdx07r/desind
A Full Desktop Environment That Based on Single Installer Script.
arch bash configuration cpp hyprland jsonc linux linux-shell qml ricing toml-config
Last synced: 07 Oct 2025
https://github.com/kuro337/modern-cpp
Just a repo of good idiomatic C++ code snippets I tend to find useful.
Last synced: 14 Feb 2026
https://github.com/fliegwerk/sfml-cardioid
A Times-Tables Caridoid Visualization using SFML
Last synced: 17 Jul 2026
https://github.com/arash28134/simple-calculator
Simple calculator for beginners written in C++
beginner-code beginner-project calculator calculator-cpp calculators cpp
Last synced: 18 Jan 2026
https://github.com/egfantuan/labs
一个使用qt开发的windows播放器
bilibili-download cpp music-player qt6 windows
Last synced: 04 May 2026
https://github.com/mohammadg4/volemachine
Virtual Machine from scratch by C++
Last synced: 17 Jul 2026
https://github.com/satendra107/ship_demonstration
blueprints cpp game-developement unreal-engine-5
Last synced: 07 Oct 2025
https://github.com/i-jss/unb-competitive-programming
Personal collection of competitive programming solutions and coursework notes from my Computer Engineering degree at UnB, 100+ problems across 6 disciplines and 3 marathons.
assembly c competitive-programming cpp pascal regex
Last synced: 31 May 2026
https://github.com/alessandroconti11/sorting_network
In this repository you can find the implementation of some sorting networks.
2d-array 2d-odd-even-transposition-sort 3n-sort 3n-sort-of-schnorr-and-shamir 4-way-mergesort adapted-bitonic-sort array bitonic-sort cpp ls3-sort odd-even-merge-sort odd-even-transposition-sort openmp shearsort sorting sorting-network
Last synced: 08 Oct 2025
https://github.com/saadarazzaq/programming-fundamentals-labs
All Labs From PF Lab Summer 2023
cpp programming-fundamentals solved-labs
Last synced: 08 Oct 2025
https://github.com/bernoussama/arduino-rfid
arduino rfid access control system
Last synced: 14 Feb 2026
https://github.com/sumukha-pk/advanced-data-structures
Implementation of AVL Tree, Red Black Tree, Binary heap and Binomial heap in C++
avl-tree binomial-heap cpp fibonacci-heap redblacktree
Last synced: 08 Oct 2025
https://github.com/felixthec/qt-streamdeck
A DIY StreamDeck implementaion with Qt and Arduino
Last synced: 17 Apr 2026
https://github.com/antonyayansi/curso-cpp
Ejercicios prácticos de C++ (estructura de datos, arreglos, listas simple y doblemente enlazados, punteros, grafos, etc...)
Last synced: 17 Jul 2026
https://github.com/gunter0216/maze
Десктопное приложение для создания идеального лабиринта, поиска пути и генерации пещер через клеточный автомат.
Last synced: 24 Apr 2026
https://github.com/zeyu-li/matrix_multiplication
Matrix multiplication app using C++ 📊
Last synced: 08 Oct 2025
https://github.com/bemxio/c8oa
CHIP-8 interpreter written in C++ with SDL
chip8 cpp emulator interpreter sdl2
Last synced: 08 Oct 2025
https://github.com/amansatya/gfg160
THIS REPOSITORY CONTAINS ALL CODES FOR GFG 160 FROM DAY 1
algorithms c cpp datastructures geeksforgeeks geeksforgeeks-solutions problem-solving
Last synced: 09 Oct 2025
https://github.com/duster-amigos/hmm_cpp
Complete C++ implementation of Hidden Markov Models with modern C++17 and Eigen
cpp cpp17 eigen hidden-markov-models hmm machine-learning
Last synced: 09 Oct 2025
https://github.com/ignavan39/ipz-io
cpp input-output-file queue ring-buffer stack
Last synced: 09 Oct 2025
https://github.com/sebastianbach/full-stack
compile-time-testing conan cpp cpp20 docker flask full-stack multi-stage-build python-c-api python3 webassembly
Last synced: 18 Jan 2026
https://github.com/iledesma08/tp2-algoritmos
Trabajo Nº2 de Algoritmos y Estructuras de Datos de la carrera Ingeniería en Computación
Last synced: 09 Oct 2025
https://github.com/rogerfan48/i2p2-towerdefense
Freshman (2024 Spring) Introduction to Programming II - Mini Project - Tower Defense
Last synced: 09 Oct 2025
https://github.com/poakapx/oop_using_gets_and_sets-1
Клас яблука iз застосуванням конструктора, get та set.
Last synced: 17 Jul 2026
https://github.com/drozhkov/crypto-exchange-client-kucoin
KuCoin crypto exchange C++ client
cpp cryptocurrency cryptocurrency-exchange-software kucoin kucoin-api
Last synced: 09 Oct 2025
https://github.com/ron4fun/bytesizecpp
Its a C++11 library that handles how byte sizes are represented and an easy to use interface to convert to other forms of representation.
bytes cplusplus cpp gibibyte gigabyte kebibyte kilobyte mebibyte megabytes pebibyte petabyte tebibyte terabyte
Last synced: 09 Oct 2025
https://github.com/robert076/algoritmica
Pregatire pentru bac, probleme rezolvate etc.
algoritmica bacalureat cpp pbinfo probleme
Last synced: 09 Oct 2025
https://github.com/pereirar3/graph-structure
Work and activity required by the Graph Theory discipline at the UFMT
computer-science-disciplina cpp graph theory-of-graphs
Last synced: 09 Oct 2025
https://github.com/cfrankb/jewels-runtime-sdl
Generic Jewels Runtime written in portable C++ with SDL
cpp jewels open-source opensource portable sdl sdl2
Last synced: 17 Jul 2026
https://github.com/clausklein/cmake-init-modules
C++20 Modules, CMake, And Shared Libraries, conan
cmake conan conan-io cpp cxx20-library
Last synced: 19 Jan 2026
https://github.com/rahul-ydv101/striver-a2z-sheet-soln
🚀 My Solutions to Striver's A2Z DSA Sheet in C++
algorithms compitative-coding cpp dsa striversa2zdsa
Last synced: 09 Oct 2025
https://github.com/fuodorov/spreadsheet
Simplified analogue of existing solutions: a Microsoft Excel spreadsheet or Google Sheets
Last synced: 09 Oct 2025
https://github.com/cschladetsch/cppopengllboidgroups
Cpp23 system system for purely aesthetic reasons to create cool graphics.
Last synced: 09 May 2026
https://github.com/logotype/server-client
The simplest possible server/client implementation in plain old C.
cpp socket socket-programming socket-server
Last synced: 19 Jan 2026
https://github.com/saviru1/gpa-calculator
This is a simple GPA Calculator application written in C++ that allows users to calculate their GPA for the current semester and, if previous data is provided, their cumulative GPA.
Last synced: 09 Oct 2025
https://github.com/scenent/cpp-bind-any-methods
It's the way you can bind any methods to map and call it dynamically. Implemented with TMP of C++.
Last synced: 09 Oct 2025
https://github.com/guuzaa/cmaker
A CMake template for C/C++ that adopts a Cargo-like package layout.
Last synced: 19 Jan 2026
https://github.com/massimo-marino/time-support
a C++17 implementation of a stopwatch (a timer) for testing speed at hot spots.
cpp cpp17 googletest hotspot performance-testing stopwatch testing testing-tools time-stamp-counter timer tsc
Last synced: 09 Oct 2025
https://github.com/opensourcedoc/ccrun
Run C or C++ Source Automatically
c c-language c-plus-plus clang code-runner cpp freebsd gcc shell-script unix
Last synced: 14 Apr 2026
https://github.com/avulman/keylogger-cpp
This is a full-coverage keylogger written in C++ for Windows. It logs standard keyboard and mouse presses and writes them to a designated file. Each key press is recorded along with a human-readable label, making it very practical to interpret the log.
cpp human-readable keyboard keylogger mouse windows
Last synced: 14 Apr 2026
https://github.com/alexgersh/cpp-firewall
Developing a firewall as part of the 'Software Systems' course. Using C++ to implement core functionalities, managing Makefile for build automation, leveraging shared library objects to enhance modularity, and Bash scripts to automate testing and deployment (runned on x86-64 Linux OS)
bash-script cpp makefile x86-64
Last synced: 19 Jan 2026
https://github.com/luizgabriel/conan-v8
A Conan Package for V8: The Google's open source JavaScript engine.
conan cpp javascript m1-mac package v8 v8-javascript-engine
Last synced: 18 Feb 2026
https://github.com/wambugu71/swiftscanner
andr android-application cpp dart flutter opensource qrcode-scanner
Last synced: 14 Apr 2026
https://github.com/soraxas/spaceinvader
Space Invader the game, in C++ for a course in the University of Sydney.
cpp design-patterns game spaceinvader
Last synced: 17 Jul 2026