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-02 00:06:45 UTC
- JSON Representation
https://github.com/cemoktra/restpp-server
A simple C++ RestAPI server with routing
cpp http-server rest-api restapi-server server
Last synced: 10 Oct 2025
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/05st/fractalviewer
Simple C++/OpenGL application to interactively view the Mandelbrot Set.
cpp fractal-rendering fractals opengl
Last synced: 08 May 2026
https://github.com/dzh-a-v/body-gravity-simulation
Gravity-based N-Body Simulation (alpha)
Last synced: 31 May 2026
https://github.com/hhyyrylainen/mlbrickbreaker
AI learns to play brick breaker
cpp cpp17 godot machine-learning
Last synced: 21 Jan 2026
https://github.com/dotpipe/wisephp
The Ultimate in PHP Open programming. Language conversions, JavaScript initialization, Load-Balancers, PHPUnit Test Creator, opensource programming. etc.
assembly cpp java oop-concepts pasm phpunit
Last synced: 19 Jan 2026
https://github.com/matubu/42containers
🌳 A custom implementation of the c++ containers (vector, stack, map, set)
containers cpp map set stack vector
Last synced: 11 Oct 2025
https://github.com/kar-dim/watermarking-cpu
Code for my Diploma thesis at Information and Communication Systems Engineering (University of the Aegean, School of Engineering) with title "Efficient implementation of watermark and watermark detection algorithms for image and video using the graphics processing unit". Part 1 / CPU
clang cpp eigen openmp parallel-computing watermark-image watermarking
Last synced: 12 Apr 2026
https://github.com/berquist/libresponse_psi4
A Psi4 plugin for https://github.com/berquist/libresponse
cpp electronic-structure molecular-properties psi4 python quantum-chemistry
Last synced: 19 Jan 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/rizwan-hasan/visual-studio-freeglut-example
An example of a FreeGLUT project in Visual Studio.
cpp cpp14 cpp17 example-project freeglut freeglut-library glut glut-library msvc msvc2019 visual-studio visualstudio
Last synced: 12 Oct 2025
https://github.com/pechinkin/1st-database-client
client to store, update data about vehicles in the garage
Last synced: 12 Oct 2025
https://github.com/pulkit1822/geeksforgeeks
This repository compiles my daily solutions to Geeksforgeeks challenges, categorized by date and problem. Each solution directory includes the corresponding question in the README for quick reference. Contributions are welcome, and the project is licensed under MIT.
coding-challenges cpp data-structures-and-algorithms java problem-solving
Last synced: 12 Oct 2025
https://github.com/amirhaytham/super-multi-prog-lang-playground
A modern web-based code editor and execution environment supporting multiple programming languages. Built with React, TypeScript, Node.js, and Docker.
cpp docker docker-compose docker-image go js monaco-editor node nodejs playground ruby typescript
Last synced: 04 Feb 2026
https://github.com/asko7779/kernel-panic-module
Early and primitive version of a kernel panic module programmed in C++ as a part of my OS projects and tests
bare-metal cpp kernel-panic os programming testing-module
Last synced: 13 Oct 2025
https://github.com/lucamazzza/lmgl
A modern OpenGL Engine Library for general purpose 3D graphics applications.
computer-graphics computer-graphics-opengl cpp cpp17 glad glfw glfw3 glsl glsl-shader glsl-shaders library linux macos multiplaform opengl opengl4 opengl41 windows
Last synced: 13 Mar 2026
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: 13 Oct 2025
https://github.com/aavision/bubble-sort-benchmarks
Benchmarking Bubble sort using different languages!
bash bubble-sort bubblesort c cpp cython go golang javascript php python python3 ruby rust ubuntu
Last synced: 19 Jan 2026
https://github.com/jthelin/cause_crash_dump
A small utility program that will run and then crash. Primarily for use with testing any crash dump collection utilities and scripts.
Last synced: 04 May 2026
https://github.com/simonusher/perceptron
A simple perceptron and Adaline implementation in C++. Created as an assignment for "Selected topics in artificial intelligence" course.
adaline artificial-intelligence cpp neural-network perceptron
Last synced: 04 Jul 2025
https://github.com/rfgplk/bbench
a lightweight Linux benchmarking library written in C++20
bench benchmark benchmark-suite cpp cpp20 cpp20-library header-only microbenchmark single-header single-header-library
Last synced: 04 Feb 2026
https://github.com/vedanty3/strivers-a2z-dsa
This repository contains solutions of @striver79 A2Z DSA sheet.
Last synced: 13 Oct 2025
https://github.com/martin-majlis/probstructs
Collection of probabilistic data structures - CM-Sketch, ECM-Sketch, exponential histogram in C++.
cpp data-structures probabilistic-programming streaming
Last synced: 09 Apr 2025
https://github.com/archie94/codes
Important codes implementing various algorithms and day to day problems.
algorithm c codechef competitive-programming contest cpp hackerrank leetcode leetcode-java leetcode-solutions spoj
Last synced: 24 Apr 2026
https://github.com/pauljohanneskraft/sorting
Collection of sorting algorithms
c-plus-plus cpp java objc objective-c sorting-algorithms swift
Last synced: 12 Apr 2026
https://github.com/vovandreevik/binary-search-tree
This C++ program demonstrates the implementation of a Binary Search Tree (BST) along with custom Stack and Queue data structures.
binary-search-tree bst cpp oop oops-in-cpp queue stack
Last synced: 07 Apr 2025
https://github.com/dhruvsrikanth/conjugate-gradient-simulation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the conjugate gradient optimization simulation. This is a sparse linear solver optimized using the second-order poisson equation.
c conjugate-gradient cpp dense-solver distributed-memory-parallel high-performance-computing mpi multithreading openmp optimization optimization-algorithms poisson-equation shared-memory-parallel simulation-modeling sparse-linear-solver
Last synced: 18 May 2026
https://github.com/moozunch/cepe-lang
ann belajar cepe alias competitive programming
algorithms c competitive-programming cpp problem-set problems-solving
Last synced: 10 May 2026
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/madureira/game-prototype
:video_game: A simple 2D top-down game framework.
aseprite cpp game-2d game-frameworks sdl2 tiledmap
Last synced: 18 Jan 2026
https://github.com/noamrodrik/rodrikgameboyemulator
My own version of the GameboyEmulator written in C++17, for educational purposes only!
cpp cpp17 dmg-001 emulator gameboy gameboy-emulator gb
Last synced: 12 Apr 2025
https://github.com/stellardx/cspaceengine-project-vs-edition
A simple C++ static library for astronomic calculation and modding SpaceEngine
astronomy astronomy-library cpp library spaceengine
Last synced: 23 Apr 2025
https://github.com/czwinzscher/myhtmlpp
A C++17 Wrapper for MyHTML/Modest.
cpp cpp17 html html-parser html5 myhtml parser
Last synced: 17 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/precise-goals/cpp-notes
Hey folks! 👋 This is my personal DSA library in C++ that I’ve built over time by practicing and revising daily. It’s helped me strengthen my core concepts and problem-solving skills. Feel free to explore and use it as a reference while learning. If you find it useful, considering "Star" option to this repository.
algorithms cpp data-structures-and-algorithms logic-develop problem-solving
Last synced: 14 Oct 2025
https://github.com/to1dev/tengu
Your all-in-one crypto desktop client. Multi-chain wallet, DEX tools, charts, swaps, cross-chain, and AI. Runs fully locally.
bitcoin btc cpp crypto cryptocurrency dex ethereum multi-chain qt solana swap wallet
Last synced: 13 Mar 2026
https://github.com/jcbhmr/platformdirs-cpp
📂 Python's platformdirs module for C++
cmake cpp cpp-library platformdirs port xdg
Last synced: 02 Apr 2025
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/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/cesarvasconcelos/cplus-poo
Códigos produzidos nas aulas de Programação Orientada a Objetos (em C++) do curso de Engenharia da Computação - IFPB - Campus CG
cpp object-oriented-programming
Last synced: 09 Apr 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/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/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/tido64/panini
panini 🥪 is a dumb-as-bread INI file reader with a SAX-like interface.
cpp cpp17 ini ini-parser parser reader sax
Last synced: 28 Mar 2025
https://github.com/stefanolusardi/yolov8-onnx
YoloV8 inference built using ONNX Runtime C++, without OpenCV
cmake computer-vision cpp onnx onnxruntime yolo
Last synced: 17 Feb 2026
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/angeligareta/turing-machine
Implementation of a Turing Machine in C++, a model of computation that defines an abstract machine that manipulates symbols on a tape according to the machine rules.
cpp turing turing-machine turing-machine-simulator
Last synced: 16 Mar 2025
https://github.com/nukedev/pprat
cpp modern-cpp networking remote-admin-tool winsock2
Last synced: 30 Oct 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/styczynski/poly-var-cpp
Just-for-fun implementation of polymorphic variables in C/C++
c-plus-plus cpp library polymorphic polymorphic-types variables-and-their-usages
Last synced: 01 Jun 2026
https://github.com/amirreza81/os-lab
Reports and projects from the Operating System Lab course (CE-408) at Sharif University of Technology
bash bash-script c cpp debian inter-process-communication kernel linux memory-management operating-system os os-lab process sharif-university-of-technology shell systemcalls threads ubuntu
Last synced: 27 Jan 2026
https://github.com/silverjun/coronashootemup
2020 coronavirus shooting game made with SFML
Last synced: 19 Oct 2025
https://github.com/iepcbm/tower_of_hanoi
Tower of Hanoi game
cpp game sfml sfml-game tower-of-hanoi towers-of-hanoi
Last synced: 19 Oct 2025
https://github.com/sanchitbajaj02/my-c-project
C++ project of travel agency
Last synced: 04 Sep 2025
https://github.com/utkarsh1504/dsa-cpp
This repository contains all the concepts related to data structures and algorithms to get started. It also consists of a lot of problem-solving techniques in a language cpp that will help you in solving the questions of the coding rounds.
Last synced: 18 May 2026
https://github.com/esraa-emary/prompt-ai
C plus Plus Code (Prompt AI)
clean-code cplusplus cpp object-oriented-programming oop
Last synced: 19 Oct 2025
https://github.com/maurodelazeri/kafka-cpp
C++ client for Kafka leveraging librdkafka https://github.com/edenhill/librdkafka
cpp kafka librdkafka producer-consumer
Last synced: 19 Oct 2025
https://github.com/razvan48/gestiunea-unui-lant-de-hoteluri
Proiectul se va ocupa cu gestiunea unui lant de hoteluri. Va exista functionalitatea necesara descrierii relatiilor dintre hoteluri, clienti, camere, sejururi, angajati, etc..
Last synced: 20 Oct 2025
https://github.com/firyanulrizky/program-neuralnetwork-astar-hebb-mccullotchpitts
Projek C++ Neural Network
artificial-intelligence-algorithms astar-search-algorithm cpp hebbian-learning-rule mcculloch-pitts
Last synced: 20 Oct 2025
https://github.com/pritz69/cses-problemset-solutions
This repository contains my solutions to the problems from the CSES Problem Set. Each solution is implemented in Python and thoroughly tested. Feel free to explore, learn, and use these solutions as a reference for your own understanding of algorithmic problem-solving.If you would like to contribute, fork and branch/pull request this repository.
competitive-coding competitive-programming competitiveprogramming cp cpp cses cses-dp-section cses-problem-set cses-problem-set-solution cses-solutions java java-8 python python3
Last synced: 28 Feb 2025
https://github.com/a-cordier/bpk
:construction_worker: bpk packages files as binary resources availables in your C++ project
Last synced: 20 Oct 2025
https://github.com/urumqinsky/ft_containers
Reimplementation of some basics STL containers
Last synced: 12 Jun 2026
https://github.com/mecaneer23/binarytodecimal
Binary to decimal converters in numerous languages. Designed as a learning tool to compare common concepts across programming languages.
ada bash batch bin2dec binary-to-decimal binary-to-decimal-number-converter c coffeescript cpp forth haskell programming-languages python scala swift
Last synced: 27 Jan 2026
https://github.com/zouariomar/cpkg
A C/C++ package project containing custom headers for various functionalities.
Last synced: 23 Oct 2025
https://github.com/cm0use/rot13
Encrypt/Decrypt any Latin alphabet text entry (aA-Zz)
cpp cpptools rot13 rot13-cipher rot13-decoder
Last synced: 23 Oct 2025
https://github.com/yousufislam191/compiler
Solution of Compiler Design courses
Last synced: 04 Sep 2025
https://github.com/benami171/catan_cpp_implementation
My implementation of the game Catan in Cpp, as part of a university course in cpp.
board-game catan catan-board-game cpp inheritance
Last synced: 24 Oct 2025
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/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/khip01/konversi-des-oktal-hex
Tool/Alat
cpp devcpp executable simple-tools
Last synced: 24 Oct 2025
https://github.com/netcorelink/libchttpx
A powerful, cross-platform HTTP server library in C/C++ for building full-featured web servers.
Last synced: 23 Jan 2026
https://github.com/makjac/traffic_car_counter_opencv_yolov3
A tool for counting the number of vehicles in a video, utilizing OpenCV and YoloV3 for object detection, with the vehicle type count displayed on the video.
Last synced: 18 Apr 2026
https://github.com/gabrieldiem/jazzjackrabbit2
Multi-player online platformer shooter arcade-like videogame developed in C++ with SDL2 and Qt5. Made as a remake of the game "Jazz Jackrabbit 2" by Epic Games [1Q2024]
7552 cmake cpp cpp17 fiuba game-development gamedev remake-games sdl sdl2
Last synced: 09 Apr 2025
https://github.com/antonioberna/algoritmi
Algoritmi di Ordinamento e di Ricerca
algorithms-and-data-structures c cpp csharp engineering java javascript python ruby swift
Last synced: 22 Feb 2026
https://github.com/h-d-owl/equipment_information
Adds nodes that provide information about CPU, GPU, RAM and Displays.
blueprints cpp game-dev game-developement game-development game-engine gamedevelopment plugin plugin-development plugins ue5 ue5-plugin unreal unreal-engine unreal-engine-cpp unreal-engine-cpp-plugin unreal-engine-plugin unrealengine unrealengine5
Last synced: 25 Oct 2025
https://github.com/programmingrainbow/conways-game-of-life-cpp-sdl2
Conway's Game of Life written in C++ and using SDL2 game library.
Last synced: 25 Oct 2025
https://github.com/codernayeem/2d-maze-solver
Solve and view the solution path of a 2D Maze
backtracking-algorithm cpp maze maze-solver
Last synced: 04 Jul 2025
https://github.com/wizenink/bring
High-performance, lock-free SPSC ring buffer
concurrent cpp lock-free ring-buffer spsc
Last synced: 04 Mar 2026
https://github.com/marianpekar/ue5-fetch-art
An example project for 'Learn Working with APIs in Unreal Engine by Building a Virtual Art Gallery' tutorial.
blog-post cplusplus cpp tutorial ue5 unreal-engine unreal-engine-5
Last synced: 25 Oct 2025
https://github.com/engichang1467/clinic-patient-service
Developed a walk-in clinic patient system that maintains the medical records for all the patients of the walk-in clinic
clinic-management-system cpp object-oriented-programming
Last synced: 25 Oct 2025
https://github.com/mounishvatti/learndsa
This repository contains concepts in C++ from Beginner to Advanced with Data Structures & Algorithms
arrays binary-search cpp doubly-linked-list hashing linked-list math oops pointers problem-solving queue recursion sorting-algorithms stack stl strings
Last synced: 19 Apr 2026
https://github.com/squidmin/sfml-imgui-labs
ImGui + SFML sandbox
cmake cpp imgui imgui-sfml imgui-sfml-library sfml
Last synced: 01 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