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-28 00:06:46 UTC
- JSON Representation
https://github.com/johannst/matcha-threads
Cooperative multitasking for fun.
arm arm64 armv7 asm assembly assembly-language cooperative-multitasking cooperative-thread coroutines corutine cpp fibers riscv riscv64 thread threading x64 x86 x86-64
Last synced: 21 May 2026
https://github.com/im-rises/cfloydwarshallparallel
Floyd-Washall algorithm implemented in parallel programming using OpenCL
c c-plus-plus cmake cpp floyd-warshall floyd-warshall-algorithm opencl parallel-programming
Last synced: 19 May 2026
https://github.com/georgecatalin/cplusplus-programming---from-beginner-to-beyond
Get quick up-n-running modern C++ Object-Oriented Programming (OOP) and STL skills
cpp cpp-console cpp-library cpp-programming udemy-course
Last synced: 25 Jul 2025
https://github.com/0xsky/libredis-client
Redis C++ client, suppert redis cluster, requires hiredis only
c-plus-plus connection-pool cpp libredis-client muti-platform redis-cluster thread-safety
Last synced: 09 Jun 2026
https://github.com/kotomichigames/game-editor
Game Editor
cpp game-editor open-source opengl
Last synced: 31 Jan 2026
https://github.com/mohammedmehdio/caesarjaw-cpp
CaesarJaw provides encryption and decryption functionalities using a simple shift cipher (Caesar cipher). It allows users to: ✅ Encrypt text 📝 ✅ Decrypt text 🔑 ✅ Determine the shift key 🔎 ✅ Attempt decryption without a known key 💡
caesar caesar-cipher caesar-cipher-algorithm communication cpp crypter cryptography cybersecurity decrypt decryption decryption-algorithm security security-tools shift-cipher tool
Last synced: 23 Jul 2025
https://github.com/shivamm-verma/learn-cpp
This Repository is Track of all files; I have worked with to learn Data Structures and Algorithms using C++! I have learnt through Multiple Resources, and I am still keep digging.
cpp data-structures-and-algorithms leetcode problem-solving
Last synced: 29 Mar 2025
https://github.com/some0ne11/disk-scheduling-algorithm
This project implements First Come, First Serve (FCFS) and Shortest Seek Time First (SSTF) disk scheduling algorithms in C++.
cpp fcfs-algorithm fcfs-scheduling ipynb sstf sstf-scheduling
Last synced: 20 May 2026
https://github.com/amirhakimnejad/big-number-in-cpp
Implementation of a class that can handle calculations between big numbers in c++.
algorithm bigint bignumber cpp object-oriented-programming oop stack
Last synced: 17 Sep 2025
https://github.com/sxydh/m-demo
QuickStart Demos
cpp csharp demos golang java kotlin python quickstart scala
Last synced: 08 Apr 2026
https://github.com/nikumu/the-final-brain-cell
Number Guessing Game in C++
c-plus-plus cpp game open-source
Last synced: 29 Mar 2025
https://github.com/threeal/leettest
Tool for compiling and testing solutions to LeetCode problems
competitive-programming compile cpp leetcode leetcode-cpp leetcode-solutions nodejs test tool
Last synced: 09 Apr 2025
https://github.com/blacktechwarrior/cpparser
C++ mathematical expression parser
cpp shunting-yard shunting-yard-algorithm shunting-yard-evaluator
Last synced: 22 Mar 2025
https://github.com/itsjibel/jmp
Jibel Multiple Precision Arithmetic Library
arithmetic bigint biginteger calculator cpp cpp11
Last synced: 05 Nov 2025
https://github.com/sa2003hil/dsa
Explore fundamental Data Structures and Algorithms with this repository. It contains clear implementations, detailed explanations, and practical examples in various programming languages. Perfect for learning, practicing, and mastering the core concepts of computer science and programming.
arrays cpp dsa dsa-algorithm graph linked-list queue stack string
Last synced: 14 Apr 2025
https://github.com/inanyan/old-terminal-editor
An attemp to create a terminal text editor
cpp editor kilo terminal text-editor
Last synced: 01 Nov 2025
https://github.com/happyrao78/codsoft
"Explored fundamental C++ concepts with three console-based projects: a Number Guessing Game, Simple Calculator, and a To-Do List Manager. Enhancing my coding skills by implementing interactive and practical solutions."
Last synced: 29 Mar 2025
https://github.com/striter-no/kinexengine
Игровой движок написанный на C++ и использующий OpenGL
Last synced: 14 May 2026
https://github.com/babak2/whd
Within Host Dynamics
cpp individual-based-modelling infectious-disease-modeling malaria-modeling pk-pd-modelling
Last synced: 19 Jun 2025
https://github.com/sugaliudaykiran/dsa_cpp
CPP_DSA
cpp dsa dsa-algorithm gfg-solutions
Last synced: 14 May 2025
https://github.com/maks-kovpak/voronoi-diagram
Implementation of a Voronoi diagram in C++ using the SFML library and a fragment shader in GLSL
cpp glsl-shader sfml voronoi-diagram
Last synced: 23 Feb 2025
https://github.com/fontseca/microservices-architecture
A server implementing a microservices architecture using C++, MongoDB, a RESTful API, and Docker for a technical assessment.
cpp cpprestsdk design-patterns microservices mongodb
Last synced: 20 May 2026
https://github.com/abhijithkunchati/weenix-os
A full operating system, based on Unix, built as a semester long project
c cpp kernel memory-management operating-system threads virtual-file-system virtual-memory
Last synced: 20 May 2026
https://github.com/laolarou726/sortalgorithms
A collection of common sorting algorithms, with template programming to support different data types.
cpp generic sorting-algorithms templates
Last synced: 30 Mar 2025
https://github.com/massimo-marino/containers-benchmark
insertion operations benchmark for some C++17 containers
benchmark benchmarking cpp cpp17 stl-containers stl-vector
Last synced: 14 May 2025
https://github.com/nsubiron/configure-pyz
Simple C++ build system for gcc and clang compilers.
build-system build-tool clang cpp gcc
Last synced: 20 May 2026
https://github.com/orgh0/highperformancecnn
Implementation of a High Performance CNN for MNIST dataset
Last synced: 18 May 2026
https://github.com/vafdaf12/dithery-do
Theme an image using a pre-defined palette
art colorimetry cpp dithering image-processing
Last synced: 20 May 2026
https://github.com/deryaxacar/42-cpp_08
This project includes three fundamental exercises focused on the use of the STL (Standard Template Library). The first part implements a generic easyfind function to search within STL containers, the second introduces a Span class to calculate the shortest and longest distances between numbers, and the third develops an it
42 42-cpp 42-cpp-module 42-cpp-modules 42-school 42born2code 42cursus 42projects 42school cpp cpp-module-08 cpp-modules cpp-modules-1337 cpp08 stl-algorithms stl-containers vector
Last synced: 05 Apr 2025
https://github.com/jakubriegel/cjr
Library adding some nice stuff to C++ [in development, currently only numbers are available]
Last synced: 27 Mar 2025
https://github.com/ferhatgec/sdl4cpp
sdl4cpp, header-only C++ wrapper around SDL2.
cpp header-only sdl sdl2 wrapper
Last synced: 18 Feb 2026
https://github.com/reenphygeorge/aimbot-gaming
A gaming club management project made in 12th grade
Last synced: 06 Apr 2025
https://github.com/zaid-al-habbal/cham-city-3d
An open-source 3D simulation of Cham City Center, a mall located in Damascus, Syria.
cg cham-city cham-city-center cpp opengl opengl-project
Last synced: 31 Oct 2025
https://github.com/coders-school/memory-management
cplusplus cpp heap pointers smart-pointers stack
Last synced: 07 Sep 2025
https://github.com/orbitcowboy/cppcheck_crash_files
A collection of files that let cppcheck crash while scanning.
c c-plus-plus cpp cppcheck crash crash-reporting crash-reports segmentation-fault
Last synced: 30 Mar 2025
https://github.com/jodermo/unrealenginegameserver
Unreal Engine dedicated Linux server as Docker container with included Django backend and database for admin tools and dynamic REST-API
backend bash build-tool cpp django game game-development game-server linux postgresql python rest-api unreal-engine
Last synced: 07 Apr 2026
https://github.com/ufrshubham/todo-plus-plus
This is simple CURD application written in C++ with elements and sqlite library.
cplusplus cpp cycfi cycfi-elements sqlite3 todo todoapp
Last synced: 07 Sep 2025
https://github.com/khip01/batu-kertas-gunting
Game/Permainan
cpp devcpp executable game simple-game
Last synced: 25 Jul 2025
https://github.com/jfet97/real_array
This template class is being created to access to the n-th element of an array using [n] instead of [n-1]. I'm creating an useless new type to replace arrays.
Last synced: 17 Jun 2026
https://github.com/ladroid/panda-engine
Panda Game Engine
cmake cpp ecs entity-component game game-development game-engine open-source opengl sdl sdl2 shader texture
Last synced: 18 May 2026
https://github.com/fizashaikh3006/automatic-solar-grass-cutter
The Automatic Solar Grass Cutter is an eco-friendly device that automates lawn maintenance using solar energy and Arduino Uno. Equipped with sensors for obstacle detection and grass height adjustment, it ensures safe and precise operation. Powered by solar panels, the cutter features motor-driven blades and wheels for efficient trimming & mobility
arduino-uno assembly-language cpp
Last synced: 18 May 2026
https://github.com/fantasywoc/vimag
轻量图像查看器
cpp cpp17 cross-platform glew glfw3 imageviewer lightweight nanovg opengl xmake
Last synced: 20 May 2026
https://github.com/callmemaverick/ecommercecore
This repository contains the comprehensive final exam project for the Advanced Object-Oriented Programming (OOP) course in C++ at IT Step Computer Academy. It is designed to showcase a culmination of skills and concepts learned throughout the course.
cpp cpp11 cpp17 exam json nlohmann-json oop oop-concepts oop-principles oops-in-cpp
Last synced: 02 Jan 2026
https://github.com/hgschandeepa/dsa-repo
This repository contains all the answers for the🚀 LEETCODE and ⭐GFG questions, And the files are named with the Date.
arrays competitive-programming competitive-programming-contests cpp data-structures geeksforgeeks graphs javascript leetcode linked-list tree
Last synced: 20 May 2026
https://github.com/oppzippy/scopedvolumewheel
Small Windows application to limit the volume media control keys' effects to the current foreground window.
Last synced: 29 Apr 2026
https://github.com/ferfoui/frcnettable2uart
It is an intermediate software to communicate with a raspberry pico and wpilib's network tables
cpp frc kotlin platformio raspberry-pi-pico uart
Last synced: 19 Apr 2026
https://github.com/itszcx/pre-commit-hooks
Useful pre-commit hooks for personal use
c cpp devops epitech haskell linter pre-commit pre-commit-hooks python refactoring
Last synced: 08 Apr 2026
https://github.com/harshbatra/music_player_using_ll
MUSIC PLAYER SYSTEM USING LINKED LISTS : Academic Project under Data Structures & Algorithms course
algorithms cpp data-structures double-linked-list doubly-linked-list linked-list music-player optimization queue stack
Last synced: 01 Sep 2025
https://github.com/fl444mingo/fl4-cs131-01-02-fav
Ch. 1, Lesson 2, Favorite Number
Last synced: 20 May 2026
https://github.com/corentin-mzr/geometry-wars-sfml
Implementation of a Geometry Wars game using SFML and C++. Based on the Game Programming course COMP4300 by Dave Churchill
cpp game geometry-wars sfml sfml-game
Last synced: 05 Jun 2026
https://github.com/allejo/aclovis
A Typescript library for programmatically generating C++ code
code-generation cpp typescript
Last synced: 07 May 2026
https://github.com/robsonos/spie-firmware
A sample C++/Arduino firmware built with PlatformIO with support for CI/CD pipeline
arduino atmel automation cd ci cicd cpp cppcheck platformio serial unittest
Last synced: 18 Apr 2026
https://github.com/croko22/vit-cpp
An implementation of the Transformer model architecture ("Attention Is All You Need") in pure C++17 from scratch
cpp cuda deep-learning machine-learning neural-network transformer
Last synced: 17 Jan 2026
https://github.com/jrobles/rock-paper-scissors-lizard-spock
Rock, Paper, Scissors, Lizard, Spock
cpp rock-paper-scissors-lizard-spock
Last synced: 21 May 2026
https://github.com/mdabdullahibnaharun/c-cpp-projects
Some C/C++ Projects Develop By Me and My Team Fantastic Four
Last synced: 07 May 2026
https://github.com/m4x1m1l14n/win32
C++ wrappers to simplify native Windows API calls
cpp cpp11 win32 win32api winapi windows wrapper wrapper-library
Last synced: 22 May 2026
https://github.com/aliakseis/grpc-demo
cpp grpc publish-subscribe streaming
Last synced: 20 May 2026
https://github.com/toxe/project-euler
Project Euler (https://projecteuler.net) problem solutions.
cmake cpp problems project-euler solutions
Last synced: 22 Mar 2025
https://github.com/alexandernistor04/one-handed-arduino-gaming-keyboard
A half-length, one handed gaming keyboard made to be used alongside a mouse to play games. Built on an Arduino pro micro, has support for mechanical keyboard switches, has individually programmable LEDs, has a thumb stick with mouse functions, and uses custom PCBs.
3d-printing arduino circuits cpp electronics fusion360 gaming keyboard mechanical-keyboard pcb-design soldering
Last synced: 19 May 2026
https://github.com/toxe/google-benchmark
C++ Benchmarks with Google Benchmark
benchmark cmake cpp google-benchmark
Last synced: 22 Mar 2025
https://github.com/simone-contorno/rt-assignment-2
Research Track 1 - Second assignment - Control of a robot in a simulated environment
cpp engineering robot robotics ros
Last synced: 30 Apr 2026
https://github.com/alvgaona/2d-feature-matching
A sample app showcasing 2D feature matching with OpenCV
cpp feature-matching opencv pixi rerun
Last synced: 20 May 2026
https://github.com/arsenic-atg/finite-automata
A simple C++ library to simulate Finite Automata.
cplusplus cpp cpp-library finite-automata finite-state-machine hacktoberfest library
Last synced: 27 Jun 2025
https://github.com/shoyeb45/competitiveprogramming
This repositroy contains my code of competitive programming. This repository contains many questions from various platforms. Every file is named by the filename.
competitive-programming cpp java kotlin python3
Last synced: 09 Apr 2026
https://github.com/fallintodusk/alis
Open-source Unreal Engine survival game and modular game architecture reference - plugin-based C++ core, data-driven workflows.
cpp data-driven-design dialogue-systems game-architecture game-development gamedev inventory-system json modular-architecture mvvm open-source-game open-world-game plugin-architecture survival-game ue5 ue5-project ui-framework unreal-engine unreal-engine-5 unreal-engine-plugin
Last synced: 08 Jun 2026
https://github.com/emapco/ca-project
CHEM274B Group Project: Chongye Feng, Emmanuel Cortes, Trevor Oldham
cellular-automata cpp doxygen group-project
Last synced: 14 Mar 2025
https://github.com/maheshthedev/competitiveprogrammingguide
Competitive Programming Preparation Guide
algorithms-datastructures competitive-programming cpp
Last synced: 06 Apr 2025
https://github.com/fl444mingo/fl4-cs131-04-lab
Ch. 4, Lab 1, Grade Checker Function
Last synced: 14 Sep 2025
https://github.com/P4dro-Dev/Desafio-C-mais-mais-avancado
Nesse atividade do curso profissionalizante de C++ que estou fazendo, foi proposto um desafio de 8 questões para realizamos em C++. As questões exigiam um certo tipo de conhecimento avançado da linguagem. Pois, no total faz 1 mês que estou estudando a linguagem com frequência!
c-mais-mais cpp logica-de-programacao
Last synced: 21 Sep 2025
https://github.com/masoudir/cpp_signal_slot_events
This is a C++ implementation of the cpp_signal_slot_events. This code, provides you an event based C++ programming by determining SIGNALs and SLOTs and making them connected to each other. Whenever the SIGNAL fires, then its related SLOT starts to execute.
cpp event event-based event-driven fast-event-driven signal single-file-event-library slot thread
Last synced: 27 Jun 2025
https://github.com/bertandogancay/self-driving-car
A self driving car that detect lanes, and uses flask library to send live video footage to a web application.
cpp flask-application jetson-nano lane-detection nvidia opencv python
Last synced: 20 Apr 2026
https://github.com/sameetasadullah/validate-sudoku-using-threads
C++ program to check whether the given sudoku puzzle is valid or not. It uses threads, joins, and semaphores to do that
cpp linux semaphores sudoku-checker thread-joining threads ubuntu
Last synced: 19 May 2026
https://github.com/kientech/algorithms
Algorithms are a set of instructions designed to perform a specific task or solve a particular problem. They form the basis of computer programming and are essential to many technological innovations.
algorithms algorithms-and-data-structures bubble-sort cpp java javascript python selection-sort
Last synced: 22 Mar 2025
https://github.com/codeficct/programacion-2-ejercicios
Todos los ejercicios de programación 2 usando c++, con el ing. Contreras.
contreras cpp embarcadero radstudio recursion recursive-algorithm
Last synced: 27 Jun 2025
https://github.com/getiot/cmake-courses
CMake 入门教程配套代码
c-language cmake cmake-examples cmakelists cpp tutorial-code
Last synced: 18 May 2026
https://github.com/sanjay-1458/banking-system
A C++ project for banking, providing the minimal features of the banking system
Last synced: 16 May 2025
https://github.com/anas-farooq8/neural-network-using-os-concepts
The system uses inter-process communication through pipes for exchanging information (weights) between processes. Each layer of the neural network is represented as a separate process, and each neuron within a layer is treated as a separate thread.
cpp mutex-synchronisation neural-network pthreads ubuntu
Last synced: 18 Jun 2026
https://github.com/im-razvan/ntdllsyscalldumper
A minimal C++ tool to extract syscall IDs from ntdll.dll on Windows x64 systems.
Last synced: 11 May 2026
https://github.com/pkarpovich/kpi-2016
My programming language (KPI-2016 + IDE)
assembler bstu compiler cpp fit ide lexical-analyzer polish-notation semantic-analyzer sintaxis-analyzer smelov
Last synced: 12 May 2026
https://github.com/anuar2k/yatts
Yet Another Trucking Telemetry Solution
c cpp embedded ets2 game-mod hacktoberfest plugin serial-port vue
Last synced: 12 May 2026
https://github.com/sharoniv0x86/bankingsystem2.0
A banking system created in C++ with cool functionalities!
banking-system banking-system-cpp cpp cpp-project open-source
Last synced: 12 May 2026
https://github.com/ihorshevchuk/spdlog-spm
Fast C++ logging library now in Swift Package Manager
cpp spdlog spdlog-wrapper swift swift-package-manager
Last synced: 12 May 2026
https://github.com/toxicbishop/software-dev-internship
Six multi-language programming tasks (Java, C++, C#) completed during a Software Development Internship — covering CLI games, pattern generators, CRUD managers, and web scraping.
cli cpp crud csharp dotnet gradle java maven web-scraping
Last synced: 12 May 2026
https://github.com/jasperdrescher/learnopengl
Following https://learnopengl.com/ and http://www.opengl-tutorial.org/ with an easy-to-use development environment.
Last synced: 12 May 2026