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-09 00:06:55 UTC
- JSON Representation
https://github.com/pprattis/sparse-matrices-addition-and-sub-matrices
A program that applies some functions on sparse matrices. First addition between two sparse matrices and secondly finding any 2x2 sub-matrix in which the sum of all 4 elements are greater than a variable c.
2darrays cpp exercise linked-list programm sparse-matrices student subarray timecomplexity
Last synced: 29 Mar 2025
https://github.com/martinak1/info450pig
An INFO450 project
cpp cstring pig-latin regex school-project
Last synced: 22 Mar 2025
https://github.com/walker84837/snake-cpp
This program is a simple implementation of the classic Snake game using the SDL2 library in C++.
Last synced: 29 Mar 2025
https://github.com/hypernewbie/vark
Vark - Simple LZAV Archive
archive cli compression cpp game-dev gamedev header-only high-performance lzav mmap
Last synced: 27 May 2026
https://github.com/seng3694/sudokusolver
C++ Sudoku Solver using the backtracking algorithm
backtracking backtracking-algorithm cmake cpp sudoku sudoku-solver
Last synced: 20 Aug 2025
https://github.com/makcoder-2004/advanced-cpp-sheet
The C++ Advanced Level Sheet repository provides practical examples to help developers master advanced C++ topics . With clear, concise code illustrations, it simplifies complex concepts, making it ideal for developers seeking to deepen their C++ knowledge through hands-on learning.
Last synced: 20 Aug 2025
https://github.com/caiocarneloz/percpp
Simple perceptron code developed to a master's class lesson.
cpp machine-learning-algorithms neural-networks perceptron
Last synced: 21 Aug 2025
https://github.com/dexmoh/cli-dll-injector
A CLI DLL injector written in C++ for x86 and x64 architectures.
code-injection cpp dll-injection dll-injector process-injection reverse-engineering windows
Last synced: 18 May 2026
https://github.com/walidhabbach/streamcinet-app
C++ Desktop Application
cpp curl-library json-api tmbd-api
Last synced: 22 Jul 2025
https://github.com/callmesalmon/myscheme
MyScheme - Scheme interpreter that exists
cpp language minimalist scheme
Last synced: 21 Jul 2025
https://github.com/cesardev31/cortex_engine
Cortex Engine es un proyecto de código abierto personal,
cpp game-engine multiplatform opengl-es sqlite
Last synced: 03 May 2026
https://github.com/prashantrahul141/cipi8
Chip8 emulator implementation in c++
Last synced: 14 Jul 2025
https://github.com/nir3x/filemapping.cpp
FileMapping.cpp - C++ Library for Managing File Mappings in Windows
c-plus-plus cpp file-mapping memory-management winapi windows-api
Last synced: 12 Sep 2025
https://github.com/minoqi/raylib-cpp-vscode-template
Raylib C++ VSCode template that supports the ability to store scripts within the `src` folder and not need to update the makefile manually
cpp raylib raylib-cpp vscode vscode-template vscode-workspace
Last synced: 13 Jul 2025
https://github.com/rebelorc/booking-system
This project is a booking system like a cinema or theater.
Last synced: 21 Aug 2025
https://github.com/mohammaddaeizadeh/space-invaders
algorithms cpp game sbu shahid-beheshti-university space-invaders
Last synced: 22 Aug 2025
https://github.com/jo-minseok/data-structure-algorithm
📚 자료 구조, 알고리즘 STUDY [진행예정]
algorithms cpp data-structures study
Last synced: 22 Jul 2025
https://github.com/pacheco95/khronos-vulkan-tutorial-cpp
Implementation of the original Khronos Vulkan Tutorial using the C++ binding
cplusplus cpp cpp-bindings game-development game-engine khronos khronosgroup rendering-2d-graphics rendering-3d-graphics rendering-engine tutorial vulkan vulkan-engine vulkan-game-engine vulkan-sdk
Last synced: 29 Jun 2026
https://github.com/chasenut/cmake-template
My custom simple CMake Template. I'm lazy, so this template is for me (and others if they want) to download.
Last synced: 19 May 2026
https://github.com/wannacry081/packagepal
PackagePal is an embedded system project using Flutter and Firebase for the Mobile Application, and C++ for programming the ESP32 Microcontroller. Moreover, this project is a smart container dual-layered package receiver that uses a keypad, monitor, sim module, etc. to incorporate a secure container for your parcels to be received.
cpp dart esp32 firebase flutter platformio
Last synced: 10 Apr 2026
https://github.com/arya-io/cpp-basics
A beginner-friendly repository containing basic C++ programs to learn and understand fundamental programming concepts.
cpp cppbasics cppfundamentals objectorientedprogramming
Last synced: 14 Mar 2025
https://github.com/rvarago/cpp_refined
*EXPERIMENTAL* Types + Predicates in C++, sort-of
cpp cpp20-library refinement-types type-driven-development
Last synced: 12 Sep 2025
https://github.com/dishenmakwana/iot-ardunio-programs
This repo contains IOT applications code in Arduino.
Last synced: 10 Jun 2026
https://github.com/mathusanm6/cpp-primer-training
Learning C++ with C++ Primer Book
Last synced: 23 Aug 2025
https://github.com/leafycodes/competitive-programming
This repository contains my solutions to competitive programming problems from various platforms. Solutions are written in C++ and Java.
competitive-programming-algorithms competitve-programming cpp dsa java
Last synced: 16 May 2026
https://github.com/thanasisgeorg/tic-tac-toe
A simple tic-tac-toe game in C++
Last synced: 11 Nov 2025
https://github.com/rupeshrb/basic_algorithms
DES, RSA, Diffle hellman, A star, Prims, N-Queeue algorithm
Last synced: 15 May 2026
https://github.com/elkard/gkom_opengl_well
Project for the ‘Computer Graphics’ course on the 5th semester. Our task was to use C++ and OpenGL to render a scene with a well. The game engine was designed and implemented from scratch and allows to build and script the behaviour of elements on the scene. The game engine supports parent-child relationships between objects. The user can define his own objects. Each object inherits methods for setting meshes, adding children, animating and transforming object’s position in space. The final scene contained a well, lanterns along a path and procedurally generated (swaying on the wind) trees.
cpp forest game-engine game-engine-3d gamedev graphics opengl
Last synced: 17 May 2026
https://github.com/arthursvpb/beecrowd
My solutions of the URI Judge Online problems.
c cpp java javascript python3 sql uri-online-judge
Last synced: 11 Apr 2026
https://github.com/jeevanbabu7/codevita2023
Problem statements of tcs codevita 2023
Last synced: 25 Feb 2025
https://github.com/triyan-salazar/invetory_system_cli
Proyecto para fortalecer y poner en practica conceptos de cpp, desarrollando un sistema para la gestion de invetarios.
Last synced: 23 Aug 2025
https://github.com/tiennhm/minesweepers_console
Game gỡ mìn chơi trên màn hình console
console console-application cpp game minesweeper minesweeper-game
Last synced: 22 Mar 2025
https://github.com/uocdev/jscpp
Low-level, OOP, Compiler build itself. Easy to use for beginners and powerful
compiler cpp language programming
Last synced: 13 Oct 2025
https://github.com/pacifio/problem_solving
A repo where I practice competitive programming , mostly solved in C++
Last synced: 24 Aug 2025
https://github.com/zanadoman/wizard_engine
2D game engine for Linux and Windows, written in C++ with SDL2.
2d cpp game-engine linux sdl2 windows
Last synced: 03 Jan 2026
https://github.com/bgreni/qsfactcpp
cpp integer-factorization qs quadratic-sieve
Last synced: 17 Aug 2025
https://github.com/andersontrkz/safety-iot
Safely is a IoT smart safe system that integrates an ESP32 with an Android application, communicating through MQTT protocol.
android c cpp esp32 jetpack-compose mqtt platformio wokwi
Last synced: 07 Apr 2026
https://github.com/archismankarmakar/c-_template_ak
C++ template & snippet by Archisman Karmakar for CP.
codechef codeforces competitive-programming computer-programming cpp cpp-all cpp17 cpp20 leetcode programming programming-language snippets technology template
Last synced: 25 Aug 2025
https://github.com/shubhansu-kr/recursion-striver
TakeUForward Recursion Playlist
cpp leetcode recursion solution striver take-u-forward
Last synced: 28 Jul 2025
https://github.com/inborastudio/quin-sandbox-code-in-seconds-on-your-desktop
Code in seconds on your desktop. A lightweight, native development environment built in C++ and Qt to eliminate friction between thought and execution.
ansi-escape-codes assenbly-language code-editor complier cpp desktop-application ide interactive-terminal multi-language sandbox systems-programming terminal-emulator
Last synced: 03 May 2026
https://github.com/thesstraight/compassdlc
External Compass DLC for Counter-Strike: Source v92 (6630498) on Linux
compass counter-strike cpp dlc external linux memory
Last synced: 20 May 2026
https://github.com/janchy2/json-expression-parser-cpp
A C++ console application that allows evaluating expressions on a JSON file.
Last synced: 16 Apr 2026
https://github.com/speauty/picgridsplit
九宫格图片切割
cpp ide-vs2022 image-processing opencv4
Last synced: 25 Aug 2025
https://github.com/bhuvan2018/smart-fuel-flow-meter
Developed an IoT-based smart fuel flow meter for real-time monitoring of fuel consumption. It captures fuel flow data using sensors, processes it with an ESP32, and displays the readings on an LED display. This solution offers precise and instant fuel tracking.
arduino cpp esp32-arduino flowsensor led-display
Last synced: 20 May 2026
https://github.com/jugismug/palindrome-program-cpp
This program can tell if the provided number is an palindrome..
cpp number palindrome-number plaindrome
Last synced: 26 Aug 2025
https://github.com/ivanpinezhaninov/async_promise
C++11 header-only library based on Promises/A+
cplusplus cplusplus-11 cpp cpp11 header-only promise promise-a-plus promise-all promise-any promise-aplus promise-chain promise-library
Last synced: 08 Apr 2026
https://github.com/shishirrsiam/phitron
This repository contains my learning materials, assignments, and projects from Phitron.io. It showcases my journey of learning programming, data structures, algorithms, and web development. Each folder reflects progress in specific topics and serves as a resource for future reference.
c cpp dsa phitron software-engineering
Last synced: 13 Mar 2025
https://github.com/captainepoch/caesar_cipher_converter
Simple Caesar cli tool
Last synced: 27 Aug 2025
https://github.com/windowslogic-productions/morningstar
The official Fighting is Magic: Aurora Netplay Client written in C++. Made for Windows XP+.
aurora cpp fighting is magic morningstar mtsp visual-cpp win32 windows
Last synced: 08 Jul 2026
https://github.com/mishqatabid/sorting-algorithm-visualizer
Sorting Algorithm Visualizer that allows users to input an array and observe the sorting process visually
cpp dsa-algorithm python sorting-algorithms sorting-visualization
Last synced: 25 Apr 2026
https://github.com/mishqatabid/student-management-system
A student management system based on C++
cpp student-management-system student-management-system-project
Last synced: 15 May 2025
https://github.com/john-science/learncpp
Working through the learncpp.com examples
c-plus-plus course coursework cpp education examples tutorials
Last synced: 13 Oct 2025
https://github.com/operationdarkside/ct_string
Compile-time string class module for C++
compile-time constexpr constexpr-all-the-things cpp cpp-modules string
Last synced: 11 May 2025
https://github.com/markcaldropoli/cs320
Advanced Computer Architecture
branch-prediction cpp makefile
Last synced: 15 Mar 2025
https://github.com/istk0/school-work-fourth-year
Se hai bisogno di una mano con i compiti per casa o i compiti in classe, dai un occhiata a questa repo, i file sono organizzati per anno e linguaggio (e specifici capitoli di programmazione) | If you need help with your homework or classwork, take a look at this repo, the files are organized by year and language (and specific programming chapter
cpp homework homework-assignments homework-exercises homework-helper homework-template java javafx-application javafx-desktop-apps javafx-gui
Last synced: 08 Apr 2026
https://github.com/retifrav/csharp-cpp-example
An example of using a C++ library inside .NET/C# application.
Last synced: 08 May 2026
https://github.com/yaon-c2h8n2/projet-systemes-distribues
N Body simulation developed with C++/MPI. Able to handle 100k+ bodies on dozen of nodes.
cpp distributed-computing distributed-systems mpi nbody-simulation openmpi
Last synced: 05 Apr 2025
https://github.com/andymina/tetris
Clone of the age-old classic Tetris made using programming-only game engine raylib.
cpp game-dev game-development raylib-cpp tetris
Last synced: 26 Jul 2025
https://github.com/humbertodias/yaml-cpp-wasm-sample
Example of a WebAssembly application that reads a YAML file
Last synced: 18 May 2026
https://github.com/twaritwaikar/wth-is-cpp
An experimental concept guide for C++ that works through code completions. [I don't maintain this anymore, this was a failed experiment]
Last synced: 30 Jul 2025
https://github.com/v1bh475u/debugger
An elf debugger implemented using ptrace
Last synced: 29 Aug 2025
https://github.com/sarojshakya01/os-cpp-threading-example1
Car Tunnel Restriction Problem using POSIX C++ Threading with MUTEX (Synchronized the threading)
cplusplus-11 cpp mutex-synchronisation posix-threads
Last synced: 02 Jan 2026
https://github.com/sarmad426/dsa
DSA (Data Structures and Algorithms). This Repository covers the fundamental and advance concepts of data structures using C++.
algorithms cpp data-structures programming
Last synced: 30 Aug 2025
https://github.com/talhat298/cse2122
This lab covers core data structures and algorithms, including array operations, linked lists, stacks, queues, recursion, and tree manipulation. It also explores graph algorithms, matrix operations, and sorting techniques, providing hands-on experience with fundamental concepts in computer science.
Last synced: 25 Jan 2026
https://github.com/santoshvarmaaddala/sapotadb
SapotaDB is a lightweight database built in C++ with custom file-based storage and a CLI interface. It focuses on simplicity and extensibility, offering fast query execution and easy experimentation for learning core DBMS concepts.
cli-tool cpp databaseengine db inmemory-db kv-store powershell python
Last synced: 11 Apr 2026
https://github.com/fugashy/voicevox_client_cpp
A client library for VOICEVOX implemented with C++
cpp cpp17 cpprestsdk rest-api voicevox
Last synced: 20 Feb 2026
https://github.com/atiq-cs/configuration-model-tools
Random Graph Generator and related tools
Last synced: 30 Aug 2025
https://github.com/jurgisjaska/binbogami-desktop
Desktop application for the Binbogami personal finance management tool.
Last synced: 05 May 2026
https://github.com/sub-xaero/neverdoom
A 2D top down survival shooter, that serves as more of a test of my programming skills than an actual game. the first iteration in a series of increasingly playable games
c-plus-plus cpp cpp17 hobby-project sfml sfml2 sfml2-game
Last synced: 11 Nov 2025
https://github.com/stscoundrel/brutefarce
Bruteforce passwords in farcical way
brute-force-algorithm brutefarce bruteforce bruteforce-password-cracker c cpp csharp dart fsharp go hunter2 java kotlin nim odin odin-lang python rust scala typescript
Last synced: 08 Feb 2026
https://github.com/prawater/chip8-emulator
Chip8 emulator built in C++ using SDL2
Last synced: 30 Mar 2025
https://github.com/rasenbunkai/programacion-en-cpp
En este repositorio almaceno la información adquirida en el lenguaje de programación C++.
Last synced: 06 Apr 2025
https://github.com/tksh164/cpprest-azure-rest-api-sample
This repo contains Azure REST API samples using C++ REST SDK (cpprestsdk).
Last synced: 20 May 2026
https://github.com/adam-gladstone/wordle
An implementation of the popular Wordle game using WinUI 3.0 and C++/WinRT
cpp cpp20 windows windows-desktop windows-desktop-application windows-sdk winrt winui3 xaml
Last synced: 01 Jan 2026
https://github.com/ucx15/slocc
command line program to count Source lines of code in a directory.(currently only Python 3.x)
Last synced: 09 Jun 2026
https://github.com/sanelli/fifteen
15 Puzzle game implementation in C++ and SDL2.
cmake cpp fifteen-puzzle sdl2 sdl2-ttf
Last synced: 15 May 2025
https://github.com/brainlesslabs/salt
Lightweight implementation of Raft consensus algorithm in C++
cplusplus cpp cross-platform fast header-only headeronly raft-consensus-algorithm raft-cpp small
Last synced: 22 Mar 2025
https://github.com/creosb/cpp-ders-ve-ornekleri
Görsel ve örnekli temel CPP anlatımı.
cpp cpp-examples cpp-notes lessons notes ornekler
Last synced: 01 Sep 2025
https://github.com/matheusafonseca/leetcode
Códigos que fiz para resolver problemas de programação proposto no site de programação Leet Code
Last synced: 11 Apr 2026
https://github.com/shafaq-aslam/leetcode-chronicles
This repository contains my solutions to various LeetCode problems, ranging from Easy to Hard. The goal is to improve problem-solving skills, practice Data Structures & Algorithms (DSA), and build a strong foundation for coding interviews.
algorithms coding-challenges competitive-programming cpp data-structures data-structures-and-algorithms dsa dynamic-programming leetcode problem-solving
Last synced: 07 Apr 2025
https://github.com/marcussacapuces91/ms-basic
GWBasic interpreter for barebone computer like ESP32...
Last synced: 18 May 2026