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-06-23 00:06:41 UTC
- JSON Representation
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/phip1611/bash-like-cpp-shell
A demo bash-like shell for educational purposes - shows basics about pipes, fork and a lot of other UNIX facilities.
cpp pipes readline-library shell unix-facilities
Last synced: 28 Feb 2026
https://github.com/embeddedcrab/atmega32-libaries
ATmega32 peripheral libraries in C++
atmega32 cpp libraries peripherals
Last synced: 19 Jul 2025
https://github.com/univrsal/hintergrund
Manage and choose wallpapers dynamically based on rules
Last synced: 14 Mar 2025
https://github.com/hyouteki/voodoo
Simple Terminal based Todo manager with regex
Last synced: 27 Oct 2025
https://github.com/mallory-scotton/arcade
🕹️ Retro gaming platform with dynamic library loading for games and graphics. Built as a 2nd-year EPITECH project
arcade audio-processing cpp epitech games joystick libcaca ncurses nibbler opengl pacman retrogaming sdl2 sfml shared-library wiimote
Last synced: 11 May 2026
https://github.com/taktoa/qdoc2psn
Generate purescript-native bindings from a QDoc XML file. (WIP)
bindings cpp haskell purescript purescript-native qt
Last synced: 12 May 2026
https://github.com/contisimone99/bulletin-board-system
Cryptography-focused messaging platform with Perfect Forward Secrecy, developed for cybersecurity education. Implements secure user registration (email challenge-response), encrypted message posting, and replay attack protection using raw OpenSSL primitives.
bulletin-board cpp cryptography openssl
Last synced: 02 Jul 2025
https://github.com/sharifkhan96/c-plus-plus_first-semester-of-university
I have studied C++ as the fundamental subject of my computer science degree..
2darrays arrays cpp dsa functions input-output loops-and-patterns pointers recursion search strings switch ternary-operator
Last synced: 24 Oct 2025
https://github.com/g4sasha/cpp-mazegenerator
I rewrote the code for the maze generator from vba to cpp
cpp maze-generator maze-solver
Last synced: 15 Mar 2025
https://github.com/toni08bit/vulkanengine
Personal Render Engine
cpp rendering-engine vulkan-api vulkan-sdk
Last synced: 14 Mar 2025
https://github.com/mrglaster/sgdk-project-builder
A small utility that removes the need to enter a command in CMD each time when compiling an SGDK project
builder cpp sgdk sgdk-library utility
Last synced: 28 May 2026
https://github.com/c0de4un/zero-chat
C++ Client-Server TCP cross-platform solution
asio boost boost-asio chat chat-application cpp cxx
Last synced: 10 Jun 2025
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/nkid00/24game
寻找 24 点的最佳解法。Find the best solutions of 24.
24game 24pointgame 24points cpp cpp17 mathematics
Last synced: 16 Mar 2025
https://github.com/kessejones/cpp-html-parser
HTML parser based on a HackerRank test
Last synced: 30 Mar 2025
https://github.com/bola-nabil/codeforces
codeforces solutions
algorithm algorithms algorithms-and-data-structures codeforces codeforces-solutions cpp data-structures problem-solving
Last synced: 16 Mar 2025
https://github.com/mailittlepony/flowergame
multiplayer game for ESP using TCP protocol
Last synced: 15 Mar 2025
https://github.com/christs8920/pacman-cpp
A pacman style game made in C++ using the PDcurses library.
cli command-line cpp game game-development gamedev ncurses pacman-game pdcurses
Last synced: 19 Jun 2025
https://github.com/mcnugets/ue5-pathfinding-implementation
The pathfinding implementation in the Unreal Engine 5
a-star-algorithm algorithms cpp dijkstra-algorithm game-development pathfinding shortest-path-algorithm ue5
Last synced: 19 Apr 2025
https://github.com/ocl-org/fix
The Financial eXchange Protocol C++ Library.
Last synced: 13 Jan 2026
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/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/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/pablitoo1/battleship-game
Classic Battleship Game made in C++ with SFML library
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/sakrist/simplecpuraster
A simple CPU rasterizer is written with C++. glm as math library
cpp glm graphics rasterization rasterizer
Last synced: 08 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/aishanipach/interview-checkpoints
Keeping track of my various DSA solutions to Leetcode, Hackerrank & Striver's sheet! BasicChecklist has all the theory notes for interviews.
cheatsheet cpp data-structures dbms first-timers-friendly good-first-contribution interview-preparation leetcode open-source solutions sql strivers-cp-sheet strivers-sde-sheet
Last synced: 03 Jul 2025
https://github.com/nk-works/arduino-hub
arduino arduino-ide cpp microcontroller sensors
Last synced: 03 Jan 2026
https://github.com/zhou2004/fmusic_player
A cross-platform music player based on qt6 and the UI is power by FluentUI.
cmake cpp fluent-design qml qt6
Last synced: 28 Dec 2025
https://github.com/alphaharrius/veil
The implementation of the Veil programming language.
cpp cpp17 custom-language language-runtime programming-exercises programming-language
Last synced: 24 Mar 2025
https://github.com/ramsafin/modern-cpp-project-template
Modern C++ project template
clang clang-format clang-tidy clangd cmake cmake-presets coverage cpp cppcheck gcc github-actions google-benchmark google-test sanitizer template vscode
Last synced: 21 Feb 2026
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/superpuero/kawa
c++ game engine, made with love
cpp cpp20 ecs entity-component-system functional-programming game game-development game-engine graphics opengl
Last synced: 17 Feb 2026
https://github.com/hun756/cpp-snippets
C++ Short Code Snippets
30seconds cpp cpp-library cpp11 cpp17 snippet snippets snippets-collection tutorial tutorial-code tutorials
Last synced: 19 Apr 2026
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-05-01-callbyref
Ch. 5, Lesson 1, Function Call by Reference
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-03-04-fornest
Ch. 3, Lesson 4, Nested For Loops
Last synced: 01 Apr 2025
https://github.com/princeshahgithub/cpp-projects
From Basic To Advance Level Projects
beginner-friendly beginner-project cpp cppprojects object-oriented-programming oop progra programming
Last synced: 01 Apr 2025
https://github.com/heyfoz/cpp-vehicle-fleet-txt-file-reader
The Vehicle Fleet Text File Reader Program (C++) uses a loop to read a file named FleetInput.txt, which holds vehicle ID, miles, and gallons space delimited on each row. Then, the program calculates the fleet average and individual average miles per gallon (MPG), displaying the results in the console are tabular output.
calculations cpp mpg reader txt-files
Last synced: 25 Mar 2025
https://github.com/heshanera/charrecognizer
Character Recognition using an artificial neural network. Network is trained for 26 characters. Implemented in C++ and Magick++ API is used for pixel manipulation
artificial-neural-networks character-recognition cpp magick-api
Last synced: 03 Jul 2025
https://github.com/gamatos/gold
A proof of concept C++ application for learning regular languages
cpp deterministic-finite-automata dfa learning-theory regular-languages
Last synced: 01 Apr 2025
https://github.com/ka-iden/raytracing-test
Following "Raytracing In One Weekend" and subsequent books to learn about raytracing. These books are found at: https://raytracing.github.io/
cpp ppm raytracing raytracing-in-one-weekend raytracing-the-next-week raytracing-the-rest-of-your-life stb-image
Last synced: 25 Mar 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/archismankarmakar/timetable-ak
Routine Management System made using C++20
cpp cpp11 cpp14 cpp17 cpp20 file-handling file-handling-in-cpp filesystem object-oriented-programming oop oops oops-in-cpp routine-management-system semester-project semester4 timetable-management timetable-management-system
Last synced: 03 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/cosmic-aerospace-technologies/fc-udev
The FC-Udev is a do it yourself flight computer kit for model rocketeers alike. It introduces the user to basic circuitry, soldering, debugging, software implementation and much more.
aerospace aerospace-engineering cpp flightcomputer rocketry
Last synced: 29 May 2026
https://github.com/bkosm/beat-boi
Little rythm minigame made for a semester project using the SFML framework for C++.
Last synced: 04 Sep 2025
https://github.com/hansalemaos/cythonfastsort
C++ parallel sorting algorithms through Cython - up to 8 times faster than NumPy
c cpp cython numpy parallel-computing parallel-programming python sorting
Last synced: 04 Feb 2026
https://github.com/xmartlabs/docker-pcl-cmake
Docker image containing PCL and CMake.
c c-plus-plus cmake cpp docker make makefile pcl pcl-library
Last synced: 12 Apr 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/zeusssz/ninja
A high-performance vulnerability detection tool written in C++.
cpp vulnerability-detection vulnerability-scanners
Last synced: 03 Jul 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/adityagpramanik/scheduler
This is scheduler written in C++ which will help you to feed your schedule in it and analyse yourself.
Last synced: 23 Apr 2025
https://github.com/whoiscipher/minigolf
2D mini golf game developed in C++ using raylib
cpp game-development raylib raylib-cpp
Last synced: 01 Apr 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/omparghale/aes-rsa-hybrid
AES-RSA hybrid encryption implementation in C++.
Last synced: 01 Apr 2025
https://github.com/marichu-kt/chacha20-poly1305-x25519
Esto es una app cliente-servidor en C++ que cifra mensajes con ChaCha20-Poly1305 y usa X25519 para el intercambio seguro de claves. Soporta comunicación bidireccional por TCP y configuración vía XML.
asymmetric-encryption c-plus-plus chacha20-poly1305 client-server cpp cryptography curve25519 end-to-end-encryption multi-threading network-security openssl secure-chat secure-communication secure-messaging tcp-sockets x25519 xml-configuration
Last synced: 23 Apr 2025
https://github.com/pranav2092/ipmp
This repo contains solution to various LeetCode and GeeksForGeeks DSA practice questions for placements
cpp cpp-all cpp-programming geeksforgeeks geeksforgeeks-cpp geeksforgeeks-dsa geeksforgeeks-interview-prep geeksforgeeks-practice geeksforgeeks-practice-solutions geeksforgeeks-solutions interview-preparation leetcode leetcode-cpp leetcode-practice leetcode-questions leetcode-solutions placement-preparation
Last synced: 07 Jan 2026
https://github.com/radoslav-grencik/ims_20_21
Simulation of ocean plastic pollution.
Last synced: 04 Jul 2025
https://github.com/hengxin666/threadpool
Linux,Windows轻量级C++线程池, 支持可变参数的函数/类方法/仿函数/匿名函数等等, 使用简单, 可自定义线程池增减规则, 日志打印等
Last synced: 12 Jun 2025
https://github.com/greycloudss/gauntlet
Gauntlet is a C++ reverse engineering utility that supports both static and dynamic disassembly, along with DLL injection into external processes. Built for modularity and performance, it provides core building blocks for memory manipulation, opcode decoding, and instruction tracing.
cpp disassembler imgui injector reverse-engineering security
Last synced: 04 Jul 2025
https://github.com/abdulahshoaib/minigolf
2D mini golf game developed in C++ using raylib
cpp game-development raylib raylib-cpp
Last synced: 29 May 2026
https://github.com/bola-nabil/atcoder
atcoder solutions
algorithm algorithms-and-data-structures alogrithms atcoder atcoder-solutions cpp cpp-solutions data-structures problem-solving
Last synced: 16 Mar 2025
https://github.com/forhanshahriarfahim/operating-system-lab
3rd Year 2nd Semester - Operating System Lab
Last synced: 04 Jul 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/sanchitbajaj02/my-c-project
C++ project of travel agency
Last synced: 04 Sep 2025
https://github.com/awais-124/stack-expression-converter
Expressions Converter. Third semester project using data structures concept.
cpp data-structures expression-converter-application programming stack
Last synced: 07 Apr 2025
https://github.com/rishabh96b/code-implementations
This repository contains the C++ problems that I have either solved or concepts that I've implemented myself.
coding-challenge cpp data-structures hackerrank
Last synced: 25 Mar 2025
https://github.com/bisocm/rykeshell
RykeShell is a custom Unix shell built entirely in C++, offering users a powerful and customizable command-line experience.
cli cmake command-line cpp shell terminal unix-shell
Last synced: 07 Jan 2026
https://github.com/c0de4un/cxx-thread-util
C++ utility library for threads api (posix & Windows).
async-programming asynchronous-programming cpp cxx multithread multithreading multithreading-library pthread stl stl-threadsafe thread thread-safety threading
Last synced: 14 Jun 2026
https://github.com/aquanox/quickplaypresetsplugin
Plugin adding quick launch of PlayInEditor presets for Unreal Engine
cpp unreal-engine unreal-engine-5 unreal-engine-cpp-plugin unreal-engine-plugin work-in-progress
Last synced: 29 May 2026
https://github.com/alpha74/c_cpp-projects
Few of my Good C/C++ college level projects
c cpp cpp-programs cpp-project pacman projects student-record
Last synced: 02 Feb 2026
https://github.com/the-redback/competitive-programming
:computer: :bar_chart: Competitive Programming environment and personal solution archive of different online problems.
cf-tools codeforces codejam competitive-programming contest-programming cpp iupc lightoj online-judge redback spoj topcoder uva
Last synced: 11 Mar 2025
https://github.com/dhruvsrikanth/n-body-simulation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the N-body particle interaction simulation.
c cpp distributed-memory-parallel high-performance-computing mpi multithreading n-body openmp parallel-computing particle-interactions shared-memory-parallel simulation-modeling
Last synced: 29 Apr 2026
https://github.com/vircoding/esp32-dht-lcd-example
An ESP32 example project using DHT11 and LCD 16x2 display
cpp dht11 esp32 lcd16x2 platformio
Last synced: 20 Apr 2026
https://github.com/amira921/ai-based-healthcare-monitoring-system-using-iot
Medical IOT System Consists of Smart Band, Medical generative QA model, mobile application which facilitate efficient healthcare monitoring and medical assistance for patients and doctors.
arduino artificial-intelligence biogpt cpp database-design embedded-systems iot java-android large-language-models mobile-development mysql peft pyhton pytorch srs-document system-design transformers ui-ux-design uml-diagrams
Last synced: 13 Apr 2026
https://github.com/hakoniwalab/hakoniwa-pdu-bridge-core
hakoniwa-pdu-bridge controls time-based data flow between PDU channels, separating transfer policy (when/what) from transport protocol (how). It enables declarative simulation data flows such as immediate sync, periodic updates, and bandwidth-aware throttling.
Last synced: 13 Apr 2026
https://github.com/mbfakourii/carbot-android
Car robot with socket to Android with WeMos or NodeMCU
android ardiuno carbot cpp esp8266 java nodemcu nodemcu-arduino nodemcu-esp8266 wemos
Last synced: 17 Apr 2026
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/guangie88/metta
Compile-time string / char array with constexpr methods only.
compile-time constexpr cpp cpp14 string
Last synced: 04 Jun 2026