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-22 00:07:01 UTC
- JSON Representation
https://github.com/matheusafonseca/leetcode
Códigos que fiz para resolver problemas de programação proposto no site de programação Leet Code
Last synced: 11 Apr 2026
https://github.com/xandersteyn/maze-solver
A C++ program that generates a random maze and solves it using the Breadth-First Search (BFS) algorithm, displaying the solution path from start to end
algorithm breadth-first-scanner computer-science cpp cpp-algorithms educational graph-theory maze-generator maze-solver pathfinding problem-solving random-maze terminal-application
Last synced: 16 Mar 2025
https://github.com/lordofhyphens/gpu-path-delay-coverage
CUDA-based Path Delay Fault Coverage
Last synced: 04 May 2026
https://github.com/aloussase/hackerascentfest
Website for the Hacker Ascent Hackathon
Last synced: 13 Apr 2025
https://github.com/saiket-das/DSA
Contains all the notes and solved problems on data structures and algorithms in C++
cpp data-structures-and-algorithms
Last synced: 07 Mar 2025
https://github.com/dalmurii/pybuilder
One-touch builder written with Python
Last synced: 11 Apr 2026
https://github.com/fatalus69/qtfiles
A lightweight file explorer built with PyQt and C++
Last synced: 14 Aug 2025
https://github.com/marcelo-a-o-s/sa3-iot
Trabalho final de IOT do curso de Desenvolvimento de Sistemas do Senai na construção de uma comunicação MQTT utilizando uma placa ESP32, gerenciando informações de temperatura e humidade de um DHT22.
arduino cpp esp32 hivemq iot nodemon platformio pubsubclient vscode wokwi
Last synced: 06 May 2026
https://github.com/prthd/programs-in-cpp
⚡ A collection of C++ programs covering data structures, algorithms, and problem-solving techniques. Includes implementations of graph algorithms, dynamic hashing, matrix operations, pointer concepts, and more, making it a valuable resource for competitive programming and system-level programming. 🚀💻
algorithms competitive-programming cpp data-structures dynamic-hashing graph-algorithms object-oriented-programming pointer-management problem-solving system-programming
Last synced: 31 Aug 2025
https://github.com/rpdevjesco/cryengineblankprojecttemplate
This repository has a basic implementation of the CGamePlugin needed to allow C++ code to work with CryEngine. Also has the CMake file set up for how components should be set up. In addition, has a blank template of the header and cpp files needed for building a component in C++ to be attached to the editor in CryEngine.
Last synced: 02 Jul 2025
https://github.com/kemtan/itnc
Informatics & Creation (ITNC) extracurricular repository
arduino cpp esp32 esp8266 programming python robotics
Last synced: 12 Apr 2026
https://github.com/ngrogg/rubix-solver
An attempt to solve a rubix cube programatically
Last synced: 24 Mar 2025
https://github.com/hydraharish123/cpp-problems
This repository contains all leetcode and codeforces problems that I have solved
Last synced: 30 Mar 2025
https://github.com/saadarazzaq/formulas-to-code
A repository that translates Math Formulas to Code
cpp mathematics problem-solving
Last synced: 02 Jul 2025
https://github.com/jubayer98/avl-tree
An AVL tree is a specific variety of binary tree that maintains a state of partial balance at all times. The measure used to gauge this balance is the difference in heights between the left and right subtrees of any given node. The height of a tree is defined as the number of levels it contains.
algorithm binary-search-tree cpp
Last synced: 13 Jun 2026
https://github.com/fredwangwang/cpu-scheduling-simulator
cpp scheduling-algorithms simulator
Last synced: 30 Mar 2025
https://github.com/benz206/compengclub2024
Project code for the 2023/2024 Computer Engineering Club
Last synced: 19 May 2026
https://github.com/gsri30/cacheimplementation
A simple implementation of a Direct Mapped Cache and Set Associative Cache in C++. Supports for different sizes of the cache, block, #ways, etc.
bitset cache cpp direct-mapped-cache dynamic-size set-associative-cache traces
Last synced: 03 Sep 2025
https://github.com/riccardofelluga/cpp-library-template
Barebone C++ library project template
Last synced: 14 Mar 2025
https://github.com/yhabteab/trainee-cpp-sort
Trainee-cpp-sort is an imitation of the satandard sort command. I recommend to use this only for test and learning purposes. I developed this sort program so that I can gradually learn to use C ++.
command-line-arguments-parser cpp cpp-sort how-to-code options-parsing sort sort-commands sort-options sortable sorter sorting-algorithms sorting-algorithms-implemented trainee-cpp-sort
Last synced: 23 Mar 2025
https://github.com/pechinkin/computer-club-event-processing
Programm to parse a file about events in computer club
Last synced: 31 Mar 2025
https://github.com/gabriellefoliv/algoritmos-e-estruturas-de-dados
Códigos da disciplina Algoritmos e Estruturas de Dados - IPRJ/UERJ
algorithms-and-data-structures cpp
Last synced: 22 Feb 2026
https://github.com/abdul-rehman-0787/1024_game
"A simple 1024 game using basic concepts of programming fundamentals (PF) in C++
Last synced: 02 Jul 2025
https://github.com/toxe/cpp-coroutines
C++ Coroutines
coroutines cpp cpp-coroutines cpp20 cpp23 generator
Last synced: 17 Mar 2026
https://github.com/capp-adocia/embed-subtitle-extractor-lite
内嵌字幕提取器-轻量版 调用了百度paddle接口来对视频字幕进行识别
cpp flask ocr ocr-recognition python3 qt subtitle
Last synced: 12 Apr 2026
https://github.com/percival33/sokoban
College assignment to create Sokoban game using SDL
Last synced: 16 Mar 2025
https://github.com/vectominist/algorithms2019fall
💻 Solutions to the three programming assignments of the course Algorithms 2019 Fall, NTU EE.
algorithms assignment-solutions cpp ntuee
Last synced: 24 Mar 2025
https://github.com/brakmic/hpx-nodejs-addon
A NodeJS Addon that integrates the HPX C++ runtime system into Node.js
addons cpp high-performance-computing hpx javascript nodejs parallel-computing
Last synced: 11 Apr 2026
https://github.com/ty7swkr/cppurcu
C++ RCU: header-only, dependency-free, RAII-based snapshot isolation
cpp cpp17 header-only lock-free rcu user-space
Last synced: 28 May 2026
https://github.com/carlosrs14/expression-evaluator
A program that evaluates arithmetic expressions using postfix notation.
cpp evaluate-math-expressions maths postfix-evaluation postfix-notation university-assignment
Last synced: 28 May 2026
https://github.com/mrk21/bandit_with_gmock
This library is for using GoogleMock by Bandit.
Last synced: 28 May 2026
https://github.com/siddiqsoft/runhost
Entrypoint to allow startup of window services in docker containers
cpp docker entrypoint nt-service windows
Last synced: 14 May 2026
https://github.com/raimo33/a_star
Simple A* pathfinding algorithm visualization
cpp graphics-programming pathfinding sfml visualization
Last synced: 13 Apr 2025
https://github.com/nur-alam39/course-lab-experiments
The lab works: Code of academic courses-Digital Image Processing, Microprocessor, OOP, Numerical Analysis
cpp lab lex matplotlib numpy oop opencv python
Last synced: 13 Apr 2026
https://github.com/jsonzilla/template_simple_gtest
Simple Cmake project with gtest suport
Last synced: 10 Jul 2026
https://github.com/savenkovigor/savenkovigor
🛠 Profile of Igor Savenkov – C++/Qt developer
chromium cmake copilot cpp git github-actions gitlab-ci python qml qt6 vscode vscode-extension
Last synced: 12 Apr 2026
https://github.com/lucamazzza/proxy
Client-Server middleware for distributed architectures using Appwrite as proxy
appwrite appwrite-database baas backend-as-a-service client-server cpp middleware proxy qt
Last synced: 28 May 2026
https://github.com/upi20/kalkulator_sederhana_cplusplus
Program kalkulator sederhana menggunakan bahasa pemrograman C++
calculator cplusplus cpp simple-program
Last synced: 14 Mar 2025
https://github.com/kplanisphere/matrix-vector-ops-cpp
Proyecto 1 - Estructuras de Datos
2d-matrices algorithm-implementation beginner-projects cpp data-structures dynamic-arrays matrix-operations vector-operations
Last synced: 28 Dec 2025
https://github.com/airalab/robonomics-client-cpp
C++ client for using Robonomics functions on microcontrollers
cpp esp microcontroller-programming
Last synced: 23 Jul 2025
https://github.com/kplanisphere/tda_list_implementation_cpp
Proyecto 2 - Estructuras de Datos
algorithm-implementation circular-linked-list cpp data-structures doubly-linked-list list-implementation memory-management singly-linked-list
Last synced: 28 Dec 2025
https://github.com/dev-apollo/sistema-biblioteca
Programa para gerenciar os emprestimos, livros, usuarios e etc de uma biblioteca.
Last synced: 16 Mar 2025
https://github.com/dev-apollo/melhores-restaurantes
Programa que lê o arquivo WorldsBestRestaurants.csv e faz certas operações com as informações.
Last synced: 16 Mar 2025
https://github.com/kplanisphere/graph-adjacency-matrix
Proyecto 4 - Estructuras de Datos
adjacency-matrix algorithm-implementation cpp data-structures graph-operations graph-theory matrix-multiplication menu-driven-interface
Last synced: 28 Dec 2025
https://github.com/aminakbari7/solve-bin-packing-problem-with-hill_climbing
Last synced: 24 May 2026
https://github.com/sshaplygin/sos-by-morse
SOS blinking by Morse alphabet in Arduino
Last synced: 15 Mar 2025
https://github.com/rahulrajaram/snake
C++ Snake program built using ncurses
Last synced: 15 Jun 2025
https://github.com/shishirrsiam/leetcode-solve
cpp dsa dsa-cpp dsa-practice dsalgo-questions
Last synced: 25 Dec 2025
https://github.com/niewidzialny84/platformgameproject
C++ platform game with single and split screen competition using a SFML library.
cpp platform-game-2d sfml-game study-project
Last synced: 08 Apr 2025
https://github.com/rafinhadufluxo/gex624-opt
solving questions during class
Last synced: 15 May 2025
https://github.com/danylevych/tic-tac-toe
Game Tic Tac Toe by using SFML libraty
ai-algorithm cpp game-engine gui minmax-algorithm sfml-game
Last synced: 24 Mar 2025
https://github.com/danylevych/sfmlgame-sfml-game-development-
This is a repository where is storing the code of the game from "SFML Game Development" book.
cpp sfml sfml-game stl-containers
Last synced: 24 Mar 2025
https://github.com/danylevych/cat-with-heart
This is my cat`s first project by using SFML.
cpp game-development sfml sfml-game-development stl-containers
Last synced: 24 Mar 2025
https://github.com/mostafa-wael/hybrid-sorting-algorithm
A hybrid sorting algorithm that is independent of the input sample size and its sorting status 🃏
Last synced: 15 May 2026
https://github.com/rahulc0dy/plat-engine
A platformer game engine
cmake cpp game-engine visual-studio
Last synced: 13 Aug 2025
https://github.com/makarov-danil-school-projects-ctu/graph-theory-bfs-modification
algorithms bfs cpp graph-theory
Last synced: 24 Jul 2025
https://github.com/urtuba/tea-programming-language
Implementation of a simple programming language using cpp.
cpp data-structures istanbul-technical-university programming-language recursive
Last synced: 16 Mar 2025
https://github.com/sabkat-ahmed-rafi/library-management-system
A Library Management System built using C++ to demonstrate Object-Oriented Programming (OOP) concepts. This system allows for efficient management of book inventory and user records.
cpp library-management-system oop
Last synced: 24 Mar 2025
https://github.com/toshikinakamura0412/likelihood_field_gridmap_ros
ROS implementation of Likelihood Field Grid Map
cpp gaussian gridmap likelihood mapping mit-license robotics ros ros-noetic
Last synced: 07 May 2026
https://github.com/seigtm/setm-math
setm::math is a C++ library (and conan package) containing classes of complex numbers and polynomials with all basic operators and functionality.
cmake complex complex-numbers conan conan-packages cpp library polynomial polynomials shared-library
Last synced: 20 Apr 2025
https://github.com/dpetrosy/saed_solved_problems
In this repository, I store my solved problems during my university education.
algorithms bit-manipulation cpp cpp-templates cpp11 modern-cpp problem-solving stl university-course
Last synced: 24 Mar 2025
https://github.com/nunorc/exopl
a minimalistic tool to illustrate the use of the Y-Space API in a C++ setting
Last synced: 09 Apr 2025
https://github.com/kaiofelps/estrutura-de-dados-lista-4-e-5
Resolução dos exercícios das listas quatro e cinco de Algoritmos e Estruturas de Dados 1 (recursão).
algoritmos bcc3001 cpp estruturas-de-dados exercises utfpr
Last synced: 02 Jul 2025
https://github.com/drozhkov/crypto-exchange-client-huobi
Huobi crypto exchange C++ client
cpp cryptocurrency cryptocurrency-exchanges huobi huobi-api
Last synced: 21 Feb 2026
https://github.com/ituvtu/oop_lw04-orderandchaos
"Order and Chaos" game with WinForms. The game was done by drawing on objects of the Graphics type.
Last synced: 18 Mar 2025
https://github.com/papageorgioumarios/aueb-project-movie-browser
Custom Movie Browser for movie search using C++ and sgg library
browsers cpp movies-and-cinemas
Last synced: 11 Aug 2025
https://github.com/dpetrosy/saed_graph_project
In this repository, I store my course project about graph theory, which I've done during my university education.
algorithms console-application course-work cpp cpp11 data-structures graph graph-algorithms graph-theory graph-visualization problem-solving spanning-tree tree university-project
Last synced: 24 Mar 2025
https://github.com/omarmgaber/imageextensiondetector
A simple image extension detector tool that reads the file header and detect its type written in C++.
Last synced: 13 Apr 2025
https://github.com/alirezakh74/mithras-engine
entity component based game engine
Last synced: 22 May 2026
https://github.com/praths71018/task-manager
A Task Manager Program which utilises all OOPs and other concepts in C++
cpp friend-class object-oriented-programming oops-in-cpp operator-overloading task-manager
Last synced: 24 Mar 2025
https://github.com/praths71018/leetcode_solns
This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush
Last synced: 24 Mar 2025
https://github.com/praths71018/pes2ug21cs392_jenkins
Cloud computing lab on jenkins
Last synced: 06 May 2026
https://github.com/kiwigrenade/project-euler-solutions
Project euler solutions written in C++
cpp euler-project euler-solutions project-euler
Last synced: 10 Mar 2025
https://github.com/0xHericles/FaceRecognition
Face recognition with OpenCV integrated with arduino
arduino cpp face-recognition opencv
Last synced: 24 Mar 2025
https://github.com/abdullah00001/phitron-fall2023
Phitron-Fall2023 represents my programming journey, featuring course codes in C, C++, data structures, algorithms, Python, OOP, SQL, HTML, CSS, JavaScript, Django MVT, and DRF. From writing "Hello World" in C to advanced concepts, this repo encapsulates my learning path.
algorithm bootstrap5 c cpp css data-structure django django-rest-framework html javascipt mysql oop postgresql python sql
Last synced: 12 Apr 2026
https://github.com/avakar/seri
A header-only, endian-aware integer serialization library for C++17
Last synced: 12 Apr 2025
https://github.com/tanvirahmedkhan74/DynApex
Dynamic Analysis and Execution Profiling for Extreme Parallelization
cpp hpc multithreading openmp parallel-programming
Last synced: 20 Apr 2025
https://github.com/sharduljunagade/run-c-cpp-scripts
This repository contains cross-platform scripts for compiling and running C/C++ programs, providing seamless support for Unix-like systems and Windows with automatic cleanup and error handling.
Last synced: 18 Apr 2026
https://github.com/jacnils/biner
Combine and separate text files
combine cpp replacement sed separate text
Last synced: 19 Jun 2026