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/aykhan019/battleship_cpp
A console-based C++ implementation of the classic Battleship game. Play against an AI opponent with random ship placement on a customizable grid, featuring optional background music.
ai battleship console cpp game grid sfml
Last synced: 15 Jun 2026
https://github.com/hu53yin/cplusplus
books & learning notes
cplusplus cplusplus-11 cpp cpp11
Last synced: 15 Jun 2026
https://github.com/podgorskiy/bfio
One-header library for defining writing and reading procedures of C/C++ objects to/from specific binary formats.
binary binary-data cpp raw serialization serialization-library serializer
Last synced: 16 Jun 2026
https://github.com/heshanera/tsplot
Compare univariate temporal sequences
cpp timeseries wxcharts wxwidgets
Last synced: 17 Jun 2026
https://github.com/poyea/whetstone
A CDCL SAT solver in C++23
cdcl cdcl-algorithm cdcl-solver cpp cpp17 cpp20 cpp23 sat-solver
Last synced: 17 Jun 2026
https://github.com/konyd/game-of-life
A simple implementation of Conway's Game of Life built with raylib
cpp game-development raylib raylib-cpp simulation
Last synced: 17 Jun 2026
https://github.com/learnwithfair/cpp-programming
Here, you can download 100+ c++ / cpp programming file with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]
c-plus-plus cpp learn-with-fair learnwithfair rahatul-rabbi rahatulrabbi
Last synced: 18 Jun 2026
https://github.com/clazex/oi-study
A Repository for Storing Code Written During My OI Learning
Last synced: 18 Jun 2026
https://github.com/jayemscript/llm-systems-from-scratch
A hands-on learning project for building the core systems behind Large Language Models using C++, Rust, and optional Python/JavaScript bindings. Includes tensor operations, autograd, neural networks, tokenization, and a minimal transformer pipeline.
ai-systems autograd c-language cpp cuda educational-project high-performance-computing inference-engine machine-learning neural-networks-from-scratch pybind11 tensor-library tokenization transformers wasm
Last synced: 19 Jun 2026
https://github.com/mguludag/exec_time
A simple C++ header for prints function execution time with RAII, macros and chrono
chrono cpp macros performance-metrics raii test
Last synced: 20 Jun 2026
https://github.com/breadrock1/topsystemsinterview
There is test case that I had got while processing interview to TopSystems.
cpp interview interview-practice qt6
Last synced: 20 Jun 2026
https://github.com/jmsmarcelo/task-tracker-cpp
Task Tracker | CLI | MySQL | C++ | Roadmap.sh
challenge cli cpp database mysql programming project roadmap task-tracker
Last synced: 20 Jun 2026
https://github.com/tranglecong/trlc-platform
A modern, header-only C++ library for compile-time platform detection and abstraction. TRLC Platform provides zero-overhead platform detection, feature-based conditional compilation, and adaptive code selection for cross-platform C++ development.
architecture-detection compiler-detection cplusplus cpp feature-detection platform-detection portable-library
Last synced: 20 Jun 2026
https://github.com/firoz-thakur/data-structure-and-algorithm
A comprehensive collection of solutions to low, medium, and high difficulty questions across various platforms such as CodeChef, Codeforces, LeetCode, and HackerRank. This repository serves as a valuable resource for practicing and mastering data structures and algorithms.
competitive-programming cpp java problem-solving programming
Last synced: 22 Jun 2026
https://github.com/georgecatalin/qt-cpp-gui-development-intermediate
Examples and code practice following the "Qt C++ GUI Development - Intermediate" Udemy course by Daniel Gakwaya. Events handling, custom widgets, painting and drawing, deployment.
cplusplus cpp qt5-gui qtcreator qtwidgets udemy-course
Last synced: 22 Jun 2026
https://github.com/aykhan019/finalproject_cpp_oop
A C++ application simulating a restaurant management system, showcasing OOP concepts such as classes, inheritance, and file handling. The system allows users to place orders, manage menus, and process restaurant operations with error logging and music integration.
classes cpp error-logging file-handling inheritance oop restaurant-management
Last synced: 23 Jun 2026
https://github.com/kailash-natarajan/hospital-record-management
Data Structures Project
binary-search-tree computer-science cpp data-structures filehandling linked-list
Last synced: 24 Jun 2026
https://github.com/atennop1/codeproblemssolutions
Repository for making tasks from Codewars and LeetCode
codewars codewars-solutions cpp learning leetcode leetcode-solutions
Last synced: 25 Jun 2026
https://github.com/h20-dev/ruinedpath
RuinedPath by H20-dev. Survive the zombie apocalypse. Manage bullets and food, unlock 50+ endings, and discover the truth: it's all a simulation.
Last synced: 26 Jun 2026
https://github.com/keshav2010/picocli
picoCLI is a small command interpreter that can be used to write/read text files, setup trigger-alarms to execute another piece of code after specified amount of time.
c-plus-plus cli command-line-interpreter command-line-parser commandline-interface cpp interpreter parsing visual-studio-code windows-desktop
Last synced: 28 Jun 2026
https://github.com/unniznd/network_lab
This is repo containing main programs for network lab
Last synced: 28 Jun 2026
https://github.com/hywing/qt-mvvm
This mvvm structure is helpful for extracting the ui model from your application when there are a lot of modules in your code project, then you can have distinct view and model not the mix of them.
Last synced: 29 Jun 2026
https://github.com/serhatderya/cpp_practises
This repository contains practices for begginers in C++ programming.
code coding cpp development practice practice-programming practice-project programming programming-exercises software software-development software-engineering
Last synced: 29 Jun 2026
https://github.com/halaway/qtframeworkgui
A simple Qt6.5 program for creating both native and browser based GUI applications, built with CMake, Qt Creator, and Emscripten.
browser cmake cpp emscripten qt widgets
Last synced: 29 Jan 2026
https://github.com/rajarsheya/real-time-audio-feature-extraction-with-cuda-for-speech-recognition
This project accelerates MFCC extraction using CUDA for real-time speech recognition. Offloading the process to the GPU reduces latency and speeds up processing, enabling fast, local speech-to-text transcription for applications like virtual assistants, without cloud reliance.
audio-processing cpp cuda fourier-transform python
Last synced: 10 May 2026
https://github.com/eel-moun/cpp-bootcamp
This is a bootcamp made of 10 chapters with a purpose of introducing oop programing and c++ features
1337cursus 42school abstract algorithms containers cpp encapsulation exception-handling inheritance oop templates
Last synced: 27 May 2026
https://github.com/l3odr0id/neural-network-for-numbers
Neural network that reads handwritten numbers.
cpp neural-network neural-networks neuralnetwork neuralnetworks recognition recognizing-handwritten-digits
Last synced: 15 Mar 2025
https://github.com/ygor-sena/42cursus-cpp-piscine
The 12th project of 42 curriculum is a C++ piscine which aims to introduce students to Object-Oriented Programming. C++ was chosen because it's derived from our old and familiar C Language. Since C++ can be complex, the code will adhere with the C++98 standard.
42 42cursus 42saopaulo 42school 42sp cpp cpp98 cpp98-compatible ecole42 oop oop-in-cpp oop-principles
Last synced: 30 Jan 2026
https://github.com/fl444mingo/fl4-cs131-03-04-fornest
Ch. 3, Lesson 4, Nested For Loops
Last synced: 01 Apr 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/iambijoykar/jsondb
JsonDB is a simple Json Database made with C++
cli-app cpp database json json-database
Last synced: 13 Apr 2026
https://github.com/amanoteam/raiden
A GCC cross-compiler targeting Linux musl
c cpp cross-compiler gcc linux musl
Last synced: 19 Apr 2026
https://github.com/oflore12/introduction-to-programming
MC Fall 2019 C++ CMSC140
Last synced: 28 Feb 2025
https://github.com/harshit0571/dsa
This repository is dedicated to practicing Data Structures and Algorithms (DSA) concepts. It serves as a personal collection of code solutions for various DSA problems.
cpp dsa java lcoding leetcode leetcode-solutions
Last synced: 20 Apr 2026
https://github.com/szsascha/cpp-ws
A simple webserver in c++
cpp http-server socket webserver
Last synced: 23 Jul 2025
https://github.com/williamzhang20/design-patterns
Practicing software design patterns in C++
Last synced: 26 Mar 2025
https://github.com/xeimsuck/wine-injection
Assault Cube Simple-Cheat
assaultcube cheat cpp dll-injection
Last synced: 15 Mar 2025
https://github.com/haseeeb21/rise-of-the-hero-game
The website that was developed was of this game. In this game a Hero defends his nation by killing the enemies attacking on his nation if he survives 2 minutes then he wins otherwise if he loses all his health then the game is over.
cpp game sfml sfml-game visual-studio
Last synced: 06 Jul 2025
https://github.com/daniil-tiunchyk/exam-ticket-designer-cpp
ΠΡΠΎΠ³ΡΠ°ΠΌΠΌΠ° Π΄Π»Ρ ΡΠΎΡΡΠ°Π²Π»Π΅Π½ΠΈΡ ΡΠΊΠ·Π°ΠΌΠ΅Π½Π°ΡΠΈΠΎΠ½Π½ΡΡ Π±ΠΈΠ»Π΅ΡΠΎΠ² Π½Π° C++
c-plus-plus console-app console-application cpp
Last synced: 24 Aug 2025
https://github.com/dougsoftware/college_computer_science
This repository is my college computer science studies.
c code-block code-blocks cpp data-science data-structures database eclipse gcc-complier html-css-javascript intellij java java-8 javascript jvm opengl operating-system php vscode
Last synced: 05 Jul 2025
https://github.com/442442/442open
442ε ¬εΌδ»εΊ
cmake cpp customwidgets qt qt5 qt6
Last synced: 25 Feb 2026
https://github.com/tarikseyceri/connect4.cpp
Connect4 v2.0, This project is a game developed in four versions, C, C++, Java SE & Node.js, older to newer respect
connect4 connect4-cpp connect4-game cpp game game-development games
Last synced: 15 Mar 2025
https://github.com/mirajehossain/life-charger
Life coding..... π
algorithm cpp datastructure oj-solutions problem-solving
Last synced: 11 Jun 2025
https://github.com/ivangrana/prog-redes
RepositΓ³rio dedicado a programaΓ§Γ£o de redes utilizando Python,C e C++
c cpp network-programming python socket-programming
Last synced: 18 Jan 2026
https://github.com/mikhailkhorokhorin/yandex-handbook-algorithms
Solutions for yandex education handbook "ΠΡΠ½ΠΎΠ²Ρ Π°Π»Π³ΠΎΡΠΈΡΠΌΠΎΠ²".
algorithms cpp handbook python yandex
Last synced: 30 Jan 2026
https://github.com/strongerprogrammer7/methodsdevelopmenttranslator
The repository - translator from C to C#, on the language's C++
c cli cpp csharp windows-forms
Last synced: 14 Apr 2026
https://github.com/isusbu/lisca
A static code analysis tool for investigating the Linux kernel source code.
clang code-analyzer cpp linux linux-kernel llvm
Last synced: 28 May 2026
https://github.com/heyfoz/cpp-inventory-vector-sort-search
The Inventory Vector Sort/Search Program (C++) reads an InventoryParts.txt file made of a list of part records containing part names, categories, quantities, and unit costs. The program prompts the user to search for parts, and if a part is not found, the user can add a new part record. An updated txt file is written on program close.
Last synced: 25 Mar 2025
https://github.com/fl444mingo/fl4-cs131-05-01-callbyref
Ch. 5, Lesson 1, Function Call by Reference
Last synced: 01 Apr 2025
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/zachstruck/assign_ptr
Utility function for interfacing C++ smart pointers with C-style APIs that allocate resources through output parameters
Last synced: 31 Mar 2025
https://github.com/konvt/threadpool
A straightforward implementation of a C++17 thread pool.
cpp cpp17 thread-pool threadpool
Last synced: 15 Oct 2025
https://github.com/sbooth/cxxringbuffer
A lock-free SPSC ring buffer.
cpp cpp20 lock-free ring-buffer
Last synced: 30 Jan 2026
https://github.com/kiritofeng/collision-sim
Collision Simulator for AP Physics
Last synced: 15 Oct 2025
https://github.com/beliumgl/rsg
A project written in C++17 that allows you to generate strings with different modes, different character sets, and any length.
cpp cpp17 random random-generation random-string-generation random-string-generator random-string-generators strings
Last synced: 15 Oct 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/ralvarezdev/uru-compiler-design
My projects from Compiler Design college course. HAVE SOME BUGS
college compiler-design cpp rafael-urdaneta-university universidad-rafael-urdaneta uru
Last synced: 15 Oct 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/xwirkijowski/ccmt-a3-insignias
π An Arma 3 Insignias addon from Crastinum Community Modding Team
Last synced: 06 Apr 2025
https://github.com/smv1999/leetcode_solutions
competitive-programming cpp leetcode leetcode-solutions
Last synced: 23 Mar 2025
https://github.com/knutkirkhorn/cpp-for-programmerere
Γvinger fra IINI4003 C++ for programmerere, dataingeniΓΈr NTNU
auto cmake cpp lambda overloading pointers references thread
Last synced: 23 Jun 2025
https://github.com/aman1-2/cpp-program-files
A c++ Beginners friendly Program codes with thier Explanation we have too tried to cover few of the advance topics as well Hooe you will fund it Interesting and Helpful
Last synced: 16 Oct 2025
https://github.com/arrowar/codice-fiscalae
Generatore codice fiscale c++ con imgui
codice-fiscale codicefiscale cpp imgui
Last synced: 08 Apr 2025
https://github.com/izzat5233/fruit-classifier-wasm
Artificial Neural Network in Web Assembly, C++ Core & Interactive Website.
artificial-neural-networks classification cmake cpp d3js data-visualization emscripten fruit-recognition github-actions hugo machine-learning web-assembly
Last synced: 11 Mar 2025
https://github.com/ankostis/rollstats
Calculate rolling avg, var & stdev in Python & C++ code
cpp data-science python sample-code statistics
Last synced: 19 Apr 2026
https://github.com/britanniavirtual/hlsl_line_shader
DirectX 11 shader to draw solid 3D line based on two 3D points as the vertex input. Line width and fill color specified with a cbuffer. Uses geometry shader to render the billboard line.
3d-line billboard cpp directx geo-shader hlsl line point-to-point
Last synced: 23 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/univrsal/hintergrund
Manage and choose wallpapers dynamically based on rules
Last synced: 14 Mar 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/a9na/simcardsimulator
π± A C++ project simulating SIM card operations. Features include storing/retrieving IMSI, network authentication, contact management, and basic OTA communication. Demonstrates user authentication and network interaction. ππ
Last synced: 07 Oct 2025
https://github.com/omarassadi/gmsv_spoof
A module for Garry's Mod that allows for modification of A2S_INFO and A2S_PLAYER responses. This allows for things such as spoofing of player counts on the master list.
cplusplus cpp garrys-mod garrysmod garrysmod-module steam
Last synced: 01 Apr 2025
https://github.com/nubbsterr/stewart
A self-balancing robot project developed at SproutHacks 2025.
arduino arduinoide cpp esp32 hackathon-project pid-control pid-controller robotics
Last synced: 13 Apr 2026
https://github.com/kuameh/clx-library
A simple library to help handle complex number arithmetic in C++ code.
Last synced: 16 Mar 2025
https://github.com/vahancho/graphene
An abstract graph C++ library
algorithm cpp cpp11 cpp17 dejkstra geodesy graph graphen hamburg map navigation road-network roadmap shortest-path shortest-paths templates
Last synced: 31 Mar 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/paulanerus/argparser
ArgParser - Simple, single header-only C++17 library for command parsing
argument-parser argument-parsing cli cli-args command-line-parser commands cpp cpp17 cpp20 header-only header-only-library parser parsing-library
Last synced: 03 Dec 2025
https://github.com/eclipse-keypop/keypop-calypso-card-cpp-api
Eclipse Keypop project repository containing a C++ implementation of the 'Calypso Card API' standardized by the Calypso Networks association for ticketing terminal processing smart card
Last synced: 18 Oct 2025
https://github.com/aquice/amberengine
AmberEngine is my try at the creation of a basic 3D engine displaying only in isometric projection.
Last synced: 12 Apr 2026
https://github.com/maximilian-winter/simplegameengine
A dx 11 based engine with image based lightning(IBL) and bullet physic engine.
bullet-physics cpp directx directx-11 physically-based-rendering
Last synced: 18 Oct 2025
https://github.com/zaki-x86/cxx_project_template
Template for midsize to large c++ projects
ci-cd cmake cmake-template cmakelists cpp cpp11 cpp17 cpp20 doctest documentation doxygen git gitbook github-actions googletest test-automation
Last synced: 13 Apr 2026
https://github.com/novama/logs-monitor-stack
Dockerized example on how to set-up a log stack based on Grafana Loki
cpp csharp docker grafana javascript logger-handler logging loki minio powershell promtail python serilog-sink
Last synced: 03 Feb 2026
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/chainrand/chainrand-cpp
C++ header-only library for verifiable hybrid-chain RNG.
aes-intrinsics chainlink chainlink-hackathon-2021 chainlink-vrf cpp cryptographic-random-generator random-number-generators
Last synced: 18 Oct 2025
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/druxorey/ucv-retrotraza-arcana
A powerful tool to uncover the truth behind shape-shifting using advanced facial recognition algorithms.
Last synced: 31 May 2026
https://github.com/shahank42/chip8-emu
(Work In Progress!) An interpreter and VM for the CHIP-8 programming language.
chip-8 chip8 chip8-emulator cpp cpp17 cpp20 emudev emulation emulator emulator-development
Last synced: 31 Mar 2025