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/ramamagarwal/cp
This repo consists of some of the easy and beginner-friendly techniques on how to approach problems on competitive programming platform 'Codeforces'. The codes for certain problems are user-friendly and easy to understand.
competitive-programming cpp problem-solving
Last synced: 26 Mar 2025
https://github.com/neilharia7/daily-coding-problems
C++ & Python Solutions for Daily Coding Problem
algorithms cpp daily-coding-problem data-structures python
Last synced: 15 May 2026
https://github.com/risc-os-community/strongedmodes
A repository of some StrongED editor Modes
arm cpp cpp20 editor editor-plugin gnu-assembler gnu-assembly gnu-cpp risc-os riscos stronged syntax-highlighting
Last synced: 15 May 2026
https://github.com/masoudir/cpp_signal_slot_events
This is a C++ implementation of the cpp_signal_slot_events. This code, provides you an event based C++ programming by determining SIGNALs and SLOTs and making them connected to each other. Whenever the SIGNAL fires, then its related SLOT starts to execute.
cpp event event-based event-driven fast-event-driven signal single-file-event-library slot thread
Last synced: 01 Jul 2026
https://github.com/tradias/variate
Deduce the template parameter of a variant based on every return path
convenience cpp cpp20 header-only variants
Last synced: 05 May 2026
https://github.com/ramamagarwal/project-online_ticket_booking_system
This repository consists of an online ticket booking system design similar to BookMyShow
Last synced: 26 Mar 2025
https://github.com/bursasha/cpp-advanced-projects
Advanced programming and algorithmization in C++ ⚔️
algorithms-and-data-structures automata-theory avl-tree bfs cpp cvut-fit dynamic-programming grammars graph-algorithms informatics-engineering multithreading optimization-algorithms programming regular-languages stl theoretical-computer-science thread-synchronization topsort
Last synced: 03 Apr 2025
https://github.com/dynamsoft/label-recognizer-c-cpp-samples
Dynamsoft Label Recognizer samples for the C/C++ edition
Last synced: 12 Apr 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: 01 May 2025
https://github.com/eclipse-uprotocol/up-conan-recipes
Conan recipes for uProtocol C++ libraries
Last synced: 23 Oct 2025
https://github.com/unvercan/quadratic-equation-solver
Quadratic Equation Solver with Linear Algebra using LU and QR decomposition
cmake cpp cpp11 decomposition eigen equation linear-algebra lu-decomposition matrix optimization qr-decomposition quadratic-equations
Last synced: 27 Jul 2025
https://github.com/marcolivierbouch/bubblesortasm
x86 assembly bubble sort
asm assembler assembly bubble-sort bubblesort cpp intel sort sorting-algorithms x86-64
Last synced: 16 May 2026
https://github.com/korigamik/neural-web
A feed forward Neural Network library and Visualization written in C++, compiled to wasm!
collaborate cpp emscripten feedforward-neural-network github github-pages machine-learning neural-network webassembly
Last synced: 15 May 2026
https://github.com/liulilittle/microsoft.net.system.random
In the standard "C/C++" language above the implementation of "Microsoft.NET Framework System.Random" Random number class.
class cpp dotnet implementation net random system
Last synced: 15 May 2026
https://github.com/frodoalaska/whoami
A linear story-based 2D side-scroller made with Raylib
2d 2d-game cpp raylib side-scroller side-scrolling-game storytelling
Last synced: 20 Mar 2025
https://github.com/yasenstar/learn_cpp
Repository for hosting the my c/c++ learning journey notes and source codes as reference
Last synced: 15 May 2026
https://github.com/sumitgirwal/quickstartwithcp
Quick Tips-Tricks-Functions for Competitive Programming(CP).
competitive-programming cpp docuemntation-tool python3
Last synced: 15 May 2026
https://github.com/adi-code22/hackerrank-competitive-programming
Hackerrank platform solutions
c competitive-programming cpp hackerrank-solutions java python
Last synced: 06 Apr 2026
https://github.com/autokaka/learnopengl2
Self made LearnOpenGL video series source code.
cmake cpp learning-by-doing opengl
Last synced: 15 May 2026
https://github.com/kalakit/kalaphysics
Physics library for Windows and Linux, made with C++ 20.
cpp cpp20 cpp20-lib cpp20-library opengl physics physics-engine
Last synced: 15 May 2026
https://github.com/maximbilan/t-block
T-Block
android cpp game game-development ios proton tblock tetris
Last synced: 25 Apr 2026
https://github.com/simone-contorno/rtos-priority-ceiling
Real-Time Operating Systems (RTOS) - Managing of 4 threads using Semaphores and Priority Ceiling Policy
cpp engineering real-time-operating-systems robotics
Last synced: 15 May 2026
https://github.com/akaliutau/phy-engine
Physically-correct rendering engine
3d-graphics c computational-geometry computational-physics computer-graphics cpp mgf photorealistic-rendering physically-based-rendering rendering-engine
Last synced: 30 Apr 2025
https://github.com/th0rgal/simulant
A C++ simulation of ant colonies made for the Paris Saclay University.
Last synced: 17 Oct 2025
https://github.com/stefanasandei/tiny-autograd
small autograd engine built from scratch in modern C++
autograd cmake cpp deep-learning neural-networks
Last synced: 14 Nov 2025
https://github.com/t-88/domes
another todo app in my cv
cpp engine hacktoberfest hacktoberfest2022 layout-engine
Last synced: 16 Jun 2025
https://github.com/himel-sarder/bsfmstu-all-semester-cpp-coding-with-himel
This repository, "BSFMSTU-All-Semester-Cpp-Coding-with-Himel," hosts comprehensive C++ coding exercises, assignments, and projects from all semesters conducted by Himel at BSFMSTU. Organized into separate directories for each semester.
cpp cppcodes semester semester-project
Last synced: 26 Mar 2025
https://github.com/h-d-owl/variablestovariables
Adds nodes to convert variables to other variables that are not in the standard library.
blueprints cpp game-dev game-development game-engine gamedevelopment plugin plugins ue5 unreal unreal-engine unrealengine unrealengine5 variable variables
Last synced: 18 Mar 2025
https://github.com/terroo/raycaster
A Wolfstein3D-style Raycasting implementation with C++ and SFML
cpp doom gamedev raycasting sfml
Last synced: 18 Mar 2025
https://github.com/clinder2/autodifflib
Repo for playing around with autodifferentiation in several languages, using dual numbers, etc.
autodifferentiation cpp math ml
Last synced: 15 Jun 2025
https://github.com/codejester01/multifunctional-social_platform_management_system
本项目是一款多功能的聊天社交管理系统,系统将QQ、微信、微博三大聊天系统的核心功能进行了整合实现,用户可以注册并登录自己的账号,同时原本不同平台的账号还可支持绑定,比如可以在qq管理系统中来添加微信和微博的推荐好友或者是直接建立微信或微博账号并与QQ账号进行绑定,同时自己还可以登录客户端进行个人好友管理、群组管理、个人信息管理, 同时也开发了两款趣味小游戏(贪吃蛇和十字消除)可供用户游玩,项目还利用网络通信和多线程编程以及锁的机制实现了即时通讯
cpp design-patterns mutilthread mysql network-programming oop
Last synced: 18 Mar 2025
https://github.com/zheoni/parsegar
Another and worse C++ command line argument parser
argument-parser command-line-parser cpp parser
Last synced: 29 Oct 2025
https://github.com/toikron/dear-design-manager
Real-time UI builder and advanced design manager built with Dear ImGui & ImDrawList. Features dynamic interactions, intuitive animation controls, and instant visual feedback for modern UI development.
cpp design design-system design-tool gui imgui imgui-extension imgui-menu ui ui-builder ui-framework ui-imgui
Last synced: 18 Mar 2025
https://github.com/esraa-emary/photo-editor-team
C Plus Plus Code (Photo Editor)
clean-code cplusplus cpp photo-editing
Last synced: 08 Sep 2025
https://github.com/raihanuldev/cpp-for-dsa
Cpp basics for Jumping DSA
codeforces-solutions cpp dsa dsa-algorithm
Last synced: 08 Oct 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/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/ferfoui/embeddeddisplay
Program to control a little screen with an ESP32
bluetooth bluetooth-le cpp esp32 esp32-arduino platformio
Last synced: 10 May 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/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/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/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/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/abdallahhemdan/enwik8-compression
📦 Compressing of the challenge enwik8 (100MB of wikipedia) using LZW(Lempel–Ziv–Welch) compression algorithm using cpp...
cmp2022 compression-algorithm comprssion cpp decoding encoding enwik enwik8 hemdan lzw multimedia text-compression
Last synced: 12 Jul 2025
https://github.com/ctkqiang/2d05
这款工具是一种 分布式拒绝服务(DDoS)攻击工具,它能够通过大量虚假流量淹没目标服务器,从而导致其无法正常响应合法请求,最终使系统崩溃或服务中断。🚀💥
2d05 china cpp cpp11 ctkqiang ddos ddos-attacks dos hacking-tool network security simple
Last synced: 04 Jun 2026
https://github.com/forhanshahriarfahim/operating-system-lab
3rd Year 2nd Semester - Operating System Lab
Last synced: 04 Jul 2025
https://github.com/urumqinsky/ft_containers
Reimplementation of some basics STL containers
Last synced: 12 Jun 2026
https://github.com/insightsoftwareconsortium/itkiomeshswc
ITK module for reading meshes from SWC files, a human- and machine-readable format for representing neuron morphologies
cpp insight-toolkit itk itk-module morphology neuroscience python swc
Last synced: 13 Apr 2025
https://github.com/razfrumkin/fractal-viewer
A fractal exploration tool powered by SFML and GLSL for GPU acceleration, offering real-time rendering, zooming, panning, and color adjustment capabilities to ensure seamless performance. Additionally, it utilizes ImGui for intuitive user interactions, all implemented in C++.
cmake cpp fractals glsl imgui sfml
Last synced: 03 Apr 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/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/Mute124/Atlas
An efficient cross-platform game engine built with raylib and keeping developer's sanity, native support for modding with lua and Angel Script, extensibility, and more in mind.
3d 3d-engine angelscript cpp cpp20 cross-platform engine game-development game-engine linux lua modding modern-cpp raylib scripting sol2 windows
Last synced: 28 Jul 2025
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/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/jcbhmr/platformdirs-cpp
📂 Python's platformdirs module for C++
cmake cpp cpp-library platformdirs port xdg
Last synced: 02 Apr 2025
https://github.com/hynduf/mystersy---a-sdl2-cpp-game
Mystersy - A SDL2 Game for 2122II_INT2215_2 (UET)
Last synced: 18 Apr 2026
https://github.com/9inefold/variant
Custom variant implementation for c++20
cpp cpp20 template-metaprogramming template-project
Last synced: 22 Jul 2025
https://github.com/antonioberna/spectrum-analyzer
ESP32 Spectrum Analyzer using FFT (radix-2) in C++
cpp embedded engineering esp32 fft platformio radix-2 spectrum-analyzer
Last synced: 10 May 2026
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/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/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/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/janniklth/connect4_consolegame
This project is a console-based implementation of the Connect 4 game, developed as part of our Programming lecture
connect4-game cpp dhbw-stuttgart oop
Last synced: 02 Apr 2025
https://github.com/aoshimash/hermite
A hermite integrator for planetary N-body simulation
Last synced: 31 Mar 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/vovandreevik/rkf45-runge_kutta_3_order
The program solves a system of differential equations according to the RKF45 program and the order 3 Runge-Kutta method
Last synced: 12 Sep 2025
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/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/nanda-gopal-sb/password_manager
A Password Manager in mordern C++.
bitwise cli cpp cryptography file filesystem password
Last synced: 03 Apr 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/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/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/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/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/sudodevinci/skyimager-obfuscated
Public facing version of the devinci.cloud website functionality, with appropriate obfuscation and censorship.
arduino cpp data-science esp32 esp32-arduino flask image-processing mysql object-detection ota-update
Last synced: 21 Jan 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/young-flash/websockets-demo
This is a demo about how to use uWebsockets to implement a server which supports publish and subscribe over websockets protocol (with ssl).
cpp publish-subscribe websocket websockets-server
Last synced: 03 Apr 2025
https://github.com/omkarshinde1711/leetcode
Cracking LeetCode puzzles one bug at a time — algorithms, data structures, and a bit of caffeine-fueled magic!
algorithms coding-challenges cpp data-structures github-actions interview-prep java leetcode problem-solving python
Last synced: 13 Apr 2026
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/madebypixel02/cpp-module-04
[42 Madrid] I don't want to set the world on fire
42 42-cpp-module 42-cursus 42born2code 42madrid born2code cpp interfaces makefile peer2peer polymorphism
Last synced: 29 May 2026
https://github.com/syedzawwarahmed/flilezipper
A simple application that compresses a text file using Huffman Coding.
algorithms c cpp data-structures huffman-coding tree-structure
Last synced: 15 May 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/busraozdemir0/minigamewithcpp
Adam Asmaca oyunu
cpp hangman hangman-console hangman-game
Last synced: 13 Jun 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/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