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/seigtm/prime-and-perfect-numbers
A simple C++ Qt program that lets you find out if a number is Prime or/and Perfect.
cpp cpp-qt homework homework-assignments homework-exercises perfect-numbers prime-numbers prime-numbers-calculation qt qt-cpp qt5 qtcreator
Last synced: 20 Apr 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/mr-destructive/virtual-fight
A game made to understand Object-Oriented-Programming concepts in C++
Last synced: 24 Mar 2025
https://github.com/abarichello/amnesia-brawl
Party game in SFML and Box2D
amnesia amnesia-game cpp local-multiplayer party-game sfml
Last synced: 16 May 2025
https://github.com/7irelo/gymon
Engineering Render Engine (C++, OpenGL, GLFW, DirectX)
Last synced: 04 Feb 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/eel-moun/http-webserver
This project is about writing our own HTTP server. and understanding the HTTP protocol.
cgi chunked-encoding collaboration cpp git http-methods http-protocol http-server multiple-clients non-blocking-server sockets system-design
Last synced: 20 Apr 2026
https://github.com/arsalan-dev-engineer/the_virtualbank_atm
AN ATM program coded with C++, this program will allow you to view your balance, deposit and withdraw money.
atm beginner-project cmd cpp money programming programming-language project projects system
Last synced: 28 Jul 2025
https://github.com/asqiriba/rijndael
Rijndael block cypher in C.
cpp encryption rijndael-algorithm
Last synced: 15 Mar 2025
https://github.com/alex-stone-github/frc_code
Rock Solid Robotics "official" production and experimentation mass code repository.
cpp first-robotics-competition frc frc-c-plus-plus frc-charged-up frc-robot
Last synced: 20 Jan 2026
https://github.com/ifwtzzzzzh/semester-2-cpp
ITPLN's Semester 2 curriculum offers two exciting courses to empower you: Algorithms and Programming 2!
Last synced: 31 Mar 2025
https://github.com/uscbiostats/pruner
pruner: Implementing the Felsenstein's Tree Pruning algorithm
cpp cpp11 header-only phylogenetic-trees phylogenetics pruning tree
Last synced: 13 Jun 2026
https://github.com/meopbk/robotics
ROS and Roblib applications mostly in C++. Inverse Kinematics, Object Detection, Path Planning, Localization and Mapping.
boost cpp inverse-kinematics jacobians makefile mapping object-detection opencv path-planning path-tracing roblib ros threads
Last synced: 18 Apr 2026
https://github.com/martinmitchell05/tomato-assault-project
A final project game developed with C++ & SFML library.
cpp object-oriented-programming sfml-game sfml2
Last synced: 11 Jun 2025
https://github.com/nicx17/multiwave
A Wireless Multi cable tester project using Arduino Mega 2560
arduino arduino-project cpp rf tester wireless
Last synced: 05 May 2026
https://github.com/yohhoy/malloc-client-cpp
C++ Client for malloc REST Server
Last synced: 02 Jul 2025
https://github.com/sileneer/ece-project
An Arduino project to control the car to travel through a maze using ultrasonic and infrared red sensors.
arduino cpp electrical-engineering electronics-engineering
Last synced: 28 May 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/amanoteam/nero
A GCC cross-compiler targeting PocketBook
c cpp cross-compiler gcc pocketbook
Last synced: 13 Mar 2025
https://github.com/mdalauddin45/c---for-data-structure
C++ for Data Structure
cpp data-structures ds python3
Last synced: 16 Mar 2025
https://github.com/pablitoo1/battleship-game
Classic Battleship Game made in C++ with SFML library
Last synced: 16 Mar 2025
https://github.com/pablitoo1/aircraft-carrier-problem
Multi-threaded airport takeoff and landing simulation made in C++ with SFML library
cpp multithreading sfml threading-synchronization
Last synced: 16 Mar 2025
https://github.com/akhand-pratap-tiwari/conway-game-of-life-using-cpp-and-sfml
An implementation of Conway's game of life using C++ and SFML.
conways-game-of-life cpp custom-headers sfml
Last synced: 23 Mar 2025
https://github.com/amit112amit/oriented-particles
C++ implementation of Oriented Particles System
Last synced: 30 Mar 2025
https://github.com/llnl/ross-matrix-models
Finite ring matrix algebra benchmark models for ROSS.
cpp discrete-event-simulation llnl parallel-distributed-computing pdes ross
Last synced: 18 Jul 2025
https://github.com/sameetasadullah/linux-gbsh-shell-implementation
Linux shell coded in C++ language which performs some of the features found in typical shells, like the bash (Bourne Again Shell) or csh (C-Shell)
cpp fork linux linux-shell linux-shell-commands linux-shell-implementation ubuntu unnamed-pipe
Last synced: 11 Apr 2026
https://github.com/bangmcvuphuc127890-jpg/mini-uia-kernel
Mini-UIA Kernel - a free kernel :D
cpp kernel kernel-development meow os-dev os-development vietnam vietnamese
Last synced: 11 Apr 2026
https://github.com/xwirkijowski/ccmt-a3-insignias
🛠 An Arma 3 Insignias addon from Crastinum Community Modding Team
Last synced: 06 Apr 2025
https://github.com/iamsdas/text-compression
This is a simple text compression utility using the lzw algorithm in c++
cpp file-compression lzw text-compression
Last synced: 08 Apr 2025
https://github.com/rafinhadufluxo/semaphore-in-arduino
traffic light development studies
arduino-ide arduino-uno cpp programming student
Last synced: 15 May 2025
https://github.com/avakar/intrusive_list
Header-only, composition-based, allocation-free double-linked list for C++11
cpp cpp11 intrusive-containers linked-list
Last synced: 12 Apr 2025
https://github.com/bw-hro/webthing-cpp
Webthing-CPP is a modern CPP/C++17 implementation of the WebThings API.
cpp iot webofthings webthings wot
Last synced: 31 Mar 2025
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/terenstare/metabox
A handful of C++ programming utilities
cpp cpp17 cpp20 modern-cpp utilities
Last synced: 30 Mar 2025
https://github.com/nk-works/arduino-hub
arduino arduino-ide cpp microcontroller sensors
Last synced: 03 Jan 2026
https://github.com/cppshizoids/cppbackend
Attempt to writing a REST API in C++ using DrogonFramework
Last synced: 06 Jul 2025
https://github.com/benoit-dubreuil/book-effective-cpp-3rd-edition
Notes to learn the content of the book Effective C++ Third Edition
Last synced: 04 Oct 2025
https://github.com/sameetasadullah/airline-reservation-system
An Airline Reservation System coded in C++ language using Microsoft Visual Studio with multiple basic and advance search options. Used Dijkstra Algorithm on flights graph for finding optimal path in terms of cost/time
airline-booking airline-reservation cpp dijkstra-algorithm dijkstra-shortest-path graph visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/circular-linkedlist-implementation
My own C++ implementation of Circular LinkedList using Microsoft Visual Studio
circular-linked-list cpp visual-studio
Last synced: 15 Mar 2025
https://github.com/cppio/spritebouncesdl
A simple program using SDL in c++ as an example.
Last synced: 11 Jun 2025
https://github.com/sameetasadullah/centipede-game
A Simple Centipede Game in C++ using OOP (Object Oriented Programming) concepts
cpp game game-development glut linux oop oop-principles opengl ubuntu
Last synced: 07 May 2026
https://github.com/sameetasadullah/snake-game
A Simple Snake Game in C++
cpp game game-development glut linux opengl ubuntu
Last synced: 09 May 2026
https://github.com/sameetasadullah/vector-implementation
My own templatized C++ implementation of Vector using Microsoft Visual Studio
Last synced: 15 Mar 2025
https://github.com/steffo99/iiiiil-gioco
Git demonstration and roguelike terminal videogame for Windows
cpp itis-fermi-modena terminal-based-game
Last synced: 06 Jan 2026
https://github.com/supermoathx7/cpu-scheduling-algo-
This project is an implementation of the six CPU-Scheduling algorithms using C++.
algorithm algorithms cpp cpu cpu-scheduling
Last synced: 18 Jul 2025
https://github.com/adityapratap2001/tic-tac-toe
A simple tic-tac-toe game coded in C++!
Last synced: 15 Mar 2025
https://github.com/team-denis/hackathon-ceci2025
Custom File Format using Game of Life as encryption method in cpp
cpp encryption-decryption game-of-life odoo open-source uwu
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-03-lab
Ch. 3, Lab 1, Number Guessing Game
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-02-laba
Ch. 2, Lab 1, Grade Checker
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-03-02-switch
Ch. 3, Lesson 2, Switch Cases
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-02-03-if
Ch. 2, Lesson 3, If statements
Last synced: 23 Jun 2025
https://github.com/rsusik/pycerializer
PyCerializer is a lightweight serialization module for Python. This serializer allows easily deserialize the data in C/C++.
c cpp packing python serialization serializer
Last synced: 12 Apr 2026
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/heyfoz/cpp-coin-toss-payout-simulator
The Coin Toss Payout Simulator Program (C++) creates 10 simulations for a coin toss payout game, where the payout equals 2 raised to the nth power, and n is the number of flips required before the 1st instance of heads (H) is recorded. The sequence of results, payouts, and average payout are printed to the console in table format.
coin-toss cpp probability simulator
Last synced: 25 Mar 2025
https://github.com/heyfoz/cpp-sales-report-struct-read-write
The Sales Report Structure Read/Write Program (C++) reads a text file titled sales.txt, generates a sales report, and uses a custom writeReport function to create a text file titled inventoryReport.txt. The report includes calculated values for total sales and percentages for each category.
cpp read-write reporting sales
Last synced: 03 Jul 2026
https://github.com/project-frogman/frogman-engine
This is a repository for developing a third dimensional military shooter game engine.
cmake cpp cpp20 game-engine game-sdk gdk long-term-project sdk under-development
Last synced: 15 Apr 2025
https://github.com/mollybeach/pastis
C++ programs projects algorithms framework tests and cmake configurations
cmake cmake-scripts configureawait cpp framework
Last synced: 15 Mar 2025
https://github.com/skyv26/general-dsa-problems
Problem-solving skills are the ability to identify and resolve issues, understand complexities, and make sound judgments. This skill set is essential to be successful in any profession. Problem-solving involves the ability to recognize and analyze a problem, generate potential solutions.
cpp javascript problem problem-solving python ruby
Last synced: 12 Apr 2026
https://github.com/artainmo/dual-n-back
Personal project. Bash dual-n-back game in c++.
Last synced: 16 Mar 2025
https://github.com/andreyvdl/42-cpp_modules
My CPP modules
42 42saopaulo cpp object-oriented-programming oop poo
Last synced: 07 Apr 2025
https://github.com/jwillikers/gnu-arm-embedded-image
A container image for running the bare metal ARM GCC toolchain for C and C++, built on Fedora
buildah c cpp fedora gnu-arm-embedded-toolchain oci-image
Last synced: 15 Apr 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/anjasfedo/penerapan-adt
Abstract Data Type Implementation on C++
Last synced: 29 May 2026
https://github.com/dreamerchaserhah/speed-typist
C++ QT Application where you can test out how fast you can type
Last synced: 10 Mar 2026
https://github.com/seunomonije/quantum-programming-api
Allows programmers to harness quantum power with minimal quantum knowledge.
Last synced: 02 Sep 2025
https://github.com/mp81ss/notsotinythread
TinyThread with semaphores and barriers
c-plus-plus cplusplus cpp cross-platform crossplatform thread threading threads
Last synced: 11 Jun 2025
https://github.com/garyhilares/chess
A chess game interface created using SFML and C++.
Last synced: 08 Apr 2025
https://github.com/ka-iden/opengl-test
Testing out and Learning Modern OpenGL, repo for bkp/testing
assimp cpp cpp20 modern-opengl opengl stb-image testing
Last synced: 25 Mar 2025
https://github.com/marekmosna/pgms
Postgres mass spectromentry extension
bioinformatics cpp mass-spectrometry plpgsql postgres postgresql sql
Last synced: 18 Jan 2026
https://github.com/thaliaarchi/respace
An interpreter and assembler for the Whitespace language written in C++
compiler cpp whitespace-language
Last synced: 18 Jul 2025
https://github.com/sla-ppy/snake
[F] CLI implementation of the original Snake game from scratch in C++
Last synced: 11 Jun 2025
https://github.com/anidipta/esp32-sheet-control
ESP32 & Google Sheets Integration
arduino cpp esp32 google-sheets
Last synced: 08 May 2026
https://github.com/nicknaso/nodejs-native-addons-notes-2017
Notes about Node.js Native AddOns - 2017
cpp javascript native-module nodejs notes v8
Last synced: 10 Apr 2026
https://github.com/daisvke/ft_otp
This program allows you to securely store an initial password in an encrypted file and generate a new TOTP (Time-based One-Time Password) every time it is requested. It provides both a CLI and a GUI version.
cpp cryptography ecole42 ft-otp otp-generator qrcode-generator qt security totp totp-generator
Last synced: 28 Feb 2025
https://github.com/maiori44/multipekka
A packager and file checker for the game Pekka Kana 2
Last synced: 28 Feb 2025
https://github.com/mahinkumar/starlit
A Simple Screensaver application built using SDL3 with support for graphics APIs including OpenGL and Vulkan.
cmake cmakelists cpp sdl sdl3 simple-direct-media-layer
Last synced: 31 Aug 2025
https://github.com/thomasportelettegit/si3-s5-parm
Représentation d'un microprocesseur ARM v7 simplifié à l'aide du logiciel Logisim. Contient également un assembleur écrit en c++
Last synced: 28 Apr 2026
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/beepboopbit/cpp-simplex-and-duality-calculator
Calculate some linear programming problem using simplex and/or duality method
calculator cpp duality simplex
Last synced: 12 Jun 2025
https://github.com/mahi97/classicsearch
Implementation of some classic search algorithms for a few classic problems
ai cpp problem-solving search-algorithm
Last synced: 30 Mar 2025