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-01 00:06:36 UTC
- JSON Representation
https://github.com/isaiah76/codewars
my solutions to codewars katas
codewars codewars-kata codewars-kata-solution codewars-solutions cpp java javascript python
Last synced: 22 Jun 2025
https://github.com/realsba/esp32pp
ESP32++ (esp32pp) is a collection of C++ classes for the ESP32, providing reusable components for buttons, I2C, HTTP servers, and more, aimed at simplifying development.
cpp cpp20 dht11 dht22 esp-idf esp32 i2c-bus i2c-device ina219 ina226 ledc rf43 wifi
Last synced: 16 May 2026
https://github.com/lijian736/ffmpegutils
A simple FFMPEG encoder, decoder and transcoder utils
cpp decoder encoder ffmpeg transcoder
Last synced: 18 May 2026
https://github.com/siva-tanikonda/competitive-programming
My competitive programming Git repository
algorithms competitive-programming cpp data-structures python
Last synced: 11 Sep 2025
https://github.com/silentrald/flappy-bird-neat
Simple NEAT Implementation on Flappy Bird
Last synced: 14 Apr 2025
https://github.com/captainayan/cppclitable
A C++ "single header file" library for drawing tables in the console. 🏓
cli-table-cpp console cpp header-only lightweight single-header-lib single-header-library table
Last synced: 29 Mar 2025
https://github.com/najmiter/cpp-learning-series
You can find the code for every video in the playlist here. This contains the solutions to the exercises (if given) at the end of the videos. Try to do your own and then see the solution.
cpp cpp11 cpp14 cpp17 oops-in-cpp procedural-programming
Last synced: 28 Mar 2025
https://github.com/georgiifirsov/podserializer
Library used to serialize and deserialize any POD-structure (and some non-POD structs) with no modifications applied to them. Here I use a lot of templates and other meta-magic :)
cplusplus cplusplus-14 cpp cpp14 pods serialization templates
Last synced: 12 Apr 2025
https://github.com/merendamattia/asd
ASD - Algoritmi e Strutture Dati presso l'Università degli Studi di Parma (9 + 6 CFU).
Last synced: 15 Jul 2025
https://github.com/georgecatalin/multi-threading-and-ipc-with-qt-5-cpp
Code practice associated with the Udemy course "Multi-Threading and IPC with Qt 5 C++" authored by Daniel Gakwaya.
cpp qt qt5 qthread-subclass udemy-course
Last synced: 16 May 2026
https://github.com/blueskyson/ansi-escape-code-color
ANSI escape code color lookup
ansi-colors colors cpp python terminal
Last synced: 12 Apr 2026
https://github.com/canreader/sleakengine
Open source, modular 3D game engine built with C++23 supporting DirectX 11, DirectX 12, OpenGL, and Vulkan through a unified rendering interface. Features an ECS architecture, scene management, and cross-platform support.
3d-engine cmake cpp cross-platform directx entity-component-system game-engine graphics imgui opengl rendering-engine sdl3 vulkan
Last synced: 16 May 2026
https://github.com/defGameEngine/defGameEngine
defGameEngine is a cross-platform game engine. Available on Windows, Linux and (probably) MacOS. Requires C++20 or higher
cpp emscripten game game-dev game-development game-engine gles gles3 glfw glfw3 gui imgui imgui-glfw lua opengl opengl3 web
Last synced: 14 Jul 2025
https://github.com/snandasena/path-plnaning-n-localization
Kalman filter implementation with C++
cpp kalman-filter localization markov-model mathematics motion-planning particle-filter probability robotics
Last synced: 19 May 2026
https://github.com/whdhdyt21/sudoku
This repository contains two implementations of a Sudoku solver, each utilizing different methods for input.
cpp sudoku-generator sudoku-solution-finder sudoku-solver
Last synced: 09 Sep 2025
https://github.com/chirag-droid/opengl
This is my first OpenGl project.
cmake cmakelists cpp glad glfw glfw3 graphics graphics-library graphics-programming opengl
Last synced: 18 May 2026
https://github.com/jiaqiluo/simple-card-game
A practice for stack and queue
Last synced: 21 Mar 2025
https://github.com/chasenut/sfml-continuous-collision-detection
SFML Collision System (Particle - Barrier)
Last synced: 22 Jul 2025
https://github.com/janspiry/multivariate_normal
Scipy.stats.multivariate_normal.pdf() implementation by C++ with OpenCV.
cpp gaussian multivariatenormal opencv
Last synced: 20 May 2026
https://github.com/ningenme/compro-library
競技プログラミングのライブラリ
competitive-programming cpp library
Last synced: 26 Aug 2025
https://github.com/rvarago/cpppid
A composable library to implement contol loops in C++
control-engineering control-systems cpp cpp17 modern-cpp pid-controller
Last synced: 04 Apr 2025
https://github.com/neilkleistgao/zelda-external-assassin-plan
A simple game design for C++ class
Last synced: 04 Apr 2025
https://github.com/coyorkdow/cfuture
a c++ promise future implementation with continuation [work in progress]
Last synced: 30 Dec 2025
https://github.com/randomgamingdev/ezgl
A powerful graphics library designed to abstract away writing graphics code at 0 cost. Spend time building beautiful, lightway, easy to use, powerful graphics, not fighting the graphics API.
cpp cross-platform graphics graphics-engine graphics-programming multilib powerful simple
Last synced: 10 Jul 2025
https://github.com/melardev/cpp_aes_ecb_implementation
aes aes-ecb aes-encryption cpp ecp
Last synced: 21 Mar 2025
https://github.com/loneicewolf/cryptography
Encryption implemented in various languages. like AES and Serpent, more coming.
aes c cascade-encryption cipher cpp cryptography openssl rijndael serpent
Last synced: 08 Mar 2026
https://github.com/samyam81/cryptography-lab
A comprehensive repository featuring practical implementations, tutorials, and resources for exploring cryptographic algorithms and protocols.
co-prime cpp cryptography-algorithms euclidean-algorithm extented-euclidean-algorithm go playfair-cipher railfence-cipher shift-cipher vigenere-cipher
Last synced: 17 May 2026
https://github.com/kimtth/console-tetris
🎲 Most simplest console based Tetris source code by C++
console-tetris cpp tetris tetris-source
Last synced: 18 Aug 2025
https://github.com/foolnotion/pratt-parser-calculator
Pratt operator precedence parser and expression calculator
cpp cpp17 expression-evaluator expression-parser pratt-parser precedence-parser
Last synced: 31 Oct 2025
https://github.com/colleagueriley/xdl
A single header file that dynamically loads the Xlib and GLX library. Written in/for ANSI C.
ansi-c c c89 cpp dymanic header-only public-domain rsgl single-header x11 xlib
Last synced: 21 Jun 2025
https://github.com/daddesign-projects/asynchronous-spdif-mixer
"Asynchronous SPDIF Mixer" synchronizes and mixes up to three asynchronous S/PDIF streams into a 48 kHz output. Running on an STM32H743 and developed in C++ with CubeIDE, it compensates for drift with interpolation. A custom KiCad-designed PCB hosts this real-time audio processing solution.
asynchronous cpp mixer pcb spdif stm32 stm32h7
Last synced: 06 May 2025
https://github.com/livegameprogramming/game-editor
Game Editor
cpp game-development game-editor open-source opengl
Last synced: 25 Jan 2026
https://github.com/asakusarinne/megengine_cpp_training_example
Examples for using MegEngine cpp API for model training, which support Linux, Windows, Android, Linux_arm and IOS.
cpp deep-learning megengine mobile
Last synced: 03 Apr 2025
https://github.com/shucharjer/atom.utils
A headers-only util library in C++20, including reflection, structures, and some magic. | 一个仅有头文件的C++20基础工具库,包括反射、结构和一些魔法。
cpp cpp20 cpp20-library headers-only modern-cpp reflection utils
Last synced: 09 May 2025
https://github.com/joshuathadi/dsa--architect
This Respository of my DSA notes in Python and C++
cpp data-structures-and-algorithms python
Last synced: 14 Apr 2025
https://github.com/pradyuman7/hackerranksolutions
My Solutions to some of the HackerRank practice problems in Java and C++ (Python , C#)
cpp hackerrank hackerrank-solutions hackerranksolutions java problem-solving
Last synced: 19 May 2026
https://github.com/lekco1320/dsdisplay
使用EGE库可视化常用的数据结构(前序&中序构造二叉树、哈夫曼树的构造、平衡二叉树的构造与查询)。
cpp data-structures ege visualization
Last synced: 05 Mar 2025
https://github.com/ryomendev/uav-resourceallocation-minor-project
project models an Unmanned Aerial Vehicle (UAV) resource allocation system to optimize the delivery of essential resources (medicine, food, and weapons) to various outposts.
algorithms cpp efficiency oops oops-in-cpp resource-allocation uav
Last synced: 17 Feb 2026
https://github.com/dhananjayporwal/programming-notes
Collection of notes which I made at the time of learning various courses.
cpp cppprogrammingessentialsforbeginners dhananjay dhananjayporwal notes porwal programming-notes
Last synced: 13 Jul 2025
https://github.com/juhayna-zh/hydraw
Hydraw is a simple drawing software, as an easy example of Qt C++.
cpp drawing-app gui qpainter qt
Last synced: 21 May 2026
https://github.com/guilhermeisnotunix/clt
CLT (Command Line Timer) é um cronometro simples para uso na linha de comando (Terminal Unix-Based), feito em C++.
Last synced: 23 Jul 2025
https://github.com/dxbang/bangbuttonboxacc
Button Box for Sim-Racing - Assetto Corsa Competizione
arduino arduino-micro assetto-corsa-competizione button-box buttons controller cpp joystick keyboard macros pcb sim-racing simracing
Last synced: 16 May 2026
https://github.com/megatokio/z80emuf
emulation of a simple Z80 micro computer for testing or starting own project
Last synced: 16 May 2026
https://github.com/tonitaga/calculator-application-cpp-qt
Calculator in C++ programming language using Qt framework. Uses Dijkstra's algorithm to translate an expression into Polish notation, allows graphing a function, calculating credit and deposit
Last synced: 18 May 2026
https://github.com/zannatul-naim/compiler-design-lab
CSE 3142 (Compiler Design Lab)
Last synced: 01 Nov 2025
https://github.com/aminya/cmove
Move const values in C++
const cpp cpp20 cxx immutable move move-semantics mutable performance
Last synced: 26 Jun 2025
https://github.com/kockaadmiralac/sfm
Comparison of performance and accuracy of Structure from Motion algorithms.
computer-vision cpp opencv petnica
Last synced: 21 Dec 2025
https://github.com/rosekamallove/problem-solving
Concepts and Practice problems that I am solving while learning Data Structures and Algorithms
algorithm competitive-programming cpp data-structures
Last synced: 30 Mar 2025
https://github.com/richelbilderbeek/searchanddestroychess
C++ Kriegspiel game
chess cpp dark-chess foss game kriegspiel
Last synced: 17 Mar 2025
https://github.com/brianferri/fmm-c--
collection of fast multiplication algorithms and matrix operations. It is written in C++ and is header only. It is designed to be used in other projects and rewritten to fit the needs of the project
algorithms calculus cpp data-structures fast-multiplication library math mathematics matrix-calculations matrix-multiplication matrix-operations
Last synced: 12 Jul 2025
https://github.com/zinikus/home-appliance-remote-control
Beginner-level project: Control home appliances remotely using your phone and an ESP8266/ESP32. This simple IoT setup lets you switch devices on/off from anywhere using Wi-Fi. Great starter for learning home automation!
artificial-intelligence beginner-friendly cpp iot-application robot robotics robotics-competition
Last synced: 18 May 2026
https://github.com/longluo/database-from-scratch
build a database from scratch
Last synced: 05 May 2026
https://github.com/maxencebonamy/Brainfuck-Interpreter
Brainfuck is a programming language containing just 8 instructions, each a character. This software is an interpreter that lets you execute a program written in Brainfuck.
brainfuck brainfuck-interpreter cpp interpreter xmake
Last synced: 12 Mar 2025
https://github.com/npaun/viz
GTFS visualizer (C++ backend for jsteelz/jviz)
Last synced: 24 Apr 2026
https://github.com/maltsev-dev/unrealprojects
UE projects. 3 fully completed games based on free assets packs
Last synced: 30 Jan 2026
https://github.com/snowty/seccontrol
MFC ActiveX Control to monit the password and etc.
Last synced: 30 Mar 2025
https://github.com/nouraalgohary/grind-75-solutions
This GitHub repository features my solutions to Grind 75 questions, which I am approaching using multiple techniques and programming languages as per my plan.
blind-75 cpp problem-solving python
Last synced: 14 Feb 2026
https://github.com/avakar/bitflags
Tiny header-only library providing bitwise operators for enums in C++11
Last synced: 12 Apr 2025
https://github.com/ziadasem/gc-cpp
A different implementation for garbage collection system in C++
cpp cpp17 garbage-collection garbage-collector modern-cpp
Last synced: 22 Mar 2025
https://github.com/3dproger/qpadder
Cross-platform analogue of the XPadder
controller cpp game gamepad keyboard linux orange-pi qt raspberry-pi screen-keyboard xpadder
Last synced: 20 Jan 2026
https://github.com/haseeb-heaven/awesomecpp-libraries
Awesome Cpp libraries for various tasks Http Req,Parsers File/Event Mgr,Maths,Container etc
cpp cpp-containers cpp-course cpp-gpt cpp-http cpp-library cpp-math cpp-project cpp-rest cpp17 dataconvertor filemanager filesystemwatcher mathoperations
Last synced: 28 Mar 2025
https://github.com/deminearchiver/animate-test-addons
A collection of native addons for Adobe Animate
addon adobe adobe-animate animate cmake cpp dwmapi jsapi qt qt-widgets qt6 win32 windows windows11
Last synced: 12 Jan 2026
https://github.com/ismailbarkani/gestion-des-fichiers
Une librairie qui aura besoin de gérer l’ensemble de données. Cette gestion sera bien sûr traitée à travers des fichier stocké.
cplusplus cpp cpp-library file-manager
Last synced: 10 Sep 2025
https://github.com/jgcmarins/graph-coloring
Graph coloring software that uses backtracking algorithm
backtracking-algorithm college-purpose cpp graph-coloring
Last synced: 15 Sep 2025
https://github.com/Prot-Security-Studio/Prot-Defender-Core
Prot Defender core code open source repository
cpp csharp defender dll machine-learning python python3 software windows
Last synced: 12 Sep 2025
https://github.com/hebiiro/al2_wav_saver
aviutl2用の出力プラグインです。音声のみを32bit floatまたは16bit shortのWAV形式で出力します。
Last synced: 20 Jul 2025
https://github.com/gembcior/stm32-cmake-f411xe
This project is an example how software for STM32 microcontroller can be developed using pure C++.
Last synced: 26 Jun 2025
https://github.com/mickaelblet/args
Parse and store options from argc and argv
argparser argv argv-parser cpp cpp98 cpp98-compatible header-only-library
Last synced: 03 Feb 2026
https://github.com/mikaelvallenet/r-type
R-Type is a Epitech project which is a horizontally scrolling shooter arcade video game developed and released by Irem in 1987 and the first game in the R-Type series.
cpp ecs epitech game-development multiplayer-game network serialization tcp udp
Last synced: 21 Jun 2025
https://github.com/marlenemoraes/curso-mfp-aula01
Aula introdutória lecionada por mim no Curso de Iniciação em Programação Esportiva, realizada pela Maratona Feminina de Programação, no canal do YouTube @MaratonaSBC
bigonotation cpp marathon overflow
Last synced: 14 May 2025
https://github.com/benapetr/pixelengine
Open source Qt/C++ 2D game engine with native pixel manipulation support for games similar to Worms, or ScorchedEarth
Last synced: 18 Feb 2026
https://github.com/teiacare/teiacareinferenceclient
TeiaCareInferenceClient is a C++ inference client library that implements KServe protocol.
cpp cross-platform deep-learning grpc inference kserve machine-learning
Last synced: 25 Sep 2025
https://github.com/zang-langyan/eastwind_math
EastWind Math Library (C++ interface for BLAS and LAPACK)
blas cpp lapack linear-algebra
Last synced: 02 Aug 2025
https://github.com/rajan170/objectdetectionwithhaarclassifier
object detection for on-road traffic using OpenCV and Haar classifier.
ai cpp haar-cascade-classifier object-recognition python-3 self-driving-car vision
Last synced: 02 Feb 2026
https://github.com/threadexio/cbundl
webpack but for C code.
build-tool bundle bundler c cpp preprocessing preprocessor
Last synced: 08 Mar 2026
https://github.com/arec1b0/hft_trading_system
High-frequency trading system with backtesting and risk management.
algorithms-trading backtesting cpp hft-trading risk-management
Last synced: 05 Nov 2025
https://github.com/truongd3/new_perl-like_language
New Simple Perl-Like Language by Truong Dang
Last synced: 17 May 2026
https://github.com/Xtalism/access-point-esp32
ESP32 Access Point
access-point arduino cpp embedded-systems esp32 industrial-network microcontroller-programming networking platformio
Last synced: 24 Oct 2025
https://github.com/marginalhours/mandelbrot-renderer
C++/SDL2 Mandelbrot set renderer
cpp cpp17 mandelbrot-fractal mandelbrot-viewer sdl2
Last synced: 07 Apr 2026
https://github.com/krishpranav/diamond-lang
diamond lang is an object-oriented programming language
c clang cpp function-programming http language networking object-orianted programming-language socket
Last synced: 17 Feb 2026
https://github.com/hmasum52/cse208-dsa-ii-sessional
Implementations of All the assignments of the course CSE-208-Data structure and algorithms-II in C++
Last synced: 12 Jul 2025
https://github.com/kiblelab/quoridouble
강화학습 기반 AI와 PvP 대전, 개선된 UX가 구현된 Quoridor 게임 앱
cmake cpp dart flutter gradle java socket-io spring-boot
Last synced: 17 Feb 2026
https://github.com/localspook/crc
A high performance C++ CRC library with all the bells and whistles.
cpp cpp20 crc header-only no-dependencies single-file
Last synced: 11 May 2025