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-23 00:06:41 UTC
- JSON Representation
https://github.com/vishal-raj-1/language-proficiency-in-cpp
It contains all the solutions of HackerRank (Language Proficiency In C++).
basic-cpp basic-programming-language cpp hackerrank-cpp language-proficiency
Last synced: 24 Jun 2026
https://github.com/zigameni/leetcode
This repo contains solutions o leetcode problems.
Last synced: 11 May 2026
https://github.com/saidm96/ft_container
The goal is to re-implement standard C++ containers to ensure a solid understanding of their functionality and underlying structure.
avl-tree cpp map tree-structure vector
Last synced: 18 Jun 2026
https://github.com/simeonhristov99/leetcode_patterns
Holds my solutions to the LeetCode Patterns problems.
coding-interviews cpp interview-questions python3
Last synced: 11 May 2026
https://github.com/kiko-serra/prog_feup
A repository with all weakly exercises for the FEUP course L.EIC009 Programming.
Last synced: 18 Jun 2026
https://github.com/matheusafonseca/c103
Repositório voltado para deixar os códigos desenvolvidos durante a matéria de C103 - Algoritmos II
binary-search-tree cpp hash list ponteiros quicksort
Last synced: 18 Jun 2026
https://github.com/rusyaev-dk/microcircuit_optimization
Optimized stack-based exponentiation for efficient RSA computation. Implements a microcircuit model with minimal clock cycles using binary exponentiation and greedy decomposition.
binary-exponentiation cpp graphics microcircuit optimization-problem research stack xlsx
Last synced: 18 Jun 2026
https://github.com/ahmdvnd/facedetection_contentextractor_csolution
****Face And Eye detection program codes******
cpp eye-detection face-detection image-processing opencv
Last synced: 11 May 2026
https://github.com/samarthhchinivar/cpp
algorithms-and-data-structures cpp libraries
Last synced: 18 Jun 2026
https://github.com/remonhasan/cp-code-library
algorithms & data structures that i learned for CP 💡
cpp data-structures number-theory prefix-notation stl-algorithms
Last synced: 18 Jun 2026
https://github.com/eimfach/matrix
A toy matrix implementation for learning purpose
cpp cpp20 matrix matrix-multiplication
Last synced: 18 Jun 2026
https://github.com/rupeshrb/dsa_algorithm
DSA Algorithms like searching, sorting etc
algorithms-and-data-structures binary-search-tree cpp linked-list matrix-operations python queue searching set-operations sorting-algorithms stack string-operations
Last synced: 11 May 2026
https://github.com/aristofany-herderson/space-invaders
👾 Space Invaders with c++
Last synced: 24 Jun 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/ninjanazal/theboy_godot
This project serves as a study case that explores the integration of a Game Boy emulator into the Godot game engine. By combining the Game Boy emulation code with the Godot framework, we delve into the intricacies of emulation and learn about the inner workings of the Game Boy hardware.
Last synced: 11 May 2026
https://github.com/zghzd/lightweight-compatibility-runner
cpp developer-tools tool windows
Last synced: 19 Jun 2026
https://github.com/elvisdukaj/ar
Augmented reality projects
augmented-reality camera-calibration cpp marker-detection opencv
Last synced: 19 Jun 2026
https://github.com/vishalku03/stack_-_queue
Stacks and queues are essential linear data structures in computer science. A stack follows the Last-In-First-Out (LIFO) principle, where the most recent element is accessed first. Conversely, a queue adheres to First-In-First-Out (FIFO), processing elements in the order they were added, making them useful for managing sequential tasks efficiently.
Last synced: 10 Jun 2026
https://github.com/yoboujon/badapple-phoenixcontact-do32
"Bad Apple!" on the Phoenix Contact "AXL F DO32/1 1F" using libmodus
Last synced: 24 Jun 2026
https://github.com/miguelangelooscardoso/tic-tac-toe
A simple C/C++ implementation of Tic Tac Toe, where two players take turns marking a 3x3 grid. The game checks for a winner or a draw after each move.
Last synced: 11 May 2026
https://github.com/yoyo-ace1110/pacman-crc48
Classic-Game: PacMan, Written by my classmate Jerry and I. Qt project, HSNU-CRC48
Last synced: 19 Jun 2026
https://github.com/horizon-nth/shapedrawer
ShapeDrawer is a small graphics application that lets you draw simple 2D shapes.
Last synced: 24 Jun 2026
https://github.com/galaxywk223/tank-battle
基于 C++20 与 SDL2 的坦克大战游戏课程设计,包含关卡、敌人 AI、道具、碰撞检测、基地保护和排行榜。
cmake coursework cpp desktop-game game-development sdl2 student-project tank-battle
Last synced: 19 Jun 2026
https://github.com/aventhis/3dviewer
A 3D viewer application that allows loading, visualizing, and manipulating 3D models from .obj files. It supports basic affine transformations like translation, rotation, and scaling for interactive exploration of 3D objects.
Last synced: 19 Jun 2026
https://github.com/igor-marinescu/qrsgen
QR Code Simple Generator
cpp qr qrcode qrcode-generator qt
Last synced: 11 May 2026
https://github.com/svec1/engine-3d
Lab project. The usual 3d engine for visualizing the Newtonian mechanics of planetary motion
3d cpp engine3d glsl-shaders opengl
Last synced: 11 May 2026
https://github.com/leoz0214/json-parser
A small C++ library to convert a JSON string or file into polymorphic C++ objects.
Last synced: 19 Jun 2026
https://github.com/mogoatlhe/advent-of-code
Advent of Code: Challenges
advent-of-code advent-of-code-2015 advent-of-code-2022 advent-of-code-2023 adventofcode cpp
Last synced: 20 Jun 2026
https://github.com/rishn/dbas
Driver Behaviour Analysis System (DBAS) is a ROS-based driver monitoring system utilizing OpenCV, Dlib, and YOLOv5 to detect and alert on drowsiness, device usage, and other behaviors during driving.
computer-vision cpp deep-learning dlib driver-behavior driver-monitoring driver-safety drowsiness-detection machine-learning object-detection opencv ros-nodes ros-noetic yolov5
Last synced: 20 Jun 2026
https://github.com/shibam120302/interviewinsight
This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview questions, and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are C++, Python
algorithms backend cpp data-structures datascience deep-learning dsa front-end-development java language machine-learning placement-preparation project python roadmap web
Last synced: 11 May 2026
https://github.com/toasterbirb/term_chart
Header only c++ library for drawing simple charts in the terminal
Last synced: 20 Jun 2026
https://github.com/naguales/codility-algorithms
C++ Codility Solutions (100% Score)
codility codility-lessons codility-solutions cpp gtest
Last synced: 20 Jun 2026
https://github.com/hypertextassassin0273/sfml_based_cpp_programs
Contains SFML (library) based C++ programs, developed through Visual Studio 2019
cpp sfml-cpp sfml-game-development sfml-graphics-library
Last synced: 20 Jun 2026
https://github.com/sarmad-khan1/problem-solving-logics-in-cpp
These are small tasks based on logical problems. I have provided different approaches to solve complex problems
cpp game-development problemsolving tasks
Last synced: 20 Jun 2026
https://github.com/apadevices/apaserialsync
APASerialSync: The Ultimate Zero-Copy Data-Sync Engine for Arduino
arduino arduino-library bi-directional cpp data-synchronization embedded microcontroller protocol serial serial-communication transfer uart-protocol
Last synced: 20 Jun 2026
https://github.com/thecoachingonline/learning-cpp
Here are my study notes for learning C++
Last synced: 20 Jun 2026
https://github.com/tobynetizen/win-local-comm-net
A console-based locally-hosted chat server
Last synced: 11 May 2026
https://github.com/sharpbit/adventofcode
Advent of code in Python, C++, and Haskell
advent-of-code cpp haskell python
Last synced: 29 Jun 2026
https://github.com/grebano/arduino_solar_track
Diy project that involves the realization of an automatic sun tracker panel
arduino cpp diy diy-electronics servo-motor solar solar-energy
Last synced: 29 Jun 2026
https://github.com/dino-kupinic/adventofcode2023
🙌 my advent of code solutions
advent-of-code aoc-2023-in-cpp cpp
Last synced: 20 Jun 2026
https://github.com/philippmos/bullcowgame
[ C++ ] - This is a simple word based game to learn and train the C++ Syntax.
Last synced: 20 Jun 2026
https://github.com/fabulani/360ip-with-cuda
360° Image Processing with CUDA and OpenCV.
360-image 360-video cpp cuda image-processing opencv
Last synced: 11 May 2026
https://github.com/pjsalter/cplusplus-programming-solutions
algorithms solved as practice in C++
cpp cpp20 object-oriented-programming
Last synced: 20 Jun 2026
https://github.com/peterajhgraham/rotating-ascii-cube
A fun C++ program that generates a rotating 3D cube using ASCII characters, and you can run it right inside your computer terminal!
Last synced: 20 Jun 2026
https://github.com/sahil-pillania/catalog-app_flutter
A basic flutter app developed using Flutter.
Last synced: 11 May 2026
https://github.com/sanjaraiy/airline_project
✈️ Delve into an airline ticket booking system project repository crafted with C++ programming language. Experience seamless flight booking functionalities!
abstraction cpp encapsulation inheritance oops-in-cpp vscode
Last synced: 21 Jun 2026
https://github.com/velitasali/viewfinder
Lightweight Windows capture card viewer — camera preview + GPU colour conversion + audio passthrough, ~135 KB, no runtime dependencies
capture-card cpp direct2d directx media-foundation win32 windows
Last synced: 21 Jun 2026
https://github.com/maxim-sivakon/smartcalc
In this project I will implement an extended version of the usual calculator, which can be found in the standard applications of each operating system in the C programming language using structured programming
Last synced: 10 May 2026
https://github.com/jp-zuniga/multithreading-mandelbrot
Mandelbrot fractal generator.
cpp fractal mandelbrot multithreading
Last synced: 22 Jun 2026
https://github.com/fieryrms/random-projects
Random Projects. duh
cpp hobby hobby-project random
Last synced: 21 Jun 2026
https://github.com/wachin/kmid3
KMid 2.4.0 ported to Qt5 / KDE Frameworks 5 — MIDI/Karaoke player for Linux (2026)
alsa cmake cpp debian drumstick karaoke kde linux midi midi-player music-player port qt5
Last synced: 21 Jun 2026
https://github.com/hiborn4/opencv
This repository contains various image processing labs implemented in C++ using OpenCV. Each lab focuses on different aspects of image processing, such as histogram equalization, edge detection, and morphological operations. The provided code and instructions will help you learn and apply these techniques effectively. Follow the steps in the README
c cmake computer-vision cpp image image-processing ipcv opencv
Last synced: 10 May 2026
https://github.com/star-3gg/cityoflight
A Tron themed virtual world built with UE5
Last synced: 22 Jun 2026
https://github.com/abdullah00001/way-to-be-a-rated-coder
A dedicated repository to track my 90-day journey of competitive programming practice — mastering algorithms, solving problems daily, and leveling up to become a rated coder.
algorithms c competitive-programming cpp data-structures dsa
Last synced: 29 Jun 2026
https://github.com/tudeorangbiasa/ansicolorcpp
Simple ANSI escape color code to print colored text or background in terminal using c++
Last synced: 29 Jun 2026
https://github.com/srijanmukherjee/minesweeper
A minesweeper game written in c++ using SFML
Last synced: 22 Jun 2026
https://github.com/islamhaqq/cpp-modern-design-patterns
Modern design patterns in C++ (Solid, Gang of Four, etc.)
cpp gang-of-four gang-of-four-design-patterns solid
Last synced: 22 Jun 2026
https://github.com/mabdusshakur/cpp-image-sender-discord-webhook
Send image to discord channel throw webhook with c++
cpp discord screencapture screenshot webhook
Last synced: 10 May 2026
https://github.com/keshav2010/sdltest
1st Game Framework using Simply DirectMedia Layer (SDL) , framework design is adapted from the book "SDL Game Development" by Shaun Mitchel.
codeblocks cpp framework game-development sdl2 video-game-development
Last synced: 29 Jun 2026
https://github.com/tanzeelafatima492/blood-management-system-in-c-
The Blood Management System in C++ is a console-based application for efficiently managing blood donors, recipients, and blood availability records.
coding cplus cpp cxx programming project
Last synced: 22 Jun 2026
https://github.com/joao-conde/fer-bio
Repository to host the project for "Bioinformatics", a course @ FER
bioinformatics cpp minimizers python3
Last synced: 10 May 2026
https://github.com/TanzeelaFatima492/Blood-management-system-in-c-
The Blood Management System in C++ is a console-based application for efficiently managing blood donors, recipients, and blood availability records.
coding cplus cpp cxx programming project
Last synced: 22 Jun 2026
https://github.com/diegoquintanilha/arduino-eeprom-programmers
Arduino code to program EEPROMs
arduino cpp eeprom eeprom-programmer
Last synced: 22 Jun 2026
https://github.com/aspurgs/smart-transportation-system
The Project selected for State Level Project Competition.
arduino cplusplus cpp diploma-project object-detection project prototype self-driving-car sensors
Last synced: 22 Jun 2026
https://github.com/schanur/tedder
Incremental build system for complex tasks using Rake
autodiscover build-system c cpp dependency-graph package-manager plugins pretty-print rake ruby swig
Last synced: 10 May 2026
https://github.com/adcimon/path-tracer
Implementation of the path tracer described in Ray Tracing in One Weekend of Peter Shirley.
Last synced: 22 Jun 2026
https://github.com/pieetrus/kolkoikrzyzyk
Gra z wykorzystaniem algorytmu min-max - PMSI
Last synced: 22 Jun 2026
https://github.com/andriykalashnykov/quadmath-cross
Cross compile quadmath
aarch64 arm64 c clang cpp cross-platform quadmath
Last synced: 13 May 2026
https://github.com/zyad-eltayabi/atm-system
💵 The system allows users to quickly withdraw predefined or custom amounts, deposit funds, check their balance, and securely log out.
cpp filesystem functional-programming
Last synced: 11 Jun 2026
https://github.com/crvlwanek/startingoutwithcpp
Excercises from the book "Starting out with C++"
Last synced: 11 Jun 2026
https://github.com/michaelbrunn3r/arduinocollections
A library for arduino collections
Last synced: 13 May 2026
https://github.com/yasushi-saito/clang-analyzer
Thin wrapper around clang static analyzer to enable cross-translation unit analyses.
clang clang-static-analyzer cpp
Last synced: 13 May 2026
https://github.com/being-amara-khan/cpp-codes
This repository contains a collection of C++ programming problems and solutions, ranging from fundamental concepts to advanced Data Structures and Algorithms (DSA). Whether you're a beginner or an advanced learner, this repository aims to help you practice and enhance your coding skills.
cpp data-structures dsa-algorithm patterns
Last synced: 11 Jun 2026
https://github.com/petlukk/eacompute
Explicit compute kernels → shared libraries + native bindings for Python, Rust, C++, PyTorch.
aarch64 avx-512 avx2 code-generation compiler compute-kernels cpp ffi high-performance-computing llvm neon programming-language python pytorch rust simd
Last synced: 13 May 2026
https://github.com/nishnash54/database-optimization
Optimization using direct method
cpp database matplotlib python-3
Last synced: 10 May 2026
https://github.com/ws-kj/spectreye
A tool for automatically determining the angle of the Super High Momentum and High Momentum Spectrometers in JLab's Experimental Hall C.
cmake cpp ocr opencv opencv-python tesseract tesseract-ocr
Last synced: 13 May 2026
https://github.com/maz01001/other-projects
other small projects not hosted on my GitHub-page
ascii-game cmd cpp game games snake-game
Last synced: 23 Jun 2026
https://github.com/sebsop/kmeans-thesis-segmentation
Real-time hybrid quantum-classical K-means segmentation using C++ and CUDA. Bachelor's Thesis at BBU bridging HPC and Quantum Machine Learning (QML).
cpp cuda hpc imgui kmeans opencv quantum-computing
Last synced: 23 Jun 2026
https://github.com/ovuiproduction/operating-system-simulator
The OS Simulator replicates key functionalities like memory management, CPU scheduling, and interrupts. It evolves from single-program execution to multi-programming with virtual memory, implementing scheduling algorithms, page replacement, and a page table register.
cpp cpu-scheduling interrupt-handling operating-system os-simulator page-replacement-algorithm process-management virtual-memory
Last synced: 13 May 2026
https://github.com/ebraheemtammam/voidcpp
A powershell script to automate setup of C++ projects
automation cmake cpp powershell powershell-script project-setup
Last synced: 13 May 2026
https://github.com/luncliff/cpp-swift-experiment
Experiment of Interoperability between C++ & Swift
cmake-examples cpp cpp-library experiment objective-c-runtime swift swift-package-manager
Last synced: 12 May 2026
https://github.com/henryhale/lowdb
⚪ A C++ implementation of typicode/lowdb js library
Last synced: 12 May 2026
https://github.com/gabrielevalenzuela/comfychaircpp
ComfyChair system for Techniques and Tools 2024 UNLP
Last synced: 12 May 2026