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/samridhisainii/neetcode-150
Neetcode -150 Questions
algorithms cpp dsa neetcode practice
Last synced: 10 Oct 2025
https://github.com/sakaars/codes
Daily Coding Question To Enhance My Skills.
app aws c cpp java webdevelopment
Last synced: 15 Feb 2026
https://github.com/abdallahhemdan/codeforces_uva
My solutions of the problems from codeforces and UVA
codeforces codeforces-solutions contest cpp problemsolving
Last synced: 19 Jan 2026
https://github.com/michelerenzullo/blur_algorithms
Fastest algorithm for Gaussaian blur on CPU. Fast Fourier Convolution - Portable alternative to cv::blur and cv::GaussianBlur in the frequency domain - Documentation and refactoring in progress
blur convolution cpp fft fftw fourier frequency gaussian image-processing kernel opencv openmp padding pffft pocketfft time
Last synced: 20 Aug 2025
https://github.com/developer239/vite-react-wasm-cpp-emscripten-cmake
TypeScript & React boilerplate with C++ WASM module for native features or performance boost.
cmake cpp emscripten javascript react typescript vite wasm
Last synced: 13 Apr 2026
https://github.com/andezion/mineisbetter
Пытаюсь разобраться в контейнерах и алгоритмах
cpp cpp14 cpp20 stl-algorithms stl-containers
Last synced: 05 Sep 2025
https://github.com/pwalig/3d-fps-opengl
3D FPS Game made with OpenGL
3d-graphics c-plus-plus college-project computer-graphics cpp first-person-shooter game game-development game-engine open-gl opengl
Last synced: 18 May 2026
https://github.com/billyfrcs/runnerman
Simple Endless Runner Game Runner Man.
3dgame blueprint blueprint-scripting cpp endless-runner gamdev game game-development runnerman ue4 unreal-engine unreal-engine-4
Last synced: 11 Oct 2025
https://github.com/w2874382167/lane-detection
在大一上学期时,完成编程作业,选题为利用OpenCV进行车道线的检测
Last synced: 27 Jan 2026
https://github.com/im-rises/tetrissfml
Tetris game made in C++ 17 with SFML lib
Last synced: 11 Jun 2025
https://github.com/sferez/hpc_mpi_traveling_salesman
High Performance Computing MPI for Traveling Salesman Problem
cpp high-performance high-performance-computing mpi openmpi travelling-salesman-problem
Last synced: 30 May 2026
https://github.com/andezion/wizardrage
Fierce battles will reveal the best mage!
clion cpp cpp11 game-development middle-earth sfml sfml-game
Last synced: 13 Mar 2026
https://github.com/devtanish/leetcode-cpp
Dealing with problem solving in C++ daily
cpp leetcode leetcode-cpp leetcode-solutions problem-solving
Last synced: 12 Oct 2025
https://github.com/andy-messer/mipt-algo
Все решенные мною задачи по алгоритмам за long long time
Last synced: 09 Apr 2025
https://github.com/nbdy/modulepp
cpp module framework
cpp modular modularity modulepp shared-library
Last synced: 28 Mar 2025
https://github.com/horizon-nth/horizongui
A graphical interface in c++ with OpenGl
cpp cpp20 glsl graphical-user-interface gui library opengl python-bindings widgets
Last synced: 12 Oct 2025
https://github.com/mariam-badr-mb/route-cipher
Route Cipher is a transposition cipher that arranges the message into a grid and then reads it in a spiral order, starting from the outer boundary towards the center. The encryption and decryption are based on a secret key (number of columns), which determines the size of the grid.
Last synced: 26 Jan 2026
https://github.com/msub2/wwise.js
Making Wwise workable on the web
cpp emscripten javascript wasm web wwise
Last synced: 19 Apr 2026
https://github.com/phamduylong/footballrecord
Program to save football game records
Last synced: 12 Oct 2025
https://github.com/atmofx/bigint
C++ big integer library
bigint biginteger biginteger-library competitive-programming cpp cpp-library cpp11 cpp14 cpp17 cpp20 cpp23 scientific-calculations scientific-computing
Last synced: 13 Mar 2026
https://github.com/iassasin/logtractor
log collector and processor
cpp cpp17 log-collector logging real-time-processing streaming
Last synced: 09 Apr 2025
https://github.com/o-rumiantsev/array
Compromise between the convenient and fast implementation of arrays in C++
array cpp features functionality list speed
Last synced: 19 Jan 2026
https://github.com/guest271314/native-messaging-cpp
C++ Native Messaging host.
cpp native-messaging native-messaging-host
Last synced: 23 Feb 2026
https://github.com/gershnik/ptl
C++ library for Unix system APIs.
bsd c-plus-plus-20 cplusplus-20 cpp cpp20 cygwin freebsd header-only linux mac macos mingw no-dependencies posix unix wrapper wrapper-library
Last synced: 06 May 2026
https://github.com/brainstone/cppcompiletimearraygenerator
A tiny header only C++11 (and above) library to generate arrays with a generator function at compile time!
constexpr cpp cpp11 cpp14 cpp17 cpp20 header-only
Last synced: 13 Oct 2025
https://github.com/dennisrono/cpp-workspace
cpp workplace for practice and simple projects
Last synced: 06 May 2026
https://github.com/bmc-labs/matiopp
C++ wrapper for matio - Read Only (for now)
Last synced: 15 May 2026
https://github.com/ivanfon/phy2d
A small, simple 2D rigid body physics library for C++.
Last synced: 14 Oct 2025
https://github.com/victornpb/multiplexed-7segments-display
Arduino sketch that provides multiplexing for a single or multiple 7 segments displays without extra hardware
7segment arduino-library arduino-sketch cpp multiplexer
Last synced: 25 Oct 2025
https://github.com/sajadtroy/awass
Automated Waste Analysis and Sorting System.
ai artificial-intelligence c cpp object-detection python trash
Last synced: 13 Mar 2026
https://github.com/immanuel-c/ilog
A Simple Logger, For people that don't want bloated libraries
Last synced: 10 May 2026
https://github.com/mariam-badr-mb/nim-game
A fun two-player game where players take turns to reach exactly 100 points by entering numbers between 1 and 10. The game enforces strict rules to ensure fair play and announces the winner. Perfect for practicing Python an
Last synced: 17 Feb 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/aidinhamedi/advanced-arduino-datalogger
This project is an advanced datalogger that logs temperature, humidity, and air pressure. It uses an Adafruit SHT31 sensor for temperature and humidity, and a BMP180 for air pressure.
arduino arduino-ide arduino-mega bluetooth bmp180 c cpp data-collection datalogger sensors sht31 st7735 tft-display
Last synced: 21 Aug 2025
https://github.com/iukkeopaa/gathering-various-sources
Collecting and organising informations or sources from all aspects.
algorithms cpp docker go java kubernetes linux mysql web
Last synced: 13 Apr 2025
https://github.com/im-rises/nesemulator
Nes Emulator made in C++ with OpenGL And Dear ImGui (Work in Progress)
c-plus-plus cplusplus cpp emulator games nes
Last synced: 14 May 2025
https://github.com/alexjmercer/datastructures-algorithms
A repo created to practice and publish code regarding various topics of Data Structures & Algorithms. Also planned to include all solutions from LeetCode.
algorithms cpp data-structures java learning-by-doing leetcode leetcode-solutions
Last synced: 20 May 2026
https://github.com/o8x/wiredolphin
a Simple Wireshark For learning C++ and QT
capture-network cpp network-analysis qt6 wireshark
Last synced: 29 Oct 2025
https://github.com/rakesh9100/cse-cpp-codes
This repository contains the basic codes of CSE -- Object-Oriented Programming, which are coded in C++ Language.
Last synced: 20 Mar 2025
https://github.com/jetkan-yk/food-delivery
Introduction to C++ term project
cli cpp food-delivery introduction-to-programming
Last synced: 19 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/pseudomanifold/bin-packing-heuristics
Some bin-packing heuristics
bin-packing combinatorial-optimization cpp heuristics optimization
Last synced: 15 May 2025
https://github.com/brooklyn-dev/ray-tracing
A GPU-accelerated, physically-based path tracer built with C++ and OpenGL - from scratch.
cpp cpp17 glad glfw3 glm glsl graphics opengl path-tracing pbr ray-tracing raytracer raytracing real-time-rendering
Last synced: 19 May 2026
https://github.com/vvzen/paintball-portraits
repo of the paintball gun installation for the "Echosystems" exhibition (September 2018, Goldsmiths)
arduino cpp echosystems goldsmiths installation-art openframeworks
Last synced: 16 May 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/pranshu05/cppvault
open source CPP docs
cpp cpp-docs data-structure data-structures data-structures-and-algorithms docs documentation ds dsa mdx nextjs oops oops-in-cpp
Last synced: 06 Apr 2025
https://github.com/snowty/seccontrol
MFC ActiveX Control to monit the password and etc.
Last synced: 30 Mar 2025
https://github.com/aqzhyi/oh-my-ex5
download my mt5 scripts, ea, indicators
Last synced: 20 Mar 2025
https://github.com/schwalbe-t/DSTIKE-Pong
A port of singleplayer Pong for the DSTIKE Deauther watch.
c cpp embedded embedded-c embedded-cpp esp8266 platformio sh1106
Last synced: 25 Oct 2025
https://github.com/niloufarmj/sbu-bp-two-cars
two cars game demo with c++ console application my BP mini project
console-application console-game cpp two-cars
Last synced: 16 May 2026
https://github.com/mrowan137/mnist-from-scratch-hip
From-scratch implementation of MNIST linear classifier in HIP, tuned for Radeon Pro VII (gfx906)
amd-gpu cpp hip machine-learning mnist rocm
Last synced: 05 Jul 2026
https://github.com/q1chenl/swe-android
A light-weight Android implementation of shallow water equation (SWE) and tsunami simulation using NDK and JNI.
android cpp jni ndk shallow-water-equations swe
Last synced: 22 May 2026
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/ferhatgec/loxplusplus
lox++, c++ implementation of jlox
cpp cpp20 crafting-interpreters jlox
Last synced: 23 Jul 2025
https://github.com/bdwhst/fluora
A CUDA PBR path tracer
cpp cuda pathtracing pbr rendering
Last synced: 13 Feb 2026
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/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/mateoniksic/project-car-rental-management-system
car rental system using terminal interface and database (CODE) [ C++ / SQLite ORM ]
car college-project cpp database rentalsystem sqlite-orm vehicle
Last synced: 19 May 2026
https://github.com/mohamedwelteir/turing-machine-simulator
A very simple Turing Machine implementation in C++
Last synced: 03 Feb 2026
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/brunexgeek/protogen
Compile proto3 to generate C++ code for JSON serialization
compiler cpp json json-generator json-schema protobuf3 serialization single-file
Last synced: 18 Jun 2025
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/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/ehsan-habibagahi/2048
🕹️ Terminal game | A minimal clone of famous 2048 game
Last synced: 21 Mar 2025
https://github.com/kohakublueleaf/kohakugomoku
A gomoku AI project which runs on cpu.
alpha-beta-pruning cpp gomoku gomoku-ai mcts minimax monte-carlo-tree-search
Last synced: 24 Feb 2025
https://github.com/tinoryj/simplehttpserver_epoll_threadpoll
C++ HTTPServer with epoll & thread pool
Last synced: 24 Feb 2025
https://github.com/mguludag/qt_ansicolor_handler
ansi color code parser class from qt-creator's source code and modified and added new features (italic and underline) then aims easy to use with current QTextEdit and QPlainTextEdit without creating custom classes
ansi-colors cpp log-viewer qt qt5 qt5-gui qt5-widgets spdlog widget
Last synced: 17 May 2026
https://github.com/guhwanbae/rxwayland
C++ Reactive Extensions(RxCpp) adaptor for libwayland
cpp libweston rx rxcpp wayland wayland-library weston
Last synced: 11 Mar 2025
https://github.com/ossia/remote
Remote UI for OSCQuery devices
cpp creative-coding osc oscquery ossia qml qt user-interface
Last synced: 18 May 2026
https://github.com/virtyaluk/coursera-competitive-programming-core-skills
My progress doing Coursera Competitive Programmer's Core Skills.
competitive-programming coursera cpp programming-languages
Last synced: 22 Jun 2025
https://github.com/verdagio/firstcppgame
3rd year final semester project using cpp & unreal engine 4
3d-graphics collision-detection cpp dungeon-crawler game unreal-engine
Last synced: 21 May 2026
https://github.com/karnkaul/fixed_vector
KT single header C++17 library for std::vector that uses a fixed size stack allocated buffer for storage.
cpp cpp17 cpp17-library single-header vector
Last synced: 20 Mar 2025
https://github.com/pecas-dev/m.i.c.r.o-graphics-engine
Computer Graphics Project made with Modern OpenGL in C++ (#2).
cpp graphics-engine graphics-programming opengl
Last synced: 18 Jun 2025
https://github.com/magalhaesm/rinha-compiler
💻 A simple tree-walking interpreter
algorithms compiler cpp cpp17 data-structures interpreter programming-challenges tree-walk-interpreter
Last synced: 13 Apr 2025
https://github.com/karnkaul/decf
Dumb simple Entity-Component framework in C++17
cpp cpp17 cpp17-library ecs entity-framework
Last synced: 20 Mar 2025
https://github.com/faris771/cpu_simulator
Task1 in my software engineering internship at Imagry, the Idea of this task is to get hands on C++ Language, and designing concepts.
Last synced: 28 Mar 2025
https://github.com/speakez-llc/farscape
F# Native Library Binding Generator
Last synced: 21 Mar 2025
https://github.com/divshekhar/linux_commands_clone
Linux Commands Clone
c-language cpp hacktoberfest hacktoberfest-accepted hacktoberfest2021
Last synced: 10 Apr 2025
https://github.com/knapeczadam/dae-software-engineering
🌚 Final project for Software Engineering at Howest DAE (2024). Demonstrates modular C++ development with Lua integration, including three simple mini-games: Pong, Snake, and Breakout. Includes a single final release build.
belgium c c-plus-plus cpp dae digital-arts-and-entertainment game-dev game-development game-programming howest howest-dae kortrijk lua programming software-engineering sol2 student-project university
Last synced: 03 Jul 2026
https://github.com/yud0uhu/chocottoos
ATtiny85とATmega328Pで動くRTOSのサンプルソースコードです。
Last synced: 17 May 2026
https://github.com/druxorey/ucv-ayp
Respuestas y ejercicios resueltos de las guías de Algoritmos y Programación en C++, organizados por temas.
Last synced: 11 Jul 2025
https://github.com/vinatorul/advent-of-code
My advent of code solutions in C++ and Kotlin, see http://kuvaev.me/ for tutorials
advent-of-code advent-of-code-2016 cpp kotlin
Last synced: 30 Apr 2026
https://github.com/amoshnin/mipt.cpp-competitive.programming
📘 MIPT University - Olympiad School of Competitive Programming (C++) Curated repository with full explanations, solutions & written lectures collected throughout my academic experience at MIPT school
algorithms-and-data-structures competitive-programming cpp olympiad-in-informatics
Last synced: 26 May 2026
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/italocobains/capivara-runtime-javascript
Criando javascript runtime com base no video do @ErickWendel
cc cpp javascript libuv v8-javascript-engine
Last synced: 18 May 2026
https://github.com/rxchit/barebone-os-raspi3
A simple OS that prints "Hello World", for RaspberryPi 3
c cpp kernel os qemu raspberry-pi-3
Last synced: 11 May 2026
https://github.com/jasperdrescher/tale
An action-adventure game developed in UE5 for learning purposes | UE5で開発された学習用のアクションアドベンチャーゲーム
Last synced: 26 Jun 2025