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-06 00:06:33 UTC
- JSON Representation
https://github.com/b1tflyyyy/utf8-string-cpp
Implementation of wrapper over standard string to work with UTF-8 encoding
cmake cpp cpp20 cross-platform encoding library linux mit mit-license string unicode utf-8 windows
Last synced: 11 Apr 2025
https://github.com/whoismtrx/advent_of_code
Solutions to Advent of Code challenges across multiple programming languages.
advent-of-code clanguage coding coding-challenges competitive-programming cpp csharp ocaml puzzle python rust solutions
Last synced: 02 May 2025
https://github.com/shlomnissan/express-client
⚡ Promised-based HTTP client for modern C++ development
Last synced: 12 Apr 2025
https://github.com/melardev/xeytanqpp-rat
WORK IN PROGRESS. RAT written in C++ using Qt framework
backdoor cpp desktop malware networking qt rat remote-administration-tool sockets trojan
Last synced: 13 Apr 2025
https://github.com/brainstone/tgui
Text-GUI-Library - A C++11 alternative for ncurses
cli cli-library cpp gui gui-library library ncurses platform-independent
Last synced: 13 Jun 2025
https://github.com/codebydant/pcl_visualizer
Visualizer for 3D point cloud using PCL Library 1.9.1
c-plus-plus clang-format cmake computer-vision cpp pcd pcl pcl-library pcl-viewer ply point-cloud xyz
Last synced: 11 Mar 2025
https://github.com/queenoworld/kosmos
3D TUI game about space
3d-graphics console-game cplusplus cpp tui
Last synced: 24 Apr 2025
https://github.com/mc-cat-tty/DoorbellCamDaemon
Part of DoorbellCam project: daemon for people recognition with YOLO from a RTSP video stream.
cicd computer-vision container cpp docker doorbell ezviz mqtt mqtt-client opencv rtsp-client rtsp-stream smart-door smart-doorbell yolo yolov5
Last synced: 21 Apr 2025
https://github.com/adharshkamath/mathy-compiler
A compiler to generate OpenMP programs for equations involving constructs like Forall, Summation, etc., frequently used in the scientific domain
bison c compiler compiler-construction cpp equation flex lex mathematical-equation mathematical-notations omp-parallel openmp openmp-programs parallelization transpiler yacc
Last synced: 03 Jul 2025
https://github.com/jakubvojvoda/histogram-of-oriented-gradients-gpu
Histogram of oriented gradients (HOG) on GPU
cpp gpgpu gpu gradient-descent histogram-of-oriented-gradients hog opencl svm
Last synced: 09 Apr 2025
https://github.com/brakmic/using-thrill
A complete Thrill environment with demo code
batch-processing big-data cpp cpp14 thrill
Last synced: 23 Apr 2025
https://github.com/blackmatov/defer.hpp
Go's defer implementation in C++17
c-plus-plus cplusplus-17 cpp cpp17 defer header-only no-dependencies
Last synced: 17 Jun 2025
https://github.com/ahmedhosssam/chessmate
Chess game written in C++ and Raylib
chess chess-game chessboard cpp
Last synced: 08 Apr 2025
https://github.com/mdedonno1337/disassemble.nvim
Neovim Plugin to show in a popup the assembler code for the current line in a C file
c cpp disassembler neovim plugin
Last synced: 17 Jul 2025
https://github.com/carcargroup05/robotvacuum
Due to this aging society, we intended to develop a robot vacuum to care for senior citizens. It has the ability not only to clean the floor but also to detect whether a senior citizen have fallen using a Pi camera and a google ML model(MediaPipe).
app-inventor arduino arduino-mega-2560 c cpp mediapipe ml openc pi-camera python python3 raspberry-pi-4 raspberry-pi-camera
Last synced: 28 Oct 2025
https://github.com/chetan6780/complete-preparation
🎉 One-stop destination for all your technical interview Preparation 🎉
algorithm codestudio cpp data-stuctures gfg leetcode solutions
Last synced: 25 Sep 2025
https://github.com/neoblizz/hip_template
🖤 Template for starting HIP/C++ project using CMake with Github Action for CI.
cpp cuda cuda-programming gpgpu gpu hip rocm template-project template-repository
Last synced: 26 Mar 2025
https://github.com/banaankiamanesh/bno055-raspberrypi
An easy-to-use library for BNO055 9-Axis inertial measurement unit of BOSCH company, for Raspberry pi using Wiring-Pi Library!
bno055 bosch-sensor cpp imu library raspberry-pi wiringpi
Last synced: 13 Apr 2025
https://github.com/mshockwave/llvm-sample-pass
Simple LLVM pass that shows the basic LLVM API concepts
cmake compiler-optimization cpp llvm llvm-ir
Last synced: 15 Jun 2025
https://github.com/saberglow/string_class
Home made string class in C++.
cpp dynamic-memory-allocation operator-overloading string-manipulation
Last synced: 30 Apr 2025
https://github.com/vladimirakopyan/netcore_nativecall
This demonstrates how to create a native, unmanaged DLL and invoke it's functionality from a .Net Core Application
c cpp csharp dll netcore netcore-nativecall pinvoke pinvoke-wrapper tutorial
Last synced: 29 Apr 2025
https://github.com/softwareqinc/qasmtools
OpenQASM 2.0 parser
cpp cpp17 openqasm openqasm-parser quantum-computing
Last synced: 03 May 2025
https://github.com/trainingbypackt/the-cpp-workshop
Cut through the noise and get real results in this hands-on, step-by-step approach to learning C++.
c-plus-plus constructors cpp destructors object-oriented-programming pointers references
Last synced: 10 Apr 2025
https://github.com/sansyrox/leetcode-company-by-company
All leetcode company wise questions with link to Leetcode/ LintCode(if premium)
cpp java javascript leetcode-company python
Last synced: 07 Sep 2025
https://github.com/pdsmart/sharpmz
A Sharp MZ Series (80K,80C,1200,80A,80B,700,800,2000) Computer Hardware Emulation written in VHDL on Altera FPGA fabric. Runs on the MiSTer project and other Altera Cyclone devices.
assembly-language c cpp electronics emulator fpga perl retrocomputing vhdl
Last synced: 15 Jun 2025
https://github.com/endurodave/xallocator
C++ Fixed Block Memory Allocator
cpp embedded-cpp memory-allocator
Last synced: 14 Apr 2025
https://github.com/krypto-etox/c-practice-problems
C Practice Problems contains all the basic and logical C programs to learn and Practice. It's a Kind of my notes
c cpp cquestions practice-programming
Last synced: 21 Sep 2025
https://github.com/briancairl/multi_field_array
Data-oriented multi-field array container class template written in C++17
array cpp cpp17 data-oriented data-oriented-design data-oriented-programming header-only modern-cpp parallel-array soa structure-of-arrays template vector
Last synced: 30 Jul 2025
https://github.com/yihleego/handle-tools
It is a utility that displays information about open handles for any process in the system. You can use it to see the programs that have a file open, or to see the object types and names of all the handles of a program, or to close the any handles of a program.
cpp handle mutant mutex process procexp windows
Last synced: 28 Jul 2025
https://github.com/richelbilderbeek/games
My games
cpp floss foss free games gplv3 processing processing-language qt sfml
Last synced: 18 Mar 2025
https://github.com/figadore/esphome-ultrasonic-uart-proximity-sensor
Home Asssistant custom integration for A02YYUW Waterproof Ultrasonic Sensor
cpp esp32 esphome esphome-component proximity-sensor ultrasonic-distance-sensors ultrasonic-sensor ultrasonic-sensor-distance
Last synced: 07 Apr 2025
https://github.com/soyapo/codeforces
Scripts to Codeforces problems, submitted by me. Most of them tend to work.
Last synced: 06 May 2025
https://github.com/tdegeus/goosefem
Several types of Finite Element simulations in C++ (with a Python interface)
cpp fem finite-elements pybind11 python xtensor
Last synced: 06 May 2025
https://github.com/raj99-code/realtime-sign-language-recognition
Portable sign language (ASL) recognition device that utilizes real-time and efficient programming to help mute and deaf by establishing two-way communication channel with people who have never studied sign language.
american-sign-language asl-recognizer cpp gesture-recognition hand-detection oled-display-sh1106 opencv raspberry-pi raspberry-pi-camera sign-language-recognition
Last synced: 31 Jul 2025
https://github.com/epwalsh/csa
C++ header-only library for Coupled Simulated Annealing
coupled-simulated-annealing cpp optimization simulated-annealing
Last synced: 17 Mar 2025
https://github.com/devvoid/vini
A single-header INI parser capable of both reading and writing files.
c-plus-plus cpp cpp-library cpp98 ini ini-parser no-dependencies single-file single-header single-header-lib
Last synced: 27 Jun 2025
https://github.com/tigthor/project-based-learn-programming
Learn every programming language by building projects and advancing your skills
cpp golang java javascript learn-to-code learning learning-by-doing learning-exercise learning-js learning-notes learning-python learning-resources nodejs programming programming-language project project-management projects python react
Last synced: 27 Jul 2025
https://github.com/bonnie39/rarunlocker
Simple tool to fully unlock WinRAR
cpp unlocker visual-studio windows winrar winrar-activator winrar-cracker winrar-unlocker
Last synced: 12 Apr 2025
https://github.com/hosseinmoein/bobcat
3 different C++, multi-threaded queues including a lock-free one
circular-queue cpp cpp-11 cpp11 lock-free lockfree multi-threading multithreaded queue
Last synced: 14 Sep 2025
https://github.com/pschatzmann/arduino-freertos-addons
Additions to FreeRTOS: C++ API
Last synced: 03 Apr 2025
https://github.com/agungferdi/smart_farming
A comprehensive IoT-based smart farming system featuring ESP32 microcontrollers, environmental monitoring sensors, automated irrigation control, and real-time web dashboard.
cpp esp32 hono mqtt nextjs postgresql typescript
Last synced: 14 Sep 2025
https://github.com/jimbobbennett/wio-terminal-arducam
How to use a Wio Terminal with an ArduCAM OV2640 camera shield V2
arducam arduino cpp iot seeedstudio wio-terminal
Last synced: 16 Sep 2025
https://github.com/sujalchoudhari/coda
C++ Objects Dynamic Architecture
cpp dynamic-programming hacktoberfest hacktoberfest2023 interpreter programming-language programming-languages
Last synced: 14 Sep 2025
https://github.com/tpoisonooo/cpp-syntactic-sugar
cpp syntactic sugar
cpp python tools-engineering tools-team
Last synced: 02 Sep 2025
https://github.com/insightsoftwareconsortium/itkvkfftbackend
VkFFT backends for ITK FFT classes.
cpp cuda fft hip insight-toolkit itk itk-module opencl python vulkan
Last synced: 14 Apr 2025
https://github.com/chasenut/fileexplorer
File explorer in Qt QML and C++
cpp fileexplorer filesystem qml qt
Last synced: 22 Jul 2025
https://github.com/ferhatgec/fpage
Fegeya FPage, new generation colorful pages.
code color colors cpp cpp17 docs documentation man manuals tldr tldr-pages
Last synced: 14 Apr 2025
https://github.com/nandite/pcl-optics
C++ Implementation of the OPTICS algorithm compatible with the Point Cloud Library.
c-plus-plus clustering clustering-algorithm cpp density-classification optics pcl pcl-library point-cloud
Last synced: 14 Apr 2025
https://github.com/innermost47/beatcrafter
Intelligent MIDI drum pattern generator VST3 designed for live performance with foot controllers. Generate authentic patterns across multiple styles with dynamic intensity control.
audio-plugin beatmaker cpp daw drum-machine drums foot-controler juce live live-performance midi-learn pattern-generator vst-plugin vst3 vst3-plugin
Last synced: 01 Apr 2026
https://github.com/ntia/lfmf
NTIA/ITS C++ implementation of Low Frequency / Medium Frequency (LF/MF) Propagation Model. The LF/MF model predicts basic transmission loss in the frequency range 0.01 - 30 MHz for propagation paths over a smooth Earth and antenna heights less than 50 meters.
cpp lfmf propagation proplib spectrum telecommunications
Last synced: 22 Jul 2025
https://github.com/genodelabs/genode-imx
i.MX SoC family support for the Genode OS framework
aarch64 arm armv7 armv8 cplusplus cpp genode hypervisor imx6 imx7 imx8 microkernel osdev virtualization
Last synced: 07 Apr 2025
https://github.com/kiraadi/library-management-system
Library Management Portal.
array-manipulations cpp file-handling library library-database library-management-system object-oriented-programming oops-in-cpp regular-expression string-manipulation
Last synced: 16 Oct 2025
https://github.com/narcotic/confuse-trackers
This program searches google and visits websites randomly to make it really hard to track you and fingerprint you.
adware-blocking confuse confuser cplusplus cpp exe fingerprinting google tracking
Last synced: 21 Apr 2025
https://github.com/paragon279/stock-predict
Predicts stock price
cpp machine-learning prediction stock-price-prediction
Last synced: 16 May 2025
https://github.com/saifaldin14/Molecular-Chemistry-Visualization
A Unity program to identify the VSPER shape of a molecular compound. Custom C++ backend library to identify the shapes of the molecules and a Unity C# frontend
chemistry-molecule cpp csharp molecular-simulation unity
Last synced: 26 Apr 2025
https://github.com/hailiang-wang/keyphrase-cpp
Automatic Keyphrase Extraction: A Survey of the State of the Art
cpp keyphrase-extraction natural-language-processing text-rank tf-idf
Last synced: 20 Sep 2025
https://github.com/in-jun/typing-practice
프로그래밍 언어의 키워드로 타자 실력과 코드 친숙도를 동시에 높여보세요. 단순한 타자 연습을 넘어, 개발자로서의 근육 기억을 만드는 특별한 연습 도구입니다.
cil cpp typing-game typing-practice
Last synced: 26 Apr 2025
https://github.com/abhinandan323/programming-notes
Programming codes of various languages
Last synced: 21 Aug 2025
https://github.com/nick-vinesmoke/bios_clone
🖥Program based on BIOS to help people to understand BIOS, written on cpp
bios biostatistics cmd-scripts cpp cpp17 learning study useful useful-utilities
Last synced: 11 Apr 2025
https://github.com/ardeshirv/fractalx
FractalX demonstrates 3 simple fractals: Sierpinski triangle, snow and tree.
cplusplus cpp fractal fractal-algorithms fractal-tree mfc mfc-sdi microsoft-foundation-classes sdi sierpinski sierpinski-triangle sierpinskitriangle single-document visual-cpp visual-studio visualcplusplus visualstudio windows
Last synced: 15 Apr 2025
https://github.com/muhammadmooazam/internet-of-things-course
cloud course cpp iot iot-projects programming python
Last synced: 01 Sep 2025
https://github.com/uctakeoff/uc_apng_loader
uc::apng::loader is a header only C++11 apng (Animated PNG) decoder.
apng cpp cpp11 cross-platform header-only
Last synced: 26 Dec 2025
https://github.com/tashcan/spud
just some stuff to do hooking/detour things
cpp detour hooking hooking-library modding modding-library
Last synced: 09 Apr 2025
https://github.com/bocaletto-luca/fm-trasmitter
FM Transmitter with Arduino & Si4713 - Author: Bocaletto Luca A professional Arduino UNO project using the SparkFun Si4713 breakout to broadcast line-level audio over FM (87.5 – 108 MHz), complete with RDS support.
arduino bocaletto-luca cpp fm fm-trasmitter gplv3 hack hack-fm hack-rf hacking openhardware opensource radio-frequency rf standalone trasmitter
Last synced: 30 Aug 2025
https://github.com/karnkaul/dino
C++20 Library for dynamically loading shared libraries and functions.
cpp cpp20 cpp20-library dynamic-loading loader
Last synced: 11 Apr 2025
https://github.com/ohjurot/webstringhasher
YouTube Tutorial for writing an webserver with C++
cpp cpp-web-services webapp webserver website
Last synced: 13 Apr 2025
https://github.com/mahiponii/tai_lieu_cpp
Tài liệu c++ Chinh phục mọi kì thi
cpp cpp-all cpp-course-for-beginners cpp-docs cpp-library cpp-programming documents open-source
Last synced: 11 Aug 2025
https://github.com/mortinger91/openglengine
An OpenGL 3D Engine, made with C++.
3d-graphics cmake cpp opengl submodules
Last synced: 26 Oct 2025
https://github.com/NARCOTIC/Confuse-Trackers
This program searches google and visits websites randomly to make it really hard to track you and fingerprint you.
adware-blocking confuse confuser cplusplus cpp exe fingerprinting google tracking
Last synced: 12 Jul 2025
https://github.com/dasaav-dsv/callhook
An x86-64 function call hooking library.
cpp cpp17 function-hooking hooking-framework hooking-library reverse-engineering
Last synced: 24 Dec 2025
https://github.com/brainboxdotcc/templatebot
CMake template for a simple D++ bot.
api container cpp discord discord-api discord-api-v10 discord-api-wrapper docker dplusplus dpp hacktoberfest linux osx
Last synced: 12 Apr 2025
https://github.com/govnorice/archarchive
A utility to quickly rollback an arch linux system using ALA (a.k.a Arch Linux Archive)
ala arch archive c cpp linux linux-utils rollback
Last synced: 06 May 2025
https://github.com/jvillella/siyana-renderer
An ongoing upgrade to an a OpenCL-based path tracer and terrain generator I wrote many years back.
boost computer-graphics cpp glfw opencl path-tracer ray-tracer real-time siyana-renderer terrain-generation
Last synced: 16 Jul 2025
https://github.com/qengineering/tensorflow_lite_segmentation_rpi_32-bit
TensorFlow Lite segmentation on Raspberry Pi 4 aka Unet at 4.2 FPS
armv7 armv8 cpp deep-learning raspberry-pi-4 segmentation semantic-segmentation tensorflow-examples tensorflow-lite unet unet-image-segmentation unet-segmentation unet-tensorflow
Last synced: 13 Apr 2025
https://github.com/proffix4/dev_for_ubuntu22
Все нужное разработчику для Ubuntu22
android android-studio asm cpp development java linux netbeans python ubuntu ubuntu2204 vala
Last synced: 13 Apr 2025
https://github.com/raphaelsenn/elastic-collision
Uses SFML for a compact physics simulation illustrating elastic collisions in C++.
2d 2d-graphics cpp elasticcollision graphics math physics physics-2d physics-based-animation physics-based-simulation physics-engine physics-simulation sfml simulation
Last synced: 17 Jul 2025
https://github.com/eaucooh/midden
Collections . All directions . Not all mine . Thanks
collections cpp csharp dotnet html-css-javascript java vba vbs
Last synced: 20 Mar 2025
https://github.com/ikluft/ikluft-tools
misc tools and scripts by Ian Kluft (in shell, Perl, Rust, C++, Go, Python)
bash cpp golang perl python rust scripts shell shell-script
Last synced: 21 Mar 2025
https://github.com/qengineering/tensorflow_lite_face_mask_jetson-nano
Face mask detection on a Jetson Nano
aarch64 cpp deep-learning face-mask face-mask-detection jetson-nano tensorflow-examples tensorflow-lite
Last synced: 24 Oct 2025
https://github.com/osdev0/freestnd-cxx-hdrs
Headers from GCC's libstdc++ that can be used in a freestanding environment.
cpp cxx freestanding header-only headers libstdcxx
Last synced: 04 Apr 2026
https://github.com/jdsherbert/wwise-soundbank-xml-parser
Wwise Soundbank XML Parser libraries for various stacks. Reads Event, RTPC, Switch, State, and Auxbus data.
audiokinetic audiokinetic-wwise cpp csharp mit-license python soundbank unity unreal-engine wwise xml-parser
Last synced: 10 Oct 2025
https://github.com/makstamoian/ping
Simple ping implementation in C++
cpp icmp linux ping system-programming
Last synced: 05 Feb 2026
https://github.com/serenedb/serenedb
The First True Distributed Real-Time Search Analytics Database
analytics clickhouse cpp database dbms elasticsearch olap postgresql search-engine sql
Last synced: 02 Apr 2026
https://github.com/vixcpp/cli
vixcpp/cli – Command Line Interface for vix.cpp. Scaffold new projects, run the server with hot reload, and generate models or resources.
backend cpp cpp20 cross-platform http-server modular repl runtime vix vix-cli vixcpp
Last synced: 05 Apr 2026
https://github.com/t-eckert/ctci_solutions
My solutions to problems posed in Gayle McDowell's "Cracking the Coding Interview".
cpp ctci interview-questions python ruby
Last synced: 04 Mar 2026