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-06-30 00:06:51 UTC
- JSON Representation
https://github.com/briandowns/libgithub
C/C++ library for accessing the GitHub API.
Last synced: 03 Sep 2025
https://github.com/chaoses-ib/cpp-programming-lichanghe-exercises
李长河《C++程序设计:基于C++11标准》习题的个人代码。
Last synced: 25 Dec 2025
https://github.com/satyajitghana/lambdacalculus
A repository that contains codes to various Lambda Calculus stuff i did when learning LambdaCalculus, mostly contains JavaScript and Python Code i believe
cpp haskell javascript lambda lambda-calculus lambdacalculus list-processing python
Last synced: 11 Apr 2026
https://github.com/kaizerpwn/dogs-shelter-app
Qt Desktop application for managing shelter dogs, allowing users to record and track essential information such as name, breed, age, color, description, and adoption date.
cpp desktop-app dogs-shelter dogs-shelter-app qt qt-creator qt-desktop-application qt-framework
Last synced: 20 Feb 2026
https://github.com/seigtm/spbpu
Все домашние задания, курсовые, учебные материалы, лабораторные работы, собранные за всё время обучения в СПбПУ, ИКНК (бывший ИКНТ), ВШПИ.
asm assembler assembly circuit cpp english-learning fortran homework homework-assignments labs llvm math oop physics spbpu spbstu
Last synced: 09 Aug 2025
https://github.com/degitx/nen
Neural Network library with with native CPU/GPU bindings and learning algorithms choice
algorithm-library cpp machine-learning neural-network nodejs
Last synced: 21 Apr 2025
https://github.com/fawwaz37/simple-restaurant
Program Restoran sederhana dilengkapi dengan login dan register user.
Last synced: 02 Sep 2025
https://github.com/takahirox/webassemblythread-benchmark
c cpp javascript thread wasm webassembly
Last synced: 05 May 2026
https://github.com/aermoss/aencpp
A programming language made with C++.
aenc aencpp cpp programming-language
Last synced: 19 Aug 2025
https://github.com/rurumimic/terminal
📈 단말
blackberry bloomberg cpp market openbb rust terminal webassembly webgl websocket
Last synced: 05 May 2025
https://github.com/dm8at/glge
A simple graphics library for 3D and 2D in C++
2d 3d c-plus-plus cpp game-development glge glsl graphics-engine graphics-library graphics-programming graphics2d opengl post-processing shader shaders
Last synced: 16 May 2025
https://github.com/gusenov/problem-solving-in-cpp
:mortar_board: Решение задач на языке программирования C++.
Last synced: 13 Feb 2026
https://github.com/gazebosim/gz-fortress
Fortress, Gazebo's 6th named release
cpp gazebo ignition-robotics robot-simulation
Last synced: 06 Mar 2025
https://github.com/jbaldwin/libchain
Easy to use std::string enhancements.
cpp cpp17 cpp17-library modern-cpp string string-manipulation
Last synced: 06 Mar 2025
https://github.com/kalakit/kalacrashhandler
Crash handler library for Windows 10 and 11, made with C++ 20.
cpp cpp20 log logger logging windows windows-10 windows-11
Last synced: 09 Jul 2025
https://github.com/hxndev/counting-alphabets-using-multithreading
Counting frequency of alphabets in the input file using Multithreading.
alphabets alphabets-counting code counting cpp multithreading threading
Last synced: 31 Mar 2025
https://github.com/Jyotibrat/Structs-Algos
This Repository contains all the Data Structures and Algorithms in C++ and Java
algorithms cpp data-structures dsa java
Last synced: 07 Mar 2025
https://github.com/prakharjadaun/cpp-learn-with-me
A repository which can help you to learn and understand basic concepts of C++
cpp interview-preparation learn-cpp
Last synced: 07 May 2025
https://github.com/danielkrupinski/cmake-demo
A collection of CMake scripts for C and C++ projects.
Last synced: 18 May 2026
https://github.com/nathady/segitiga-sama-kaki-with-cpp-v1
bangun datar segitiga siku-siku dengan c++
cpp for-loop loop segitiga triangle while-loop
Last synced: 24 Mar 2025
https://github.com/irdcat/wasm-nes
NES emulator compiled to WebAssembly
6502 cpp cpp20 emscripten emulator nes wasm webassembly
Last synced: 15 May 2025
https://github.com/moon0922/longest-path-in-2248-numbers-game
An algorithm for searching the longest path in a 2248 numbers game.
Last synced: 20 Jan 2026
https://github.com/hxndev/printer-spooling
Printers typically can print only a single document at a time and require seconds or minutes to do so. If more than one application requires printer’s access, it might result in delay and slow down the application for as long as the printer is busy in serving other application. Printer Spooling has overcome this delay, as the documents formatted for printing are stored into an area on a disk and retrieved and printed by a printer at its own rate. With spooling, multiple processes can write documents to a print queue without waiting. As soon as a process has written its document to the spool device, the process can perform other tasks, while a separate printing process operates the printer. In this project, we will be implementing a printer spooler for a working environment which is equipped with 3 printers using concepts of Linked Lists and Queues.
code cpp data-structures oop oop-principles printer printer-spooler printer-spooling spooling
Last synced: 31 Mar 2025
https://github.com/strongerprogrammer7/informationsecuritysimple
The repository has ciphers: AES, RSA, El-gamal, GOST Stribog, GOST 34.10.2018
aes-encryption cpp elgamal gost3410-2018 rsa simple-project stribog
Last synced: 30 Jun 2025
https://github.com/geovannewashington/raylab
Learning graphics with Raylib.
cpp graphics raylib raylib-cpp
Last synced: 10 Aug 2025
https://github.com/hxndev/parallel-15-puzzle-solver-using-multi-threading
The 15 Puzzle is a sliding puzzle that consists of a 4 by 4 frame of numbered square tiles in an arbitrary ordering with one space. The objective of the puzzle is to place the tiles in ascending order, by making sliding moves that use the empty space.
15-puzzle 15-puzzle-solver code cpp documentation multithreading parallel parallel-15-puzzle-solver project report testing threading
Last synced: 31 Mar 2025
https://github.com/mukeshlilawat1/cpp-projects
This is a basic C++ project developed to practice fundamental concepts of C++ programming such as data types, conditionals, loops, functions, file handling, and object-oriented programming. The project runs on the command line and is easy to understand for beginners.
Last synced: 04 Oct 2025
https://github.com/tohrusky/srmd-ncnn-py
Python Binding for srmd-ncnn-vulkan with PyBind11
cpp ncnn pybind11 python3 srmd super-resolution
Last synced: 10 Aug 2025
https://github.com/danielgospodinow/spaceshooter
Multiplayer semi-immersive virtual reality mobile game made with Cocos2d-x
android cocos2d-x cpp game java lan multiplayer multiplayer-game networking
Last synced: 22 Apr 2025
https://github.com/cdalvaro/computational-physics
🚧 Project for solving differential equations numerically, applied to physics
cpp numerical-pdes objective-cpp opengl physics-simulation
Last synced: 17 May 2026
https://github.com/madladsquad/uvkshadercompiler
Shader compiler program for the UntitledVulkanGameEngine
cpp glsl shader-compiler utility vulkan
Last synced: 11 Apr 2025
https://github.com/madladsquad/untitledtexteditor
A simple yet powerful text editor initially made for the UntitledDesktopEnvironment
c cpp editor extensible imgui linux text-editor windows
Last synced: 11 Apr 2025
https://github.com/hxndev/brick-slayer-project
In this game I designed a graphical 2-D Brick Slayer Game. It has multiple levels with multiple difficulties and many more bonuses.
2d brick brick-breaker brick-slayer c cpp game game-development graphics itc oop pf project
Last synced: 02 May 2026
https://github.com/mvharsh/hackerrank-solutions
This repository contains all my accepted solutions in hackerrank
c cpp hackerrank-solutions problem-solving python sql
Last synced: 06 May 2026
https://github.com/0xvpr/snake-pit
Command and Control interface built using a Flask with a modular backend.
c c2 command-and-control cpp flask localhost python
Last synced: 11 Apr 2026
https://github.com/claby2/clavim
A text editor that I do not intend on using.
catch2 cpp sdl2 sdl2-ttf text-editor
Last synced: 16 Aug 2025
https://github.com/neko-box-coder/dsresult
A simple struct for allowing golang or rust like error handling
cpp cpp11 error error-handling expected handling trace
Last synced: 29 Aug 2025
https://github.com/tomasmark79/dotnamecpp
A keyboard-driven, CMake-based C++ template for VSCode. It automates the full dev cycle (configure, build, test, format, docs, package) via shortcuts and works cross-platform.
boilerplate-template cmake compiler conan cpp cross cross-platform emscripten exe gcc modern-cpp project-template toolchain vscode wasm
Last synced: 02 May 2026
https://github.com/skhg/weather-station
🌥 ESP8266-based personal weather station project
air-quality arduino cpp data electronics environment esp8266 weather
Last synced: 16 Jan 2026
https://github.com/mmiranda96/numericalmethods
Numerical methods developed on C++ and Scilab
Last synced: 02 Jul 2025
https://github.com/Barthandelous01/sprd
A blazing-fast (possibly) speed-reading program
Last synced: 31 Mar 2025
https://github.com/sdsds222/cminesweap
一个用C语言编写的简易控制台扫雷游戏程序 A simple console MineSweap game which is made by C language
c cmd console console-game cpp demo example game linux minesweaper minesweeper-game shell windows
Last synced: 11 Apr 2026
https://github.com/vp817/cppbinarystream
binarystream made in cpp
binary-manipulation binary-stream cpp cpp17
Last synced: 20 Jul 2025
https://github.com/seigtm/complex
A simple complex numbers class that supports all basic operations.
complex-number complex-numbers cpp homework homework-assignments
Last synced: 20 Apr 2025
https://github.com/erikzenker/chainiterator
Concat multiple C++ containers to a single iterable object
Last synced: 12 Oct 2025
https://github.com/nathady/segitiga-siku-siku-with-cpp-v1
bangun datar segitiga siku-siku dengan c++
cpp do-while-loop for-loop loop segitiga triangle while-loop
Last synced: 24 Mar 2025
https://github.com/urtuba/cpp-deck-game
It is not a game or usefull game tracking app. It's written with learning purpose.
cpp homework istanbul-technical-university
Last synced: 16 Mar 2025
https://github.com/archercreat/vmpfix
Universal x86/x64 VMProtect 2.0-3.X Import fixer
cmkr cpp reverse-engineering vmprotect
Last synced: 02 Sep 2025
https://github.com/jordymail/fire-and-smoke-detection-esp32
IoT-based environmental monitoring system using an ESP32 microcontroller. It integrates sensors for temperature, humidity, smoke, carbon monoxide (CO), and dust.
cpp detections fire fire-and-smoke-detection internet-of-things mqtt-broker sensors smoke
Last synced: 01 Jul 2025
https://github.com/berndporr/rplidar_rpi
Slamtec RPLIDAR with a Raspberry PI
cpp driver lidar lidar-measurements slamtec slamtec-rplidar
Last synced: 26 Apr 2025
https://github.com/gmagno/nb-cpp
Newton Basins implementation in C++ with bindings (pybind11)
cpp newton-fractals pybind11 python
Last synced: 03 Oct 2025
https://github.com/masx200/leetcode-test
leetcode题解和一些测试工具
cpp golang kotlin leetcode leetcode-solutions typescript
Last synced: 07 May 2025
https://github.com/idanrosenzweig/real-time-computer-emulator
A real time emulator for a computer containing a cpu, mouse, keyboard, screen, (floppy) disk driver and BIOS firmware. Capable of loading and running small operating systems, provided as floppy disk files.
bios c cpp emulator firmware floppy-drives hardware i386 operating-systems vga x86
Last synced: 17 Apr 2026
https://github.com/berkaygediz/c-studies
🧑💻 Made with C and C++ in 2015.
c cpp input-output memory pointers-in-c studies system
Last synced: 02 Mar 2026
https://github.com/theshobhitsingh/encryptify
A secure file encryption and decryption tool written in C++, utilizing advanced synchronization mechanisms like semaphores and locks to ensure data integrity and safety.
cli cmake cpp locks multithreading semaphores
Last synced: 14 Mar 2026
https://github.com/skillfulelectro/ffmpeg6.0-doc
Here im trying to write good doc for ppl who want to learn about media
audio codec cpp documentation ffmpeg ffmpeg-library image toturial video video-processing
Last synced: 01 May 2026
https://github.com/jerodg/code-challenges
Code Challenges Abound
bash-script c cpp csharp dart-lang elixir erlang go java javascript kotlin php python3 ruby rust scala swift typescript
Last synced: 02 Apr 2026
https://github.com/h-vance/algorithmic-trading-engine
Low-latency execution framework supporting quant-driven strategies, featuring sub-10ms response times, dynamic risk parity modeling, and optimized order flow across fragmented markets.
algorithmic-trading aws cpp execution-engine finance fintech hft low-latency python redis risk-parity trading-bot
Last synced: 03 May 2026
https://github.com/hxndev/udp-shopping-store-server
UDP Client Server model in which client asks for record from server.
c client-server code cpp project reciept shopping shopping-store store udp
Last synced: 20 Apr 2026
https://github.com/hxndev/chinese-whisper-problem-using-ipc
Chinese Whispers is a children's game (called Telephone in the US) in which children pass on what they think they've heard in a message whispered by another child.
chinese-whispers code cpp inter-process-communication ipc
Last synced: 25 Oct 2025
https://github.com/khangvum/fileusage
A Windows console application that lists file usage by grouping files based on their extensions.
cpp cpp17 cpp20 file-extension file-extensions file-management file-manager file-scan file-scanner file-scanning file-size file-sizes file-usage filesystem fileusage
Last synced: 14 Feb 2026
https://github.com/nvminh162/daily-algorithm-challenge
(!) Daily Algorithm Challenge
cpp hackerrank interview java javascript leetcode nvminh162
Last synced: 09 Jun 2026
https://github.com/killerasus/adaptive_shooter
The game developed as an implementation of the dynamic difficulty adaptivity algorithm described in my M.Sc. dissertation.
c-plus-plus clanlib cmake cpp game lua machine-learning
Last synced: 15 Feb 2026
https://github.com/madcato/neat-libtorch
C++ NEAT implementation using LibTorch.
artificial-intelligence cpp libtorch machine-learning ml neat pytorch
Last synced: 02 May 2026
https://github.com/hxndev/snake-game-project
Most of you have played a very interesting game “Snake” on your old Nokia phones (Black & White). In this project, I designed a 2D Snake Game in C++ with many additional functionalities.
2d cpp game game-development glut itc keyboard opengl pf project snake snake-game snakegame
Last synced: 27 Apr 2026
https://github.com/quepas/peptalk
Performance event profiles (pep) speak many languages! Count me in.
cpp event-based-profiling event-based-sampling hardware-counters hardware-performance-counters matlab nodejs papi performance performance-counters performance-measurement profiling python python3 sampling
Last synced: 08 Feb 2026
https://github.com/akagi201/webrtc-peerconnection
WebRTC Peerconnection built with CMake
cmake cpp peerconnection webrtc
Last synced: 15 Feb 2026
https://github.com/lef-fan/obscure
OBS camera background removal for Linux.
ai background background-segmentation camera computer-vision cpp deep-learning image-segmentation obs obs-plugin obs-studio obs-studio-plugin plugin streaming torch torchscript video-segmentation yolo
Last synced: 28 Feb 2026
https://github.com/mickaelbergem/shannonuniversalpredictor
Shannon Universal Predictor
cpp prediction-algorithm python3 shannon-predictor
Last synced: 27 Apr 2026
https://github.com/drichardson/vim-cpp
C++ quality of life plugin for Vim
clang-format cplusplus cpp vim vim-plugin
Last synced: 20 Apr 2026
https://github.com/m0saan/cp
The repository contains solutions to CP problem from diffrent CP websites
bit-manipulation bitwise-operators competitive-programming cpp cpp11 cpp17
Last synced: 26 Oct 2025
https://github.com/pieroboseta/piero-ende-coder
A powerful encryption and decryption tool that combines the Vigenère cipher, XOR encryption, and Base64 encoding to secure messages. This tool allows users to encode and decode messages using a secret key, ensuring an extra layer of security.
algorithm base64 cipher cpp cryptography data-conversion data-encoding decoder decryption encoder encryption hashing string-manipulation text-processing
Last synced: 26 Feb 2026
https://github.com/josephp91/libnvd
C++ library to locally store, update and index the National Vulnerabilities Database.
cplusplus cplusplus-11 cplusplus-14 cpp cpp11 libbson libmongoc libmongodb mongo-cxx-driver mongodb national-vulnerability-database
Last synced: 27 Apr 2026
https://github.com/umbrellaleaf5/graph_cpp
Helper Graph class for C++ with CMake support
cmake cpp doxygen-documentation graph
Last synced: 14 Feb 2026
https://github.com/budchirp/calcplusplus
TUI calculator written in C++ using FTXUI
Last synced: 06 Mar 2026
https://github.com/yauntyour/agent.cpp
agent.cpp:微型体积,无限可能,告别臃肿的依赖,迎接极致轻量的智能体时代。
Last synced: 02 May 2026
https://github.com/hxndev/infix-postfix-prefix-using-stacks
In this assignment, we did conversions of expressions between infix, prefix and postfix
c cpp data-structures infix postfix prefix project stacks visual-studio
Last synced: 02 May 2026
https://github.com/liardeauxq/r-type
R-type game
amethyst cpp ecs game game-engine rust server student-project
Last synced: 02 May 2026
https://github.com/randyrants/multifilez
MultiFilez allows you to find and replace text, insert before the start or append to the end of every line, and add text to the start or end of any text-based files.
cpp mfc native utilities win32 windows-10
Last synced: 02 May 2026
https://github.com/atennop1/arkanoidwithoutanengine
Project for learning C++ through making game without an engine
cpp game game-development gamedev no-engine oop sdl2
Last synced: 09 Feb 2026
https://github.com/ameerhamzahd/real-estate-property-management_system
We are here to present our Real Estate Property Management System, a software designed to streamline property management. This system simplifies tasks for both property owners and tenants. Our software will be managed by a real estate company. From the login screen to property management, every step has been designed with simplicity in mind.
cpp object-oriented-programming qt text-file
Last synced: 01 May 2026
https://github.com/ghaithsaidani/coding_challenges
codeforces-problems cpp java leetcode problem-solving
Last synced: 09 Feb 2026
https://github.com/gigachad80/terminal-trove-readme.md
Curated list of Tools from Teminal-Trove in markdown format .
cli cpp go golang linux rust shell terminal terminal-trove
Last synced: 15 Feb 2026
https://github.com/nanomonkey/ks_100kw
Firmware for 100kW Powertainer gasification unit.
Last synced: 01 May 2026
https://github.com/hightemp/apppasswordmanager
Password manager made with Qt and QML
android cpp password-manager qml qt qt5
Last synced: 10 May 2026
https://github.com/imadmi/internet_relay_chat
This project is about creating an IRC server
Last synced: 19 Oct 2025