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/percival33/computer-network-programming
Repo for the network programming course, aimed at creating a real-time advertising bulletin board system
Last synced: 19 Apr 2025
https://github.com/avivnaaman/openu-defensive-programming
OpenU Course 20937 Work
buffer-overflow cpp defensive-programming metaprogramming python security
Last synced: 23 Apr 2025
https://github.com/sevdanurgenc/histogramcalculationbyparallelprogramming
Histogram Computing - Analysis Results By Serial and Parallel Programming
cpp histogram parallel-computing parallel-programming
Last synced: 14 Jul 2025
https://github.com/kfirfitousi/cpp-triangles
Project from C++ course: 3 Algorithms for finding triangles in graphs.
Last synced: 01 Apr 2025
https://github.com/ehwan/raytracing
ray tracing engine
cpp physics-based-rendering raytracer raytracing spatial-index tree-structure
Last synced: 04 Sep 2025
https://github.com/akelsh/mono-gb
A relatively cycle-accurate Gameboy color emulator built in modern C++
cplusplus cpp cpu educational emulator gameboy hardware-emulation low-level nintendo retro
Last synced: 26 Jan 2026
https://github.com/djoezeke/mytoml
Mytoml - Simple and Fast Tom's Obvious, Minimal Language (TOML) Parser for Mordern C/C++.
c configuration cpp deserialize header-only morden parser serializer toml toml-config toml-parser
Last synced: 02 Apr 2026
https://github.com/zeusssz/ninja
A high-performance vulnerability detection tool written in C++.
cpp vulnerability-detection vulnerability-scanners
Last synced: 03 Jul 2025
https://github.com/smdn/polish-notation-impls
数式の二分木化・記法変換・計算アルゴリズムの実装
algorithms binary-expression-tree c-language calculation cpp csharp expression-tree java javascript polish-notation python rpn-calculator rpn-expression visualbasic
Last synced: 12 Apr 2026
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/ferhatgec/gsc
Gech temperature scale converter.
celcius cpp fahrenheit gech kelvin
Last synced: 18 Feb 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/kardbord/concurrency
Sharded, thread-safe implementations of STL containers.
concurrency cpp cpp17 thread-safe thread-safety
Last synced: 12 Jun 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/divyanshu013/aks-parallel
This is parallel implementation of AKS algorithm in Intel
aks-algorithm aks-parallel cpp
Last synced: 23 Aug 2025
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/mohammed-3tef/tic_tac_masterpiece_gui
A modern, interactive, and visually appealing implementation of the classic Tic Tac Toe game with a graphical user interface (GUI). Play against a friend or challenge a random computer player to test your strategy and decision-making skills!
clean-code cpp fcai-cu games oop qt tic-tac-toe
Last synced: 11 Mar 2026
https://github.com/mr-destructive/virtual-fight
A game made to understand Object-Oriented-Programming concepts in C++
Last synced: 24 Mar 2025
https://github.com/liulingxi2/multi-person-communication-platform-ssp-2.0
Multi-person communication platform SSP 2.0
cpp microservice mysql social software
Last synced: 02 May 2026
https://github.com/emrecancorapci/sfml-spaceinvaders
Clone of Space Invaders game
cpp cpp-game sfml sfml-game sfml2 sfml2-game
Last synced: 11 May 2025
https://github.com/seigtm/bidirectionalringlist
Ring doubly linked list C++ class implementation. My very old college homework from 2020.
bidirectional-lists class cpp cpp-class cpp-library data-structure data-structures linked-list list
Last synced: 20 Apr 2025
https://github.com/mirzaazwad/cse4403-data-structures-and-cse4404-algorithms
This is the repository where I outline the different implementations of various data structures and algorithms as well as different aspect covered by means of problem solving or various courses conducted by Mezbaur Rahman Ucchash Sir, Lecturer, IUT, Fardin Saad Sir, Lecturer, IUT and Mohammad Saidul Islam Sir, Lecturer, IUT.
Last synced: 14 Oct 2025
https://github.com/yushikuni/library
My Library program for learning C++. Reading text file, writing in the text file. Update and delete record in specific index.
cpp finished-project portfolio-website unfinish unfinished-project
Last synced: 18 Jul 2025
https://github.com/syedzawwarahmed/data-structures
This repository contains algorithms implementing the basic data structures.
c cpp data-structures-and-algorithms
Last synced: 18 May 2026
https://github.com/tarsislimadev/docker-gcc
To compile and deploy C projects
Last synced: 02 Mar 2025
https://github.com/jtbandes/get_cuts
Data processing and histogram calculation for particle jets
Last synced: 05 Apr 2025
https://github.com/ufrshubham/todo-plus-plus
This is simple CURD application written in C++ with elements and sqlite library.
cplusplus cpp cycfi cycfi-elements sqlite3 todo todoapp
Last synced: 07 Sep 2025
https://github.com/whiskeytangocoding/cplusplus
Config files for my GitHub profile.
back-end backend classes classes-and-inheritance classes-and-objects classes-methods code coding coding-challenge config cplusplus cplusplus-17 cpp encapsulation github-config how-to howto training visual-studio visual-studio-code
Last synced: 20 Jun 2026
https://github.com/illescasdaniel/optional
A class to manage optional values
Last synced: 21 Mar 2025
https://github.com/nchimunyascripts/auction-marketplace
This is a Flask web application that implements a simple auction system. Users can register, login, create auctions, place bids, update auctions, and delete auctions. Follow te link to check out the live demo if any case you can refresh the page
c cplusplus cpp css3 cython flask flask-application flask-sqlalchemy html-css-javascript html5 javascript jquery jquery-plugin jwt-authentication jwt-token powershell python3
Last synced: 12 Apr 2026
https://github.com/maximlevchenko/cpp-custom-excel
This C++ project provides a robust implementation of a spreadsheet processor, simulating functionality typical of software like Microsoft Excel or Google Sheets.
abstraction cpp incapsulation inheritance makefile oop polymorphism
Last synced: 15 May 2025
https://github.com/djngalja/adventofcode
:santa: :christmas_tree: My solutions of the Advent of Code challenges (2024), no AI.
advent-of-code advent-of-code-2024 aoc-2024 aoc-2024-in-cpp cpp no-ai
Last synced: 05 Apr 2025
https://github.com/tokynblast/pytgm
A Python Library for making games inside a terminal!
cli cmake cpp cpp17 game-development nanobind python python-lib python-library python3 terminal
Last synced: 20 Jul 2025
https://github.com/maroqijalil/ros2-tutorial
A ROS 2 Workspace which is implemented based on ROS 2 Documentation
Last synced: 30 Mar 2025
https://github.com/5arthak01/encryption
My exploration in encryption. Currently contains C++ implementation of RSA.
Last synced: 04 Apr 2025
https://github.com/arnavsharma2711/cp-striver-sheet
This repository contains implementations of various competitive programming topics. Each topic has its own directory, and within each directory, you'll find solutions to problems related to that topic.
Last synced: 05 May 2025
https://github.com/itszcx/pre-commit-hooks
Useful pre-commit hooks for personal use
c cpp devops epitech haskell linter pre-commit pre-commit-hooks python refactoring
Last synced: 08 Apr 2026
https://github.com/ferfoui/frcnettable2uart
It is an intermediate software to communicate with a raspberry pico and wpilib's network tables
cpp frc kotlin platformio raspberry-pi-pico uart
Last synced: 19 Apr 2026
https://github.com/ahmednassar7/competitive-programming
This repository contains Data Structure and Algorithms topics.
algorithms competitive-programming cpp data-structures problem-solving
Last synced: 13 Apr 2025
https://github.com/copenair/ui
repo for the UI part of the codebase (desktop client)
Last synced: 13 Apr 2025
https://github.com/azaanullah-khan/functions
In this code I have practiced functions by performing different tasks
cpp fabonacci funcitons practice prime prime-numbers
Last synced: 20 Jul 2025
https://github.com/linuxuserslinuxmint/cppacc
Cpp account class
cpp cpp-programming cpp-project cpp-projects object-oriented-programming oop oop-in-cpp
Last synced: 24 Feb 2025
https://github.com/johannst/matcha-threads
Cooperative multitasking for fun.
arm arm64 armv7 asm assembly assembly-language cooperative-multitasking cooperative-thread coroutines corutine cpp fibers riscv riscv64 thread threading x64 x86 x86-64
Last synced: 21 May 2026
https://github.com/sameetasadullah/covid-stats-algorithms
A program to find out covid stats of different countries using efficient algorithms i.e, Knapsack, Longest Common Subsequence (LCS), Longest Decreasing Subsequence (LDS) etc
algorithms covid19-data covid19-tracker cpp knapsack longest-common-subsequence longest-decreasing-subsequence longest-increasing-subsequence visual-studio
Last synced: 19 May 2026
https://github.com/jambolo/sudoku
Sudoku code in C++, including solver and generator
cpp sudoku sudoku-generator sudoku-solver
Last synced: 04 Jun 2026
https://github.com/platisd/cpp-command-parser
Parse CLI commands with compile-time checks for your sanity
Last synced: 19 Jul 2025
https://github.com/or18/rubikssolverdemo
Online solver for rubiks cube cross, xcross, xxcross, xxxcross, xxxxcross, last layer substeps, last layer, and pseudo cross, xcross, xxcross, xxxcross.
cpp emscripten rubiks-cube rubiks-cube-solver wasm
Last synced: 21 May 2026
https://github.com/jgsogo/template-cpp-project
A C++ project using CMake and connected to a _central_ repository of Conan recipes
Last synced: 20 Jan 2026
https://github.com/mcquerol/optional-exercises-apt-cpp
Advanced C++ exercises on OOP, operator overloading, and STL containers.
activity-diagram bank-db class-design cpp json operator-overloading stl-containers template-class tutorials uml
Last synced: 18 May 2026
https://github.com/ramamagarwal/project_tic-tac-toe
This repository contains a built-in Tic-Tac-Toe game developed using C++
Last synced: 23 Jul 2025
https://github.com/evasabeeh/Travel-Route-Planner
Implemented Dijkstra's algorithm to find the most optimal path between the origin and destination.
Last synced: 10 Oct 2025
https://github.com/benapetr/sudoku
Sudoku "Pro" is a very simple yet powerfull SUDOKU game client, for the most hardcore players
cpp qt sudoku sudoku-board sudoku-game
Last synced: 19 May 2026
https://github.com/jadamka/sierpinskitriangle-opengl
cpp cpp17 opengl opengl3 sierpinski-triangle sierpinskitriangle triangles
Last synced: 02 Jan 2026
https://github.com/fl444mingo/fl4-cs131-04-lab
Ch. 4, Lab 1, Grade Checker Function
Last synced: 14 Sep 2025
https://github.com/ashu10dubey/cses-problem-set
CSES Problems Solution in CPP
cpp cses dsa-practice problem-solving
Last synced: 11 May 2025
https://github.com/gnaservicesinc/libnoodlenet
A simple libary for c and libary for C++ to use models created with sensuser https://github.com/gnaservicesinc/sensuser in C and CPP projects.
ai c cpp lib library mlp mlp-classifier perceptron-learning-algorithm
Last synced: 29 Apr 2026
https://github.com/lchsk/pimp-my-tank
pimp my tank - video game for github game off 2016
cpp games linux sfml tab video-game
Last synced: 17 May 2026
https://github.com/marklagodych/brainstorm
An optimized and extended Brainfuck interpreter
brainfuck brainstorm characters cpp optimization
Last synced: 13 Jun 2026
https://github.com/claby2/gol
C++ header-only Game of Life library
cellular-automata cpp game-of-life header-only run-length-decoding run-length-encoding single-file
Last synced: 29 Oct 2025
https://github.com/4s4v1n/mlp
Neural network for letter recognition
back-propagation cpp forward-propagation machine-learning neural-network
Last synced: 23 Jun 2025
https://github.com/codeantik/cp-template
My C++ template that I use for competitive programming
competitive-programming cpp data-structures-and-algorithms
Last synced: 11 Jun 2026
https://github.com/tariqjamel/pos-tracker
Analyze entire paragraphs to gain a comprehensive understanding of the distribution of different parts of speech.
adverbs article classes cpp file-handling-in-cpp filehandling noun oop oop-cpp oop-principles postrace prepositions pronouns strucure vector verbs
Last synced: 15 May 2025
https://github.com/reime005/rncppexample
This repository shows the usage of custom C++ code to be used in a React Native project.
android cpp example ios javascript react react-native
Last synced: 28 Feb 2026
https://github.com/silver2dream/andromeda-linux-cpp
High‑performance C++ TCP server framework (master‑worker + epoll) — showcase mode / limited maintenance
concurrency cpp epoll framework high-performance linux networking protobuf showcase tcp-server
Last synced: 17 Jan 2026
https://github.com/bestfriend11/nosse_unrealengine
unreal engine with no sse4.2/avx. run the lastest version of unreal editor on old platforms with only 1gb VRAM.
avx cpp game-engine-3d gamedev sse ue5 unreal-engine-5
Last synced: 21 May 2026
https://github.com/babak2/whd
Within Host Dynamics
cpp individual-based-modelling infectious-disease-modeling malaria-modeling pk-pd-modelling
Last synced: 19 Jun 2025
https://github.com/dacossti/cpp_projects
All my Cpp programs since I started my journey
abstractclass abstractmethod astar-algorithm backface-visibility binary-search bubble-sort bubblesort complexity cpp database functionoverriding inheritance linked-list machine-learning-algorithms oop-principles pathfinding pathfinding-algorithm polymorphism quicksort
Last synced: 04 Mar 2025
https://github.com/kampi/lora-gps-tracker
LoRa APRS GPS tracker.
aprs aprs-beacon aprs-igate aprs-is aprs-tracker c cpp gps ham-radio lora rak3172 stm32 tracker
Last synced: 19 May 2026
https://github.com/tierra-colada/h5gt
HDF5 C++17 wrapper and includes python bindings. Aimed at developers who uses HDF5 in C++ and python project
Last synced: 29 Dec 2025
https://github.com/zong4/cppgeneralpolygonclipper
C++ general polygon clipper
cpp polygon polygon-boolean polygon-clipping polygon-clipping-algorithm polygon-intersection polygon-union polygons
Last synced: 04 Apr 2025
https://github.com/gusenov/examples-ccache
Примеры ускорения рекомпиляции с помощью Ccache.
ccache cpp examples recompilation
Last synced: 03 Jul 2026
https://github.com/prashant-software-developer/6companies30days
A Challenge to make sure you start with your goals today , don’t procrastinate and don’t let your college decide your future.
Last synced: 08 May 2025
https://github.com/callmemaverick/ecommercecore
This repository contains the comprehensive final exam project for the Advanced Object-Oriented Programming (OOP) course in C++ at IT Step Computer Academy. It is designed to showcase a culmination of skills and concepts learned throughout the course.
cpp cpp11 cpp17 exam json nlohmann-json oop oop-concepts oop-principles oops-in-cpp
Last synced: 02 Jan 2026
https://github.com/hasanyahya101/banking_system
A Banking System implemented in C++. OOP concepts are used in this Project.
banking-system cpp project terminal
Last synced: 30 Apr 2026
https://github.com/blocknotes-4515/kuwait-confrence-s4iot-25
IntelliGuard: IoT-Enabled Autonomous Spybot Intelligence for Real-Time Surveillance in Next-Generation Security Applications
c cpp css3 html-css-javascript iot-application iot-platform javascript python3 system-design
Last synced: 05 Apr 2026
https://github.com/rooom13/software-engineering
Book Shop data management app in C++ for Software Engineering course. UML Diagrams, Software patterns ...
cpp engineering-course object-oriented-programming software-design software-engineering uml-diagrams
Last synced: 18 Mar 2025
https://github.com/rachhshruti/file-transfer-udp
File Transfer using unreliable User Datagram protocol (UDP)
client-server cpp networking udp
Last synced: 02 Jan 2026
https://github.com/mattsalves/securepassgen
SecurePassGen is a lightweight C++ application designed to generate strong and customizable passwords. It offers users the ability to specify password length, inclusion of special characters, and spacing between characters, ensuring the creation of secure passwords tailored to individual preferences.
cpp password-generator security
Last synced: 21 Mar 2025
https://github.com/dariodumlijan/gif-compiler
Electron app for automation of gif creation
cpp electron-app gif-creator mac-app react typescript
Last synced: 18 Feb 2026
https://github.com/amaitou/cpp-modules
Collection of CPP Modules that come to introduce the world of Object-Oriented Programming where it covers many topics starting with Casting, Classes, passing by Inheritance as well as polymorphism, Templates, and Containers.
1337school 42cursus 42network cpp modules
Last synced: 20 Jul 2025
https://github.com/kassane/beast
HTTP and WebSocket built on Boost.Asio in C++11 (uses zig build)
asio boost-library cplusplus cpp network-library websockets zig-package
Last synced: 13 May 2025