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-06-30 00:06:51 UTC
- JSON Representation
https://github.com/zz990099/foundationpose_cpp
基于TensorRT和c++部署的FoundationPose算法,改写自isaac_pose_estimation,部署移植方便,去除了大量复杂依赖
6d 6dof-pose cpp foundationpose pose-estimation tensorrt
Last synced: 29 Oct 2025
https://github.com/lostsh/arduboy_pong-game
Pong game for Arduboy
arduboy arduboy-game arduino arduino-leonardo cpp cpp-game game pong pong-game
Last synced: 29 Apr 2026
https://github.com/truvorskameikin/routines-cpp
The collection of header-only routines for C++
c-plus-plus cpp header-only no-dependencies
Last synced: 15 Mar 2025
https://github.com/vhstack/nvimpp
Minimal and efficient Neovim C++ Development Setup
clangd cpp developer-tools development lsp neogen neovim neovim-config neovim-configuration nerdtree nvim nvim-config syntax-highlighting telescope treesitter
Last synced: 13 Apr 2025
https://github.com/saketkothari/cpp-programs
A repository of all my C++ programs
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/illescasdaniel/everythinglibs
Improve your productivity with these useful and small C++ libraries.
Last synced: 21 Mar 2025
https://github.com/basemax/pq-calculator
P,Q-formula calculator program using C++ (highest performance, i128 support)
Last synced: 03 Apr 2025
https://github.com/yud0uhu/chocottoos
ATtiny85とATmega328Pで動くRTOSのサンプルソースコードです。
Last synced: 17 May 2026
https://github.com/x4raynixx/rx-scripting
RX is a lightweight scripting language focused on simplicity and low resource usage. It’s easy to learn, fast to write, and runs smoothly even on low-end PCs.
cpp csharp javascript language nextjs programming programminglanguage python
Last synced: 08 May 2025
https://github.com/1001bit/goodgameengine
SFML based game engine
2d cpp game-development game-engine sfml
Last synced: 31 Jul 2025
https://github.com/vra/weekly-posts
collection of technical posts that I read each week, hopefully they may give you inspiration!
ai cpp deep-learning python weekly
Last synced: 15 May 2026
https://github.com/rnburn/lua-bridge-tracer
Provides an implementation of the Lua OpenTracing API on top of the C++ API
Last synced: 17 May 2026
https://github.com/bm777/switch-pointer
Usage of pointer in C++ and switch function
cpp oriented-object-programming pointers switch
Last synced: 22 Jun 2026
https://github.com/jiaqiluo/simple-card-game
A practice for stack and queue
Last synced: 21 Mar 2025
https://github.com/speakez-llc/farscape
F# Native Library Binding Generator
Last synced: 21 Mar 2025
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/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/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/ferhatgec/cairo4cpp
cairo4cpp, header-only C++ wrapper around libcairo.
Last synced: 21 Jul 2025
https://github.com/0xvpr/vpr-bin2fmt
A utility program to convert binary data to a formatted string of the user's choice
binary-format c cpp data-formatting string-formatter tool tooling utility
Last synced: 17 May 2026
https://github.com/deryaxacar/42-cpp_05
This module teaches the fundamentals of object-oriented programming (OOP), focusing on class relationships, dynamic object management, inheritance, virtual functions, and method overriding. Students also learn to improve program reliability using try-catch blocks and handling exceptions.
42born2code 42cursus 42ecole 42projects 42school cpp cpp-modules cpp-programming cpp-programming-language cpp-programming-project cpp-project cpp98 oop oop-cpp oop-examples oops-in-cpp project
Last synced: 24 Feb 2025
https://github.com/theow03/lakecompilerv1
Strongly typed procedural programming language
asm compiler-design cpp llvm programminglanguages
Last synced: 18 May 2026
https://github.com/huanhuanonly/codeforces
Some interesting problems I solved on competition platforms such as codeforces
acm-icpc algorithms atcoder balanced-tree bfs-dfs codeforces cpp data-structures divide-and-conquer dynamic-programming graph-algorithms layered-graph luogu network-flow nowcoder persistent-data-structure shortest-path string-matching templates tree-structure
Last synced: 13 Apr 2025
https://github.com/abin-z/dynamiclibloader
跨平台的动态库显式加载器
cmake cpp dynamic-programming explicit-loading library
Last synced: 11 May 2025
https://github.com/innernull/osimhash
A deduplication lib built Over [SIMHASH](https://github.com/yanyiwu/simhash).
cpp deduplication lsh nlp python python3 simhash simhash-algorithm
Last synced: 18 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/abdalmoniem/commandline_fpw
check out the auto typed code of this project:
cpp doom fps fps-game fpw maze-generator mazes ray-casting raycasting wolfenstein-3d
Last synced: 02 Feb 2026
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/nishkarshraj/hackerrank-cpp-programming
Data Structures and OOPS programming in C++ Language done Topic Wise according to HackerRank.
algorithms algorithms-and-data-structures competitive-programming cpp data-structures hackerrank hackerrank-algorithms-solutions hackerrank-solutions
Last synced: 24 Feb 2025
https://github.com/avitase/fast_frechet
Comparison of different (fast) discrete Fréchet distance implementations in C++ and CUDA.
benchmark cpp cuda frechet-distance simd
Last synced: 18 May 2026
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/zubax/senoval
A simple dependency-free header-only library of C++17 classes for real-time embedded systems
cpp cpp17 embedded embedded-systems real-time
Last synced: 03 Apr 2025
https://github.com/lostsh/openboat
Simple Arduino based Boat
arduino arduino-boards arduino-nano arduino-uno boat boats c cpp rc
Last synced: 11 May 2026
https://github.com/romnn/proto-compile
helper package that wraps protoc for your CI and projects.
ci compiler cpp dart golang grpc grpc-web helper java javascript protobuf python typescript
Last synced: 12 May 2025
https://github.com/esraa-emary/vole-machine-language-simulator-gui
The Vole Machine Language Simulator GUI is a graphical application designed to simulate the operations of a simple CPU using Qt.
Last synced: 12 May 2025
https://github.com/basemax/combiningelements
Tiny program to display all of the element combinations.
combinations combinations-with-repetition combine combine-text combine-word combined combiner combines combining-functions combining-selectors combining-unicode-characters cpp
Last synced: 21 Jul 2025
https://github.com/druxorey/ucv-algobyte
A simple website offering courses in C++ and Python.
Last synced: 18 Feb 2026
https://github.com/zabir-nabil/dsp-matlab-cpp
Digital Signal Processing in Matlab & C++
Last synced: 18 May 2026
https://github.com/alexisvassquez/ai_spotibot_player
AudioMIX is an open-source, AI-assisted music production software designed to empower independent artists and DJs with a live performance engine, live coding features with a custom DSL, mood-based audio analysis, and LED integration. Spotibot was its original name.
audio audio-analysis audio-processing cmake cpp daw daw-software digital-signal-processing dsl dsp ethical-ai haskell live-coding live-performance machinelearning music-production-software music-programming-language music-visualizer portaudio python
Last synced: 11 Apr 2026
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/scenent/editor
lightweight code editor for C++, Python and Javascript.
code-editor cpp opengl text-editor
Last synced: 15 May 2026
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/ignabelitzky/boids-simulation
Minimalist flocking behavior model using Craig Reynolds' algorithm.
boids-algorithm boids-simulation c-plus-plus cpp flocking flocking-simulation sfml sfml-graphics-library sfml-library
Last synced: 30 Aug 2025
https://github.com/lilgallon/cheatsheets
Advanced programming cheatsheets (C++, Java, ...)
Last synced: 12 Apr 2026
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/epasveer/crosswordplayer
A crossword playing program for AcrossLite .puz files.
acrosslite cpp crossword crosswords qt5
Last synced: 10 May 2026
https://github.com/adarshbalu/cpp-programs
Collection of c++ programs for students
assignment bank bank-operations btech class cp cplus cplusplus-basic cpp cucek cusat experiment friend-functions inheritance lab objects programs project queue stack
Last synced: 31 Oct 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/livegameprogramming/game-editor
Game Editor
cpp game-development game-editor open-source opengl
Last synced: 25 Jan 2026
https://github.com/muhammadmooazam/esp32-series
This is for teaching purposes
Last synced: 19 May 2026
https://github.com/savenkovigor/qtwasmtemplate
cpp github-pages qml qt qt6 template wasm
Last synced: 19 Apr 2026
https://github.com/gaia-boat/image-processing
Repo for the image processing and obstacle detection for the autonomous boat Gaia
cpp dnn opencv ssd ssd-mobilenet
Last synced: 12 Sep 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/endail/mcp3008
Raspberry Pi C++ API for MCP3008 or MCP3004
adc cpp lgpio mcp3004 mcp3008 raspberry-pi
Last synced: 20 May 2026
https://github.com/vishnurajendran/meteor2d
a simple 2D game engine
cpp game-engine game-engine-2d meteor meteor2d open-source sdl
Last synced: 02 Jan 2026
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/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: 26 Feb 2026
https://github.com/tahmid-saj/iot_database_management
A database management system and calculator for any IoT logged data files inputted into the program. The data log files will contain data of water levels, temperature and humidity of nodes. A linear regression calculator also calculates if the regression equation should change based on percent error calculations using real measures of water levels. Application was created with compatibility for LSN50 IoT logged data.
algorithms-and-data-structures cpp database-management iot linear-regression
Last synced: 14 Apr 2025
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/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/basemax/bankcustomercpp
Prepare a easy test and practice for university students C++
bank-account cpp university-project university-projects
Last synced: 27 Jun 2025
https://github.com/repo-archive-x-rays5/web_server
Template for a web application server. Speedtest results in the readme
cpp http http-server https lua webserver
Last synced: 10 Apr 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/nexusgksoftwares/maze-project
Maze Generator and Solver Welcome to the Maze Generator and Solver project! 🚀 This C++ application, powered by SDL2, creates and solves mazes with captivating visuals. Experience the beauty of algorithms as you watch mazes being generated and solved before your eyes. Ready to dive in? Let's get started!
cpp csharp maze maze-algorithms maze-game maze-generation-algorithms maze-generator
Last synced: 23 Jan 2026
https://github.com/xtenzq/qbroadcastmessenger
📨 Simple messenger based on UDP socket broadcast
cpp messenger qt qt-network udp-socket university-project
Last synced: 21 May 2026
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/arkregiel/win-shellcode-executor
Simple Windows shellcode executor
cpp maldev malware shellcode shellcode-execute
Last synced: 25 Jan 2026
https://github.com/omrawaley/T-Write-Plus-Plus
T-Write++ is a terminal-based text editor written in C++.
command-line command-line-tool cpp editor terminal terminal-based text text-editor
Last synced: 01 May 2025
https://github.com/anthofoxo/aurora
Thumper Mod Loader and Decompilation Tooling
cpp reverse-engineering thumper
Last synced: 21 May 2026
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/henrifroese/external_memory_fractal_tree
Implementation of External Memory Fractal Tree (a variant of the Buffered Repository Tree) in C++ through the STXXL library.
b-tree-implementation cpp data-structures external-memory
Last synced: 23 Jul 2025
https://github.com/csb6/strong-types
Single-header implementation of strong typedefs in C++
cpp cpp17 strongly-typed typedef
Last synced: 14 May 2025
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/muellan/numeric_map
header-only library of numeric maps for C++14
cpp cpp14 header-only interpolation map numeric
Last synced: 22 Mar 2025
https://github.com/muqsitnawaz/libfss
Pure Modern C++ library for Function Secret Sharing
Last synced: 14 Mar 2025
https://github.com/rhzxg/revelation
A to-do list software tailored for software engineers, inspired by the Revelation album of G.E.M.
cpp fluentui gantt-chart qt6 todolist
Last synced: 15 Sep 2025
https://github.com/rft0/lightjson
Simple, Light Weight, Header Only, C++11 compliant JSON Library.
cpp header-only json json-decoder json-encoder json-library json-parser json-serialization
Last synced: 16 Feb 2026
https://github.com/aqzhyi/oh-my-ex5
download my mt5 scripts, ea, indicators
Last synced: 20 Mar 2025
https://github.com/shadowchiki/nvim-cpp-tools
Plugin for Nvim to give funcionalities witch is not included in Clangd like, Remove Unused includes, Generate a .cpp from .hpp
Last synced: 08 May 2026
https://github.com/qninhdt/jbt
The JSON-like Binary Tag (JBT) file format - A simple file format developed for store binary data: game save, world, ...
binary cpp game-development gamedev json lz4
Last synced: 19 Jun 2026
https://github.com/psychedelicshayna/vtlookup-utility
A command line utility that uses the VirusTotal API in order to retrieve reports and render them minimally, or verbosely. Also supports the submission of files, as well as color coded reports. API Key not included.
antivirus api-client command-line-tool cpp libcurl openssl virustotal virustotal-api
Last synced: 05 May 2026