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-23 00:06:41 UTC
- JSON Representation
https://github.com/aniketfuryrocks/dlopen_live_reload
Demonstration of live reloading libraries in c
c cpp dlopen hotreload livereload
Last synced: 01 May 2026
https://github.com/arturromanchenko/algorithms
algorithms cpp datastructures search sorting
Last synced: 04 Apr 2025
https://github.com/myounesdev/hexaclash
A turn-based battle simulator featuring a hexagonal grid, dynamic unit interactions, and epic clashes between Humans and Orcs
c c-language consle cpp curl-library game sfml
Last synced: 16 May 2026
https://github.com/jnbreid/enigma_cpp
A C++ simulation of the Enigma cipher machine, integrated with Python via Pybind11.
cplusplus cpp enigma-machine pybind11 python
Last synced: 16 May 2026
https://github.com/kotlk/precedence_climbing
Simple C++ program implementing precedence climbing algorithm.
Last synced: 16 May 2026
https://github.com/locus-x64/hack-assembler
This is a simple Hack Assembler for Hack assembly of the hack computer using the Hash Map in C++.
cpp hack-assembler hack-assembly
Last synced: 20 May 2026
https://github.com/cschladetsch/asmchaossim
An interactive ASCII animation of the logistic map's chaotic behavior.
Last synced: 29 Mar 2025
https://github.com/techcsispit/dsa-snippets
DSA Snippets in C++, Java & Python
cpp datastructures java python
Last synced: 09 Sep 2025
https://github.com/traxys/l-system
Implementation of L-System with templates and maps
Last synced: 02 Nov 2025
https://github.com/gazeux33/particles-simulation
A simple particle simulation with SFML in c++
cpp particle-physics particle-system sfml verlet-integration
Last synced: 04 Apr 2025
https://github.com/djoezeke/clang-format-action
GitHub Action for clang-format checking
actions c clang-format cplusplus cpp formatter formatting github-actions linter static-analysis
Last synced: 05 Jul 2026
https://github.com/saleh0987/cpp_training_apps
simple app using C++ fundamentals
cpp fundamentals-of-programming proplem-solving training
Last synced: 27 Jun 2025
https://github.com/ggmaldo/bbvm
A basic Virtual Machine, Controlls the Memory
Last synced: 28 Jun 2025
https://github.com/e-choness/learning-cmake
CMake learning repository with notes.
Last synced: 16 May 2026
https://github.com/octokerbs/FCEN-SistemasOperativos
Process communication - Process scheduling - Process synchronization patterns - Memory management - Input/Output devices - Drivers programming - Security File systems - Virtualization - Distributed systems
c cpp process security-vulnerability semaphore-pattern
Last synced: 02 Nov 2025
https://github.com/malciin/minesweeper
Simple minesweeper game written in C++ with SFML
cpp minesweeper minesweeper-game sfml
Last synced: 03 Apr 2025
https://github.com/ne0nwinds/gpupuzzles
My solutions to srush/GPU-Puzzles using CUDA
Last synced: 16 May 2026
https://github.com/simonthorell/hash-bosse-cat
A desktop GUI password recovery tool built with C++, openSSL and Qt framework capable of cracking hashes from various algorithms using wordlists.
cpp google-test gui-application openssl qt-framework
Last synced: 07 Mar 2026
https://github.com/monambike/adventure-text
Adventure text is a small C++ text based game.
cplusplus cpp game game-text-based text-game
Last synced: 22 Mar 2025
https://github.com/2moonslua/lua55c
Lua 5.5 compiler
c cpp lua lua-compiler lua-interpreter lua-lang lua-programming lua55 luau simple
Last synced: 07 Apr 2026
https://github.com/marius-test/retro_programming
cpp fortran pascal retrocomputing retroprogramming
Last synced: 28 Jun 2025
https://github.com/korzikalex/sea_battle
This a project for Object-oriented programming on C++ for LETI
c-plus-plus c-plus-plus-17 cpp cxx cxx17 leti sea seabattle seabattle-game
Last synced: 18 Jun 2025
https://github.com/firyanulrizky/grafkom_simulasi_parkir_mobil
Mega Projek Matakuliah Grafika Komputer
c-plus-plus computer-graphics cpp glut
Last synced: 16 Jun 2025
https://github.com/bartwel27/cppmformulas
A cpp file program, filled with math formulas defined in cpp language Function
Last synced: 22 Jul 2026
https://github.com/oinkognito/wavy
Local Audio Streaming and Sharing Platform for all audio formats
audio-streaming boost-libraries cpp cpp20 ffmpeg openssl
Last synced: 02 Nov 2025
https://github.com/anagmrebelo/42_cpp_modules
Small exercises to get familiarised with object-oriented language
Last synced: 06 Apr 2025
https://github.com/eduardovegas/simplex_calculator-cpp
Implementation of the Simplex method for Linear Programming problems.
calculator cpp linear-programming lp-problem optimization simplex
Last synced: 02 Nov 2025
https://github.com/dsite42/cpp03
42 Project - CPP03 - This module is about Inheritance.
Last synced: 02 Jan 2026
https://github.com/bima42/ft_containers
Implement CPP containers : vector, map and stack
containers cpp cpp98 map stack vector
Last synced: 02 Jan 2026
https://github.com/reddimus/digital_piano-tm4c123
This digital piano, driven by a TM4C123 MCU, integrates a speaker, amplifier, and DAC. It features a music box with three melodies, controlled by two switches, and a digital piano using a 6-bit R/2R DAC with 4 push buttons as keys. The system is coded in C++ using OOP, with the Sound class as its core and Music & Piano classes defining modes.
circuit cpp dac electrical-engineering embedded-systems object-oriented-programming piano
Last synced: 25 Jan 2026
https://github.com/rominf/ariadnesthread
Indoor navigation written in C++ & Qt5
cpp indoor-navigation qt5 step-into-the-future
Last synced: 01 May 2026
https://github.com/speedycraftah/b-tree
An implementation of a B-tree in JavaScript/C++ with a simple GUI to visualise and interact with them.
algorithms b-tree b-tree-implementation cpp javascript learning visualization
Last synced: 19 Apr 2026
https://github.com/m3nin0/personal-benchmark
Simple cherno-based implementation of tool for simple benchmarks of some algorithms
Last synced: 13 May 2025
https://github.com/jpleboeuf/exercism_cpp
My solutions to the exercises from the C++ track on Exercism.
cplusplus cpp exercism exercism-solutions exercism-track
Last synced: 22 May 2026
https://github.com/ryouze/applefetch
macOS CLI system information tool, inspired by neofetch.
cmake cmake-fetchcontent command-line-tool cpp macos neofetch system-information
Last synced: 17 Oct 2025
https://github.com/ghostofgoes/evo-comp
Code and notes for the Evolutionary Computation course
algorithm cplusplus cpp evolutionary-algorithms evolutionary-computation
Last synced: 28 Mar 2025
https://github.com/amrtamertech/clsstack_library-cpp
A C++ template-based stack library (clsMyStack) built on top of a queue and doubly linked list, offering classic LIFO operations with extra flexibility.
cpp data-structures doubly-linked-list generic-programming inheritance oop stack templates
Last synced: 27 Jun 2025
https://github.com/dcubix/tge
Twister Game Engine
cpp game-development game-engine game-framework gamedev
Last synced: 14 Mar 2025
https://github.com/edualgo/blog-code
This project contains the C++ & Python code for the interview preparation blog.
Last synced: 15 Apr 2026
https://github.com/claby2/coretest
C++ Testing Framework
cpp header-only testing-framework unit-testing
Last synced: 06 Apr 2025
https://github.com/erthium/primes-and-others
General tests with prime numbers
combinatorics cpp cpp11 functional-programming makefile math mathematics prime-numbers python python3
Last synced: 17 Feb 2026
https://github.com/justin-marian/cost-graphs
Shortest path algorithms for directed graphs with/without cycles, optimized for minimal costs and bounded edge values.
cpp cycle-detection graphs-algorithms shortest-path-algorithm
Last synced: 04 Nov 2025
https://github.com/nsakan972/upf_routines
Routines for parsing Quantuum espresso Unified Pseudopotential Format perfected with help of codeium.
computational-physics cpp physics pseudopotential quantum-espresso scientific-computing
Last synced: 02 Jul 2026
https://github.com/jaytwolab/setroutepriotity
Set Route Priority in Windows
c cpp mfc priotity route visualstudio vs vs2019
Last synced: 25 Apr 2026
https://github.com/caduzulian/projeto-petshop-unifai
Project developed for the Algorithms and Data Structures II discipline, where the objective of the activity was to develop a simple management system, in C++, with local data saving in binary files.
cpp cstdio cstring ctime iomanip subroutines
Last synced: 21 May 2026
https://github.com/bharathvariar/connect4
Unbeatable Connect-4 AI
ai cpp minimax-alpha-beta-pruning
Last synced: 28 Mar 2025
https://github.com/amirmghanem/turbo-c-ball-boom
🎈🔮Turbo-C Ball Boom. project programmed with c++(CPP File) On DOSBOX Showinga swinging line from the top. 🎈🔮
ball c cpp dosbox swinging-line turbo-c-plus-plus
Last synced: 01 May 2026
https://github.com/zyn10/ascii-convertion
Simple Convertion of ascii of Capital letters of english alphabets
ascii ascii-conversion converstions cpp programming-fundamentals
Last synced: 21 May 2026
https://github.com/z3lx/mminhook
A modern C++23 interface for MinHook, with C++20 module support.
cpp cpp20-modules cpp23 detour detours hooking
Last synced: 17 Jan 2026
https://github.com/cserajdeep/oop-with-python-opencv
Object-Oriented Programming with Python and OpenCV randomly generates day/night-time city landscapes with buildings and trees as objects.
cpp google-colab oop opencv python
Last synced: 19 Apr 2026
https://github.com/ryanlarge13/cpp-calculator
Working with strings and type casting in cpp
cmake cpp makefile typecasting
Last synced: 05 Apr 2025
https://github.com/casualbot/learninguicpp
Learning UI fundamentals using ImGui
cmake cpp fundamentals imgui learning-by-doing vcpkg
Last synced: 28 Mar 2025
https://github.com/rafath0ssain/sortsimple
C++ application to visualize different types of sorting algorithms, with variety of user-controllable elements.
cplusplus cpp sorting sorting-algorithm-visualizations sorting-algorithms sorting-algorithms-implemented sorting-visualization sorting-visualizer
Last synced: 28 Mar 2025
https://github.com/hanilr/ed
Encoder - Decoder Written In C++
cpp encoder-decoder terminal-app
Last synced: 04 Apr 2025
https://github.com/lu1smgb/ig
Prácticas de Informática Gráfica. Curso 2023-2024. Universidad de Granada
computer-graphics computer-graphics-opengl cpp
Last synced: 05 Jul 2026
https://github.com/saleh0987/cpp_problems_solving
CodeWars CPP Problems Solving
cpp problem-solving programming
Last synced: 28 Mar 2025
https://github.com/saleh0987/assignments-cpp
C++ Solutions Of Elzero Web School Channel Assignments and elzero.org Website Assignments
Last synced: 28 Mar 2025
https://github.com/jurek-muszynski/proi-carrental
Half-term project assignment as part of the Object-Oriented Programming class @ Warsaw University of Technology
Last synced: 07 May 2025
https://github.com/etcetra7n/gryphon
A graph building system with HTML-like development experience
cpp cross-platform graph language
Last synced: 28 Mar 2025
https://github.com/heyfoz/cpp-inventory-txt-file-reader
The Inventory Text File Reader Program (C++) reads a file named parts.txt and displays a report showing the part classification, total units, and total value of the inventory in the console.
cpp inventory reader txt-files
Last synced: 27 Jun 2025
https://github.com/gkaszewski/queue-cpp-exercise
My own implementation of queue
Last synced: 19 Jun 2025
https://github.com/themihirmathur/themihirmathur
My GitHub Profile Readme 🔰 I am a Software Development Engineer from Delhi Technological University (Formerly DCE), India
aws azure cpp css express-js git google-cloud-platform html ibm-cloud javascript mongodb ms-excel node-js powerbi python reactjs sql tableau tailwindcss typescript
Last synced: 11 Apr 2026
https://github.com/dextercd/self-signed
Tool for generating self-signed certificates
certificate cpp mbedtls preact wasm
Last synced: 06 Apr 2026
https://github.com/heaths/aziz
"Aziz - light!" This project is a simple application to turn switches on and off using SmartThings.
Last synced: 28 Mar 2025
https://github.com/zrei/3cs-project
An exploratory project to learn more about Unreal 5 and C++ by working on 3Cs features.
cpp game-development unreal-engine-5
Last synced: 03 Apr 2025
https://github.com/kplanisphere/polar-function-graphing
Proyecto 1 - Graficación
algorithm-implementation color-variation computer-graphics cpp data-visualization graphing opengl polar-coordinates rose-curve
Last synced: 18 May 2026
https://github.com/muratcanakcay/programming-in-graphical-environments
These are the lab tasks solved in C++ and C# for the 4th Semester "Programming in Graphical Environments" Class in the Computer Science B.S. program at Politechnika Warszawa.
cpp csharp desktop-app graphical-environments winapi windows winforms wpf
Last synced: 12 Apr 2026
https://github.com/dheovani/snakegame
Recreated my SnakeGame in C++ with SFML Graphics library
cplusplus cpp game game-development gamedev sfml sfml-cpp sfml-game sfml-game-development sfml-graphics-library snake snake-game snakegame
Last synced: 25 Jun 2025
https://github.com/skeletor-star/hospital-mangement-system
Hospital management system includes doctors with different specializations for consultation, hospitals with all facilities and location.
Last synced: 18 May 2026
https://github.com/hazeliscoding/jage
A cross-platform game engine written in C++ (wip)
Last synced: 18 May 2026
https://github.com/massimo-marino/object-factory
C++17 implementation of an object factory
cmake cpp cpp17 crtp object-counter object-factory
Last synced: 14 May 2025
https://github.com/jinhyeonseo01/cppconsole3drenderingstudy
c++ Console 3D Rendering Pipeline Example
3d-graphics console cpp eigen matrix pipeline rendering-3d-graphics
Last synced: 30 Mar 2025
https://github.com/avantikaadiyodi/fpga-based-fault-analyzer-for-industrial-motors
cpp dsp fft fpga instrumentation matlab motor verilog
Last synced: 03 Apr 2025
https://github.com/vkarotkiyan/list_threads
Study C++ | Демонстрация подхода мелкогранулярной блокировки при многопоточной реализации методов для класса списка
Last synced: 28 Jun 2025
https://github.com/tthunga24/cppfuturesorderbook
C++ Futures Orderbook implementing FIX Order Communication Protocol and Visual Depth of Market (DOM).
cpp fixprotocol futures orderbook
Last synced: 29 Mar 2025
https://github.com/octokerbs/fcen-algoritmos-1
Problem specification - Specification languages - Loop invariant - Weakest precondition - Testing - Searching algorithms - Sorting algorithms - Big O notation -
cpp logic specification weakest-preconditions
Last synced: 29 Mar 2025
https://github.com/meta-ben/vonkoch-snowflakes
2014 - C++ / SDL Vonkoch Snowflakes implementation
Last synced: 11 Jun 2026
https://github.com/bragdond/encoder-wheels
arduino control-systems cpp motor-controller project remote-control scss typescript webserver websocket
Last synced: 08 Apr 2026
https://github.com/tomas542/mtuci
Some university subjects from Moscow Technical University of Communications and Informatics (MTUCI) / Московского Технического Университета Связи и Информатики (МТУСИ)
asse assembler c ci-cd cpp deep dev java labs linux machi practices python pytorch react systemverilog tenso typescript ui vhdl
Last synced: 13 Apr 2026
https://github.com/unlegitiment/l.e.g.i.t-test-env
Test Project of the LEGIT SDK.
cpp cpp17 gameengine3d lag projectlegit
Last synced: 17 Jul 2025