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-03 00:06:50 UTC
- JSON Representation
https://github.com/stonier/ecl_tools
Tools and utilities for the embedded control libraries.
Last synced: 30 Apr 2025
https://github.com/szymon-budziak/cpp_course_agh
Solutions from C++ programming language course at AGH UST.
cpp object-oriented-programming
Last synced: 19 Mar 2025
https://github.com/teejay69/version
Software Release Builder
backup building building-automation compiling cpp release-automation
Last synced: 07 Jul 2025
https://github.com/hannespetur/paw
Header-only C++11 libraries
command-line-tool cpp cpp11 cpp14 cpp17 threadpool
Last synced: 02 Apr 2025
https://github.com/tldr-it-stepankutaj/network-scanner
High-performance cross-platform ICMP/TCP network sweep scanner written in C++ Supports full CIDR range input, ICMP ping, TCP fallback, RTT-based color output, and multithreading. Ideal for sysadmins, security pros, and network engineers.
cpp ethical-hacking ethical-hacking-tools icmp linux macos network network-analysis osint osint-tool scanner tools
Last synced: 26 May 2026
https://github.com/c0de4un/simple-spin-lock
Simple Spin Thread-Lock Example
cpp cxx multi-threading multithreading mutex posix-thread pthread raii spin-lock spinlock thread threading threads win-thread winthread
Last synced: 04 Jul 2026
https://github.com/rohit141914/leetcode
Collection of LeetCode questions
arrays cpp data-structures-and-algorithms graph-algorithms hashing queue stack string tree-structure vector
Last synced: 20 Jan 2026
https://github.com/heyallnorahere/libglplayground
A cross-platform, open-source framework for tinkering with OpenGL
cmake cpp cpp17 cpp17-library cross-platform opengl
Last synced: 21 Mar 2025
https://github.com/janwilczek/adc24-talk
Companion repository to my Audio Developer Conference 2024 talk entitled "Bug-Free JUCE UI: Structure Your GUI Code For Stability, Testability & Clean Architecture"
clean-architecture cpp juce juce-application juce-framework juce-plugins mvvm
Last synced: 19 May 2026
https://github.com/dkosmari/libxint
libxint is a C++20 headers-only library for fixed-width large integers.
Last synced: 03 Jun 2026
https://github.com/pragativerma18/data-structure-practice
This repository contains code for easy to advanced data structures using C as a part of my programming practice.
algorithms-and-data-structures c cpp data-structures leetcode-cpp leetcode-practice leetcode-solutions programming-challenges programming-practice python python3
Last synced: 09 May 2026
https://github.com/mabdusshakur/send-text-with-discord-webhook-cpp
Simple C++ Application to send Text to Discord channel with webhook using
cpp discord discordwebhook webhook
Last synced: 15 Apr 2026
https://github.com/fazziclay/arduinoclaymultitimer
64 arduino timers (idleness timer)
arduino arduino-nano arduino-nano-every atmega328p cpp idle timer
Last synced: 29 Apr 2026
https://github.com/beyondmagic/competitive-programming
Where I rest my mind's ~impulse~ feeling to learn logic.
c competitive-programming cpp secret
Last synced: 29 Apr 2026
https://github.com/meet-c-viradiya/quantum-workflow
Quantum-enhanced workflow scheduling optimizes multi-processor resource allocation using DAGs and a hybrid quantum-classical approach, visualized via advanced tools. QUBO problem formulation ensures efficiency.
cpp drug-design hpc machinelearning-python nisq pipelines qiskit qiskit-metal quantum-algorithms quantum-chemistry quantum-machine-learning transmon-qubit unitaryhack workflow-automation
Last synced: 29 Apr 2026
https://github.com/lefttwixwand/bbq
BBQ is a simple transfer protocol, based on TCP/IP, supporting server push notifications.
cpp protocol socket tcp-client tcp-ip tcp-server tcp-socket
Last synced: 29 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/jamesql/opendetection
Open source detection software using computer vision & OpenCV (WIP)
computer-vision cpp detection face-recognition how-to mit-license object-detection open-source opencv opencv2
Last synced: 29 Apr 2026
https://github.com/jdibenes/cormorant
Game Boy Color emulator.
cpp game-boy-color-emulator game-boy-emulator windows
Last synced: 29 Apr 2026
https://github.com/jonasagx/macosresolution
command line tool to change macOS resolution
Last synced: 29 Apr 2026
https://github.com/daddesign-projects/demo_daisygfx_st7789
Demonstrates how to use the "DaisySeedGFX" graphics library with an ST7789 TFT controller
cpp daisy-seed gfx gfxlib st7789 st7789-display st7789-display-driver tft tft-display
Last synced: 29 Apr 2026
https://github.com/giulioromualdi/idyntree-meshcat-cpp
A simple bridge between iDynTree and the meshcat-cpp interface
cpp meshcat robotics visualizer
Last synced: 29 Apr 2026
https://github.com/jbayardo/eci2017-concurrency
concurrency cpp cpp11 herd7 java litmus memory-models
Last synced: 29 Apr 2026
https://github.com/gsquire/farmhash-ffi
Simple Rust bindings to Google's FarmHash
Last synced: 29 Apr 2026
https://github.com/chrisross5/pathfinding-visualizer
College mini project (Data structures and algorithms S2): Two C++ console apps visualizing the shortest path between two points on a 2d grid, without and with walls.
algorithms bfs console-application cpp
Last synced: 08 Jun 2026
https://github.com/gopalchand/hellothere_project
Hello World using CMake
chatgpt-assisted cmake cmakelists cpp pybind11 python python3 scikit-build
Last synced: 29 Apr 2026
https://github.com/kabragaurav/practice-c-cpp-python-oops-dsa
Study and Practice Material for Chief Programming Languages and Major Topics in Computer Science
c cpp data-structures java object-oriented-programming python
Last synced: 29 Apr 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/happycod3r/batchedit
A lightweight Windows batch script runner and editor.
batch batch-ide batch-script batch-script-editor batchedit beta cpp cpp-cli dotnet utility v1 windows windows-app windows-desktop-application windows-forms windows-utility wip
Last synced: 17 Apr 2026
https://github.com/abhishekprajapatt/slamcore
🗺️ slamcore - A lightweight, production-grade simultaneous localization and mapping (SLAM) system designed for ROS2 (Humble/Iron) with comprehensive support for multi-sensor fusion, loop closure detection, and real-time map building.
Last synced: 29 Apr 2026
https://github.com/guovza/satnegirji
Suoma-Davvisáme-Suoma sátnegirji ja ollu sánit
cpp davvisamegiella davvisapmi sqlite sqlite-database suoma-davvisame-suoma
Last synced: 17 Apr 2026
https://github.com/kimboslice99/iis-cgeoipmodule
Geoblocking module for IIS written in native C++
Last synced: 30 Apr 2026
https://github.com/bocaletto-luca/precision-digital-thermostat
Precision-Digital-Thermostat - A three-zone thermostat that reads three DS18B20 temperature probes, displays each zone’s real-time temperature and setpoint on an OLED screen, and drives three relay outputs for heating/cooling. Users navigate zones and adjust setpoints via three push-buttons. By Bocaletto Luca.
arduino bocaletto-luca cpp openhardware opensource precision-digital-thermostat standalone thermostat thermostat-controller thermostat-digital
Last synced: 30 Apr 2026
https://github.com/pinam45/uscp
Unicost Set Covering Problem
cpp cpp17 latex masc memetic-algorithms rwls uscp
Last synced: 30 Apr 2026
https://github.com/uwriegel/node-dotnet-bridge
Accessing dotnet core assemblies from node.js
Last synced: 15 Apr 2026
https://github.com/immaryammahmood/leetcode_solutions
Daily LeetCode Solutions 🚀
Last synced: 30 Apr 2026
https://github.com/nnamanx/tank-robot-pathfinding-using-a-star-and-greedy-search
This project showcases a tank robot that can autonomously navigate a 5x5 grid, avoid obstacles, and determine the most optimal path using two different search algorithms.
a-star-algorithm artificial-intelligence cpp greedy-algorithm robotics tank-robot
Last synced: 30 Apr 2026
https://github.com/mpluxery/patching-hacked-world
This repository demonstrates how to use Radare2 on a Raspberry Pi 4 (Im using ARM64, Kali Linux) to patch a simple “Hello World” binary, generate a JSON-formatted diff (using radiff2), and produce a JSON-formatted disassembly of the patched executable.
arm arm64 assembly bash cpp dissaseembly hex json linux patch radare2 radiff2 raspberry-pi-4 reverse-engineering x64-assembly
Last synced: 02 Apr 2026
https://github.com/toriomg/opengl
For now, this OpenGL repository is meant to support my learning, and in theory, to eventually develop a 3D modeling program.
cpp glfw3 imgui-glfw opengl opengl3 stb-image
Last synced: 30 Apr 2026
https://github.com/ghosts6/library_management_system
Library management system from basic to advacne write with languages like bash,c,c++,python and js
bash c cpp django django-orm django-rest-framework html-css-javascript javascript library-management-system postgresql python3 tailwind
Last synced: 02 Apr 2026
https://github.com/harshnag1/pep-dsa-2026
Structured topic-wise implementation of Data Structures and Algorithms in C++ for placement preparation and interview practice (PEP-DSA-2026).
algorithms cpp data-structures dsa interview-preparation placement-preparation problem-solving
Last synced: 30 Apr 2026
https://github.com/papstavros/A-CHIP-8-Interpreter
Just a CHIP-8 emulator I made to mess around with C++ and get a feel for low-level programming.
chip-8 chip8 chip8-emulator cpp raylib raylib-cpp
Last synced: 02 Apr 2026
https://github.com/mensenvau/yaintern_solution_2024
Yandex.uz yaintern for backend (2024)
Last synced: 16 Apr 2026
https://github.com/grachale/cipher_tga_files
Implementation of functions for a program that can encrypt and decrypt a TGA image file.
Last synced: 08 Jun 2026
https://github.com/proxzima/competitive-coding
Solved questions from all major competitive coding platforms
algorithms codechef coding coding-challenge competitive-programming cpp data-structures hackerrank interviewbit leetcode project-euler python regex sql
Last synced: 30 Apr 2026
https://github.com/lazypanda07/webframework
Web framework in C++ with different language APIs
android c cpp cpp-library csharp dart flutter framework linux python python3 ubuntu ubuntu2404 webframework windows windows-10 windows-11
Last synced: 02 Apr 2026
https://github.com/nlitsme/mpmp7_solver
Solving Matt Parker's Unique Distancing Puzzle
Last synced: 30 Apr 2026
https://github.com/misaghmomenib/phonebook-cpp
A Phone Book Application Built With C++, Designed to Efficiently Manage Your Contacts. This Project Includes Features Like Adding, Searching, Editing, and Deleting Contact Details. It's a Simple Yet Powerful Tool to Demonstrate C++ Fundamentals and Object-oriented Programming Concepts.
Last synced: 30 Apr 2026
https://github.com/biojppm/cmany.el
Emacs package for the cmany build tool
cmake cmake-resources cmany cpp emacs emacs-add-on emacs-mode emacs-packages ide projectile rtags
Last synced: 17 Apr 2026
https://github.com/sandsmark/qt-rappor-client
C++ implementation of privacy preserving metrics reporting using Rappor (Randomized Aggregatable Privacy Preserving Ordinal Responses), with Qt integration
cpp cpp17 metrics metrics-gathering metrics-library privacy privacy-by-design privacy-preserving privacy-protection qt qt6 rappor
Last synced: 30 Apr 2026
https://github.com/kuro337/textract
Single Header High Performance C++ Image Processing Library to read content from Images and transform Images to text files.
cpp cpp20 cryptography folly opencv openmp-parallelization
Last synced: 18 Apr 2026
https://github.com/cuixing158/mex-file
MATLAB MEX file For C/C++ code generation
c code-generation compile cpp matlab matlab-coder mex opencv
Last synced: 30 Apr 2026
https://github.com/p4dro-dev/projeto_lcd_arduino
Nesse projeto, passado no curso Técnico em Informática, foi construído um sistema eletrônico com Arduino, com placa LCD. Com a finalizada de imprimir um valor no Display. Usando a Linguagem Cpp para programação dos compenentes
arduino arduino-display cpp cpp-programming lcd-display lcd16x2 tinkercad
Last synced: 17 Apr 2026
https://github.com/bluewitherer/favoritemods
A shortcut to your favorite Geode mods!
cmake cpp enhancement geode geometry-dash mod offline
Last synced: 11 Apr 2026
https://github.com/lorhansohaky/ufscar
Arquivos de atividades da UFSCar
arquitetura-de-computadores banco-de-dados c cap cgi compilador compiladores computacao-grafica cpp dc estruturas-de-dados grafos ori orientacao-a-objetos paa paradigmas sistemas-operacionais ufscar verilog
Last synced: 01 May 2026
https://github.com/greatgamedota/opengl-vscode
OpenGL Game Engine with Visual Studio Code on Windows
cpp game-engine opengl visual-studio-code
Last synced: 01 May 2026
https://github.com/ferhatgec/bufsize
Terminal buffer size info library for C++
Last synced: 01 May 2026
https://github.com/crime-trix/metastr-cpp
C++20 compile-time string encoding with per-call-site blobs and scoped runtime decode
compile-time cpp cpp20 header-only reverse-engineering string-obfuscation windows
Last synced: 02 Jun 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/nikhil1210-dev/db-connection
A basic program in C, C++, Java, and C# demonstrating MySQL database connectivity using respective connectors (MySQL C API, Connector/C++, JDBC, and Connector/NET). It covers database connection, query execution, and result handling across multiple languages.
Last synced: 01 May 2026
https://github.com/mlund/tafelmusik
C++ library for playing C64 SID music on macOS
c64 commodore-64 cpp emulation music-player
Last synced: 15 Apr 2026
https://github.com/madebypixel02/cpp-module-05
[42 Madrid] Mommy, when I grow up, I want to be a bureaucrat!
42 42-cursus 42born2code 42madrid born2code bureaucrat cpp cpp11 makefile peer2peer repetition
Last synced: 08 Jun 2026
https://github.com/leafbuild/leafbuild
A WIP C/C++ meta build system.
build-automation build-system build-tool build-tool-cross-platform build-tools c cpp
Last synced: 01 May 2026
https://github.com/markelca/noob.c
My personal way learning C and C++. With theory, usefull resources and organized by topics and diffifulty.
algorithms algorithms-and-data-structures c cpp data-structures educational resources theory
Last synced: 01 May 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
https://github.com/siyamulislam/dynamicvillage
A Computer Graphics Project <<Dynamic Village>> Day mode | Night Mode | Rain Mode
Last synced: 17 Apr 2026
https://github.com/taselectrik/arduino
This repository showcases a range of Arduino projects, from sensor integration and I2C LCD displays to servo control and precise temperature measurement. A practical collection for exploring embedded systems and real-world interfacing.
Last synced: 27 Feb 2026
https://github.com/mohammadnabizada/data-structures-and-algorithms
Exercises and Problemes in Datastructures and Algorithms
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/yumetodo/es-string-algorithm
port from C++STL std::basic_string
cpp npm-package string-algorithms
Last synced: 01 May 2026
https://github.com/pirito10/solarboat-rsfm-uvigo
Wireless Solar Boat project for the course "Redes Inalámbricas y Móviles" in the Telecommunications Engineering Degree at the Universidad de Vigo (2024 - 2025)
arduino bluetooth cpp html lorawan lte mqtt nb-iot python shell wifi-halow
Last synced: 03 Apr 2026
https://github.com/djaus2/sensorblazor_arduino
Mirrors SensorBlazor repository .NET Core Console apps in that Arduino Sketches send Sensor data to Azure IoT Hub via the SensorBlazor service.
arduino azure azure-iothub blazor blazor-webassembly cpp iothub sketch
Last synced: 15 Apr 2026
https://github.com/aravindvnair99/c-keylogger
A simple lightweight keylogger made with C++.
c c-plus-plus cpp keylog keylogger keylogger-analysis windows windows-10 windows-7 windows-8 windows-desktop windows10
Last synced: 10 Feb 2026
https://github.com/ramithaheshan33/techfix
TechFix is an advanced online management platform designed to streamline the operations of a tech solutions company.
Last synced: 01 May 2026
https://github.com/allyndawn/stm32wxx
An STM32 Nucleo-F429ZI FreeRTOS Wireless Weather Station written in C++
aprs c cpp freertos stm32 weather weather-station
Last synced: 17 Apr 2026
https://github.com/thecomputekid/scrapper
pretends to export c++ functions but with a c abi
Last synced: 01 May 2026
https://github.com/rna3210d/qt-webengineview-browser
Qt browser with some random stuff
cpp qt5 qtcreator qwebengineview
Last synced: 02 May 2026
https://github.com/virendracarpenter/tictactoecpp
Basic Tic Tac Toe Game made in C++
cpp game hacktoberfest terminal tictactoe-cpp tictactoe-game
Last synced: 02 May 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/dm8at/objectgl
An object-oriented wrapper around OpenGL written in C++
cpp object-oriented opengl os-independent
Last synced: 10 Feb 2026
https://github.com/getiot/awesome-all
:star: :star: :star: :star: :star:
awesome c cpp iot java javascript lua maker opensource python
Last synced: 16 Apr 2026
https://github.com/dpieve/cellular-automaton
Each cell takes the color of its neighboring cells
cellular-automaton cmake cpp imgui imgui-sfml sfml
Last synced: 30 Jan 2026
https://github.com/timmoth/learningopengl
Repository for learning openGL
cpp glfw learning-opengl learnopengl opengl
Last synced: 16 Apr 2026
https://github.com/insunil/learn-mongodb-using-cpp
Leaning MongoDB with C++
Last synced: 17 Apr 2026