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-24 00:06:55 UTC
- JSON Representation
https://github.com/sarckk/boids
Boids implementation in C++ with spatial hashing
boids cpp flocking-simulation simulation spatialhash
Last synced: 28 Aug 2025
https://github.com/matthewt53/very-simple-smtps
A small library written in c++ that uses libcurl to be able to send emails with binary attachments.
binary-attachments cpp libcurl smtp smtp-client smtp-library smtplib smtps smtps-client
Last synced: 12 Apr 2025
https://github.com/anishlearnstocode/hackerrank-interview-preparation-kit
Solutions to Interview Preparation Kit Questions on HackerRank.
algorithms cpp data-structures hackerrank interview-preparation java programming python python3 solutions
Last synced: 08 Aug 2025
https://github.com/maxfleur/lightcombatmanager
A small, lightweight cross-platform combat manager for d20-based role-playing games, based on Qt.
catch2 cmake cpp cpp20 dnd dnd35 dnd5e dungeons-and-dragons linux macos pathfinder pathfinder2e qt qt5 qt6 starfinder uncrustify windows
Last synced: 17 Mar 2026
https://github.com/stellar-group/blaze
Fork of the Blaze library for compatibility with Blaze CUDA · https://bitbucket.org/blaze-lib/blaze · https://github.com/STEllAR-GROUP/blaze_cuda
cpp cpp14 cuda hpc linear-algebra metaprogramming
Last synced: 30 Apr 2025
https://github.com/sohne/dura2d
A learning-focused 2D physics engine project.
cpp learning physics-2d physics-engine raylib
Last synced: 15 Aug 2025
https://github.com/open-space-collective/open-space-toolkit-simulation
Spacecraft simulation.
cpp engineering python satellite simulation space spacecraft toolkit
Last synced: 31 Jul 2025
https://github.com/andreacasalino/gaussian-mixture-model
C++ library handling Gaussian Mixure Models
cpp eigen expectation-maximization gaussian gaussian-mixture-models training
Last synced: 13 Apr 2025
https://github.com/guillaumedua/gcl_cpp
Makes my C++ projects easier and faster to develop
c-plus-plus cpp cpp-library cpp17 cpp17-library cpp20 cpp20-library gcl-cpp metaprogramming template-metaprogramming
Last synced: 01 Sep 2025
https://github.com/Gyeeta/gyeeta
Gyeeta - An Open Source Observability Product for your Infrastructure, Services and Processes. This repository is for the Agent and Server C++ code.
alerting bpf cpp ebpf free gplv3 kubernetes libbpf monitoring observability opensource rcu
Last synced: 30 Mar 2025
https://github.com/rachhshruti/reliable-file-transfer-udp
Reliable file transfer using unreliable User Datagram protocol
client-server congestion-control cpp flow-control networking sliding-window-protocol udp
Last synced: 14 Apr 2025
https://github.com/paragon279/kerneldriver2drawline
Enables developer to draw a line with start point and end point.
c cpp gdi hooking kernel wdk windows-10
Last synced: 16 May 2025
https://github.com/NVIDIA/nvnmos
NVIDIA NMOS (Networked Media Open Specifications) Library
Last synced: 03 Sep 2025
https://github.com/archercreat/libx86
Simple library-wrapper around triton for emulation/disassembly
cmkr cpp reverse-engineering triton
Last synced: 09 Aug 2025
https://github.com/arya2004/leetcode-daily-october-hacktoberfest-2024
Leetcode Daily October Hacktoberfest 2024
cpp hacktober hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2024 java javascript leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions python
Last synced: 20 Aug 2025
https://github.com/jeffamstutz/match3d
A 3D viewer bootstrapping library
3d-graphics cmake cpp glfw gui imgui
Last synced: 29 Jul 2025
https://github.com/st1llwater/sorting-algorithms
A Collection Of Various Sorting Algorithms In Java, Cpp, C And Golang
c cpp golang hacktoberfest hacktoberfest2021 java
Last synced: 28 Feb 2025
https://github.com/banaankiamanesh/anti-windup-pid-controller
This is a C++ Library for Anti Windup PID Controller!
anti-windup c controller cpp library pid-control
Last synced: 24 Sep 2025
https://github.com/akhilam512/cutenotepad
A basic Notepad desktop application made using Qt
cpp desktop-application gui-desktop notepad notepad-desktop-application qt qt5 qtcreator
Last synced: 13 Apr 2025
https://github.com/anandman03/coding-ninjas-cp-course-2021
Hey there 👋. This repository contains verified c++ codes for the competitive programming course. Python/Java solutions will be added soon. I will be uploading the course within a few days
2021 coding-ninjas coding-ninjas-solution competitive-programming cpp
Last synced: 12 Apr 2025
https://github.com/suifei/asm2hex2
The new version is refactored using C++ (cpp), while the original version was developed using Golang. A cross-platform GUI tool for converting between Assembly and Machine Code (Hex), powered by Keystone Engine and Capstone Engine.
capstone cpp decompiler dissassembler keystone opcodes tools wxwidgets
Last synced: 12 Jan 2026
https://github.com/lygaen/mineserver
A entire rewrite of Minecraft 1.8.9 server in C++!
cpp minecraft-cpp minecraft-server rewrite
Last synced: 22 Aug 2025
https://github.com/revzim/uewebsocket
Open Source C++ and Blueprint WebSocket Plugin upgraded for use with Unreal Engine 4.26.1
blueprint cpp unreal-engine-4 websocket
Last synced: 07 Jul 2025
https://github.com/abdallahhemdan/tayara
🛵 Tayara is delivery system which manage the process of receiving the orders and deliver it to the customer fully coded using C++/C
cpp cufe-2022 data-structure data-structures delivery-sys delivery-tracker
Last synced: 07 May 2025
https://github.com/ruifilipecampos/montycarlo
The Django of particle simulators.
aerospace-applications cpp cython electrons framework high-energy-physics instrument-modelling medical-applications monte-carlo particle-physics photon physics-simulation positron post-ionization-relaxation python
Last synced: 16 Mar 2025
https://github.com/eclipse-ecal/ecal-core
📦 eCAL C/C++ runtime core
client-server cpp google-protobuf ipc middleware publish-subscribe shared-memory
Last synced: 24 Feb 2026
https://github.com/khaledashrafh/avl-tree
This is a C++ implementation of an AVL tree, which is a self-balancing binary search tree. An AVL tree maintains the balance factor of each node, which is the difference between the heights of its left and right subtrees. Whenever a node becomes unbalanced (its balance factor is either -2 or 2), the tree performs a rotation to restore the balance.
avl-tree avl-tree-implementation avl-tree-implementations balanced-binary-search-trees cpp scratch-implementation tree-traversal
Last synced: 03 Mar 2026
https://github.com/pointcloudlibrary/clang-bind
Generate bindings for C++ code using clang (python bindings) and pybind11
autogenerate bindings cpp hacktoberfest pybind11 python
Last synced: 14 Jun 2025
https://github.com/chizy7/pinnaclemm
Ultra-Low Latency Market Making Bot using C++.
algorithmic-trading cpp low-latency quantitative-finance
Last synced: 19 Apr 2026
https://github.com/waicool20/skrypton
A browser automation library that uses SikuliX and doesn't grab your mouse
automation cpp kotlin qt5 sikulix
Last synced: 08 Oct 2025
https://github.com/jrob774/makeicon
Cross-platform command-line utility for generating app icons.
command-line command-line-tool cpp cpp17 ico icon makeicon tool utility
Last synced: 09 Oct 2025
https://github.com/goldsborough/bloom-cpp
:mag: A header-only bloom filter implementation in C++14.
Last synced: 12 Oct 2025
https://github.com/wst24365888/libstreamvbyte
A C++ implementation of StreamVByte, with Python bindings.
aarch64 amd64 apple-silicon cibuildwheel compression cpp cpp11 integer-compression parallel pybind11 pypi python python3 simd ssse3 streamvbyte x86-64
Last synced: 10 Apr 2025
https://github.com/mrpandey/particleanimation
Just a cool animation of particles exploding in a Big Bang style.
animation cpp makefile sdl2-library
Last synced: 13 Apr 2025
https://github.com/nabijaczleweli/pb-cpp
Console progress bar for C++
cpp cpp-library cpp14 port progress-bar
Last synced: 21 Jun 2025
https://github.com/mgepahmge/neuzephyr
A simple C++ deep learning framework
ai backpropagation cpp cuda deep-learning deep-learning-framework framework machine-learning optimization
Last synced: 11 Jul 2025
https://github.com/abeimler/simple-cppbuilder
Simple C++ Docker-Images with gcc/clang, cmake and dependency manager (conan and/or vcpkg).
builder cmake conan cpp docker docker-container docker-image linux vcpkg
Last synced: 20 Jul 2025
https://github.com/the-guild-of-calamitous-intent/squaternion
Simple quaternion math library
Last synced: 12 Apr 2025
https://github.com/manfredipist/qi2cprotocol
Qt implementation of I2C protocol for RaspberryPi along with some i2c sensors, in particular: TOF10120, VL53l1X, VL6180X, MPU6050, QMC5883L, TCA9548A, PCA9685
cpp i2c i2c-bus i2c-protocol i2c-sensors mpu6050 pca9685 qmc5883l qt5 tca9548a tof10120 vl53l1x vl6180x
Last synced: 12 May 2025
https://github.com/bitwizeshift/alloy
🚧A WIP hobbyist game engine written in modern C++
cpp cpp17 entity-component-system game-development game-engine gamedev open-source
Last synced: 12 Apr 2025
https://github.com/jovobe/tsl
Library for representation and manipulation of generalised T-Spline surfaces written in C++.
Last synced: 20 Jul 2025
https://github.com/jupp0r/cpp-codegen-rs
Generate code from C++ classes
code-generator cpp libclang rust
Last synced: 22 Jul 2025
https://github.com/kylereddoch/cs210-cpp
Collection of my work for my C++ Programming Languages class at SNHU.
cplusplus cpp programming-languages snhu
Last synced: 24 Jun 2025
https://github.com/danielblagy/ecs_example
An example C++ project utilizing ECS architecture (with entt library).
architectural-patterns cpp cpp17 ecs entity-component-system example-project game-development gamedev
Last synced: 04 Jul 2025
https://github.com/aleksandergrzyb/mostitch
Program that automatically stitches set of retinal angiography eye images.
computer-vision cpp image-processing opencv stitched-images stitching
Last synced: 13 Apr 2025
https://github.com/abdallahhemdan/minimax
🥇 Unbeatable Tic Tac Toe game with a README contains very thing about MiniMax algorithms with explanation of it with c++ and js Implementation code
cmp2022 cpp cufe2022 hemdan minimax minimax-search minimax-xo python tic-tac-toe tic-tac-toe-javascript tictactoe-game unbeatable-tic-tac-toe unbeatable-tic-tac-toe-game
Last synced: 20 Jul 2025
https://github.com/mindexpert7546/learn-dsa
Data structure and Algorithm (DSA).A data structure is a method of organizing data in a virtual system. Think of sequences of numbers, or tables of data: these are both well-defined data structures. An algorithm is a sequence of steps executed by a computer that takes an input and transforms it into a target output.
algorithms-and-data-structures c cpp data-structures dsa dsa-algorithm hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2023 java python
Last synced: 18 Jun 2025
https://github.com/trick-17/clang-build
Clang-based cross platform build system written in Python
build-system c-plus-plus clang cpp cross-platform python
Last synced: 13 Apr 2025
https://github.com/wo1fsea/cpptexturepacker
A C++ Texture Packer Toolkit
cocos2d-x cpp maxrectsbinpack sprite-sheet texture-pack unity3d
Last synced: 20 Mar 2025
https://github.com/michelml/chempp
[paused development] Large scale concurrent chemical search using RDKit cartridge, Oat++ and native Postgres & C++ features.
cheminformatics cpp oatpp postgresql rdkit
Last synced: 07 May 2025
https://github.com/raulpy271/gameboy-emulator
🎮 A gameboy emulator written in C++
cmake cpp emulator gameboy gameboy-development gameboy-emulator test-driven-development
Last synced: 24 Jun 2025
https://github.com/vittorioromeo/git-ws
C++14 command line utility (git plugin) to work with multiple git repositories at once
application c-plus-plus cpp cpp11 cpp14 git git-ws subshell utility
Last synced: 10 Sep 2025
https://github.com/grahamstrickland/malik_ds
Exercises from "Data Structures Using C++" (2e) - D.S. Malik
algorithms algorithms-and-data-structures cpp cpp11 data-structures
Last synced: 05 May 2025
https://github.com/hotkit/pgasio
Postgres connectivity for modern C++
cpp postgres postgres-connectivity
Last synced: 14 May 2025
https://github.com/onyazuka/simple-system-monitor
Simple system monitor for Linux written in Qt
cpp debian linux qt system-monitor system-monitoring ubuntu
Last synced: 01 Nov 2025
https://github.com/emdneto/opentelemetry-by-example
OpenTelemetry By Example
cpp dotnet elixir go java javascript observability opentelemetry opentelemetry-collector opentelemetry-operator php python ruby
Last synced: 07 Apr 2026
https://github.com/nthnn/batch2exe
Easy-to-use Windows Batch File to executable file converter/wrapper with Swing GUI.
batch-file batch-script cpp csharp dotnet flatlaf java
Last synced: 06 May 2025
https://github.com/helly25/mbo
MBO, a C++20 library: This C++20 library provides some general useful building blocks and integrates with Google's Abseil library.
cpp cpp20 cpp20-library googletest matchers
Last synced: 05 Jul 2025
https://github.com/aditya-a-garwal/agavltree
High performance C++ AVL tree implementation with unit tests, examples and benchmarks
algorithm algorithms algorithms-and-data-structures avl-tree balanced-search-trees benchmarks binary-search-tree cpp data-structures google-test linux trees-graphs unit-test windows
Last synced: 12 Jun 2025
https://github.com/arthursonzogni/inthecube
The webassembly port of InTheCube
arthursonzogni cmake cpp cube game platform webassembly
Last synced: 09 Apr 2025
https://github.com/bufgix/study.lib
Konya Teknik Üniversitesi haftalık programlama ödevleri
Last synced: 02 Sep 2025
https://github.com/gamestrap/learncpp
A collection of simple programs I made while learning C++.
c-plus-plus cmake cmakelists cpp cpp11 cpp17 learn learn-to-code learning learning-by-doing linux unix windows windows-10 windows-7 windows10
Last synced: 27 Oct 2025
https://github.com/muziing/cpp_learning
C++学习代码笔记仓库,OOP、STL,有较多注释帮助理解回顾基本知识点。
Last synced: 19 Apr 2025
https://github.com/23jura23/intellector
Настольная игра с гексагональным полем наподобие шахмат
Last synced: 15 Sep 2025
https://github.com/ppetr/lockfree-userspace-rcu
Lock-free RCU (Read-Copy-Update) user-space library
Last synced: 02 Sep 2025
https://github.com/fmw666/data-structure
💡 数据结构(基于 C++ 语言) + 算法 (基于 C语言 和 Python语言)
algorithms c cpp data-structures datastructures-algorithms python3
Last synced: 02 Aug 2025
https://github.com/melardev/xeytanwxcpp-rat
Work in Progress. RAT written in C++ using wxWidgets
backdoor cpp desktop malware networking poc rat remote-administration-tool sockets trojan wx wxwidgets
Last synced: 13 Apr 2025
https://github.com/naforoutan/snake-game
2-player snake game (including food, bomb and timer option) - A project for the fundamentals of programming
c cpp functional-programming snake-game terminal
Last synced: 15 Apr 2025
https://github.com/georgiydemo/kip
Репозиторий практик в Колледже Информатики и Программирования при Финансовом Университете при Правительстве РФ [2015-2019]
1c-enterprise college college-project cpp csharp education fa-university faru kipfaru kipfin learning-materials practice programming vba
Last synced: 31 Jul 2025
https://github.com/franciscothiesen/karger-klein-tarjan
(Working) C++ Implementation of the Karger-Klein-Tarjan Algorithm for finding MST in expected linear time
algorithm benchmark cpp graph-algorithms minimum-spanning-tree
Last synced: 15 Apr 2025
https://github.com/tinloaf/draup
Draup is a compile-time plugin registration system in C++17. Draup is easy to use, and since everything is computed at compile time, Draup adds no runtime overhead to your program.
cpp cpp-library cpp17 plugin-manager
Last synced: 14 Aug 2025
https://github.com/flatypus/teamaphelioncansat
Eric Hamber's 2024 Cansat Entry
Last synced: 20 Aug 2025
https://github.com/nadakhader04/leetcode
My solutions in leetcode
binary-tree cpp dinamic-programming java leetcode problem-solving sort string
Last synced: 30 Jun 2025
https://github.com/theokyr/cs2remoteconsole
A CS2-centric VConsole implementation in C++ with remote control support. Might support other Source 2 games as well.
counter-strike-2 cpp pdcursesmod source2 source2-engine vconsole
Last synced: 08 May 2025
https://github.com/stardustdl/codesim
A similarity measurer on two programming assignments on Online Judge.
code-copying code-similarity cpp nju nju-cs plagiarism-detection
Last synced: 12 Aug 2025
https://github.com/kiok46/wrapping-cpp-using-cython
Wrapping example Cython and Cpp
cpp cython cython-wrapper tutorials
Last synced: 01 Aug 2025
https://github.com/reductstore/reduct-cpp
ReductStore Client SDK for C++
cpp cpp-20 http-client reductstore sdk
Last synced: 04 Feb 2026
https://github.com/uscbiostats/classy
Simple example of C++ Classes and External Pointers with Rcpp
cpp cpp11 hpc r-package r-programming rcpp rstats
Last synced: 28 Apr 2025
https://github.com/angad-k/procsdf
A procedural node-based 3D modeler that uses raymarching to render the scenes
cpp cpp17 glsl imgui nodegraph opengl raymarching raymarching-distance-fields shader shadergraph shaders signed-distance-field visual-studio
Last synced: 25 Oct 2025
https://github.com/bhumijgupta/huffman-compression-library
A light weight C++ library implementation of huffman coding compression algorithm
c c-plus-plus compression-algorithm cpp cpp-library file-compression huffman-coding huffman-compression-algorithm huffman-compression-library
Last synced: 17 Mar 2026
https://github.com/vishal-ahirwar/aura
Aura 🚀 — A cross-platform C++ project builder inspired by Rust's rustup. It handles dependencies using vcpkg, builds with CMake + Ninja, and compiles using Clang — ensuring seamless, error-free builds across Windows, Linux, and macOS. 💯
cli cli-app cmake cpp linux windows
Last synced: 17 Mar 2025
https://github.com/zeel-codder/recursion-hub
Write a solution to any recursive problem in any language of your choice
c cpp css express go hacktoberfest html java js nodejs php python r typescript
Last synced: 07 Oct 2025
https://github.com/endiliey/mini-games
:game_die: Random mini-games like Minesweeper
Last synced: 13 Mar 2026
https://github.com/yukinarit/python-cookbook-in-modern-cpp
Writing python cookbook in Modern C++ (C++17)
Last synced: 13 Oct 2025
https://github.com/uctakeoff/uc-jni
uc::jni is a Java Native Interface (JNI) wrapper library created C++14 single-header.
android cpp cpp11 cpp14 java jni jni-android
Last synced: 17 Mar 2026
https://github.com/llnl/raja-project-template
A template project using CMake & BLT to build a RAJA application
Last synced: 29 Apr 2025
https://github.com/erikzenker/clangactiveobjectgenerator
Clang active object generator is a clang plugin for C++ code which generates an active object from a pure virtual class. An active object is a design pattern which decouples method execution from method invocation for objects that each reside in their own thread of control.
activeobject clang-plugin cpp cpp14
Last synced: 26 Mar 2025
https://github.com/ljishen/bitar
Simplify accessing hardware compression/decompression accelerators
apache-arrow compression cpp dpdk hardware-acceleration
Last synced: 01 Feb 2026
https://github.com/skyehoefling/puzzlebot
Unreal Engine 5 tech demo - puzzle game using Stack-o-Bot assets
cpp game game-development unreal-engine unreal-engine-5
Last synced: 06 Apr 2025
https://github.com/with-sky/hyperint-mini
A quick, portable, cross-platform big integer library.
cpp cpp14 high-performance-computing
Last synced: 22 Mar 2025