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-06 00:06:48 UTC
- JSON Representation
https://github.com/angeligareta/turing-machine
Implementation of a Turing Machine in C++, a model of computation that defines an abstract machine that manipulates symbols on a tape according to the machine rules.
cpp turing turing-machine turing-machine-simulator
Last synced: 16 Mar 2025
https://github.com/cesarvasconcelos/cplus-poo
Códigos produzidos nas aulas de Programação Orientada a Objetos (em C++) do curso de Engenharia da Computação - IFPB - Campus CG
cpp object-oriented-programming
Last synced: 09 Apr 2025
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/janniklth/connect4_consolegame
This project is a console-based implementation of the Connect 4 game, developed as part of our Programming lecture
connect4-game cpp dhbw-stuttgart oop
Last synced: 02 Apr 2025
https://github.com/aoshimash/hermite
A hermite integrator for planetary N-body simulation
Last synced: 31 Mar 2025
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/acbin/ds-and-algorithms
✨ Data Structure and Algorithms.
Last synced: 19 Mar 2025
https://github.com/eeyribas/tcp-server-client-cpp
The repo contains TCP communication Client and Server applications. The applications are coded in the C++ programming language, using C-based libraries. IDEs that compile C/C++ programming languages can be used.
cplusplus-programming cplusplus-project cpp cpp-app cpp-examples cpp-programming qt-application qt4 qt5-applications qtcreator tcp tcp-client tcp-client-cpp tcp-client-server tcp-communication tcp-server tcp-server-client tcp-server-cpp tcp-socket tcp-socket-server-c
Last synced: 03 May 2026
https://github.com/ajisubarkah/pemrograman-terstruktur
Introduction to C++ programming language
Last synced: 25 May 2026
https://github.com/zigrazor/cxxcircularbuffer
A modern implementation of CircularBuffer, with STL-Like Style
circular-buffer cpp cpp17 stl-containers
Last synced: 25 May 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/ymherklotz/mipscpu
A Mips I CPU simulation written in C++ that is completely programmable and can run most instructions.
cpp mips mips-sim mips-simulator
Last synced: 24 Apr 2025
https://github.com/antixk/icthyologist
A Fish Interpreter in C++
cpp fish-interpreter fish-language terminal
Last synced: 12 Apr 2026
https://github.com/omkarshinde1711/leetcode
Cracking LeetCode puzzles one bug at a time — algorithms, data structures, and a bit of caffeine-fueled magic!
algorithms coding-challenges cpp data-structures github-actions interview-prep java leetcode problem-solving python
Last synced: 13 Apr 2026
https://github.com/syedzawwarahmed/flilezipper
A simple application that compresses a text file using Huffman Coding.
algorithms c cpp data-structures huffman-coding tree-structure
Last synced: 15 May 2026
https://github.com/guangie88/metta
Compile-time string / char array with constexpr methods only.
compile-time constexpr cpp cpp14 string
Last synced: 04 Jun 2026
https://github.com/elitehustler/simple_pow_blockchain
This C++ program demonstrates a basic blockchain implementation using OpenSSL for SHA-256 hashing. Each block stores transaction data, a timestamp, and a nonce. Proof-of-work is used to mine blocks with a difficulty target.
blockchain consensus-algorithm cpp crypto cryptocurrency decentralized dlt dotnet educational express nestjs openssl openssl-library pow-consensus
Last synced: 01 Mar 2026
https://github.com/akagi201/reinterpret
number type convertation with reinterpret_cast in C++
Last synced: 26 Feb 2025
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/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/patrickfc17/voyagerwc
File Explorer for Gnome
cpp gnome-desktop gtkmm4 mesonbuild
Last synced: 07 Apr 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/makcymal/dbg-cpp
The macro dbg() in C++, just like in Rust
cpp debug debugging macro pretty-print single-header
Last synced: 10 Oct 2025
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
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/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/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/pjessesco/exr_to_png
Lightweight converter from exr to png that minimize tone distortion
Last synced: 13 Jun 2025
https://github.com/madladsquad/untitleddbusutils
Utilities for dealing with the low level DBus C API
Last synced: 08 Jan 2026
https://github.com/ayoubcoding21/electrobench
A OpenGL 2.1/3.0 benchmark designed specifically to benchmark old and new PCs.
benchmark benchmarks c conan-packages cpp freeglut-library glmark2 glsl glsl-shader glsl-shaders make makefile multitexture opengl opengl2 opengl21 sdl sdl2
Last synced: 27 Feb 2026
https://github.com/kibet-rotich/c-learning
A deep dive into C and C++ fundamentals, documenting my journey through K&R C, manual memory management, and custom data structures like BSTs.
binary-search-tree c cpp data-structures memory-management pointers
Last synced: 25 May 2026
https://github.com/basemax/cppfileuse
Sample project for working with the file in cpp with add, search, delete, edit.
cpp delete-in-file edit-in-file file file-add file-create file-edit file-read search-in-file
Last synced: 03 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/fisothemes/get-active-window-win32-handle-and-class-name
A simple C++ program I use to get the handle and class name of the active windows.
Last synced: 05 Jul 2025
https://github.com/gusenov/examples-cmake
Примеры автоматизации сборки с помощью CMake.
build-automation cmake cpp examples
Last synced: 20 Feb 2026
https://github.com/jcmoyer/puzzles
collection of solutions for various programming puzzles
Last synced: 10 May 2026
https://github.com/suhatanriverdi/document-indexing
Wordfinder system that responds single word queries. This system allows users to enter a single word, then returns a list of documents containing this word.
c-plus-plus cpp data-structures indexing linked-list searching visual-studio wordfinder
Last synced: 14 Mar 2025
https://github.com/haimozer123/cpp_finalproject_rted
This project implements a Quadratic Equation solver using operator overloading, Rule of Three/Five, and const-correctness (Task 1) and a Vet Management system with inheritance, RTTI, singleton pattern, and dynamic memory management for animal health tracking (Task 2).
cpp cpp14 doxygen-documentation final-year-project rted
Last synced: 17 May 2026
https://github.com/tanner-davison/asteroid-destroyer-sdl
Asteroid Destroyer made from scratch using C++ and SDL subsystems
cmake cmakel cpp cpp23 dll sdl2 sdl2-library
Last synced: 26 Dec 2025
https://github.com/hardingadonis/hello-world
'Hello world' to all the programming languages I found on Google
c c-sharp cpp hello-world java javascript lua pascal python typescript
Last synced: 10 Apr 2026
https://github.com/bsmithcompsci/library-twitchircsdk
TwitchIRC Software Development Kit - Simplifies integration to Twitch API.
asio cpp irc sdk twitch twitch-api twitch-bot twitch-irc twitch-sdk twitchirc twitchsdk twitchtv
Last synced: 14 Mar 2025
https://github.com/crhowell3/libsersi
C++ implementation of the IEEE 1278.1-2012 Distributed Interactive Simulation (DIS) application protocol
Last synced: 05 Feb 2026
https://github.com/zigrazor/chihuahua
C++ unique identifier utilities
cplusplus cpp cpp-library cpp20 id-generation id-generator unique-id unique-id-generator unique-identifier utility utility-library
Last synced: 13 Jun 2025
https://github.com/neuracollab/uni
Большие данные и распределенная цифровая на ПМ-ПУ СПБГУ 2024-2027г.
Last synced: 27 Apr 2025
https://github.com/shubhansu-kr/dailychallenge-2023-leetcode
Leetcode Daily Challenge 2023 | Solutions and Progress | C++/ C
cpp daily-challenge leetcode leetcode-daily-challenge leetcode-solutions
Last synced: 03 Jan 2026
https://github.com/octopus773/wanda-vision
EPITECH - Second year project: Realize a program capable of loading dynamic libraries with a high level of abstraction, in order to play arcade game (ie: Pacman)
arcade cpp documentation epitech epitech-arcade ncurses pacman sdl2 sfml snake wanda-vision
Last synced: 21 Jun 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/kvpmx/voronoi-diagram
Implementation of a Voronoi diagram in C++ using the SFML library and a fragment shader in GLSL
cpp glsl-shader sfml voronoi-diagram
Last synced: 19 Jun 2025
https://github.com/dennisliu1993/blackjack
Using MFC to create a BlackJack game platform
blackjack cbuttonst cpp doublebuffer mfc userinterface
Last synced: 24 Jul 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/truongd3/algo-trader-tool-suite
Proprietary trading solution for high-frequency trading (HFT) and statistical arbitrage algorithms
Last synced: 12 Jun 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
https://github.com/nekruzash/sudoku-solver
A sudoku solver program that solves a sudoku game board using backtracking method and recursion.
Last synced: 05 Mar 2025
https://github.com/m039/void
cinder concept cpp game game-engine idea prototype thoughts
Last synced: 09 Jun 2026
https://github.com/nir3x/serversidemapper32
ServerSideMapper32 - Server-Side DLL Mapping Solution
c-plus-plus cpp dll-inject dll-injection dll-injector dll-mapping go golang injector injector-x32 injector-x86 manual-map manual-map-dll manual-mapper manual-mapping mapper server-side-mapping
Last synced: 16 May 2026
https://github.com/sfrechette/binary-clock-station
A modern, optimized binary clock implementation for the LilyGo T-Display-S3 ESP32 board. Displays time in binary format using illuminated dots, with WiFi connectivity for automatic NTP time synchronization.
arduino binary-clock binaryclock c clock cpp esp32 esp32-s3 lilygo lilygo-tdisplay-s3 platformio
Last synced: 13 Apr 2026
https://github.com/jonatasgdec/exercicios-cpp
Resoluções de exercícios propostos nas aulas de Estrutura de Dados utilizando C++
Last synced: 25 Feb 2025
https://github.com/hasanulmukit/programming-problems
A curated repository of programming problem solutions implemented in C, C++, Java, and Python. Organized by topic and difficulty, it provides a clear and accessible resource for developers and learners to explore algorithms, data structures, and coding challenges.
c coding-interviews coding-test cpp java programming-exercises programming-problems python
Last synced: 13 Apr 2026
https://github.com/vaibhav-kesarwani/food-billing-system
There is no better terminal site to order the best food than this one
Last synced: 21 Mar 2026
https://github.com/jullysilva/atvs_praticas_pucminas
Este é um repositório onde concentra muitas das atividades práticas dadas pela Pucminas, no Curso de Engenharia, enquanto estudante. Alguns projetos foram individuais e outros foram em coletivo.
c cpp crud-sample docker java javascript python react travis-ci
Last synced: 13 Apr 2026
https://github.com/tvumcc/pde-sandbox
Interactive simulation of physics based PDEs using OpenGL compute shaders
Last synced: 17 Apr 2026
https://github.com/wtrsltnk/graphicsfileloader
Old piece of code that I wrote around 2005. This was an application which could load 3d meshes from file and editor it with tools, far from complete ofcourse!
Last synced: 08 May 2026
https://github.com/ivanbgd/branch_prediction
Compares execution speed of processing sorted and unsorted arrays, with and without branching. Disassembly and results included.
branch-prediction c-plus-plus cplusplus cpp
Last synced: 06 Jul 2025
https://github.com/poncoe/datastructure_cpp_basic
introduction to Data Structure (Struktur Data) in Bahasa Indonesia & English (Using Jetbrains CLion for Build C++)
clion-cmake cpp cpp11 cpp14 jetbrains kucing-item-putih learning learning-by-doing luckytrue-development structured-data struktur-data
Last synced: 28 Aug 2025
https://github.com/winseros/gulp-armapreprocessor-plugin
Plugin for Gulp which allows to resolve C++ preprocessor instructions
arma arma2 arma3 cpp gulpplugin preprocessor
Last synced: 20 Apr 2026
https://github.com/iaseth/calendar-cpp
Command-line calendar tool written in C++
Last synced: 09 Apr 2025
https://github.com/svenslaggare/database
Simple SQL like database implemented in C++14
cpp database implementation sql
Last synced: 27 Apr 2026
https://github.com/newbeeyhy/mygame
高级程序设计大作业,塔防游戏
cpp object-oriented-programming qt
Last synced: 01 Mar 2025
https://github.com/pandarudra/ds
Data Structure And Algorithm
algorithms cpp datastructures-algorithms dsa geeksforgeeks leetcode
Last synced: 30 May 2026
https://github.com/SajadTroy/AWASS
ai artificial-intelligence c cpp object-detection python trash
Last synced: 22 Oct 2025
https://github.com/edwinabdonshayo/bus-tracking
Bus Tracking System A collaborative project developed by @Imaan-Hayfaa, @LGEaston, @Chima200057, @razeen46, and @EdwinAbdonShayo. This Bus Tracking System allows users to manage and track bus information efficiently, with features for adding, searching, displaying, and deleting bus records.
bustrackingapp cpp hashtables hpp-library
Last synced: 05 Feb 2026
https://github.com/ngtienhungg/avatar-new-state
Game C++ from ProPTIT using SFML
Last synced: 12 Jun 2026
https://github.com/ascii-dev/puava
A polyglot library of data structures & algorithms built from first principles. (C, C++, Java, Python, Rust, Go). Managed with Bazel.
algorithms bazel c cpp data-structures first-principles java monorepo python system-design
Last synced: 13 Apr 2026
https://github.com/mdminhazulhaque/ruet-cse-codes
:hash: Codes that were used for academic purpose
Last synced: 22 Sep 2025
https://github.com/Alex0vSky/UePrjCreator
Unreal Engine project generator from command line
command-line command-line-tool cplusplus cplusplus-17 cpp cpp17 unreal-engine unreal-engine-4 windows
Last synced: 11 Mar 2025
https://github.com/Gevorez/HotTiles_UE5
Second project in Unreal Engine 5. The main idea is to create 3D platform game, where player need to compete with other enemies on disappearing tiles. Inspired by "Fall Guys".
blueprints cpp epicgames fallguys gamedev gamedevelopment hottiles platfrom-game tiles unreal-engine
Last synced: 11 Mar 2025
https://github.com/ammoor/tic-tac-toe-game-project
Simple XO game with some extra futures and more secure code from errors and vulnerabilities
Last synced: 30 May 2026
https://github.com/cyruscyliu/digitalrecognition
Course project of IMAGE PROCESSING in BIT
backpropagation c cpp minst-database qt-gui
Last synced: 15 May 2026
https://github.com/austin-io/VNyl
Visual Novel engine for C++
cpp raylib visual-novel visualnovel
Last synced: 11 Mar 2025
https://github.com/charlot-dedjinou/matrice
Ce projet est une bibliothèque de manipulation de matrices qui permet d'effectuer des calculs matriciels essentiels. Avec cette bibliothèque, vous pouvez créer des matrices, effectuer des opérations mathématiques sur les matrices telles que l'addition, la soustraction, la multiplication, le calcul de l'inverse, etc.
c cpp matrix matrix-factorisation matrix-multiplication matrix-transpose
Last synced: 01 Mar 2025
https://github.com/kaiumallimon/cpp-codes
This GitHub repository serves as a dedicated space for structured C++ programming practice. It contains a collection of C++ source code files and projects, supporting the development of C++ skills.
Last synced: 30 Mar 2025