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-10 00:06:50 UTC
- JSON Representation
https://github.com/devlato/simleak
Tiny command-line util that simulates lack of RAM by consuming memory in small chunks
chunk cli command-line console consume cpp leak memleak memory ram simulate simulation tool util
Last synced: 16 Mar 2025
https://github.com/dereckmezquita/cpp-bouncy-balls
Demonstrating physics principles and laws in C++ SFML bouncy ball physics simulation.
Last synced: 18 Jan 2026
https://github.com/katebea/practica-pro2
Repositorio de la práctica de Programación II sobre modularidad y uso de clases en C++
clases-objetos cpp cpp11 fib lab makefile modularidad practica pro1 pro2 upc
Last synced: 04 Jun 2026
https://github.com/rana-m-ahmed/compresso
Compresso is a Huffman Compression Application build using QT creator
application cpp dsa gui huffman-coding huffman-compression huffman-compression-algorithm huffman-compression-application huffman-compressor qt ui
Last synced: 13 Apr 2026
https://github.com/tassiluca/smart-coffee-machine
Coffe Machine - Second assignment for SEIOT Course @ UniBO
arduino-uno cpp embedded-systems finite-state-machine
Last synced: 01 Mar 2026
https://github.com/whitedodo/datastructure2
Horowitz의 C++ 자료구조(Horowitz's C ++ Data Structure)
Last synced: 13 Apr 2026
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/long-gong/networking-programming
C/C++ Network Programming
Last synced: 15 May 2026
https://github.com/natdev15/iot_payload_optimization_natesh_masters_thesis_2025
Comparative implementation of binary serialization protocols — CBOR, MessagePack, Struct + Zlib, and Protobuf — for IoT payload optimization under hybrid TN/NT satellite networks. Developed and validated using Astrocast LEO and oneM2M (Mobius) middleware.
astrocast cbor cpp docker iot javascript messagepack networking nginx nodejs onem2m protobuf protocol-buffers python struct thesis thesis-project zlib
Last synced: 13 Apr 2026
https://github.com/dheerajshenoy/fitsexplorer
Modern FITS Image viewer with handy features
cfitsio cpp fits image-processing qt
Last synced: 16 May 2026
https://github.com/dotaadarsh/programs
Programs
api bash c cpp dsa java julia networking python
Last synced: 10 Apr 2026
https://github.com/whitedodo/rabbitpthreadbank
제스퍼의 pThread 은행(Jasper's pThread Bank)
bank cpp cpp-library mingw pthread std vector
Last synced: 07 Nov 2025
https://github.com/rohit20045/erp
A ERP for college which includes MySqL for backend database and Curl for sending smtp mail. It contains most of functionality of an ERP.
cpp curl database management-system mysql object-oriented-programming openssl
Last synced: 07 Feb 2026
https://github.com/jhleeeme/fake-log-collector
Fake Log Collection & Visualization
cpp data-engineering data-pipeline docker docker-compose grafana hadoop hdfs influxdb ipc java kafka kafka-streams message-queue python3 telegraf visualization
Last synced: 13 Apr 2026
https://github.com/nokibularfinsiam/university-course-materials
University Course Materials all semester
cpp csharp css html java javascript php
Last synced: 13 Apr 2026
https://github.com/pazl27/little-2d-shooter
Little Multiplayer game
cpp multiplayer raylib shooter-game
Last synced: 31 Aug 2025
https://github.com/inferiorak/c-compiler-setup
Here I have Explained how to Setup VS Code for C and C++ Programming. So, Just do it as I have Shown.
c c-compiler c-compiler-setup cpp cprogramming mingw mingw-environment mingw64 vscode vscode-setup
Last synced: 28 Apr 2026
https://github.com/rakin406/camera-app
A camera application written in C++
app application camera cpp gui vision
Last synced: 29 May 2026
https://github.com/amattu2/cmsc-140
Computer Science 140 (Introduction to C++) Projects (MC).
Last synced: 09 Apr 2025
https://github.com/emredogann/software-ray-tracer
A CPU-driven Multi-Threaded Ray Tracer written in C++.
cmake cpp cpu multithreading ray-tracing raytracer raytracing raytracing-in-one-weekend
Last synced: 05 Nov 2025
https://github.com/rogerfan48/project-fresh2-i2p2-arenalegends
A (single/online) multiplayer battle game project inspired by Clash Royale developed for Introduction to Programming I (Freshman Fall).
Last synced: 26 Feb 2025
https://github.com/rogerfan48/project-fresh2-i2p2-towerdefense
Tower Defense game project developed for Introduction to Programming II (Freshman Spring).
Last synced: 26 Feb 2025
https://github.com/taisiabarteneva/stl_containers
Implementation of STL containers — map, set, vector, stack on C++
Last synced: 30 Jun 2026
https://github.com/ibra-kdbra/pong
Decompiler
automata computer-engineering cpp decompiler high-performance-computing
Last synced: 28 Feb 2025
https://github.com/takumakira/wasm-rust-webgl-next
Playground project to work with Rust, C++, and WebGL on React.
cpp emscripten nextjs react rust wasm wasm-pack webgl
Last synced: 13 Apr 2026
https://github.com/joshuadahlunr/simplep2p
SimpleP2P is a minimalistic C/++ wrapper around the go implementation of libp2p.
c cgo cgo-bindings cpp go libp2p libp2p-pubsub networking p2p peer-to-peer
Last synced: 13 Apr 2026
https://github.com/igozdev/ellipsimg
Generates images using randomly generated ellipses of best fit
Last synced: 29 May 2026
https://github.com/yousef-sayed-younis/tic-tac-toe-terminal
A C++ implementation of Tic Tac Toe with AI and two-player modes. Playable entirely in the terminal. A simple, interactive game for practicing algorithms and terminal-based programming.
ai command-line-game cpp game-development single-player terminal-game tic-tac-toe two-player unbeatable-ai
Last synced: 03 Apr 2025
https://github.com/filip-kustura/graph-cycle-detection
Solution to a graph theory problem meeting a specific time complexity constraint. Developed in C++ using the breadth-first search algorithm. Created in December 2021 as part of the Design and Analysis of Algorithms course, with a presentation delivered in January 2022.
algorithms bfs breadth-first-search c-plus-plus coding-assignment cpp cycle-detection data-structures graph-algorithms graph-theory graph-traversal time-complexity time-complexity-analysis undirected-graphs
Last synced: 12 Apr 2025
https://github.com/kodiem9/snapling-engine
A scratch inspired game engine made with C++ using the Raylib game library.
cpp cpp17 engine game-editor game-engine game-engine-2d raylib raylib-cpp
Last synced: 22 Feb 2026
https://github.com/cheongszesuen/image2array
用于ST7335S驱动的TFT_LCD(128*160)屏幕图片的转换
binarization cpp cv lcd-screen processing python tft-display
Last synced: 25 May 2026
https://github.com/Noxmor/TexScript
A C++ Text Adventure Game with Lua mod support.
cpp lua mod-support text-adventure text-adventure-engine text-adventure-game
Last synced: 11 Mar 2025
https://github.com/kononovarseniy/cpp-example
Если захочу кого-то учить C++ буду использовать этот репозиторий
Last synced: 25 Mar 2025
https://github.com/sleepingcat4/deathhash
a barebone programming language written in C++
barebones compiler cpp programming-language
Last synced: 13 Jun 2025
https://github.com/pavly-gerges/pavly-gerges
A modular designed web-embedded resume using modular software engineering techniques.
algorithms android calculus cpp design-patterns embedded-systems gcc-complier gnu-linux java jmonkeyengine3 kotlin llvm medicine neurosurgery raspberrypi software-architecture surgery
Last synced: 13 Apr 2026
https://github.com/pechinkin/cosmodog
game about dog travelling through the cosmos back to the home
Last synced: 31 Mar 2025
https://github.com/b-x-wu/graphics-engine
A CPU based raytracing toy example.
Last synced: 09 Jun 2026
https://github.com/atlas-b28/roadmap-dsa
DSA prep
cpp ctci-6th dsa golang interview-questions java python typescript
Last synced: 13 Apr 2026
https://github.com/pr47h4m/helloworld
Hello World
c cpp docker hello-world java javascript python shell
Last synced: 11 Apr 2026
https://github.com/sipfront/visqol-docker-cross-compile
Repository for setting up a cross compilation environment for visqol in aws-linux-2 with provided files.
bazel cpp docker dockerfile python3
Last synced: 13 Apr 2026
https://github.com/quentin18/ecosystem
Ecosystem simulation in C++
cpp ecosystem perlin-noise sfml simulation
Last synced: 15 May 2025
https://github.com/bsodium/voxelife
A C++ game of life implementation in 3D space
3d cpp game-of-life opengl simulation
Last synced: 06 Mar 2025
https://github.com/bsodium/terrain-interpolation
An openGL implementation of a procedural terrain interpolation algorithm
cpp opengl procedural-generation terrain-generation
Last synced: 06 Mar 2025
https://github.com/tanushreesb/coretechprojects
cse subject projects
c computer-networks cpp data-science database-management java operating-system python sepm sepm-mini-project
Last synced: 13 Apr 2026
https://github.com/thinkinglabs/kata-bootstrap-cpp-googletest
Bootstrap project for CPP kata's using Google Test
bootstrap conan-io cpp googletest kata
Last synced: 20 May 2026
https://github.com/chen941008/poker_game_99
midterm-mini-project
99 99-card-game 99-poker-game card-game cpp cpp17 poker-game
Last synced: 09 Apr 2025
https://github.com/rokez98/hppa
High performance processor architecture labs
bsuir bsuir-labworks cpp vectorization
Last synced: 14 Apr 2025
https://github.com/nathannncurtis/ocr
Batch DICOM/TIFF/JPEG to searchable PDF with OCR. Docker, Tesseract, JBIG2, parallel processing.
batch-processing cpp docker ocr pdf tesseract
Last synced: 30 May 2026
https://github.com/konrad-kubacki/crash-handler
PoC Windows crash handler
cpp crash-handler winapi windows
Last synced: 12 May 2026
https://github.com/kgbier/sdl-luckyfruit
C++ SDL project. Kinda trying out an awt/swing-like GUI library using the SDL Renderer.
Last synced: 30 May 2026
https://github.com/vishwajeetk5/paytrack
The C++ "PayTrack" is an OOP project for budgeting and expense tracking. It offers user-friendly input, budget vs. actual analysis, data storage, detailed reporting, and error handling. A tool to manage finances efficiently.
cpp exception-handling filehandling finance inheritance oop paytrack
Last synced: 09 Apr 2025
https://github.com/arshagds/cpp_notebook
This repository is about the tips I'm learning from udemy. Check the commits.
begginer cpp notebook personal-notebook personal-repository practice
Last synced: 12 Nov 2025
https://github.com/jonas-is-coding/sudoku-bruteforce
A Sudoku solver via brute forcing in C++
Last synced: 31 Mar 2025
https://github.com/ali-ahnaf/The_Fallen_Kingdom
A 2D action-adventure game where players have to fight their way through waves of enemies and level bosses to rescue a princess.
Last synced: 25 Apr 2025
https://github.com/muneeb1030/bst-avl-representor-sfml-data-structures-cpp
The BST and AVL Tree Visualization is a C++ program that utilizes the SFML library and object-oriented programming (OOP) to represent and visualize Binary Search Trees (BST) and AVL Trees.
avl-tree bst-tree cplusplus cpp data-structures-and-algorithms oops-in-cpp tree-structure visualization
Last synced: 28 Feb 2025
https://github.com/azayraTeam/.github
2024<3
batch cpp design figma html-css-javascript indie jaf javascript nodejs portugal portuguese rust simplyprivate umaera web web-application web-browser web-development website
Last synced: 29 Oct 2025
https://github.com/chenshaw010/advising-assistance-program
Text file parser that displays data back to the user primarily for categorizing educational classes.
Last synced: 16 Sep 2025
https://github.com/fesabelilla/offlineproblemssolvedindifferentojs
codechef codeforces cpp hackerearth hackerrank
Last synced: 12 Feb 2026
https://github.com/vaibhavyadav-dev/codeforces-solutions
This repo contains the solutions of codeforces problems.
codeforces codeforces-problems coder competative-programming cpp faang tle tle-solutions
Last synced: 06 Jun 2026
https://github.com/ayo-ajayi/iot-sensor
cpp golang nodemcu-esp8266 plaformio
Last synced: 10 Apr 2026
https://github.com/sury4karmakar/cpp-programming
📃 Learning CPP Programming From Scratch
cpp cpp-programming cpp-programming-language
Last synced: 05 Jul 2025
https://github.com/calint/pczero
experiments with bootable image of x86 and protected mode 32 bit code for the i386 platform written in assembler and c++ contains: * minimal assembler kernel supporting preemptive multitasking (1 KB) * sample toy application of a 2d game engine
bootable cpp kernel operating-system preemptive-multitasking protected-mode x86-32 x86-assembly
Last synced: 13 Jun 2025
https://github.com/antwankakki/fct
functional cpp at compile time, the compiler turns to the perfectly slow interpreter XD
compile-time-meta-programming cpp functional functional-programming reflection
Last synced: 14 Feb 2026
https://github.com/rgglez/prenex
Converts a Well Formed Formula into Prenex normal form.
Last synced: 22 Mar 2025
https://github.com/sh-cho/cpp-doxygen-example
Example repo - publish doxygen with github actions
Last synced: 13 Apr 2026
https://github.com/bartekleon/bigintcpp
Bigint class provides math operations for arbitrarily large numbers.
bigint biginteger-cpp cplusplus cpp cpp17 library
Last synced: 16 Feb 2026
https://github.com/tisandg/contrastenhacement
Contrast Enhancement applied to gray- and color-scale images using different parallel programming modes
Last synced: 18 Jan 2026
https://github.com/kasperomari/problems
My solutions for some of the competitive programming problems I've solved while playing with this.
c competitive-programming cpp problem-solving
Last synced: 18 Apr 2026
https://github.com/anc1kr1st/prata_cpp_exercises
Stephen Prata, C++ PRIMER PLUS, 6th Edition (Mistrovství v C++ 4. aktualizované vydání)
Last synced: 08 Oct 2025
https://github.com/breeze648/oj-algorithms
欢迎来到我的算法笔记仓库!本仓库整理了我一年来整理的高效算法模板与笔记,内容涵盖了图论、数据结构、数据库、模拟与字符串处理、搜索与回溯、动态规划、贪心以及数学知识等多个方面的内容。每个文档均附有详细的算法解析和C++代码示例,旨在帮助更好地理解算法原理以及如何在OJ(在线数学系统)中大家应用C++与STL。
algorithms cpp online-judge stl template
Last synced: 30 May 2026
https://github.com/markgotlasagna/metodologie
About "Metodologie di Programmazione" course provided by "Università degli Studi di Parma"
Last synced: 31 Mar 2025
https://github.com/davdag/wireworld
It's a WireWorld game made in C++ and SFML library. Enjoy it !
animations cellular-automation cellular-automaton cpp cpp-game math sfml-library wireworld wireworld-game
Last synced: 12 Jun 2026
https://github.com/billvog/kincasta-studio
Create and edit subtitles with ease.
Last synced: 29 Apr 2026
https://github.com/mhmdd-farhan/atm_program_2
Program ATM memungkinkan pengguna untuk memilih nominal uang yang akan diambil
Last synced: 08 Oct 2025
https://github.com/donnc/bulksmszw-esp8266
Bulk sms zw api for embedded device ESP8266 for IoT devices. Port for BulkSMSZW-Api Python 3
cpp esp8266 esp8266-arduino iot
Last synced: 13 Apr 2026
https://github.com/zeynepcol/game-mutex-cpp
A falling box game implemented in C++ using a custom library, featuring mutex.
cpp custom-library game mutex mutex-lock mutex-synchronisation
Last synced: 04 Apr 2025
https://github.com/dipto9999/self_balancing_robot
ELEC 391 : Design Studio Final Project
arduino asyncio aws-s3 bluetooth-low-energy cpp dc-motor flask javascript pid python raspberrypi stm32 tkinter
Last synced: 04 Apr 2026
https://github.com/wdevore/learningcpp
A group of projects for learning key aspects of C++
Last synced: 13 Apr 2026
https://github.com/jdibenes/heron
Game Boy Advance emulator.
cpp gameboy-advance-emulator windows
Last synced: 28 Apr 2026
https://github.com/aloussase/hackerascentfest
Website for the Hacker Ascent Hackathon
Last synced: 13 Apr 2025