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-18 00:06:49 UTC
- JSON Representation
https://github.com/eremiticengineer/weatherstation
Remote weather station based on the Raspberry Pi Pico W using the pico-sdk and FreeRTOS and other RP2040 boards. Data broadcating over LoRa and BLE.
cpp embedded-software freertos lora
Last synced: 12 Jul 2025
https://github.com/imjuniper/flibbert-engine
Read-only mirror of my own git repo
Last synced: 16 May 2026
https://github.com/m3y54m/opencv-cpp-sample
OpenCV4 C++ Sample
cmake cpp getting-started opencv opencv4
Last synced: 24 Apr 2026
https://github.com/tanzeelafatima492/if-else-if-condition-in-c-
condition cplus cpp if-else-if logic
Last synced: 17 Sep 2025
https://github.com/BardiFarsi/MemoizationMultiThreading
Sample project demonstrating the use of memoization, dynamic programming, and multi-threading to efficiently handle repeated heavy tasks and optimize performance. Results are cached for quick retrieval, and Multi-Threaded processing accelerates computation.
algorithms cpp cpp17 cpp20 data-structures dynamic-programming machine-learning machine-learning-algorithms memoization memory-management multi-threading multiprocessing multithreading parallel-computing parallel-programming
Last synced: 15 May 2025
https://github.com/aritrakar/markov_chains
⛓️Finite-state discrete time Markov chain (DTMC) implementation.
Last synced: 12 Jul 2025
https://github.com/mr-v-i-k-t-o-r/compiler
simple compiler, made for practice
Last synced: 23 Jun 2025
https://github.com/olejek88/transporter
The system is based on WinPAC-8000 and is designed to control the conveyor servo drive.
Last synced: 18 May 2026
https://github.com/theolepage/dictionary-generator
A simple dictionary generator written in C++.
Last synced: 21 Jul 2025
https://github.com/wolgemoth/curl-wrapper
A C++ wrapper for libcurl with a cleaner scripting interface and async functionality.
async asynchronous concurrency concurrent cpp cpp17 curl encapsulation header-only http https libcurl networking protocol requests rest rest-api restful-api web
Last synced: 18 May 2026
https://github.com/emrecancorapci/sfml-zombiearena
cpp game game-development sfml sfml-game sfml2 sfml2-game
Last synced: 11 May 2025
https://github.com/tanzeelafatima492/if-else-condition-in-c-
condition cpp else if if-else-if program
Last synced: 17 Sep 2025
https://github.com/tntksals/ros-practise
These are some packages which I build when learning the basics of ROS.
Last synced: 18 May 2026
https://github.com/niickchu/videosecurity
Embedded real-time security system implemented on a BeagleBone Green
bare-metal c cpp embedded facial-recognition
Last synced: 18 May 2026
https://github.com/tanzeelafatima492/function-in-c-
cpp function program programming-language
Last synced: 22 Jun 2026
https://github.com/sergio-egm/conway-s-game-of-life
Developing Conway's game of life and study of the physics property.
complex-systems cpp julia mathematics physics self-similarity simulation
Last synced: 18 May 2026
https://github.com/jiaqiluo/summer-activity-library
A practice for hash table(with chaining)
cpp data-structures hash-table
Last synced: 21 Mar 2025
https://github.com/priyavrat-misra/amaze
A visually appealing maze generator built with C++ and SFML.
Last synced: 21 Mar 2025
https://github.com/tsnsoft/dialogblocks_sqlite_vext
Пример MVC-программы на C++ с использованием базы данных SQLite и wxWidgets в DialogBlocks
cpp dialogblocks mvc mvc-architecture wxwidgets
Last synced: 11 May 2025
https://github.com/zeynepcol/animation-cpp
I used C++ and a custom library to animate sprite sheets featuring "Powerpuff Girls" pixel art.
animation animation-effects cpp custom-library parallel-programming pixel-art powerpuffgirls
Last synced: 04 Apr 2025
https://github.com/jfoclpf/enigma2000
File encrypter for DOS-shell
cpp encrypter encryption-algorithms shell
Last synced: 18 May 2026
https://github.com/volatilflerovium/keyboard_and_mouse_input_recorder_and_player
Recorder and player of keyboard and mouse input (HID)
appimage automatic-testing bot cpp gui-testing hid hid-emulator linux linux-app player raspberrypi-pico-w recorder tinyusb user-input-simulator wxwidgets
Last synced: 18 May 2026
https://github.com/pylipp/dontbother
Computer implementation of German board game 'Mensch ärgere dich nicht'
Last synced: 29 Mar 2025
https://github.com/cantaro86/maze-3d
C++ program that solves the maze in 3D
Last synced: 23 Jun 2025
https://github.com/anshulkansal121/leetcode
cpp dsa leetcode-cpp leetcode-solutions potd-leetcode
Last synced: 12 Sep 2025
https://github.com/1goonli/playground
Code or Projects, that are too small for an individual Repository
c cmake cpp cryptography golang playground react rust rust-lang
Last synced: 30 Dec 2025
https://github.com/prosenjitjoy/artifical-intelligence-lab-problems-solution
Artifical Intelligence Lab Assignment Solution
Last synced: 05 Apr 2025
https://github.com/progambler227788/puzzle-game
The given code is an implementation of a word search puzzle solver in C++. It takes a 10x10 grid of characters as input and allows the user to enter a word to search for. The program then searches for the word in the grid, and if found, it prints the row and column
coding coding-beginners-projects coding-for-everyone coding-puzzles cpp cpp17 csharp dsa game programming-puzzles programming-tuts projects-in-cpp puzzl-project-in-cpp puzzle puzzle-game-in-cpp puzzle-using-recurssion recursion
Last synced: 23 Jun 2025
https://github.com/jsonzilla/crashrpt
CrashRpt intercepting exceptions in your C++ program, collecting technical information to analisys (fork from http://crashrpt.sourceforge.net/)
Last synced: 18 May 2026
https://github.com/ixotoxin/kkm_https_accessor
Remote access service for Cash Register Equipment (KKT/KKM) (or just another C++ based HTTPS server built with Asio, OpenSSL and coroutines)
asio atol cashregisterapp coroutines cpp cpp20 http https https-server kassa lock-free openssl windows-service
Last synced: 03 Jul 2026
https://github.com/samsam823/usaco-lazy-cow-solution
USACO Lazy Cow February Platinum 2024 Solution in C++
cpp cpp17 usaco usaco-cpp usaco-hard-problems usaco-platinum usaco-solutions
Last synced: 21 Jul 2025
https://github.com/longluo/fft
Fast Fourier Transform Algorithm / Number Theoretic Transform
cpp fast-fourier-transform fft fourier-analysis fourier-series fourier-transform java ntt number-theoretic-transform
Last synced: 16 May 2026
https://github.com/jmcph4/dms
dms is a dead man's switch for Windows.
c-plus-plus cpp dms security tool
Last synced: 12 Apr 2025
https://github.com/retrooper/gamedevutils
Documented utilities convenient in the game development field.
c cplusplus cpp dev development documented game game-engine gdu render-engine retrooper retrooperdev util utilities utility utils
Last synced: 18 May 2026
https://github.com/kerciu/cpp-tetris-clone
Tetris Clone | Made using C++ programming language and SFML graphic library.
cpp game game-development gamedev gui object-oriented-programming sfml sfml-game sfml-graphics-library tetris tetris-clone ui-design
Last synced: 25 Jun 2025
https://github.com/bakirgracic/registration-plates-of-bosnia-and-herzegovina
All possible registration plates in B&H (C++, exe, txt)
bosnia bosnia-and-herzegovina combinatorics cpp registration-plate
Last synced: 28 Mar 2025
https://github.com/crafterkolyan/eigenvalues-speed-comparison
Сравнение скорости вычисления собственных значений положительно определённых матриц. Проект по спецкурсу "Высокопроизводительные вычисления на платформе Python". Основной результат - Python с JIT компилятором обгоняет нераспараллеленный C++ по скорости.
cpp eigenvalues numba numpy python speed university
Last synced: 10 Jul 2025
https://github.com/johnmanjohnston/data-encrypter
CLI application to encrypt and secure your files with a cryption key, then decrypt them later
cplusplus cpp cryption decryption encryption encryption-decryption openssl security security-tools
Last synced: 22 Jun 2026
https://github.com/char-ptr/crazed
execute js, py, rust, c++, and c via a bot on discord
c cpp discord discord-bot evaluation javascript python rust
Last synced: 07 Apr 2026
https://github.com/gabrielcenteiofreitas/estudos-cefet-linguagem_cpp
Pasta contendo projetos pessoais e trabalhos desenvolvidos durante as aulas da faculdade, todos em linguagem C++
Last synced: 12 Jul 2025
https://github.com/itayshaul111/reconstruction-simulation
Assignment 1 - SPL course, BGU
Last synced: 22 Jun 2025
https://github.com/tahaaa22/incubator-dashboard
The Incubator Dashboard is a system designed to simulate a Nurse Call System (NCS) for monitoring multiple incubators. The system provides visual alerts on a dashboard and hardware buzzer alerts for critical conditions. It integrates various sensors to ensure real-time monitoring and control of incubator conditions.
arduino chartjs cpp css expressjs html javascript nodejs sqlite
Last synced: 07 Apr 2026
https://github.com/atharibrahim/student-management-cpp
This C++ program uses a class called `accept` for admissions management, handling personal, academic, and admin info. It features user registration, application review, performance evaluation, and admin tasks like adding/logging in. Data is stored in text files and accessed via CLI.
admission-test atharibrahimkhalid cpp management online-admission student-management-system student-management-system-project
Last synced: 21 Jul 2025
https://github.com/arkaht/cpp-curve-editor-x
Curve Editor X ─ a C++ and raylib Bézier spline editor for the Curve-X library
bezier cmake cpp curve editor raylib raylib-cpp simple spline
Last synced: 10 Sep 2025
https://github.com/jen2004/class-roster
A C++ program designed to manipulate student data.
Last synced: 04 Mar 2025
https://github.com/tsnsoft/rpcpp_wxwidgets_table
Пример программы на C++ с использованием таблиц wxWidgets в RedPanda-CPP
cpp redpanda-cpp table wxwidgets
Last synced: 30 Jun 2026
https://github.com/tthunga24/cppfuturesorderbook
C++ Futures Orderbook implementing FIX Order Communication Protocol and Visual Depth of Market (DOM).
cpp fixprotocol futures orderbook
Last synced: 29 Mar 2025
https://github.com/octokerbs/fcen-algoritmos-1
Problem specification - Specification languages - Loop invariant - Weakest precondition - Testing - Searching algorithms - Sorting algorithms - Big O notation -
cpp logic specification weakest-preconditions
Last synced: 29 Mar 2025
https://github.com/macabdul9/ds-algo
This repository contains some well known DS and Algo implementation in C++
algorithms cpp data-structures
Last synced: 21 Aug 2025
https://github.com/stefanasandei/dsa
Data Structures & Algorithms implemented in C++
algorithms cmake cpp data-structures dsa gtest
Last synced: 11 Aug 2025
https://github.com/csjh/wasm-interpreter
An in-place WebAssembly interpreter
cpp interpreter programming-language runtime wasm webassembly
Last synced: 18 May 2026
https://github.com/nikos25k/university-department-simulation
This project aims to develop a comprehensive academic monitoring system for a university department.
cpp object-oriented-programming university-project
Last synced: 06 Apr 2025
https://github.com/p5-vbnekit/async_primitives.prototypes
C++17 asynchronous primitives prototype library
async async-architecture async-await async-functions async-programming asyncapi asynchronous asynchronous-tasks asynctask cpp cpp17 cpp17-library
Last synced: 03 Jul 2026
https://github.com/talhat298/cse2122
This lab covers core data structures and algorithms, including array operations, linked lists, stacks, queues, recursion, and tree manipulation. It also explores graph algorithms, matrix operations, and sorting techniques, providing hands-on experience with fundamental concepts in computer science.
Last synced: 25 Jan 2026
https://github.com/stefan2810/car-parking-sensor
This project is based on the principle of measuring distance with ultrasound waves. Based on the measuring scale, one of the 3 LEDs will turn on.
arduino-ide cpp distance-calculation esp8266 led-controller microcontroller-programming ultrasound-distance
Last synced: 16 May 2026
https://github.com/pulkitgarg04/sharesquare
ShareSquare: Split Expenses, Track balances, and maintain financial transparency with ease.
Last synced: 22 Jun 2025
https://github.com/xounder/lista-pilha-fila
List, Stack and Queue implementation in Java
Last synced: 13 Jun 2026
https://github.com/rvarago/cpp_refined
*EXPERIMENTAL* Types + Predicates in C++, sort-of
cpp cpp20-library refinement-types type-driven-development
Last synced: 12 Sep 2025
https://github.com/pacheco95/khronos-vulkan-tutorial-cpp
Implementation of the original Khronos Vulkan Tutorial using the C++ binding
cplusplus cpp cpp-bindings game-development game-engine khronos khronosgroup rendering-2d-graphics rendering-3d-graphics rendering-engine tutorial vulkan vulkan-engine vulkan-game-engine vulkan-sdk
Last synced: 29 Jun 2026
https://github.com/maxonchickdev/distributed-botnet
Botnet for testing productivity on server-side applications
bun cmake cpp cpr crowcpp docker docker-compose react vite
Last synced: 07 Apr 2026
https://github.com/daleksla/dungeonescape
Second game in my TextAdventureGame series. This game is centralised around acquiring weapons, fighting monster and unlocking rooms to do so
Last synced: 18 May 2026
https://github.com/prathamesh-mutkure/cpp
Code and small projects to learn C++
Last synced: 04 Apr 2025
https://github.com/egeonder/revolv-assignment
A C++ library to check if a number is prime with a command-line interface.
Last synced: 17 Jun 2025
https://github.com/nir3x/varsizedint.cpp
VarsizedInt - Variable-Sized Integer Encoding
c-plus-plus cpp efficiency encoding integer storage variable-sized
Last synced: 22 Jun 2025
https://github.com/hvlikk/aizo_p2
Analiza efektywności wybranych algorytmów grafowych ze względu na ich złożoność obliczeniową. Projekt z przedmiotu 'Algorytmy i złożoność obliczeniowa'. Implementacja algorytmow Prima, Kruskala, Dijkstry i Forda-Bellmana
algorithms-and-data-structures cpp
Last synced: 21 Jul 2025
https://github.com/chevp/vulkan-playground
Experimenting with Vulkan: real-time rendering, shaders, pipelines, and graphics programming basics.
Last synced: 10 Sep 2025
https://github.com/letv1nnn/graphics
A collection of computer graphics projects implemented in C++ using RayLib and OpenGL, showcasing foundational techniques like transformations, shading, and rendering.
cpp graphics opengl raylib-cpp
Last synced: 22 Jun 2025
https://github.com/officialpiyush/highschool
A Repo To Keep My College Things
Last synced: 22 Jun 2025
https://github.com/b1g-dr4gon/ithus
Information Technology Knowledge Site - Faculty of Mathematics, Mechanics and Informatic - Hanoi University of Science - Vietnam National University (VNU - HUS) [Made by Big DragoN]
cpp data-structures-and-algorithms databases design-and-analysis-of-algorithms discrete-mathematics java javascript machine-learning object-oriented-programming python typescript
Last synced: 30 Dec 2025
https://github.com/bugsplat-git/bugsplat-git.github.io
BugSplat's GitHub Pages site!
cpp crash-reporting crashpad dotnet error-reporting javascript typescript
Last synced: 07 Apr 2026
https://github.com/nulladmin1/eightqueens
Eight Queens Puzzle Made for H* Computer Science II Class
cmake cpp eight-queen-problem eight-queens eight-queens-problem eight-queens-puzzle
Last synced: 11 Jul 2025
https://github.com/aviscaerulea/vdskswtch
CLI tool to switch Windows 11 virtual desktops with pre/post script hooks
automation cli cpp virtual-desktop windows windows11
Last synced: 18 May 2026
https://github.com/ismacortgtz/project-euler
Solutions for Project Euler
cpp linux programming project-euler-solutions projecteuler projecteuler-cpp
Last synced: 18 May 2026
https://github.com/leninhasda/of-101
open framework experiment
c-plus-plus cpp open-frameworks
Last synced: 13 Mar 2025
https://github.com/farfromsouls/cpplabs
This is a repository with my C++ labs, you can use them to understand and master the basic concepts of the language and its features
Last synced: 12 May 2025
https://github.com/tanzeelafatima492/cpp-pointers
coding cplus cpp cxx easy pointer pointerprogramming
Last synced: 17 Sep 2025
https://github.com/beatussum/ufold
The GNU coreutils fold program doped
beatussum cpp cpp-library cpp17
Last synced: 17 Mar 2025
https://github.com/opensourcedoc/cpp-boilerplate-library
C++ Boilerplate Project to Build C++ Based Library
boilerplate boilerplate-library cpp
Last synced: 12 Sep 2025