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-04-30 00:07:10 UTC
- JSON Representation
https://github.com/ranon-rat/moonmake
a package manager and a build system made in python
build-system c clang cpp gcc makefile raylib
Last synced: 10 Jun 2025
https://github.com/tw1ddle/blind-crossword-3d
:star2: 2D and 3D crossword puzzle game for blind and partially-sighted users
accessibility blind blindness cpp crossword crossword-game qt
Last synced: 03 May 2025
https://github.com/daddesign-projects/daisyseedgfx2
Daisy seed graphics library MK2 with TFT drivers for st7789 and st7735
cpp daisy-seed gfx gfxlib library oled st7735 st7789 tft
Last synced: 06 May 2025
https://github.com/asklar/winrtcomponent
How to consume C# WinRT components from C++
cpp csharp csharp-code dotnet dotnet-native ilc net-native uwp uwp-app uwp-applications uwp-apps uwp-dev
Last synced: 01 Aug 2025
https://github.com/iker-gonzalez/42-common-core
Compilation of all the projects carried out as part of 42's common core program.
42cursus algorithms bash c cpp css3 data-structures docker html5 linux mysql nestjs networking networks oauth postgresql react typescript virtualization
Last synced: 25 Aug 2025
https://github.com/pmfoss/simpleimagebrowser
This project demonstrates a way to customize the class QListView of the Qt framework. It does not claim to be completed or to provide and support a program for productive use.
Last synced: 15 Apr 2025
https://github.com/surajv311/myprogramming_interview-prep
A list of coding questions I solved (DS-Algo & CP) 👨💻 to enhance my algorithmic thinking skills. Also includes: Notes ✍ | Resources | Core-CS Subjects 📚 | Off-Campus... 🌏
algorithms amazon codechef codeforces competitive-programming cplusplus cpp data-structures data-structures-and-algorithms dynamic-programming faang google graph-algorithms hacktoberfest interview interview-practice interview-questions leetcode-solutions microsoft placement-preparation
Last synced: 09 Mar 2026
https://github.com/thetestgame/panda3d-discord
Discord RPC module for the Panda3d game engine using the native discord-rpc library.
cpp discord discord-rpc p3dmodulebuilder panda3d python rich-presence
Last synced: 03 Aug 2025
https://github.com/johnjohnlin/namedtuple
Implementation of super-fast C++-styled namedtuple, for compile-time reflection.
c-plus-plus cpp cpp11 cpp14 cpp17 header-only reflection
Last synced: 09 Mar 2026
https://github.com/krc2000/multiplayerproject
This is my client-server base for future multiplayer projects. It builds using SFML/Network module. It's in development state.
Last synced: 25 Jul 2025
https://github.com/ni5arga/dsa-collection
Collection of DSA solutions.
cpp data-structures data-structures-and-algorithms dsa dsa-questions dsa-solutions java javascript
Last synced: 12 Apr 2025
https://github.com/aldanor/leventrie
Levenshtein distance implementation using an automaton and a trie for fast string similarity searching
automaton cpp levenshtein-distance python trie
Last synced: 15 May 2025
https://github.com/mattkretz/wg21-papers
my papers to WG21 — the C++ committee
Last synced: 30 Jul 2025
https://github.com/misterzurg/stepik_yandex_introduction_to_programming_cpp
📓 Solutions to Stepik "Введение в программирование (C++)" course
cpp stepik yandex yandex-academy
Last synced: 25 Jul 2025
https://github.com/ahmad45123/not-another-temple-run
A 3D running game that consists of 2 different environments (modes) developed using OpenGL and C++
cpp game-development graphics opengl
Last synced: 16 May 2025
https://github.com/dynamsoft/barcode-reader-c-cpp-samples
Samples for Dynamsoft Barcode Reader SDK C_C++ Edition
barcode barcode-reader c code128 code39 cpp datamatrix ean13 ean8 gs1 linear-barcodes pdf417 qr qrcode upc-a upc-e
Last synced: 09 Feb 2026
https://github.com/xixu-me/stdcxx.h-for-vs
C++ includes used for precompiling on Visual Studio
Last synced: 08 May 2025
https://github.com/eatgrapes/live2d-javabinding
Live2D Cubism SDK JavaBindings
bindings cpp java java-bindings jni jni-java live2d opengl
Last synced: 13 Jan 2026
https://github.com/tessapower/3d-terrain
3D terrain simulation built with C++, GLSL, OpenGL and ImGui. Users move around a procedurally generated scene of trees, clouds, and terrain, and edit the terrain mesh in real-time using the mouse.
cpp glsl imgui opengl procedural-generation realtime-rendering
Last synced: 24 Apr 2026
https://github.com/nielsbishere/harpoon
Harpoon is a code injector for C# mono and can be used for games made with Unity.
cpp csharp dll injection injector modding mono reflective unity
Last synced: 27 Jul 2025
https://github.com/keyu-tian/buaa-parallel-computing-project-solution
[Ranked No. 1🥇] My solution for the course project of Parallel Computing 2021'Spring @ BUAA (北航并行程序设计). Plenty of C++ tricks, hacks, and optimizations are used for extreme efficiency. Ranked *1/100* in the efficiency test.
beihang beihang-university buaa buaaoj compiling-principle compiling-theory cpp cpp11 cyk-algorithm dynamic-programming multithreading parallel-computing pthreads
Last synced: 13 Apr 2025
https://github.com/frgfm/torch-cuda-template
Template for CUDA / C++ extension writing with PyTorch
cpp cuda pytorch pytorch-extension
Last synced: 31 Jul 2025
https://github.com/k0t9i/l2jgeodatapathfinder
L2j format geodata path finder
astar-algorithm astar-pathfinding astar-search-algorithm cpp dll geodata l2j lineage2 pathfinder pathfinding
Last synced: 06 Oct 2025
https://github.com/very-serious-games/project1-shock-troopers
Shock Troopers clone made with SDL Library
cpp game game-development sdl2
Last synced: 01 May 2025
https://github.com/abdallahhemdan/huffman-coding-compression
📦 Huffman Coding Compression Algorithms with Encoding and Decoding using C++
binary-tree compression-algorithm cpp data-structures huffman-coding huffman-compression-algorithm
Last synced: 31 Aug 2025
https://github.com/rmiguelkelly/quickcluster
A KMeans implemented in C++ with Python bindings and GPU acceleration
clustering clustering-algorithm cpp cuda gpu kmeans kmeans-clustering metal objective-c python python3 unsupervised-learning
Last synced: 26 Jul 2025
https://github.com/mahdimotamedi/cpp-tutorial-samples-2017
this samples collected from cplusplus.com
cpp cpp-examples cpp-samples cpp-tutorials
Last synced: 27 Feb 2025
https://github.com/autohdw/flames
Flexible Linear Algebra with Matrix-Empowered Synthesis (for Vitis HLS)
cpp fpga high-level-synthesis hls linear-algebra vitis vitis-hls
Last synced: 10 Mar 2026
https://github.com/victor-aunon/circuitsolver
Electric circuit solver in DC
cpp electrical-engineering electricity learn-to-code learning learning-by-doing
Last synced: 14 Apr 2025
https://github.com/theo-mestre/sapphire
I'm learning how to make game engines!
cpp game-engine learning-by-doing
Last synced: 23 Aug 2025
https://github.com/asperamanca/monadic_operations_cpp23
Material for my talk "Safe and Readable Code: Monadic Operations in C++23"
cplusplus cplusplus-23 cpp functor monad slides talk
Last synced: 15 Apr 2025
https://github.com/ashampoosystems/boden-todomvc
Example of a simple todo list mobile application built with the Boden cross-platform GUI framework (www.boden.io)
cpp cpp17 example-code example-project gui mobile mobile-app mobile-development
Last synced: 30 Apr 2025
https://github.com/sanketpathak64/data-structures-and-algorithms
This repository contains implementation of data structures like linked list, stack, queue, trees. This repo also contains implementation of various algorithms.
algorithms-and-data-structures bst cpp data-structures linkedlist queue sorting-algorithms string tree
Last synced: 04 Aug 2025
https://github.com/laguna1989/openalpp
Modern OOP C++14 audio library built on OpenAL for Windows, macOS, Linux and web (emscripten).
audio audio-library cpp cpp14-library oop openal openal-soft
Last synced: 15 Apr 2025
https://github.com/guanshiyin28/bubble-sort-and-insert-sort
Bubble Sort dan Insert Sort (Python & C++)
bubble-sort cpp insertion-sort python
Last synced: 27 Feb 2025
https://github.com/pal-sandeep/learning-c-cpp
Learning C and C++ for beginners
basic-programming c cplusplus cpp cprogramming logical-programming
Last synced: 13 Apr 2025
https://github.com/1dealgas/aerials
Public Parts of the Mobile Rhythm Game「Aerials」
aerials aerialsdemo cpp cpp11 defold lua mobilegame music-game rhythm-game
Last synced: 20 Mar 2025
https://github.com/jdsherbert/unreal-engine-dependency-injection-plugin
Simple implementation of a Dependency Injector Plugin for Unreal Engine. Uses a Singleton instance to hold the registered objects.
cpp dependency-injection dependency-manager plugin plugins singleton-pattern unreal unreal-engine unreal-engine-4 unreal-engine-5
Last synced: 19 Mar 2025
https://github.com/ierturk/cmake-emscripten-project
CLion Cmake Emscripten Project
clion cmake cpp emscripten html javascript nodejs webassembly
Last synced: 17 Oct 2025
https://github.com/ankitjarwall/code-with-ankit
Hello everyone, Here we cook the fucking shit.
backend-api c cpp frontend-web mern python react
Last synced: 19 Jun 2025
https://github.com/pdeljanov/ayane
A modern C++11 audio engine offering a clean, fast, and safe API for manipulating audio data
audio audio-processing cpp cpp11
Last synced: 21 Jun 2025
https://github.com/can-lehmann/hdl.cpp
Register-transfer Level Intermediate Representation
cpp fpga intermediate-representation rtl verilog
Last synced: 13 May 2025
https://github.com/challanger524/chernoopengl-cmake
Cross-platform restoration of TheCherno OpenGL YouTube series with perfect commit history (link to YouTube OpenGL playlist by The Cherno below)
cherno cmake cpp cpp17 graphics-programming graphics2d imgui learning lessons opengl perfect-commits perfect-history rebase-warning thecherno
Last synced: 13 Apr 2025
https://github.com/bast/calculator
Exercise to practice building projects with CMake.
Last synced: 12 Apr 2025
https://github.com/raisinten/benoni
A lightweight C++ HTTP library that uses the system's HTTP client on Windows, Apple and Linux.
apple cpp http libsoup linux nsurlsession windows winhttp
Last synced: 04 Apr 2025
https://github.com/jackmilner1/fizz
My own statically typed programming language with support of pointers, a custom compiler (Lexer, Parser , Abstract syntax tree) written in C++ and uses LLVM
compiler cpp llvm open-source pointers programming-language statically-typed
Last synced: 05 Apr 2025
https://github.com/prsntmaurya/error-level-analysis
Error Level Analysis Algorithm used in forensics
Last synced: 11 Jul 2025
https://github.com/melardev/xeytanboost-rat
WORK IN PROGRESS. RAT written in C++ using Boost Libraries
asio backdoor boost cpp desktop malware networking rat remote-administration-tool security sockets trojan
Last synced: 13 Apr 2025
https://github.com/rrroyal/cppinjector
Simple C++ Windows DLL injector.
cpp dll-injection injector windows
Last synced: 12 Apr 2025
https://github.com/mo7ammedd/assiut-sheet-sol
solving problems from assiut newcomers sheets
codeforces competitive-programming cpp problem-solving
Last synced: 13 Jul 2025
https://github.com/sofken-natori/kosenprocon30natori
#procon30 Competition section Repository of NIT,Sendai(Natori Campus)
c-plus-plus cpp cpp17 kosenprocon libcurl opensiv3d
Last synced: 30 Oct 2025
https://github.com/facontidavide/safecppany
Extension of std::any with small object optmization and safe numeric conversion.
Last synced: 19 Mar 2025
https://github.com/sebe324/pythoncalculator
A calculator made in PySimpleGui with C++ bindings
calculator contributions-welcome cpp good-first-issue pybind11 pysimplegui python rpn-calculator
Last synced: 14 Apr 2025
https://github.com/madladsquad/uimguidemo
A web demo of the UntitledImGuiFramework
cpp demo emscripten imgui opengl wasm webgl
Last synced: 29 Aug 2025
https://github.com/german-one/termwnd
Find the terminal window hosting the shell process running in a local Windows session.
c command-line console cpp csharp powershell terminal vb-net windows
Last synced: 11 Apr 2025
https://github.com/qengineering/traffic-counter-rpi_64-bit
A fully functional traffic counter on a bare Raspberry Pi 4 with MQTT and remote live viewer
aarch64 bytetracker cpp deep-learning ncnn raspberry-pi-4 raspberry-pi-5 traffic-counter traffic-counting
Last synced: 13 Apr 2025
https://github.com/brainboxdotcc/beholder
The Beholder Bot - Block Bad Images on Discord!
ai bot cpp cpp17 discord discord-bot discord-moderation discord-moderation-bot dpp image-classification image-processing image-recognition image-recognition-bot ocr
Last synced: 12 Apr 2025
https://github.com/qengineering/faster_rcnn_ncnn
Faster R-CNN for ncnn framework
cpp deep-learning faster-r-cnn faster-rcnn-ncnn ncnn ncnn-framework raspberry raspberry-pi raspberry-pi-3 raspberry-pi-4
Last synced: 13 Apr 2025
https://github.com/m3y54m/start-platformio-arduino
Getting started with PlatformIO IDE with Arduino Uno board in Linux
arduino cpp getting-started platformio serial-port vscode
Last synced: 13 Apr 2025
https://github.com/massimo-marino/circular-buffer
A C++ implementation of a circular buffer
circular-buffer clang cpp cpp14 cpp17 cpp20 producer-consumer
Last synced: 10 Apr 2025
https://github.com/choaib-elmadi/getting-started-with-cpp
Getting started with CPP - Insights and Notes.
cpp cpp-library cpp-programming oop oop-cpp oop-in-cpp standard-library std
Last synced: 11 Jul 2025
https://github.com/sanchitbajaj02/cppprograms
Contribute your programs written in the c++ language
c codechef coding cpp dsa-algorithm hacktoberfest hacktoberfest-accepted hacktoberfest2020 open-source programming
Last synced: 13 Apr 2025
https://github.com/abdulahad968/tele-word-game-in-c-
Search the words combination in an NxN grid untill all the word in the provided list are over and you are finally left with a TeleWord, found by traversing across matrix row by row.
arrays backtracking-algorithm backtracking-search cpp filehandling
Last synced: 21 Jul 2025
https://github.com/wajahatkarim3/snake-game-with-ai
A snake game in C++ with multiplayer and computer AI snake using console graphics.
c-plus-plus computer-snake console-graphics cplusplus cpp game game-development snake snake-game
Last synced: 27 Mar 2025
https://github.com/hedhyw/hyperfractal
A three-dimensional fractal animation generator.
cpp fractal fractal-images fractal-rendering opengl
Last synced: 26 Oct 2025
https://github.com/gjjvdburg/numpy_c_extension
Skeleton Python Package for linking a C/C++ library as a NumPy Extension
c c-library cpp extension linking numpy python python-numpy python-wrapper skeleton
Last synced: 09 Oct 2025
https://github.com/ufrshubham/boids-sfml
A boids simulation made using C++ and SFML.
boids-simulation cmake cpp sfml sfml-boids
Last synced: 22 Apr 2025
https://github.com/brian8544/cpp-auth
cpp-auth is a simple key/license check system written in C++ and PHP. It allows you to verify license keys and manage user authentication for your application. This repository consists of both server-side and client-side code.
cpp gui json license license-checking php qt6
Last synced: 30 Apr 2025
https://github.com/bowenfu/lisp.cpp
A simple lisp interpreter in C++.
compiler cpp interpreter lisp macro scheme virtual-machine
Last synced: 07 Jul 2025
https://github.com/mmha/conan-computecpp
Conan package for ComputeCpp
cmake cmake-module cmake-modules conan conan-recipe cplusplus cpp cpp11 gpgpu opencl sycl
Last synced: 26 Oct 2025
https://github.com/InteractivePlus/EasyCrossPlatform_src
⛳ An easy-to-use crossplatform C++ Library, primarily for server-side development.
cpp crossplatform easy-to-use fileio http-parser multithreading socket threadpool
Last synced: 01 Apr 2025
https://github.com/esa/dcgp.js
JavaScript bindings for the differential Cartesian Genetic Programming library
cpp dcgp javascript webassembly
Last synced: 15 Mar 2026
https://github.com/lucaasd/sproutlang
A simple, general purpose C++/C# like language
c clang compiler cpp fast jit llvm low-level lsp object-oriented-programming parser programming-language
Last synced: 04 Sep 2025
https://github.com/mattkretz/lockfree_ring
lock-free queue, implemented as a ring-buffer on the stack
cpp cpp17 lock-free ringbuffer
Last synced: 27 Feb 2026
https://github.com/huyhoang8704/cse-labdsa-hcmut
Lab code for Data Structures & Algorithms (CO2003) - Semester 231- HCMUT
algorithms cpp cse data-structures dsa hcmut lab
Last synced: 24 Apr 2025
https://github.com/tradias/lambda-tuple
An implementation of `std::tuple` based on variadic lambda capture
compile-time cpp cpp20 header-only lambda tuple
Last synced: 18 Oct 2025
https://github.com/Electrostat-Lab/jme-alloc
A direct dynamic memory allocation API for jMonkeyEngine lwjgl-2 and android games
allocation-api android-api bash-scripting cpp desktop electrostat-lab gcc-complier gradle gradle-api gradle-build java jmonkeyengine3 linux lwjgl2 macos ndk shell virtual-memory virtual-memory-management windows-x64
Last synced: 19 Mar 2026
https://github.com/gpmueller/imgui-cmake
A Dear ImGui App using GLFW and OpenGL, built using CMake; Better example at GPMueller/imgui-app
cmake-examples cpp cross-platform imgui imgui-glfw mwe opengl3 wasm
Last synced: 11 Mar 2026
https://github.com/cryskram/bilobe
A New Programming Language To Introduce New Way To Code...
cmake cpp cpp17 interpreter language linux new programming-language repl windows
Last synced: 23 Apr 2025
https://github.com/billyfrcs/programming
General Purpose Object Oriented & Procedural Programming.
algorithms-and-data-structures c coding-challenge cpp csharp dart golang java javascript kotlin nodejs object-oriented-programming oop problem-solving programming programming-languages python visual-basic-net visual-studio vscode
Last synced: 28 Apr 2025
https://github.com/spqb/adabmdca
adabmDCA 2.0 – a flexible but easy-to-use package for Direct Coupling Analysis
bioinformatics cpp dca direct-coupling-analysis generative-ai julia python
Last synced: 12 Apr 2025
https://github.com/monal5031/chimera
C/C++ implementation of basic linux commands
Last synced: 12 Apr 2025
https://github.com/dariarty/calculator_qt
Desktop GUI Calculator made using Qt/QML/C++ with simple Flat Design
calculator cpp github-pages qmake qml qt
Last synced: 12 Apr 2025
https://github.com/mohammadrezaamani/tictoctoe
Tic-Tac-Toe game implemented in C++ with Minimax algorithm and Alpha-Beta Pruning!
alpha-beta-pruning cpp minimax-algorithm tic-tac-toe x-o
Last synced: 09 Apr 2025
https://github.com/bengreenier/vcpkg.nuget
vcpkg wrapped in nuget-y goodness 📦
Last synced: 27 Oct 2025
https://github.com/jmarrec/testcpp-gha-coverage
A repo to test how to report coverage of a C++ project using Github Actions
coverage cpp github-actions tutorial
Last synced: 09 Apr 2025
https://github.com/mfelici/mad
Vertica anomaly detection UDx based on Median Absolute Deviation
anomaly cpp detection sql timeseries udx userdefined-functions vertica
Last synced: 18 Oct 2025