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-20 00:06:43 UTC
- JSON Representation
https://github.com/malisipi/pc_remote_control
Remote Control Device for Linux & Windows & Web
7-segment-display arduino arduino-uno cpp irremote linux player-controls presentation pwa python remote-control sound-controls web website windows
Last synced: 20 Aug 2025
https://github.com/moritzrinow/cstream
C byte-stream and serialization utils
byte-array bytes c cpp memory serializable-objects serialization serialize stream
Last synced: 11 Aug 2025
https://github.com/maxbrundev/ambercraft
OpenGL C++ Minecraft clone using AmberEngine
3d-engine 3d-graphics cpp game-development game-engine gamedev graphics-engine imgui opengl rendering-engine voxel voxel-engine
Last synced: 10 Jul 2025
https://github.com/gherynos/libsaltpack
A C++ implementation of saltpack (https://saltpack.org)
cpp libsodium msgpack saltpack staticlibrary
Last synced: 16 Jan 2026
https://github.com/shalinirago/DJITello-Cpp
A C++ API to communicate with the DJI Tello Drone
cpp dji socket-programming tello tello-control tello-drone udp-protocol
Last synced: 23 Aug 2025
https://github.com/quqionfree/quqiparser
This is a c++ json and ini parser.
cpp cpp20 ini-parser ini-reader ini-writer json json-parser
Last synced: 15 Apr 2025
https://github.com/hxndev/search-integer-in-a-grid-using-divide-and-conquer
Divide and Conquer technique is used to work out different problems of varyying natures. Our problem at hand is to efficiently search an integer value from grid of size n x n, where n is any integer, using the principles of divide and conquer. The grid has both it's rows as well as columns sorted in ascending order.
algortihm code complexity cpp divide-and-conquer grid integer search time-complexity-analysis
Last synced: 24 Aug 2025
https://github.com/avdhootjadhav/codingpractices
All coding related files
algorithms atcoder codeforces cpp data-structures
Last synced: 30 Mar 2025
https://github.com/jdsherbert/audio-phaser-effect
Simple C++ implementation of a basic Phaser technique.
audio audio-effect audio-effects audio-feedback audio-processing cpp delay haas phaser
Last synced: 30 Jun 2025
https://github.com/karenina-na/data-structure-experiments
西北工业大学(NWPU)数据结构实验
c cpp data-structures-and-algorithms
Last synced: 20 May 2026
https://github.com/mpogotsky/xapi-cpp
A C++ library that provides a simple API for interacting with the xStation5 trading platform.
boost boost-asio boost-json coroutines cpp cpp-lib cpp20 ssl traiding-api websockets xapi xopenhub-api xstation-api xstation5 xtb xtb-api
Last synced: 20 Apr 2025
https://github.com/prasadkjose/confidential-ml-sgx
Intel SGX based application to securely upload and train multiparty data-sets with confidential computing.
Last synced: 20 Apr 2025
https://github.com/neko-box-coder/dsresult
A simple struct for allowing golang or rust like error handling
cpp cpp11 error error-handling expected handling trace
Last synced: 29 Aug 2025
https://github.com/deftruth/nms.lite.ai.toolkit
🚀 A lite C++ implementation of hard_nms、soft_nms、blend_nms etc.
Last synced: 12 Jul 2025
https://github.com/foxoman/hacky
Hacky is a High Contrast QtCreator Syntax color theme based on OneDark Pro Theme. Good to work with at night light. and focus more on the code than the soundings.
color-scheme cpp qt qtcreator style theme
Last synced: 29 Apr 2026
https://github.com/imharshag/kernelcraft
An operating system meticulously crafted from scratch. Designed as a foundational project to understand the core principles of system architecture and low-level programming,.
Last synced: 23 Apr 2025
https://github.com/pmalek/quick
quick aims to be a small header only library to help black box testing in C++
blackbox-testing cpp cpp14 testing
Last synced: 03 Apr 2025
https://github.com/devgianlu/ghidraprotobufcpp
Useful plugin for reverse engineering code that makes use of C++ protobuf
cpp ghidra ghidra-plugin ghidra-scripts protobuf
Last synced: 11 Apr 2026
https://github.com/ferhatgec/gu
gu, Gefertean Union reader
cpp cpp17 fpaper gefertean-union gu implementation reader
Last synced: 18 Feb 2026
https://github.com/joakimthun/kiwi
A 3D software renderer written in c++
3d cpp rendering software-rendering
Last synced: 31 Mar 2025
https://github.com/zreechxnn/calculator-sdl2
SDL2 Calculator: A simple calculator built with C++ and SDL2, supporting basic arithmetic, advanced math functions, and trigonometry. Features a user-friendly graphical interface.
calculator calculator-application conio cpp cross-platform graph gui math math-operations opensource sdl2 sdl2-library sdl2-ttf simple-app software-development stdlib trigonometry
Last synced: 19 Apr 2025
https://github.com/tebogoyungmercykay/restaurant_simulator_cos214_group_project
This is a design for a restaurant simulator. A fair bit of the restaurant simulator is up to us (the team) to design including the implementation as a pure simulation or as a "restaurant tycoon" game.
activity-diagrams cheatsheets class-diagrams cmake communication-diagrams cpp design-patterns design-patterns-summary doxygen gdb gdb-guide git-flow git-guide github-actions makefile object-diagrams sequence-diagrams state-diagrams testing visual-paradigm-diagram
Last synced: 03 Mar 2026
https://github.com/nathady/belah-ketupat-with-cpp
bentuk belah ketupat dengan c++
belah-ketupat cpp diamond do-while-loop for-loop loop while-loop
Last synced: 24 Mar 2025
https://github.com/mmabiaa/cpp-beginner-projects
Simple and beginner friendly C++ projects you can clone
cpp cpp-basic cpp-library cpp-programming cpp-programming-language cpp-project cpp-project-template cpp-projects opengl opengl-framework opengl-library opengl-tutorial
Last synced: 19 Apr 2025
https://github.com/cryptovictor/hello-world
This repository was made for learn how to use GitHub
Last synced: 20 Feb 2026
https://github.com/ysuzuki19/pcl_tim_grabber
sick sensor grabber for PCL (Point Cloud Library)
cpp grab grabber lidar lidar-point-cloud pcl pointcloudlibrary sensor sick
Last synced: 14 Apr 2025
https://github.com/purejoymind/deitel-cpp-exercises
This is where I upload the exercises at the end of each chapter of C++ How To Program by Deitel&Deitel publishers.
book cplusplus cpp deitel deitel-exercises exercise exercise-solutions exercises-code-cpp progress
Last synced: 05 Jan 2026
https://github.com/hato1125/sweet
🍯 A modern C++ wrapper for SDL2.
cpp sdl2 sdl2-image sdl2-ttf wrapper
Last synced: 22 Mar 2025
https://github.com/breezewish/jitplot
Ultra fast plot drawer using JIT and SIMD technologies. Course Homework.
cpp jit shunting-yard-algorithm simd
Last synced: 22 Mar 2025
https://github.com/hxndev/parallel-15-puzzle-solver-using-multi-threading
The 15 Puzzle is a sliding puzzle that consists of a 4 by 4 frame of numbered square tiles in an arbitrary ordering with one space. The objective of the puzzle is to place the tiles in ascending order, by making sliding moves that use the empty space.
15-puzzle 15-puzzle-solver code cpp documentation multithreading parallel parallel-15-puzzle-solver project report testing threading
Last synced: 31 Mar 2025
https://github.com/hxndev/counting-alphabets-using-multithreading
Counting frequency of alphabets in the input file using Multithreading.
alphabets alphabets-counting code counting cpp multithreading threading
Last synced: 31 Mar 2025
https://github.com/aermoss/aenc
A programming language made with C++.
cpp interpreter programming-language
Last synced: 26 Jun 2025
https://github.com/stivio00/fourbarvis
Four bar linkage mechanism simulation software
cpp linkage multibodydynamics qt simulation
Last synced: 12 Jan 2026
https://github.com/lebrancconvas/cpp-playground
C++ Practicing.
cpp playground practice-programming
Last synced: 11 Jun 2026
https://github.com/oatpp/example-consul
Example project how-to use oatpp-consul integration module.
Last synced: 25 Apr 2025
https://github.com/basemax/minesweepercli
Simple minesweeper game developed using C++ in the CLI mode. (Soon)
cpp cpp-cli cpp-game cpp-game-cli game game-2d game-cli game-development minesweeper minesweeper-board minesweeper-cli minesweeper-cpp minesweeper-game
Last synced: 03 Apr 2025
https://github.com/bobotig/docolav
(DOminant COlor AVerage) Déterminer la couleur moyenne dominante d'une image.
cimg-library cpp dominant-color image-processing universal
Last synced: 17 Jun 2026
https://github.com/terroo/ffpp
A dynamic library written in C++ with API for most of the main tasks with FFmpeg. Much faster for your GUI interfaces than using processes.
Last synced: 30 Jun 2025
https://github.com/pakerwreah/rninspector
React Native bridge for the Inspector project
android cpp cross-platform debug debugging flipper inspect ios jni mobile ndk react-native stetho
Last synced: 16 Mar 2025
https://github.com/rainmanjam/polyemesis
Remote control Datarhei Restreamer from OBS
broadcasting cmake content-creation cpp cross-platform instagram-live live-streaming multistreaming obs-plugin obs-studio-plugin orientation-aware qt6 restreamer rtmp-streaming stream-management streaming-tools tiktok-live twitch video-streaming youtube-live
Last synced: 13 Jan 2026
https://github.com/plasmaa0/simplecalculator
Simple CLI Calculator Project
abstract-syntax-tree ast binary-expression-tree c-plus-plus calculator calculator-application cli cplusplus cpp evaluation expression-evaluator interpreter lexer math parser
Last synced: 26 Mar 2025
https://github.com/cybex-dev/robot-compiler
A simple code compiler that compiles Pascal code with a syntax and contextual analyser (and production rules)
bnf code compiler context-free-grammar cpp cpp-compiler linux syntax syntax-analysis syntax-analyzer
Last synced: 04 May 2026
https://github.com/mirtia/edge-detection
Comparing various algorithms of Edge Detection, built with OpenCV and C++
cpp edge-detection image-processing opencv
Last synced: 26 Feb 2025
https://github.com/mrgrd56/textractor-integration-extensions
Integrate Textractor with other apps via named pipes or HTTP
cpp extension http json named-pipes textractor textractor-extension
Last synced: 05 Jul 2025
https://github.com/lukaspietzschmann/pl0-compiler
A small and fun PL0 compiler
compiler cpp pl0 programming-language
Last synced: 06 Dec 2025
https://github.com/0x0c/perevod
Pervod, a image communicator.
boost cpp cpp-library cpp11 image-communicator
Last synced: 05 Apr 2025
https://github.com/lmangani/atproto-cpp
Simple C++ interface for interacting with BlueSky #atproto
Last synced: 09 Apr 2025
https://github.com/sampreets3/scheduler-rm
Simulation of the behaviour of a Preemptive Fixed Priority Rate Monotonic Scheduler in C++
Last synced: 30 Mar 2025
https://github.com/pfpimenta/tequenne
Projet pour le module Jeux Vidéo à CPE Lyon (Décembre 2018)
cpp irrlicht irrlicht-engine jeuxvideo tekken videogame
Last synced: 10 Aug 2025
https://github.com/mortennobel/polyplane
Simple interactive plane visualization using kick
cpp cpp11 game-development game-engine graphics-programming
Last synced: 01 Sep 2025
https://github.com/kauefraga/ping-pong
The classic ping pong game made with Raylib/C++.
cpp game-development ping-pong raylib raylib-cpp
Last synced: 04 Jul 2025
https://github.com/modio/modio-ue4-sample
Unreal Engine 4 sample project, demonstrating how mod.io can be integrated in-game
cpp modio unreal-engine unreal-engine-4
Last synced: 09 Feb 2026
https://github.com/abdullrahmen/booking
Multitype booking system
abstract-factory-pattern booking booking-api booking-engine booking-platform booking-system booking-website c-plus-plus cpp expedia factory-pattern interface interface-test interfaces oop oop-concepts oop-examples oop-principles oops-in-cpp polymorphism
Last synced: 12 Aug 2025
https://github.com/j-obog/heap-sim
C++ program aimed to provide a high-level view of what's going on under the hood when you do pointer operations.
cpp heap-memory memory-management modeling simulation
Last synced: 17 Jan 2026
https://github.com/satyajitghana/lambdacalculus
A repository that contains codes to various Lambda Calculus stuff i did when learning LambdaCalculus, mostly contains JavaScript and Python Code i believe
cpp haskell javascript lambda lambda-calculus lambdacalculus list-processing python
Last synced: 11 Apr 2026
https://github.com/jakobod/network-driver
An asynchronous network abstraction framework for applications written C++20.
async asynchronous-io asyncio communication communication-library cpp internet internet-connection linux multiplexer network network-abstraction socket-api socket-programming tcp tcp-client tcp-server
Last synced: 04 Feb 2026
https://github.com/erdroy/vectormath
VectorMath - SharpDX Inspired C++ highly customizable vector math library. Custom types, double-precision, UpperCase and lowercase component names and more.
Last synced: 02 Apr 2025
https://github.com/abdelkaderamar/fix2xml
A C++ library to convert messages between Quickfix and FIXML
Last synced: 25 Mar 2025
https://github.com/dmitrii-artuhov/gengo
Gengo - dumb interpreted programming language based on C++
Last synced: 24 May 2026
https://github.com/pdsmart/x1key
Sharp X1 PS/2 keyboard interface based on the Renesas R8C
c cpp electronics firmware kicad renesas sharp
Last synced: 04 Feb 2026
https://github.com/comfysage/cpp-hayashi
🌱 a tiny distro-independent package manager in C++.
Last synced: 06 Sep 2025
https://github.com/alejoriosm04/polish-notation-calculator
An implementation of a polish notation (PN) calculator in C++ that does not rely on Standard Libraries.
Last synced: 14 Jul 2025
https://github.com/tw1ddle/geometrize-lib-unit-tests
Unit tests for Geometrize, a library for geometrizing images into geometric primitives
art cpp cpp-library geometrize geometry geometry-processing hill-climbing unit-testing
Last synced: 04 Feb 2026
https://github.com/mcountryman/gloo
An OOP helper library for creating binary modules in Garry's Mod
Last synced: 14 Aug 2025
https://github.com/berndporr/rplidar_rpi
Slamtec RPLIDAR with a Raspberry PI
cpp driver lidar lidar-measurements slamtec slamtec-rplidar
Last synced: 26 Apr 2025
https://github.com/threeal/checkwarning.cmake
Check for compiler warnings in CMake projects
c cmake cmake-modules cmake-scripts cpp static-analysis
Last synced: 14 Aug 2025
https://github.com/huanhuanonly/openwin
The lightweight C++ library based on the Win32 API that encapsulates window and cursor operations, and includes drawing and animation effects. 基于 Win32 API 封装的关于窗口和游标操作的轻量级 C++ 库,并包含绘图和动画效果。
animations api cpp cursors libary lightweight openwin painter win32 windows
Last synced: 15 Apr 2025
https://github.com/quqionfree/mcrcon
这是一个Minecraft的服务器RCON带界面的管理器 (Rcon client for Minecraft with GUI)
cmake cpp cpp-programming cpp20 minecraft minecraft-server qt qt6 rcon-client
Last synced: 01 Mar 2026
https://github.com/sdsds222/cminesweap
一个用C语言编写的简易控制台扫雷游戏程序 A simple console MineSweap game which is made by C language
c cmd console console-game cpp demo example game linux minesweaper minesweeper-game shell windows
Last synced: 11 Apr 2026
https://github.com/erikengervall/fast-find-in-files
Node.js library written in C++ for text in file search
cpp javascript native-module nodejs typescript
Last synced: 27 Apr 2025
https://github.com/ravi-prakash1907/design-and-analysis-of-algorithm
Design and Analysis of Algorithm (DAA) practicals as per the syllabus of B.Sc. (hons.) CS
alorithms college cpp daa hacktoberfest hacktoberfest2020
Last synced: 06 Sep 2025
https://github.com/sumukha-pk/lru-cache
Implementation of the LRU Cache in C, Implementation of the LRU Cache in C++, Implementation of the LRU Cache in Go, Implementation of the LRU Cache in JAVA
c cplusplus cpp go golang golang-library java lru lru-cache lru-caches lrucache
Last synced: 19 Apr 2026
https://github.com/inerttila/excel-data-app
Timesheet Management Application A Python and C++-based timesheet management application for tracking work hours and tasks. This application provides an easy-to-use interface for users to input their work-related data, which is then stored and managed in an Excel workbook.
apk cpp docker innosetup python tkinter
Last synced: 08 Jan 2026
https://github.com/srupat/visual-diagnostic-tool-edi
A Visual Diagnostic tool for Debugging and other Applications in Visual Studio
cpp debug-visualizer debugger hacktoberfest visual-studio
Last synced: 23 Apr 2025
https://github.com/p0dalirius/rpccoercetemplatecpp
A template of C++ code to call a Remote Procedure on a windows machine to coerce an authentication
authentication coerce cpp exploit path rpc smb template unc
Last synced: 26 Feb 2026
https://github.com/sleeptightansic/actorsingleton
Small code plugin for Unreal 5 which adds inheritable Actor class that can be spawned only once within same World context.
actor cpp plugin singleton ue5 ue5-plugin unreal-engine-5
Last synced: 05 Jan 2026
https://github.com/the0cp/bing-wallpaper-gui
A GUI version of Bing Backgrounds Getter based on Qt for Linux. Get Bing wallpapers automatically.
bing bing-image bing-wallpaper cpp desktop linux qt qt-gui
Last synced: 06 Sep 2025
https://github.com/claby2/clavim
A text editor that I do not intend on using.
catch2 cpp sdl2 sdl2-ttf text-editor
Last synced: 16 Aug 2025
https://github.com/chrberger/cluon-javascript
Minimum viable product (MVP) demonstrating how to communicate between JavaScript and OD4Sessions using libcluon.
amd64 arm cpp cpp11 docker docker-image javascript json libcluon opendlv protobuf websocket websockets
Last synced: 09 Apr 2026
https://github.com/lakshayd02/cpp_programs
This repository provides a diverse set of exercises aimed at beginners and intermediate programmers to enhance their understanding of C++.
coding coding-challenge cpp lets-code
Last synced: 12 Apr 2025
https://github.com/mrrobinofficial/easingfunctions
A collection of easing functions. It supports multiple programming languages and game development frameworks.
cpp csharp ease easing easing-functions python unreal-engine
Last synced: 12 Apr 2025
https://github.com/garrylachman/usb-human-name
C++ Humanize USB vendor and product codes library
cpp library usb usb-devices usbids
Last synced: 13 Jun 2025
https://github.com/stuarthayhurst/ammonite-engine
A simple OpenGL based graphics engine for experiments
Last synced: 26 Sep 2025
https://github.com/srinath10x/dsa
My daily dsa solutions.
algorithms cpp data-structures dsa
Last synced: 18 Aug 2025
https://github.com/d4rk-lucif3r/home-automation
Micro-Controller Based Home Automation for Smart Homes
android-application arduino cpp java smarthome
Last synced: 12 Jul 2025