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-19 00:06:51 UTC
- JSON Representation
https://github.com/jakubvojvoda/logistics-company-simulation
Modeling and simulation of logistics company
cpp logistics modelling simlib simulation
Last synced: 14 May 2025
https://github.com/mehmetumit/color-image-segmentation
Color Image Segmentation Using Kruskal's MST Algorithm And Graph Cuts
color-image-segmentation cpp graph graph-cuts kruskal-algorithm minimum-spanning-tree
Last synced: 16 Jul 2025
https://github.com/anasbinrashid/multi-threaded-pacman-synchronization-glut-cpp
I made a Multi Threaded PACMAN in GLUT with complete Synchronization.
cplusplus cpp glut glut-library multithreading pacman pacman-game project synchronization threads
Last synced: 06 Jul 2026
https://github.com/kuguma/alglog
The simple logger targeting commercial libraries
Last synced: 16 Jul 2025
https://github.com/poseidon-code/datastream
A C++ 23 binary data serializer like Qt's `QDataStream` class, but with less functions and simple.
Last synced: 14 Jun 2026
https://github.com/astrodynamic/matrix-library-in-cpp
Matrix Library is a C++ library for matrix operations such as addition, subtraction, multiplication, transpose, and more. It provides a Matrix class with constructors, destructors, and overloaded operators. The library can be built using CMake and depends on the Google Test framework for unit testing.
cmake cpp cpp17 library makefile matrix matrix-library testing
Last synced: 07 Aug 2025
https://github.com/thesupercd/cpu_scheduler
A simple and rudimentary program written in C++ that simulates the operation of a CPU task scheduler using three distinct methodologies - namely FIFO, SJF and Priority scheduling algorithms.
cpp cpu-scheduling cpu-scheduling-algorithms fifo preemptive-scheduling priority-scheduling scheduler scheduling-algorithms scheduling-simulator sjf-scheduling
Last synced: 05 Apr 2025
https://github.com/andreiavrammsd/cpp-static-task-executor
Task executor based on static polymorphism
Last synced: 15 Jul 2025
https://github.com/jseg380/inteligencia-artificial
Prácticas en C++ de la asignatura Inteligencia Artificial
ai alpha-beta-pruning cpp deliberative-agent reactive-agents
Last synced: 20 Mar 2025
https://github.com/kauefraga/learning-cpp
🔥 Learning a general-purpose language (c++).
Last synced: 02 Jul 2026
https://github.com/goto-bus-stop/cpp-split-string
A simple C++17 class to iterate over pieces of a string using ranged for loops.
cpp lines ranged-for split string
Last synced: 15 Jul 2025
https://github.com/levensta/cpp-containers
Implementing the various container types of the STL C++
cpp cpp98 stl-containers structured-data
Last synced: 14 Jul 2025
https://github.com/gusinacio/data-structures
Implementation of various Data Structures in C++
cpp data-structures linked-list
Last synced: 14 May 2025
https://github.com/jsimell/trafficsimulator
A C++ program that simulates the traffic of a city model inputted as a JSON file. A group project from the 2023 Aalto University Object-oriented Programming with C++ course.
Last synced: 11 Jun 2026
https://github.com/miottonicola/unive-pel_json-parser
Class Json with parser (Grammatic Context Free)
Last synced: 16 May 2026
https://github.com/marcelo-a-o-s/sa2-iot
Projeto de integração de um arduino com a API do thinkSpeak desenvolvido para avaliação da disciplina de IOT do curso de Desenvolvimento de Sistemas do Senai.
cpp esp32 platformio thinkspeak vscode
Last synced: 11 Apr 2026
https://github.com/ohioiot-examples/esp32_wifi_reconnect
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 the existing reconnect logic already built into WiFi.h and how we can code to work with that context.
arduino-ide arduino-iot connectivity cpp embedded-systems esp-idf esp32 esp32-iot event-driven firmware home-automation internet-of-things iot microcontrollers networking ohioiot platformio wifi wifi-events wifi-logging
Last synced: 15 Sep 2025
https://github.com/prashantrahul141/nhlog
An extremely simple logging library for C/C++ with colors.
Last synced: 21 May 2026
https://github.com/a-samod/restaurant-management-system
The Restaurant Management System is a C++ application designed to manage various operations within a restaurant.
Last synced: 03 Nov 2025
https://github.com/nikitagoldashevsky/tic-tac-toe
Advanced Tic-Tac-Toe game, developed in C++ using WIN32 API.
cpp desktop-app tic-tac-toe win32api windows
Last synced: 16 May 2026
https://github.com/silverwolf2k20/quartysxuyartys.keygen
Генератор ключей активации для Quartys-xuyartys 2.
Last synced: 06 May 2026
https://github.com/johnyssauro/arduino-projects
This repository stores some simple Arduino projects implemented on Arduino IDE.
Last synced: 06 May 2026
https://github.com/pwalig/sw-space-shooter
3D space shooter video game running on Raspberry Pi
3d-graphics 3d-wireframe c c-plus-plus college-project cpp embedded embedded-systems glm mcp3008 raspberry-pi-4 raspberrypi space-shooter space-shooter-game spi spi-protocol video-game waveshare-lcd wire-frame wiringpi
Last synced: 06 May 2026
https://github.com/jke94/cmakesharedlib
Example of shared library. Using docker and cmake, to build shared library, install it in a Linux environment, and used by a client.
cpp docker docker-compose linux shared-library
Last synced: 28 Apr 2026
https://github.com/imshawan/problemsolving-hackerrank
Problem solving with Hackerrank
cplusplus cpp cpp-solutions hackerrank hackerrank-challenges hackerrank-java-challenge hackerrank-python-solutions hackerrank-solutions java java-8 mysql python python-3 python3 rest-api sql sql-database
Last synced: 06 May 2026
https://github.com/priya-c-016/sorting-analyzer
A visual tool to analyze sorting algorithm performance.
cpp css html javascript python sorting-algorithms
Last synced: 06 May 2026
https://github.com/nathanjhood/noderc
CMakeRC as a NodeJs C++ Addon.
binary cmake cmake-js cmake-rc cpp javascript node-addon-api node-js nodejs typescript
Last synced: 06 May 2026
https://github.com/tr41z/sentinel
your network guardian
ai blue-team cpp cybersecurity fyp golang ids machine-learning network-security python react
Last synced: 06 May 2026
https://github.com/thecaptaincraken/aoc-2022
A repo containing solutions for all Advent of Code 2022 problems in diffrent programming languages.
advent-of-code c cpp python3 rust
Last synced: 06 May 2026
https://github.com/link-wolf/42-piscine_cpp
42 project - 9 progressive C++ projects to learn OOP
42 42born2code 42school cpp macos
Last synced: 06 May 2026
https://github.com/a-khakimov/training
codewars codewars-solutions cpp scala stepik training
Last synced: 06 May 2026
https://github.com/zepedroresende/matrixmultiplication
Matrix Multiplication optimizations on intel and CUDA
c cpp cuda hpc matrix-multiplication omp optimization
Last synced: 01 May 2026
https://github.com/rokibulhasan7/algorithmic-toolbox-assingments
My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera.
algorithm-toolbox algorithms coursera cpp divide-and-conquer dp greedy-algorithm merge-sort quick-sort sorting-algorithms toolbox
Last synced: 18 Jun 2026
https://github.com/lionpsiuc/postgraduate
A collection of assignments and projects completed during my M.Sc. in High-Performance Computing at Trinity College Dublin.
Last synced: 01 May 2026
https://github.com/mikulej/pongmultiplayer
Simple OpenGL game that makes use of client-server architecture.
cpp game gcc network-programming opengl
Last synced: 01 May 2026
https://github.com/d-e-s-o/resource2header
Embed your file resources in the binary by embedding them into a header.
c cplusplus cpp header-only resource resources
Last synced: 06 May 2026
https://github.com/r00tens/text-classifier
Naive Bayes classifier for text classification with CPU and GPU (CUDA)
classification classifier cpp cuda machine-learning naive-bayes
Last synced: 06 May 2026
https://github.com/salamonrafal/c-examples
This is template for Visual Code for developing C/C++ application.
c c-example clang cpp template visual-studio-code
Last synced: 06 May 2026
https://github.com/vipul1432/gtu-iot-practical
GTU 6th Semester IoT Practical source code
cpp ino iot iot-application sensors
Last synced: 18 Jun 2026
https://github.com/talhaibnmahmud/computer-graphics-laboratory
CSE 4208: Computer Graphics Laboratory
Last synced: 06 May 2026
https://github.com/chinmay-esp/microros_sub-led
This project demonstrates how to control an LED using ROS2 Humble and Micro-ROS on an ESP32. The ESP32 subscribes to the led_control topic and toggles the LED state based on received messages. Ideal for learning ROS2 integration with embedded systems. 🚀🔌
cpp esp32 microros platformio ros-subscriber ros2-humble
Last synced: 06 May 2026
https://github.com/telkomdev/dcmake
Ubuntu Docker base image with preinstall cmake, clang, conan and poco
Last synced: 06 May 2026
https://github.com/youssefali11997/file-analyzer-mini-project
A mini project that takes a file path and counts how many lines, words and characters there are in that file
Last synced: 29 Jun 2026
https://github.com/amruthapatil/nyu-microbenchmark
Investigates the performance of computing the dot product in C and Python, using various implementations and optimizations.
cpp cprogramming microbenchmark python
Last synced: 06 May 2026
https://github.com/akagi201/cgen
Generate C wrapper header from C++ headers
Last synced: 06 May 2026
https://github.com/openvanilla/win-mcbopomofo
小麥注音輸入法 TSF 版本/ Windows port of McBopomofo Input Method built on TSF.
chinese cplusplus cpp ime input-method input-method-editor tsf windows windows-11 zhuyin
Last synced: 26 Jun 2026
https://github.com/thanadolps/arduino-helper
Some helper header for use in arduino
arduino arduino-library c cpp embedded helper
Last synced: 06 May 2026
https://github.com/ondrej-duras/myexamplesccpp
Collection of usefull examples written in C/C++ ...as a preparation for assembly-language learning / to build an OS API skills
c cpp examples examples-c examples-cpp
Last synced: 29 Jun 2026
https://github.com/githubfoam/groovy-cpp-githubactions
groovy gradle cpp githubactions
cpp githubactions gradle groovy
Last synced: 06 May 2026
https://github.com/giovanni-ottaviano/awesome-pi
A collection of peculiar ways to calculate our beloved constant
cpp montecarlo montecarlo-methods pi python wynn-epsilon
Last synced: 01 May 2026
https://github.com/icepanorama/raycastingengine
A simple raycasting engine written in C++.
Last synced: 18 Jun 2026
https://github.com/arioum/codechef
Repository for my CodeChef solutions
codechef codechef-solutions cpp
Last synced: 12 Jun 2026
https://github.com/nir3x/screengrabber.cpp
ScreenGrabber.cpp - Library for Capturing Screens on Windows Systems
c-plus-plus cpp gdi-plus image-encoder image-processing monitor-information screen-capture windows-api
Last synced: 10 Jun 2026
https://github.com/ahmedhaithamamer/multifunction-calculator
This C++ GUI calculator handles basic arithmetic, scientific functions, and unit conversions with an easy-to-use interface and mode-switching menu.
calculator calculator-application cpp winforms-application
Last synced: 18 Jun 2026
https://github.com/theankurgoswami/random-quote-generator
A random category based quote generator in C/C++
c cpp cpp14 quote-generator random-quote-generator
Last synced: 01 May 2026
https://github.com/evangipson/cflat
A native AoT .NET C# audio engine
cpp csharp dotnet-9 fmod interoperability native-aot
Last synced: 01 May 2026
https://github.com/kzamanbd/phitron
Welcome to our Problem-Solving Repository! This repository is a curated collection of solutions and resources aimed at addressing a variety of challenges encountered in software industry. Whether you're a developer, a project manager, or an enthusiast in software development field...
Last synced: 06 May 2026
https://github.com/apsrcreatix/cpp
Learn how to c++ through looking at code examples.
cplusplus cpp cpp-learning cpp11 cpp14
Last synced: 01 May 2026
https://github.com/jonmorrissmith/rpitraindisplay
A Raspberry Pi powered HUB75-Matrix real-time UK train departure board with UI. Supports up to 3x3 matrix panels.
cpp hub75 hub75e python railway-information-portal raspberry-pi rgb-matrix rgb-matrix-bonnet rgb-matrix-led-panel train-running-status
Last synced: 01 May 2026
https://github.com/schanur/auto-refactor
Library of scripts, each automatically converting C/C++ source files on a specific manner like making it platform independent
c code-generation cpp platform-independent regex style-guide
Last synced: 06 May 2026
https://github.com/vevdokimovm/sem3-lab3-cpp
C++ lab: Graph data structure with BFS/DFS traversal and sorting algorithms
Last synced: 27 Jun 2026
https://github.com/thomas-chqt/math
Math library for graphic project
cpp graphics-programming library math
Last synced: 10 Jun 2026
https://github.com/a01sa01to/opengl-minesweeper
Minesweeper Game with OpenGL and C++
Last synced: 07 May 2026
https://github.com/d14stdio/d14uikit
A GUI development library for modern Windows platform. 一个面向现代 Windows 平台的 GUI 开发库。
Last synced: 07 May 2026
https://github.com/s4k10503/kalmanfilterimplementations
An open-source collection of Kalman Filter implementations in various programming languages.
Last synced: 07 May 2026
https://github.com/jeandv/arduino-cadif1-clases
Clases y practicas de Arduino (C++) en CADIF1
Last synced: 07 May 2026
https://github.com/jorickpepin/memo
This directory contains solutions to algorithmic exercises that I may have done or pieces of code that I have written and want to keep.
Last synced: 07 May 2026
https://github.com/vevdokimovm/mephi-tree-structures
C++ implementation of Binary Tree and Binary Heap with interactive console interface. MEPhI lab
binary-heap binary-tree cmake cpp data-structures
Last synced: 27 Jun 2026
https://github.com/andrescdo/arduino-cli-docker
On the topic of the Internet of Things and Embedded Systems, I wrote this program in the Arduino programming language. An Arduino Script to measure voltage.
Last synced: 07 May 2026
https://github.com/jenjinengine/exgine
Experimental game engine using C++, Lua and OpenGL
cpp custom-engine game-engine game-engine-2d hot-reload hot-reloading live live-reload lua
Last synced: 07 May 2026
https://github.com/anc1kr1st/tic-tac-toe
Tic Tac Toe is a two-player game in which the objective is to take turns and mark the correct spaces in a 3x3 grid.
Last synced: 19 Jun 2026
https://github.com/nazir20/data-structure-labs
Data Structures in c and c++
algorithms algorithms-and-data-structures c cpp data-structures labs
Last synced: 29 Apr 2026
https://github.com/arsenarsen/prime_machine
Multithreaded prime finder written in C++
concurrency cpp cpp11 math number prime
Last synced: 08 Jun 2026
https://github.com/ryzeon-dev/lonet
Linux local network information tool written in Python and C++
cpp linux localnetwork network python3
Last synced: 07 May 2026
https://github.com/dna-intricate/intricateallocator
A custom WIP heap-memory allocator written in C17 (Win32)
c c17 cpp heap-memory-allocator linked-list low-level-programming memory-allocator memory-management win32-api
Last synced: 07 May 2026
https://github.com/melonencoder/pdf-to-video
Convert PDFs and Image Sequences to Video
cpp ffmpeg image-sequence opencv pdf pdf-to-video poppler video video-processing
Last synced: 07 May 2026
https://github.com/markuspi/pybind11-conan
A template for quickly getting started with PyBind11 and Conan
Last synced: 01 May 2026
https://github.com/ne-app/avkon
🍯 The Avkon SDK designed by Ne.app. Batteries included.
application cplusplus cpp ne-app sdk
Last synced: 01 May 2026
https://github.com/zghzd/lightweight-compatibility-runner
cpp developer-tools tool windows
Last synced: 19 Jun 2026