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-21 00:06:47 UTC
- JSON Representation
https://github.com/yagna123k/learn-cpp
This repo contains c++ source files you can follow to learn
Last synced: 03 Oct 2025
https://github.com/neontuts/code-snippets
A collection of code snippets for web developers and programmers, including code for HTML, CSS, JavaScript, Java, PHP, Python, C & C++.
c code-snippets cpp css html java javascript php python snippets
Last synced: 30 Dec 2025
https://github.com/gxsilva/42sp_cpp
This repository contains all C++ exercises from 42 SP, including bonus parts. It also includes personal notes and study materials to support the learning process.
abstract-classes cpp cpp98 inheritance oop polymorphism
Last synced: 14 Aug 2025
https://github.com/biswadeep-roy/robox--robotic-car
Robox: Arduino-based Bluetooth robot with motors, ultrasonic sensor, and servo. Ideal for surveillance, automation, and remote inspection. Control via mobile app.
Last synced: 19 May 2026
https://github.com/nerooc/oop-pl
Laboratories from 'Object Oriented Programming' at AGH UST (in Polish).
cpp object-oriented-programming university-course
Last synced: 22 Mar 2025
https://github.com/thatbackendguy/file-handling-cpp-sem2
Semester 2 - File Handling Project C++
Last synced: 10 Aug 2025
https://github.com/carlosrs14/image-calculator
add, sub, div, and, or, ~, etc. on images...
cpp image-analysis image-processing opencv qt
Last synced: 04 Jul 2026
https://github.com/zyn10/palindrome_using_stack
Find palindrome using stack in cpp
Last synced: 13 Sep 2025
https://github.com/gotbordom/rc-racer
This is a repo for my autonomous rc car project aimed to compete in races
cpp cpp20 hardware-designs project-design ros2 software-design
Last synced: 22 Jul 2025
https://github.com/hashirkhan21/spaceshooter
A Space Shooter game in C++ using SFML graphics and OOP concepts
cpp sfml sfml-game spaceshooter
Last synced: 04 Oct 2025
https://github.com/kgorze/dna-motif-tabu-search
Zaawansowana implementacja algorytmu wykrywania motywów DNA wykorzystująca metaheurystykę Tabu Search. Projekt oferuje zarówno deterministyczne, jak i probabilistyczne podejście do problemu, wraz z rozszerzonymi funkcjonalnościami do analizy sekwencji biologicznych.
bioinformatics cpp dna-analysis motif-detector tabu-se
Last synced: 06 Apr 2025
https://github.com/nerooc/computer-graphics-pl
Exercises from 'Intro to Computer Graphics' at AGH UST (in Polish).
computer-graphics cpp university-course
Last synced: 22 Mar 2025
https://github.com/courseworks/aut_ap_2025_spring_hw3
This project simulates an insurance management system with core functionalities such as policy management, premium processing, claim handling, and risk assessment. Implementing Person, InsurancePolicy, and InsuranceCompany classes, you will explore OOP, secure data handling, and error checking.
cpp cpp-homeworks design-patterns homework insurance oop
Last synced: 11 Aug 2025
https://github.com/nickelpro/vito-dap
C++20 DAP Serialization
cpp cpp20 debug-adapter-protocol json serialization
Last synced: 29 Apr 2026
https://github.com/akilanss/isa-using-punch-card-strip---23cse201
We develop a physical computer programming language using Arduino microcontroller board.
arduino-uno c cpp instruction-set-architecture
Last synced: 16 May 2026
https://github.com/ahmedhaithamamer/smart-shop-guard-project
The ESP8266 and Arduino Uno project automates a smart shop with entry detection, firefighting, and security systems, programmed in C++.
arduino arduino-ide arduino-uno cpp embedded-systems esp8266
Last synced: 09 Apr 2026
https://github.com/kavicastelo/cpp-bakery-inventory-cli
This is a simple C++ program for identifying fundamental concepts of programming. Data handled through .txt files.
bakery cpp inventory-management nodatabase pos
Last synced: 26 Jun 2025
https://github.com/johnramsden/cpp-stack-implementations
Profiling performance of various stack implementations with C++
Last synced: 13 Sep 2025
https://github.com/codingabi/abisnip
Tool to save screenshots as PNG files or copy to clipboard when the print button was pressed
Last synced: 04 Oct 2025
https://github.com/anmol420/programs-in-cpp
A Basic C++ Programs Based Repository
Last synced: 21 Mar 2025
https://github.com/mklemmingen/entropyvisualizer
Arduino equipped with a gas meter, temperature/humidity sensor, sound meter, display, and LED strip. It uses sensor data to generate randomness, visualizes it with colors on the LED strip, and outputs a random long unsigned integer via its serial interface, which can be read in to try to get close to true randomness.
arduino cpp random random-generation random-number-generators
Last synced: 19 May 2026
https://github.com/hasanyahya101/pf_lab_solutions
Solutions to PF lab questions from Fall 2022 Semester in Fast Nuces Lhr. The actual questions can be found in pdf files. Note that, this is for the Lab (subject), not the theory subject.
cpp fast first-semester nuces pf programming
Last synced: 29 Mar 2025
https://github.com/anuragthepathak/c-plus-plus
Contains code I have written while learning C++.
Last synced: 12 Aug 2025
https://github.com/youyuanwu/env-cpp
env-cpp is a C++ lib for parsing env vars into struct, using refl-cpp
cpp environment-variables reflection
Last synced: 12 Aug 2025
https://github.com/cmedina-dev/usaco
C++ programming solutions following USACO's Competitive Programming Guide.
Last synced: 26 Jun 2025
https://github.com/codspeedhq/opencv-benches
OpenCV benchmarks written in C++
Last synced: 19 May 2026
https://github.com/costingh/estore-platform
C++ program that provides minimal functionality of an online store. Implementation follows OOP concepts (abstraction, encapsulation, inheritance, polymorphism), making use of singleton design pattern.
Last synced: 31 Dec 2025
https://github.com/pardhusreerushivarma20060119/exploit-engineering
Welcome to the definitive record of my journey into x86-64 Assembly Language, System-Level Programming, Reverse Engineering, and Exploit Development.
assembly-x86 cpp cprogramming exploit-development low-level reverse-engineering system-programming
Last synced: 19 May 2026
https://github.com/iwansal64/awfs
AWFS or Automatic Water Filling System is a project that I've created to automatically fill water to the pump when the torrent is empty
Last synced: 30 Apr 2026
https://github.com/jain1shh/neetcode.io
neetcode.io dsa pattern wise sheet - NeetCode 250
cpp data-structures-and-algorithms
Last synced: 12 Aug 2025
https://github.com/anishvdev/10r-basic
10R's Codebase for the 2024-25 V5RC: High Stakes
10r c cpp highstakes pros vex vex-robotics vex-robotics-competition vex-v5 vexcode vrc
Last synced: 14 Jun 2026
https://github.com/joyrider3774/blips
A Remake of the dos Bips game from Bryant Brownell. It is a Puzzle game which is a variation of sokoban written in SDL 1 based on my old gp2x version
cpp game game-dev puzzle-game remake-game remake-games retro-game retrogaming sdl
Last synced: 29 Mar 2025
https://github.com/zyn10/bubble-sorting
bubble sorting in cpp using arrays
arrays bubble-sort cpp programming-fundamentals sorting sorting-algorithms
Last synced: 11 Jul 2025
https://github.com/xeverous/nukleus
C++ wrapper library for Nuklear IMGUI library. Supports and follows all Nuklear's defines.
cpp cpp11 cpp11-library cpp14 cpp14-library cpp17 cpp17-library header-only-library imgui
Last synced: 12 Aug 2025
https://github.com/themarlboroman/ascript
Ascript, a script language to be used by host environments, short for "annoying script"
annoying cpp interpreter language script scripting
Last synced: 12 Aug 2025
https://github.com/gwydd12/lwgpp
LOOP, WHILE and GOTO interpreter built in C++.
aarhus-universitet aarhus-university cpp cpp11 goto interpreter loop while
Last synced: 04 Jul 2026
https://github.com/kydronepilot/space-eye-windows-node-api
Native Windows API for SpaceEye app, to set multi-monitor wallpaper images
cpp node-addon-api nodejs spaceeye wallpaper win32 windows
Last synced: 12 Jan 2026
https://github.com/mdafsarhossain/competitive-programming-problem-and-solution
Competitive Programming Problem And Solution Code. All Code written in C++ Programming language.
Last synced: 12 Aug 2025
https://github.com/linkartemy/vpn-manager-api-cpp
VPN Manager API in C++ on Userver
api cpp cpp20 http userver userver-framework vpn vpn-manager
Last synced: 28 Mar 2025
https://github.com/sleibrock/boxingtimer
A basic Arduino boxing timer for personal use
Last synced: 10 Nov 2025
https://github.com/aben20807/oj_code
1062_高階競技程式設計 ADVANCED COMPETITIVE PROGRAMMING
Last synced: 13 Aug 2025
https://github.com/horizon-nth/fractalexplorer
Application to explore differents fractals
application cpp fractal-rendering fractals glsl
Last synced: 13 Aug 2025
https://github.com/tylersuehr7/ecs-game-architecture
A lightweight C++ Entity-Component-System (ECS) framework designed for game development purposes.
cpp ecs game-development game-engine
Last synced: 04 Oct 2025
https://github.com/connorsweeneydev/resourcegenerator
A small executable that reads all the files supplied to it into a C++ compilation unit in a format accepted by my SimpleGameEngine.
Last synced: 13 Aug 2025
https://github.com/ediu3095/transform
Transform is a header only C++ mathematics library for graphics software based on GLM and Real-Time Rendering.
cpp cpp-library cpp20 header-only mathematics matrix opengl quaternion vector vulkan
Last synced: 13 Mar 2025
https://github.com/dawinaj/MCP230XX
MCP23008 driver for ESP32
cpp driver esp32 gpio-expander hal mcp23008
Last synced: 01 Sep 2025
https://github.com/paulanerus/tram
A straightforward build configuration and dependency management tool for C/C++.
build-configuration build-tool cpp cpp20 dependency-manager package-management package-manager
Last synced: 01 Jan 2026
https://github.com/mozartelio/letisko-online-mobile
Letisko online Android tablet client
cpp figma-design material-design-components material-symbols qml qt roboto-font
Last synced: 19 May 2026
https://github.com/berlin0308/ntu-2024fall-dip
BME7408: Principles and Applications of Digital Image Processing (Prof. Ta-Te Lin)
cpp digital-image-processing gui qt
Last synced: 24 Dec 2025
https://github.com/zyn10/fruitpicker
Basic practice of conditional statements in cpp
Last synced: 13 Aug 2025
https://github.com/dinhanhx/particle-simulation
Simple particle simulation
cpp simulation ubuntu visual-studio windows-10
Last synced: 20 Jun 2026
https://github.com/corejust/minecraftclone
Every programmer must write a clone of Minecraft
3d cpp cpp20 minecraft minecraft-clone opengl sfml
Last synced: 19 May 2026
https://github.com/WerdsMind/Simple_file_manager
Este proyecto es un organizador de archivos desarrollado en C++.
console-application cpp executable file-manager no-gui organizer simple-project
Last synced: 04 Oct 2025
https://github.com/newyaroslav/sqlite-containers
Header-only cpp library for integrating SQLite with STL data containers (std::map, std::set, std::list, and others), providing easy access and synchronization of data between containers and SQLite database.
container containers cpp cpp17 sql sqlite3
Last synced: 14 Aug 2025
https://github.com/bless-04/operating-system-shell
A basic operating system shell capable of executing commands and performing fundamental system operations effectively. Each command is directly integrated into the shell program. All functionalities are seamlessly integrated and executed within the shell itself.
Last synced: 14 Aug 2025
https://github.com/simone-contorno/yarpmanager-console2
Bachelor Thesis Degree - Computer Engineering (UniGE) - yarpmanager-console2
Last synced: 19 May 2026
https://github.com/nandahkrishna/bros
Application suite – Class 12 C++ Computer Science Project
apps calculator calendar clock cpp games graphics notepad os simulation turbo-c-plus-plus
Last synced: 17 Jun 2025
https://github.com/GTruf/Driver-Drowsiness-Detector
Prototype of an intelligent safety system for detecting driver drowsiness
cpp cuda cudnn deep-learning driver-drowsiness-detection driver-drowsiness-detector drowsiness-detection face-recognition image-recognition machine-learning neural-network nvidia-cuda object-recognition opencv qt6 recognition-neural-network yolo yolov10 yolov5 yolov9
Last synced: 14 Mar 2025
https://github.com/xorz57/trie
Trie written in C++14
cpp data-structures datastructures trie
Last synced: 13 Jul 2025
https://github.com/that-prod-guy/journey-planner
A console application to plan your journeys across 60 cities.
cpp data-structures-and-algorithms dsaincpp
Last synced: 15 Aug 2025
https://github.com/gvatsal60/tcp-ip-pkt-gen
🌐📤 Efficiently create TCP/IP packets with our generator. Tailor-made for network testing, simulation, and educational purposes, it swiftly crafts packets to meet your specific requirements.
c cpp cpp17 docker make makefile packet-generator tcp tcp-ip
Last synced: 08 May 2026
https://github.com/gcoronelc/uc-2021-20-19582
Curso de Fundamentos de Programación en la Universidad Continental
Last synced: 06 Apr 2025
https://github.com/robarcoo/qtcppcalculator
Advanced C++ calculator project made using Qt
Last synced: 09 Mar 2026
https://github.com/aaron-22766/42_cpp
Collection of modules for learning object-oriented programming and everything C++
42 42-cpp-modules 42born2code 42cursus 42heilbronn 42projects 42school cpp cpp98 object-oriented-programming
Last synced: 12 Feb 2026
https://github.com/khan-mujeeb/tic-tac-toe
Tic Tac Toe Game using C++ This is the tic tac toe game made using the C++ programming language.
Last synced: 15 Aug 2025
https://github.com/networkflux/ft_containers
Let’s re-implement the standard C++ containers
algorithms complexity containers cpp data-structures
Last synced: 20 Jul 2025
https://github.com/einararnason/i2cteensy
I2C implementation for Teensy microcontrollers
Last synced: 04 Sep 2025
https://github.com/zayarhtet/simulation-tundra
Console Application for simulating Tundra with C++, specialized in Object-Oriented Design
console-application cpp design-patterns oop simulation singleton-pattern
Last synced: 10 Jul 2025
https://github.com/kmx-systems/oid-ncode
Binary encoding/decoding of SNMP OIDs
compressed compression cpp cpp17 cpp17-libra decoding encoder-decoder encoding mib oid smi snmp
Last synced: 12 Apr 2025
https://github.com/emiyasyahriel/rlffv1-poc
Raylib to Encoded Video proof of concept
Last synced: 16 Aug 2025
https://github.com/akshayrathore9010/object-oriented-programming
Here are all the implementations of Object-Oriented Programming (OOP) in C++ from my journey of learning OOP and Data Structures and Algorithms (DSA)
cplusplus cpp object-oriented-programming
Last synced: 15 May 2025
https://github.com/noureddine-t/coupon-collector-s-simulation
Ce projet simule le problème du collectionneur de vignettes (Coupon Collector's Problem).
Last synced: 19 May 2026
https://github.com/chinmay-esp/esp32_microros_pub
This project uses Micro-ROS on ESP32 with PlatformIO to publish integer messages (`std_msgs/msg/Int32`) to a ROS 2 topic over serial transport. 🚀
cpp esp32 microros platformio ros2-humble
Last synced: 19 May 2026
https://github.com/kmhswimgirl/bread-hero
Play Guitar Hero using bread
c clone-hero cpp guitar-hero pi-pico-w pico-sdk
Last synced: 19 May 2026
https://github.com/607011/entropist
Generate random numbers from mouse moves and keystrokes
cpp cpp11 random-number-generators
Last synced: 04 Jul 2026
https://github.com/yashsiwach/university_trash
DSA Practice questions 💫Only For Help
algorithm algorithms algorithms-and-data-structures cpp data-structures datastructures-algorithms dsa-algorithm notes
Last synced: 10 Jul 2025
https://github.com/educorreia932/feup-prog
🧳 MIEIC 2018/2019 - 1ˢᵗ year / 2ⁿᵈ semester
cpp feup feup-prog mieic university-course
Last synced: 12 Jun 2025
https://github.com/douglaspimentel/learn-c-plus-plus
Learning the fundamentals of programming and c++
cpp programming-exercises programming-fundamentals
Last synced: 10 Jul 2025
https://github.com/tar3q-az1z/project-euler-solutions
algorithmic solutions of problems from projecteuler.net, solved by me
algorithms cpp number-theory programming project-euler projecteuler solutions
Last synced: 17 Aug 2025
https://github.com/man2dev/basics-of-computer-and-programming-course
Some of my Basics of Computer & Programming projects
basic-of-programming basic-programming cpp university university-assignment university-course university-project
Last synced: 17 Aug 2025
https://github.com/allemanfredi/eosio-biginteger
BigInteger implementation for EOSIO.cdt v1.6
blockchain cpp eosio eosio-biginteger
Last synced: 30 Mar 2025
https://github.com/gasinfinity/graphexia
Manipulate graphs efficiently with all the eye candy. Currently in pre-alpha
cpp graphs graphs-algorithms visualization
Last synced: 09 Sep 2025
https://github.com/asko7779/udp-flood
UDP packet "flooder" in C++
cpp cybersec dos-simulation flooder udp
Last synced: 05 Oct 2025