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-07-06 00:06:48 UTC
- JSON Representation
https://github.com/seboste/microservice-essentials
microservice-essentials is a portable, independent C++ library that takes care of typical recurring concerns that occur in microservice development.
cloud-native cpp microservices
Last synced: 06 Jun 2026
https://github.com/eyelash/prism
incremental PEG-based syntax highlighting engine
Last synced: 21 Jan 2026
https://github.com/gregorykogan/mephi-laboratory-works
Some of my programming laboratory works at MEPhI
c cpp data-structures dynamic-array inheritance laboratory-works linked-list oop smart-pointers
Last synced: 24 Apr 2026
https://github.com/kiwigrenade/chip-8
CHIP-8 emulator in C++. POC for my Bachelor's Degree Thesis.
chip-8 chip-8-emulator chip8 cmake cpp emulation emulator proof-of-concept
Last synced: 06 Jun 2026
https://github.com/mint-lab/vvs
VVS: A Very Very Simple Unit Testing Tool for C/C++
Last synced: 25 Apr 2026
https://github.com/codernayeem/competitive-programming
Competitive Programming related Things & Codes
algorithms codeforces competitive-programming cpp math problem-solving python
Last synced: 25 Apr 2026
https://github.com/rayeed221/simple-fire-detector---esp32
This is the whole code of a simple fire detector project suitable for school projects or to have something on your showcases
aurduino cpp esp32 robotics-programming sensors-data-collection
Last synced: 23 Jan 2026
https://github.com/msdeep14/codeforces
codeforces solutions
algorithms algorithms-and-data-structures codeforces codeforces-solutions cpp
Last synced: 06 Jun 2026
https://github.com/2000pawan/c_cpp_programming.
W3resource exercise (C && C++) Solution.
Last synced: 07 May 2026
https://github.com/humbertocg18/braco-robotico-arduino-2022
Este é o código que eu usei para fazer um braço robótico com Arduino, servo motores e potenciometros para a feira experimental do Ensino Médio Técnico do @senacrs-emti (Distrito Criativo), que me rendeu a segunda colocação na mesma.
arduino cpp eletronics motors robotic robotic-arm
Last synced: 22 Apr 2026
https://github.com/yuhexiong/leetcode-solution
Document my LeetCode solution with chinese comments and multiple programming languages.
c-language cpp go golang java javascript leetcode mysql python typescript
Last synced: 14 Apr 2026
https://github.com/haimozer123/amnongame_-_cppfullexercises
This repository contains solutions to completed as part of the course for CPP and OOP i take in RTED collage.
Last synced: 10 Oct 2025
https://github.com/ohioiot-esp32-wifi-examples/final-checklist
The code base accompanying one step in the video series on creating a next-level WiFi library for your ESP32 projects. The video associated with this code base focused on engaging with the events provided by WiFi.h and logging them to get the best information possible about your WiFi connection.
arduino-ide arduino-iot connectivity cpp embedded-systems esp-idf esp32 esp32-iot event-driven firmware home-automation internet-of-things iot microcontroller networking ohioiot platformio wifi wifi-events wifi-logging
Last synced: 07 May 2026
https://github.com/karusb/bazcryptlib
BazCrypt 4 Neighborhood Cellular Automata Encryption Algorithm C++ Library
algorithm bazcrypt bazcrypt-encryption c-plus-plus cellular-automata cpp cross-platform cryptography encryption library linux windows
Last synced: 02 May 2026
https://github.com/chqilin/beninja
a small build tools for C/C++.
build-tool cmake cplusplus cpp makefile nodejs
Last synced: 07 May 2026
https://github.com/aasjunior/esp32
Projetos utilizando o microcontrolador ESP32 e o ambiente de desenvolvimento PlatformIO
Last synced: 09 May 2026
https://github.com/penghanyuan/fattreegenerator
C++ program to generate a fattree topology file
Last synced: 08 Oct 2025
https://github.com/dkorolev/pls
One-liner build and run commands for C++ binaries and libraries. Transitive dependency management. Generates `CMakeLists.txt`-s and `Makefile`-s as needed. Out-of-the-box integration with VS Code.
Last synced: 11 Feb 2026
https://github.com/samrb-dev/asmforre
Collection of assembly program of IA-32 CPU architecture to understand how things work under each high level language. The main goal of the repo is get with familiar with ASM to identify various procedures while reversing a binary/executable
8086-programs assembly-language c cpp cybersecurity malware-analysis reverse-engineering x86 x86-assembly
Last synced: 07 May 2026
https://github.com/timmoth/learningopengl
Repository for learning openGL
cpp glfw learning-opengl learnopengl opengl
Last synced: 16 Apr 2026
https://github.com/embeddedos/patterns-in-c-cpp
Design systems and patterns in C/C++
c cpp design-pattern design-system embedded linux mcu
Last synced: 07 May 2026
https://github.com/dindinyt37/public-ip-tracker
A lightweight Windows system tray utility that monitors and logs public IP address changes
cpp csv ip-address ip-tracking monitoring networking system-tray utility winapi windows
Last synced: 22 Apr 2026
https://github.com/oblivious-oblivious/multicore
A framework for penetration testing using Ruby, C++ and QML.
cpp framework penetration-testing qml ruby
Last synced: 26 Apr 2026
https://github.com/vladoosit/snake-3d-c-with-opengl-for-windows
Simple game (snake) on C++. This project is well suited for learning OOP principe
cpp game glut oop oop-principles opengl snake-game
Last synced: 02 May 2026
https://github.com/anosuplayer/nfloats
Arbitrary precision floating points stored in IEEE-754 format.
arbitrary-precision arbitrary-precision-floats cpp decimal decimal-to-binary float floating-point floating-point-arithmetic utility
Last synced: 09 Jun 2026
https://github.com/christinec-dev/bull-cow-isogram-guesser
Bull-Cow is a simple word guessing game made with Unreal Engine and C++.
bullcowgame cpp game ue4 unreal-engine-4
Last synced: 02 May 2026
https://github.com/s-m-j-i/smart-university
A multidisciplinary system that aims to make a University automated
arduino cpp hardware multidisciplinary software
Last synced: 07 May 2026
https://github.com/ladroid/hunt
Arduboy game
arduboy arduboy-game c cpp game
Last synced: 07 May 2026
https://github.com/lebrancworkshop/learn-dsal-cpp-mikelopster
Learning Data Structures and Algorithms with C++ by Mikelopster (Thai Software Developer Youtube Channel)
algorithms algorithms-and-data-structures cpp data-structures data-structures-and-algorithms
Last synced: 02 May 2026
https://github.com/spite-triangle/variant
It's a variant component, based on C++11.
Last synced: 10 Feb 2026
https://github.com/mohammad-malik/linkedlist-notepad
A console-based notepad using a 2D linked list for text storage. Features text editing, saving, loading, and a spell-checker with correction suggestions—all in a C++ console environment.
cpp data-structures dsa linked-list linux macos ncurses-library unix
Last synced: 08 May 2026
https://github.com/jilliennelapid/stackcalculator
Project 1: A Stack (Data Structure) Calculator that implements strings and infix/postfix notation to compute basic operations.
cpp data-structures infix-to-postfix iomanip stack stack-calculator stacks strings
Last synced: 08 Oct 2025
https://github.com/salma-mamdoh/oop-applications
Our Applications for Object Oriented Programming Course taken during Winter 2022 semester
Last synced: 19 Jan 2026
https://github.com/1dealgas/nemesis
Don‘t Leave the World Your Nemesis.
aerials cpp cpp20 defold lua mobile-game rhythm-game rhythm-game-charting
Last synced: 08 May 2026
https://github.com/halffd/havel
Hotkey Manager and Window Control System
automation cpp gtk hotkey linux lua scripting window-management x11
Last synced: 02 May 2026
https://github.com/provrb/provrbs-packet-capture
A lightweight packet analyzer tool featuring a user-friendly GUI interface using Npcap and wxWidgets.
c cpp ethical-hacking network-analysis network-security networking open-source packet-capture packet-sniffer pcap-analysis penetration-testing red-teaming wxwidgets
Last synced: 02 May 2026
https://github.com/aquice/amberengine
AmberEngine is my try at the creation of a basic 3D engine displaying only in isometric projection.
Last synced: 12 Apr 2026
https://github.com/gunh0/makefile-templates
⚙️ Make is a build tool used in Unix-based systems that allows developers to compile programs by defining dependencies and commands in a standardized syntax using a Makefile.
Last synced: 09 May 2026
https://github.com/gsri30/sob-challenge
My solution to the Summer Of Bitcoin Challenge
algorithms cpp dp graphs summerofbitcoin
Last synced: 07 Oct 2025
https://github.com/0x0c/m3d13
Tiny 3DCG library.
3d-graphics c-plus-plus cpp cpp-library tiny-3dcg-library x11
Last synced: 08 Oct 2025
https://github.com/youpong/cpp-sleep-sort
C++20 Implementation of Sleep Sort using std::thread
cmake cpp cpp20 docker sleep-sort std-thread
Last synced: 28 Apr 2026
https://github.com/01barthez/tp-inf-211
TP: Object Oriented Programming. Subjet: Managing a supermarket’s stock can be challenging, with numerous products, suppliers, and inventory processes to oversee. As a developer for Dovv Supermarket in Biyem-Assi, Yaounde you’ve been tasked with creating a stock management system. This system will organize products by categories, manage supplier...
cpp crud-application java javascript management-system oriented-object-programming python3 sql staruml uml-class-diagram
Last synced: 17 Apr 2026
https://github.com/arbmind/qbs-containers
Docker containers for building Qbs projects with Qt and Clang or GCC
clang cpp docker-container gcc qbs qt6
Last synced: 28 Apr 2026
https://github.com/crime-trix/ntscope
C++20 Windows Native API metadata inspection library
cpp cxx20 metadata native-api ntdll pe-parser windows
Last synced: 02 Jun 2026
https://github.com/bezarhere/hivec
Deploying your library should be no more then a post-build command
build-tool c command-line cplusplus cpp open-source opensource
Last synced: 08 May 2026
https://github.com/maverobot/impui
A simple plotting library based on Dear ImGui.
Last synced: 09 Jun 2026
https://github.com/andrewrgarcia/bridge
Connecting arrays between Python and C++
array bridge cpp hacktoberfest json matrix port programming-languages python tensor transformation translation
Last synced: 16 Apr 2026
https://github.com/mensenvau/yaintern_solution_2024
Yandex.uz yaintern for backend (2024)
Last synced: 16 Apr 2026
https://github.com/guibrandt/perfhash
Header-only perfect hash container class implemented in modern C++
cpp data-structure header-only perfect-hash
Last synced: 09 Jun 2026
https://github.com/bhagat-hrishi/cleanstrike
CleanStrike is a carrom board game played by 2 players with multiple turns
clean-strike cmake cmake-command cpp
Last synced: 08 Jun 2026
https://github.com/mohamedelziat50/mediaplayer-miu
Video player application developed in C++ as part of our Data Structures & Algorithms Course by a team of 5 members.
cpp data-structures-and-algorithms dsa winforms
Last synced: 05 Mar 2026
https://github.com/andr3w03/komputergrafikvisualisasi_lab
Tugas Mata Praktikum Komputer Grafik dan Visualisasi Lab 2 Semester 4
c cpp desktop-application glut opengl visual-studio
Last synced: 08 May 2026
https://github.com/sbaldu/wealthdistributionmodel
Model for the distribution of wealth in a community
complex-systems cpp econophysics modelling pybind11 python
Last synced: 02 May 2026
https://github.com/richelbilderbeek/mxe_tutorial
Tutorial about the MXE cross-compiling environment
cpp mxe mxe-tutorial qmake qtcreator tutorial
Last synced: 02 May 2026
https://github.com/ebuganik/can-usb-adapter-with-rpi
Design and Implementation of a CAN-USB adapter using a Raspberry Pi device
can-protocol can-usb cpp pcan-usb python raspberry-pi-3 uart-protocol
Last synced: 26 Feb 2026
https://github.com/darkygr/console-cpp-triplex-game
Game made with C++ to crack the password to help a hacker
Last synced: 21 Jun 2026
https://github.com/sr1jan/competitiveprogramming
My solutions to the competitive programming problems from various contests
competitive-programming competitive-programming-contests cpp
Last synced: 08 Jun 2026
https://github.com/user0332/c-blunt
A product of User0332/csnative that attempts to provide a more minimal and slightly different version of C# translating to native code
assembly-loading cplusplus cpp csharp csnative dll dotnet native stdlib
Last synced: 09 May 2026
https://github.com/f321x/cpp_introduction-42-core
Collection of small C++ introduction projects to get first experience with C++ programming
42 42born2code 42codingschool 42cursus cplusplus cpp
Last synced: 06 Jun 2026
https://github.com/jmarrec/cppbenchmarks
A collection of some benchmark scripts I used for C++
benchmark c-plus-plus cmake conan cpp cpp20
Last synced: 02 May 2026
https://github.com/ibitcy/eo-mobile-rapidjson
Boost for android's prefab NDK dependency system
android apple cmakelists cocoapods cplusplus cpp dependency google ios ndk podfile prefab rapidjson
Last synced: 02 May 2026
https://github.com/chainrand/chainrand-cpp
C++ header-only library for verifiable hybrid-chain RNG.
aes-intrinsics chainlink chainlink-hackathon-2021 chainlink-vrf cpp cryptographic-random-generator random-number-generators
Last synced: 18 Oct 2025
https://github.com/lucasfturos/tcc-controle-de-maquina
Projeto focado em demonstrar a comunicação serial entre computador e microcontrolador
c cpp microcontroller qt5 serialport
Last synced: 09 May 2026
https://github.com/thecomputekid/scrapper
pretends to export c++ functions but with a c abi
Last synced: 01 May 2026
https://github.com/calesi19/orbital-simulator
C++ simulation of several satellites rotating around earth's orbit with implemented physics. User can steer a spaceship and shoot at the satellites or crash into objects.
Last synced: 24 Apr 2026
https://github.com/liwyd/pincracker
sourec to use Attiny85 for cracking mobile pinCode (ios/android)
android arduino brute-force cpp crack ios phone-cra unlo
Last synced: 09 May 2026
https://github.com/jeremymcastillo/gameshowbuzzer
A small Arduino game show buzzer project
arduino cpp embedded-systems game
Last synced: 09 May 2026
https://github.com/iricartb/rpc-gateway-sockets
Ivan Ricart Borges - Use of sockets to emulate a basic RPC service in order to execute remote commands on a Windows server regardless of architectures.
c-sharp cpp rpc-client rpc-server sockets visual-studio
Last synced: 28 Apr 2026
https://github.com/shahab-esfandiar/bachelor-kntu-geomatic-engineering-codes
My Codes & Projects in Bachelor’s KNTU Geomatic Engineering
cpp geospatial matlab postgis python
Last synced: 28 Apr 2026
https://github.com/drbender/witchy-qss-editor
Tool to preview qss styles for Qt
Last synced: 09 Feb 2026
https://github.com/md-mafujul-hasan/algorithm
These Contain Some Algorithm Program that I have done while understanding Programming Concepts.
algorithm algorithms algorithms-and-data-structures algorithms-datastructures c c-plus-plus cpp open-source opensource python sorting
Last synced: 09 May 2026
https://github.com/sl-pirate/snake
A Multi-Player Snake game in sdl
cpp cross-platform-game game multiplayer multiplayer-game sdl sdl2 snake snake-game snake-game-2d snake-game-in-cpp wxwidgets wxwidgets-gui
Last synced: 08 Oct 2025
https://github.com/fireplank/cpp-chess-bot
A chess bot I made using mostly C++ and a little Python
chess chess-engine cpp engine python python3
Last synced: 15 Apr 2026
https://github.com/nikitaberezhnyj/udav
Python dialect with Ukrainian syntax.
cpp language programming-language python udav udav-programming-language
Last synced: 09 May 2026
https://github.com/iboudhaine/HNSW-Attribute-Filtering-Optimization
Optimizing multi-attribute filtering for Approximate Nearest Neighbor (ANN) search using HNSW. This project integrates bitsets and Roaring Bitmaps into HNSWLib to accelerate query performance by reducing evaluation costs for large attribute datasets.
ann-search approximate-nearest-neighbor bitsets cpp data-structures efficient-filtering hnsw optimization roaring-bitmaps
Last synced: 02 Apr 2026
https://github.com/jamesql/laser-tag-drone
Laser tag drone with Arduino and HC-12 modules.
Last synced: 02 May 2026
https://github.com/jguida941/homebrew-linkedlist
🍺 Homebrew formula for my C++ Linked List project. Demonstrates software packaging and distribution with brew.
brew cli cpp devops homebrew linked-list package-manager software-distribution
Last synced: 01 May 2026
https://github.com/yumetodo/es-string-algorithm
port from C++STL std::basic_string
cpp npm-package string-algorithms
Last synced: 01 May 2026
https://github.com/depermitto/headerpuller
Header-only package manager for C/C++ written in Go. Provides hassle-free (un)installation and simplicity in use.
c cpp cxx go golang-application header-files header-only hpp package-manager
Last synced: 01 May 2026
https://github.com/maloleroy/confer
🧪 A C/C++ unit testing library written in C, with no heap memory allocation! 🌳
Last synced: 01 May 2026
https://github.com/mohammadnabizada/data-structures-and-algorithms
Exercises and Problemes in Datastructures and Algorithms
Last synced: 01 May 2026
https://github.com/dhruvsrikanth/monte-carlo-ray-tracing
In this repository, you will find a serial and distributed GPU-based implementation of the ray tracing simulation.
c cpp cuda gpu-computing gpu-programming high-performance-computing parallel-programming raytracing unified-memory-parallelism
Last synced: 01 May 2026
https://github.com/minakovnv/introduction-to-robotics-arduino
Arduino lab works
arduino arduino-sketch arduino-uno cpp robot-framework robotics
Last synced: 28 Apr 2026
https://github.com/antonioberna/nn-gpu-logic-gates
Neural Network implementation on GPU using CUDA C++ to learn logic gates operations
cpp cuda gpu logic-gates neural-networks nvidia
Last synced: 01 May 2026