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-03 00:06:50 UTC
- JSON Representation
https://github.com/jcbhmr/platformdirs-cpp
📂 Python's platformdirs module for C++
cmake cpp cpp-library platformdirs port xdg
Last synced: 02 Apr 2025
https://github.com/9inefold/variant
Custom variant implementation for c++20
cpp cpp20 template-metaprogramming template-project
Last synced: 22 Jul 2025
https://github.com/czwinzscher/myhtmlpp
A C++17 Wrapper for MyHTML/Modest.
cpp cpp17 html html-parser html5 myhtml parser
Last synced: 17 Jan 2026
https://github.com/moozunch/cepe-lang
ann belajar cepe alias competitive programming
algorithms c competitive-programming cpp problem-set problems-solving
Last synced: 10 May 2026
https://github.com/dhruvsrikanth/conjugate-gradient-simulation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the conjugate gradient optimization simulation. This is a sparse linear solver optimized using the second-order poisson equation.
c conjugate-gradient cpp dense-solver distributed-memory-parallel high-performance-computing mpi multithreading openmp optimization optimization-algorithms poisson-equation shared-memory-parallel simulation-modeling sparse-linear-solver
Last synced: 18 May 2026
https://github.com/vovandreevik/binary-search-tree
This C++ program demonstrates the implementation of a Binary Search Tree (BST) along with custom Stack and Queue data structures.
binary-search-tree bst cpp oop oops-in-cpp queue stack
Last synced: 07 Apr 2025
https://github.com/boloto1979/file-encryptor
file encryption program with a graphical interface using the GTK library.
Last synced: 11 Apr 2026
https://github.com/tomswan/collections
In this repository are collected ZIP files containing listings from programming tutorials I wrote and published roughly between 1980 and 2001.
assembly-language c cpp java pascal program-listings programming-languages programming-tutorial source-code
Last synced: 10 Mar 2026
https://github.com/simonusher/perceptron
A simple perceptron and Adaline implementation in C++. Created as an assignment for "Selected topics in artificial intelligence" course.
adaline artificial-intelligence cpp neural-network perceptron
Last synced: 04 Jul 2025
https://github.com/bpdesilva/student-registration-system
Procedural Programming concepts with C++ first project of the first year.
c-plus-plus cpp procedural-programming regex regular-expression visualcplusplus visualcpp
Last synced: 24 Apr 2025
https://github.com/jthelin/cause_crash_dump
A small utility program that will run and then crash. Primarily for use with testing any crash dump collection utilities and scripts.
Last synced: 04 May 2026
https://github.com/amirhaytham/super-multi-prog-lang-playground
A modern web-based code editor and execution environment supporting multiple programming languages. Built with React, TypeScript, Node.js, and Docker.
cpp docker docker-compose docker-image go js monaco-editor node nodejs playground ruby typescript
Last synced: 04 Feb 2026
https://github.com/gvatsal60/cmakedockertemplate
🐳📦 Streamlined C++ Template Development with CMake and Docker
c cmake cpp docker docker-container docker-image dockerfile make makefile
Last synced: 11 Apr 2026
https://github.com/antixk/icthyologist
A Fish Interpreter in C++
cpp fish-interpreter fish-language terminal
Last synced: 12 Apr 2026
https://github.com/sudodevinci/skyimager-obfuscated
Public facing version of the devinci.cloud website functionality, with appropriate obfuscation and censorship.
arduino cpp data-science esp32 esp32-arduino flask image-processing mysql object-detection ota-update
Last synced: 21 Jan 2026
https://github.com/amira921/ai-based-healthcare-monitoring-system-using-iot
Medical IOT System Consists of Smart Band, Medical generative QA model, mobile application which facilitate efficient healthcare monitoring and medical assistance for patients and doctors.
arduino artificial-intelligence biogpt cpp database-design embedded-systems iot java-android large-language-models mobile-development mysql peft pyhton pytorch srs-document system-design transformers ui-ux-design uml-diagrams
Last synced: 13 Apr 2026
https://github.com/hakoniwalab/hakoniwa-pdu-bridge-core
hakoniwa-pdu-bridge controls time-based data flow between PDU channels, separating transfer policy (when/what) from transport protocol (how). It enables declarative simulation data flows such as immediate sync, periodic updates, and bandwidth-aware throttling.
Last synced: 13 Apr 2026
https://github.com/young-flash/websockets-demo
This is a demo about how to use uWebsockets to implement a server which supports publish and subscribe over websockets protocol (with ssl).
cpp publish-subscribe websocket websockets-server
Last synced: 03 Apr 2025
https://github.com/hasanyahya101/oop-lab-1-fast-nuces-2023
This repository contains solutions to six programming problems related to pointers in C++. These Questions are from Object Oriented Programming course offered at Fast Nuces Lahore. The problems cover a range of topics such as monkey food intake, pointers, sum, difference, product, square, area of rectangle, mean, and largest and smallest number.
cpp fast lahore nuces oop pointers
Last synced: 29 Mar 2025
https://github.com/madebypixel02/cpp-module-04
[42 Madrid] I don't want to set the world on fire
42 42-cpp-module 42-cursus 42born2code 42madrid born2code cpp interfaces makefile peer2peer polymorphism
Last synced: 29 May 2026
https://github.com/mbfakourii/carbot-android
Car robot with socket to Android with WeMos or NodeMCU
android ardiuno carbot cpp esp8266 java nodemcu nodemcu-arduino nodemcu-esp8266 wemos
Last synced: 17 Apr 2026
https://github.com/busraozdemir0/minigamewithcpp
Adam Asmaca oyunu
cpp hangman hangman-console hangman-game
Last synced: 13 Jun 2025
https://github.com/drcbeatz/arduino-theremin
Arduino theremin midi controller - turns readings from HC-SR04 ultrasonic sensor into MIDI messages sent via USB to DAW software (e.g. Logic or Ableton). Written in C++ (website: React/Typescript).
arduino arduino-leonardo cpp embedded-systems hc-sr04-ultrasonic-sensor midi midi-controller midi-messages pytest python react typescript
Last synced: 13 Apr 2026
https://github.com/shadowmitia/sokoban
Tests with SDL2, modern C++, CMake and Conan.
cmake conan cpp modern-cpp sokoban-puzzle-game video-game
Last synced: 17 May 2026
https://github.com/ranveeraggarwal/leetcode-cpp
Leetcode Solutions in Modern-ish C++
Last synced: 02 Apr 2025
https://github.com/daguerreo/qt-gcov-demo
Demonstrate how to generate code coverage report with gcov for a Qt Project
code-coverage cpp gcov linux qt
Last synced: 13 Apr 2026
https://github.com/seboste/sapper
Sapper is a CLI tool written in Go that enables you to rapidly create, extend, and update C++ microservices
cloud-native cmake conan cpp hexagonal-architecture microservices sapper
Last synced: 18 Jan 2026
https://github.com/amoeba/arrow-flight-playground
Various examples related to Apache Arrow Flight.
Last synced: 22 Mar 2026
https://github.com/sameetasadullah/check-curly-brackets-using-stack
A simple C++ code to validate curly brackets of given code using stack
Last synced: 15 Mar 2025
https://github.com/P4dro-Dev/introducao-a-Cpp
Recentemente, em um curso de Lógica de programação, realizei alguns algoritmos, e códigos em C++. E tive a oportunidade aprender mais sobre essa linguagem. Colocando meus conhecimentos em prática!
cpp scripts-collection scripts-server
Last synced: 05 Sep 2025
https://github.com/sameetasadullah/consensus-problem-using-mpi
Program coded in C++ language to solve the consensus problem between multiple threads using MPI
consensus-problem cpp linux mpi mpi-parallelization ubuntu
Last synced: 22 May 2026
https://github.com/jaydattpatel/standard-template-library
Standard Template Library (STL) in C++
containers cpp deque list map multimap multiset oop-in-cpp queue set stack standard-template-library stl-containers template vector
Last synced: 11 Mar 2025
https://github.com/danielmartensson/stock-trend
Analyse trends of stocks from Yahoo Finance
Last synced: 15 May 2026
https://github.com/end2endzone/libargvcodec
libArgvCodec is a c++ library which properly encode and decode command line arguments. It allows one to properly escape string values to use as command line parameters.
argument-encoding argument-parsing codec command-line cpp encoding-arguments
Last synced: 18 Mar 2025
https://github.com/binoydipu/cp-templates
Competitive Programming Templates using C++.
competitive-programming cpp data-structures-and-algorithms problem-solving templates
Last synced: 13 Jun 2025
https://github.com/humayan-kabir/data-structure
data structure repository for competitive programming
competitive-programming cpp data-structures
Last synced: 30 Jun 2025
https://github.com/imshawan/snippetscloud
A small collection of code snippets that can make coding easier
c cloud-computing cpp csharp good-first-issue javascript nginx programming python python3 snippets software-engineering webdevelopment
Last synced: 14 Apr 2026
https://github.com/ajisubarkah/struktur-data
Introduction to Data Structures and Algorithms in C++
Last synced: 06 Jun 2026
https://github.com/codernayeem/leetcode_interview_150
The top 150 interview question solve from leetcode
competitive-programming cpp interview-questions leetcode-solutions leetcode-top-150-questions
Last synced: 13 Jun 2025
https://github.com/dhimasardinata/caxe
A modern C/C++ project manager that cuts through build system complexity.
build-tool c cli cpp developer-tools make package-manager rust
Last synced: 13 Jan 2026
https://github.com/wolgemoth/cpp-hashmap
Concurrent multiplatform hashmap with simple API, exception safety, and sequential collision resolution.
concurrency concurrent cpp cpp17 dictionary exception-safety hashmap initializer-list modern-cpp multiplatform multithreading sequential-chain templates
Last synced: 30 Mar 2025
https://github.com/archismankarmakar/password-strength-check-electronjs-cpp
Password Strength Checker using ZXCVBN Algorithm in CPP and Electron JS frontend.
cmake cpp electron electron-app electronjs napi nodejs password password-safety password-strength zxcvbn zxcvbn-cpp
Last synced: 13 Apr 2026
https://github.com/mariopossamato/slope-sead
A work-in-progress decompilation of sead from Slope (Super Mario Maker 2) version 3.0.3. Decompiled with IDA Professional 9.0.
clang cmake cpp decompilation nintendo nintendo-switch reverse-engineering super-mario-maker-2
Last synced: 08 Apr 2025
https://github.com/johnl28/volkano-gl
A 3D Volcano simulation with OpenGL & C++
3d-graphics cpp glsl glsl-shaders graphics-programming graphics-rendering opengl3 particle-system simulation
Last synced: 30 May 2026
https://github.com/arianahejazyan/leetcode
My LeetCode solutions in C++ 🧩
cpp educational efficient learning leetcode leetcode-cpp leetcode-cpp-solutions leetcode-solutions
Last synced: 13 Jun 2025
https://github.com/khoinguyen2k/cpp-starter-game
my first ever game, for educational purposes
beginner-project cpp sdl2 starter-kit
Last synced: 06 Mar 2025
https://github.com/flagarde/khaos
A C/C++ library to simplify cross-platform programming
c cpp cross-platform cxx predef
Last synced: 13 May 2026
https://github.com/helcsnewsxd/famaf-computer_science-discrete_mathematics_ii
Laboratorio, algoritmos y demostraciones de la materia de Matemática Discreta II de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
algorithm-implementation c cpp demostration discrete-mathematics error-correction-codes famaf-unc graph-coloring graph-flow graph-matching math-theory university-subjects
Last synced: 28 Feb 2025
https://github.com/helcsnewsxd/famaf-computer_science-networks_and_distributed_systems-lab4
Laboratorio 4 de la materia de Redes y Sistemas Distribuidos de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
analysis cpp dijkstra-algorithm famaf-unc graph-topology lab matplotlib network omnetpp optimization python red-protocol routing-algorithm university-project
Last synced: 28 Feb 2025
https://github.com/helcsnewsxd/famaf-computer_science-networks_and_distributed_systems
Laboratorios de la materia de Redes y Sistemas Distribuidos de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
analysis cpp famaf-unc network network-algorithms network-protocols omnetpp python university-subjects
Last synced: 28 Feb 2025
https://github.com/winter1165/digital-inhaler
The Digital Inhaler project is designed for asthma patients. It's low development costs, use of open source tools, and adaptability to local requirements, the project is not only technically advanced but also a practical, life enhancing step towards more connected healthcare for millions of asthma patients in resource limited environments.
arduino c cpp cse323 esp8266 iot-device learn nsu
Last synced: 11 Apr 2026
https://github.com/gastonchenet/ascii
🎨 Ascii is a simple command line tool that allows you to convert any PNG image to an ascii art
Last synced: 06 Sep 2025
https://github.com/am4nn/kill-the-enemy-game
A game made using c++ and SFML
Last synced: 25 Mar 2025
https://github.com/vishwajeetk5/rocket_cpp_graphics
This C++ graphics program visually simulates rocket launch, lunar journey, and successful landing, using simple animations and graphics.
Last synced: 09 Apr 2025
https://github.com/fantasy-peak/example
some examples of open source libraries,xmake management dependency
Last synced: 13 Apr 2026
https://github.com/waqaszafar9/cpp-projects
Mega C++ Projects
algorithms algorithms-and-data-structures cpp operating-system project-repository projects
Last synced: 13 Jun 2025
https://github.com/hyunjinno/algorithm
A repository for learning algorithms.
algorithm cpp java javascript kotlin problem-solving python typescript
Last synced: 13 Apr 2026
https://github.com/nazarii-piontko/arduino-snake
Snake game implemented on Arduino with LED display MAX7219 (8x32) and joystick from RobotDyn. Also, the WASM version is implemented.
arduino cpp demo joystick max7219 robotdyn snake-game wasm
Last synced: 31 Dec 2025
https://github.com/madladsquad/untitleddbusutils
Utilities for dealing with the low level DBus C API
Last synced: 08 Jan 2026
https://github.com/bsmithcompsci/sample-twitchirc
Sample Project for TwitchIRC-SDK.
cpp sample sdk twitch-bot twitch-sdk twitch-tv twitchbot twitchirc twitchsdk twitchtv
Last synced: 01 Sep 2025
https://github.com/djoezeke/csvee
Light-weight, Simple and fast Modern Csv parser and encoder for C/C++ with TSV support.
c cpp csv csv-parser csv-reader parse parser streaming tsv-parser
Last synced: 20 Apr 2026
https://github.com/anidipta/esp32-sheet-control
ESP32 & Google Sheets Integration
arduino cpp esp32 google-sheets
Last synced: 08 May 2026
https://github.com/rei-san001/atcoder-solutions
Started solving Atcoder problems. Hoping this will help some of you guys
atcoder atcoder-solutions cpp cpp17 problem-solving
Last synced: 10 Oct 2025
https://github.com/alyqamar/leetcode
"LeetCode" by alyQamar, contains solutions to various problems from Leet Code, a popular platform for practicing and improving coding skills. The solutions are implemented in cpp , JS and are accompanied by detailed explanations and comments. The repository also includes a variety of problem types, such as data structures, algorith
algorithms competitive competitive-programming competitive-programming-contests contest contest-solution contests cpp data-structures java javascript js leetcode leetcode-cpp leetcode-cpp-solutions leetcode-js leetcode-solutions problem-solving problems
Last synced: 18 Apr 2026
https://github.com/coincheung/image-dedup
Codebase I use for deduplication of image datasets
Last synced: 24 Apr 2026
https://github.com/yashpaneliya/convex-hull
C++ program to generate Convex-Hull from points given in 2D
Last synced: 09 Apr 2025
https://github.com/norbcodes/nfractallizer
C++ renderer of the Mandelbrot Set fractal.
bigint cpp cpp17 fractal fractal-rendering mandelbrot mandelbrot-fractal mandelbrot-set math renderer rendering
Last synced: 06 Sep 2025
https://github.com/matusollah/duino-coin-esp-oled
ESP Miner x OLED display
adafruit arduino c cpp crypto crypto-miner duco duino duino-coin duinocoin oled-display-ssd1306
Last synced: 12 Jun 2025
https://github.com/zcfan/create-your-own-javascript-runtime
Notes of my research of nodejs.
c cpp javascript javascript-runtime libuv nodejs v8
Last synced: 11 Apr 2026
https://github.com/simonmaracine/alfred
Free and open source cross-platform synthesizer and sequencer program
Last synced: 11 Mar 2026
https://github.com/8ightfold/variant
Custom variant implementation for c++20
cpp cpp20 template-metaprogramming template-project
Last synced: 09 Mar 2025
https://github.com/aryannn053/cpsolutions
my solutions for various cp problems
competitive-programming cp cp-solutions cpp python
Last synced: 13 Apr 2026
https://github.com/jcmoyer/puzzles
collection of solutions for various programming puzzles
Last synced: 10 May 2026
https://github.com/haimozer123/amnongame_-_cppfullexercises
This repository contains solutions to completed as part of the course for CPP and OOP i take in RTED collage.
Last synced: 10 Oct 2025
https://github.com/Xyaneon/WMD-Weapons-of-Mass-Domination-Original
The original implementation of the WMD: Weapons of Mass Domination game.
borland-cpp command-line-game cpp first-project mst turn-based-strategy ucmst
Last synced: 11 Mar 2025
https://github.com/xreedev/coding-training
Programs that were written as part of a Coding training session held at Marian Engineering College.
beginner-code beginner-friendly beginner-project c coding-challenge coding-interviews coding-test cpp python python3 training training-material training-project
Last synced: 13 Apr 2026
https://github.com/aakashks/tlb-simulation
Simulating TLB and its interfacing with Page Table (Virtual memory concepts)
cpp lru-cache tlb tlb-simulator
Last synced: 27 Apr 2025
https://github.com/apebl/eight-puzzle-solver
A 8-puzzle solver written in C++
8puzzle 8puzzle-solver assignment cpp cpp17
Last synced: 06 Sep 2025
https://github.com/sasisadev/betelengine
An engine for creating pixel-perfect games and more.
cpp cpp20 game-engine pixel pixel-perfect vulkan
Last synced: 22 Jul 2025
https://github.com/vovandreevik/shape-manipulation
This C++ program is designed to work with various shapes, including rectangles and composite shapes, in an object-oriented manner. It allows you to read shape descriptions from an input file, perform operations like moving and scaling, and then sort and display the shapes.
cpp oop oops-in-cpp shapes struct
Last synced: 07 Apr 2025
https://github.com/digitalsmile/native-memory-processor
Java FFM API code generation library
c clang code-generation cpp java java-22 java-ffm libclang native-code
Last synced: 22 Feb 2026
https://github.com/phattharaphorn/itc-lab
⚙️🔥 Introduction to computer laboratory using the Arduino Microcontroller Board.
arduino cpp hardware lab-assignment
Last synced: 16 May 2026