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-07 00:07:28 UTC
- JSON Representation
https://github.com/i5-650/turb-os
A small OS made in C/C++, made for a supervized project ! This project is NOT an example
c cpp operating-system os school-project
Last synced: 17 May 2026
https://github.com/guillaumebouchetepitech/all-cpp-websocket-client-server
all C++ webSocket client server application
boost-asio boost-beast cpp cpp20 linux network-programming wasm websocket
Last synced: 11 Jul 2025
https://github.com/sayama3/imagine
A 3D Game Engine Like made in Vulkan & Cpp
Last synced: 21 Jul 2025
https://github.com/illescasdaniel/optional
A class to manage optional values
Last synced: 21 Mar 2025
https://github.com/gnaservicesinc/libnoodlenet
A simple libary for c and libary for C++ to use models created with sensuser https://github.com/gnaservicesinc/sensuser in C and CPP projects.
ai c cpp lib library mlp mlp-classifier perceptron-learning-algorithm
Last synced: 29 Apr 2026
https://github.com/rakshitgupta9/library_managment-cpp-project
The C++ code implements a Library Management Software with book entry, search, issue, return, and administrator functionalities. Password protection and file handling are used, and the program provides an "About" section.
cpp filehandling library-management-system
Last synced: 19 Jun 2025
https://github.com/suryakarmakar/simple-windows-keylogger
☣This is a simple Windows keylogger with C++ programming
cpp hacking-tool keylogger malware windows
Last synced: 04 Mar 2025
https://github.com/ashu10dubey/cses-problem-set
CSES Problems Solution in CPP
cpp cses dsa-practice problem-solving
Last synced: 11 May 2025
https://github.com/the0cp/leetcode
C++/Shell/SQL source code of solved LeetCode problems.
algorithm cpp leetcode leetcode-cpp leetcode-solutions
Last synced: 11 Jul 2025
https://github.com/fgebhart/sportgems-cpp
Find valuable gems in your tracked sport activity! 💎🚴
Last synced: 02 Jul 2026
https://github.com/b1tflyyyy/virtual-ascii-camera
Real-Time ASCII Converter
ascii-art atomic cmake cpp gui qml qt real-time v4l2loopback
Last synced: 18 May 2026
https://github.com/nsharp-mahajan/dsa-in-cpp
All the DSA questions in C++
algorithms competitive-programming cpp dsa problem-solving
Last synced: 17 Jul 2025
https://github.com/divetoxx/mandelbrot-2
Mandelbrot set. 60 FPS and palette rotation. Palette Rotation Logic 0 is Green cos, 1 is Blue sin, and 2 is Red Random. 256 colors. Synchronization with DwmFlush. Controls & Hotkeys. F1 - F8 Keys: Instantly jump to 8 predefined iconic locations within the Mandelbrot set. OpenMP.
cpp fractal fractals gdi generative-art generative-arts graphics high-precision mandelbrot-set multithreading openmp palette-rotation visualization visualizations winapi
Last synced: 12 Apr 2026
https://github.com/tom474/time_bank_system
[RMIT 2023C] EEET2482 - Software Engineering Design - Group Assignment
algorithms cpp data-structures object-oriented-programming
Last synced: 09 Oct 2025
https://github.com/nvarner/physiwell
Short choose-your-own-adventure game created as a final project for Honors 240 Wellness at the University of Michigan
choose-your-own-adventure cpp game
Last synced: 13 Sep 2025
https://github.com/0xjonaseb11/stack__dsa_practical_exam
DSA Practical exam | Algorithms | Data Structures
algorithms cpp datastructures stack
Last synced: 13 Mar 2025
https://github.com/samya-s/design-and-analysis-of-algorithms-lab
Design and Analysis of Algorithms Lab (MA39203)
algorithm-design algorithms algorithms-and-data-structures cpp design-and-analysis-of-algorithms design-and-analysis-of-algorithms-lab
Last synced: 29 Mar 2025
https://github.com/sahilkhanna/platformio-dso-atmega16
atmega16 c cpp design electronic oscilloscope system
Last synced: 16 May 2026
https://github.com/apebl/cppgen
A command-line utility to generate boilerplate C/C++ code
code-generation code-generator cpp python
Last synced: 16 May 2026
https://github.com/ambujraj/medicinary
An E-commerce Algorithm for Medicines.
algorithm cpp e-commerce shopping-cart
Last synced: 22 Jul 2025
https://github.com/bahaamohamed98/base64-cli
A minimal and efficient Base64 encoder/decoder CLI tool written in C++.
base64 cli cpp decoding encoding lightweight utility
Last synced: 20 Jul 2025
https://github.com/localizethedocs/solidity-docs-l10n
Localization of The Solidity Documentation
blockchain cpp crowdin ethereum evm smart-contract solidity translation
Last synced: 17 May 2026
https://github.com/heshamalsaqqaf2/problem-solving-at-assiut-university
This repository is a collection of solutions to Assiut University - Egypt programming exercises and problems found on CodeForces.
Last synced: 29 Oct 2025
https://github.com/sugaliudaykiran/dsa_cpp
CPP_DSA
cpp dsa dsa-algorithm gfg-solutions
Last synced: 14 May 2025
https://github.com/shishir-grez/data-structures-algorithms
Solutions to various questions for Data Structures and Algorithms
algorithms cpp data-structures python
Last synced: 20 May 2026
https://github.com/jgsogo/template-cpp-project
A C++ project using CMake and connected to a _central_ repository of Conan recipes
Last synced: 20 Jan 2026
https://github.com/amanoteam/atar
A GCC cross-compiler targeting OpenBSD 7.0
c cpp cross-compiler gcc openbsd
Last synced: 07 May 2025
https://github.com/samirhamadaa/simple-calculator
✅ "An object-oriented C++ calculator that supports basic arithmetic operations with undo and reset features." 🚀
arithmetic calculator cplusplus cpp object-oriented-programming oops-in-cpp simple-calculator
Last synced: 07 Jul 2025
https://github.com/amitminer/todolist-cpp
a simple todolist cli made in c++
cmake conan cpp learning-exercise linux todolist vcpkg windows64
Last synced: 08 Mar 2026
https://github.com/pprattis/english-greek-dictionary-with-binary-search-tree
A program that implements an English-Greek dictionary using binary trees. Each node of the tree will contain the word in English and the corresponding translation in Greek. The search for the tree will be based on the word in English. The program can perform the basic search, import, delete operations.
binary-search-tree binary-tree cpp dictionary exercise node program student
Last synced: 19 May 2026
https://github.com/mysticquest/sdl-ecs-game-engine
A C++ game engine with ECS architecture, using SDL, handling rendering, transform, input and collision.
Last synced: 19 May 2026
https://github.com/lukasondrejka/cpp-tic-tac-toe
Tic-Tac-Toe game in C++ with sockets and client-server TCP communication
client-server console cpp game linux socket tcp
Last synced: 19 May 2026
https://github.com/toxe/video-trimmer
Video Trimmer
cpp cpp20 ffmpeg libavcodec trim video
Last synced: 17 May 2026
https://github.com/whisperity/distcc-driver
Driving DistCC-based distributed C/C++ compilation in a smarter way: without having to deal with DISTCC_HOSTS intricacies and without accidentally stalling your development machine.
bash bash-script c clang compiler compiler-frontend cplusplus cpp developer-environment developer-tools distcc distributed-computing driver gcc linux load-balancing zsh zsh-script
Last synced: 07 Apr 2026
https://github.com/emptywork/cpp-teaching
Source code untuk materi pembelajaran tentang dasar-dasar pemrograman menggunakan Bahasa C++.
basic-cpp basic-programming cpp indonesia indonesian learning-cpp ukim universitas-kristen-indonesia-maluku
Last synced: 20 Jul 2025
https://github.com/copenair/arduino
a repository for the arduino part of the codebase
Last synced: 25 Oct 2025
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/fortune0406/taskblaze
Boost your productivity with TaskBlaze, an AI-driven task management tool. Organize, prioritize, and manage tasks effortlessly. 🚀✨
ai automation cpp desktopapp freelance kanban minimalistic offline productivity productivitytools taskmanagement timetracking todolist windowsapp workflow
Last synced: 17 Jul 2025
https://github.com/yottaawesome/directx-playground
Playing around with DirectX
cpp directx directx12 game-development graphics windows
Last synced: 02 Jul 2026
https://github.com/tangilj/onitama
AI for the Onitama board game, written in C++.
Last synced: 05 Apr 2025
https://github.com/deryaxacar/42-cpp_04
This repo covers key concepts in object-oriented programming in C++. It includes explanations of virtual functions, abstract classes, interfaces, and copy methods, all illustrated with examples. The focus is on dynamic polymorphism and practical applications of these concepts.
42 42-cpp 42-cpp-module 42-cpp-modules 42born2code 42cursus 42projects 42school c-plus-plus cpp cpp-all cpp-library cpp-programming cpp-programming-language cppmodules
Last synced: 04 Mar 2025
https://github.com/janniclas/swift-llvm-statistics-comparison
This repository contains microbenchmarks written in Swift and C++.
cpp llvm-ir static-code-analysis swift
Last synced: 16 May 2026
https://github.com/jcksnvllxr80/midicontrollercpp
Guitar-pedal MIDI controller firmware in portable C++ (hexagonal), ported from Raspberry Pi Python. Desktop sim now, microcontroller later.
cpp cpp17 embedded firmware googletest guitar-pedal hexogal-architecture midi midi-controller ports-and-adapters simulator
Last synced: 12 Jun 2026
https://github.com/sea5kg/sea5kgsudoku
c++ sudoku solver / sudoku generator / microservice
cpp sudoku sudoku-solver wsjcpp-package
Last synced: 17 Jun 2025
https://github.com/lucasoptml/opcplusplus
compiler for c++ headers with custom attributes/modifiers via dialects, outputs generated src/h, xml definitions, mirrored reflection structure, fast dynamic casts. memory stack only, no heap allocations. translating compiler technology similar to babel and typescript .
compiler cplusplus cplusplus-03 cplusplus-11 cplusplus-14 cplusplus-17 cplusplus-20 cplusplus-98 cpp extended-reality jc metaprogramming reflection template-metaprogramming typescript ukraine ukraine-tech ukrainewar virtual-reality
Last synced: 28 Jan 2026
https://github.com/amlel-el-mahrouss/btb
BTB, a build system based on JavaScript Object Notation written in C++
Last synced: 29 Mar 2025
https://github.com/eshaan7/programming_with_c_and_cpp
Various C and C++ programs I wrote for school, college or just for the heck of it.
btech c cbse cpp data-structures ggsipu hacktoberfest school
Last synced: 02 Jul 2026
https://github.com/ajlekcahdp4/vulkan-learning
Just me learning vulkan C++ API
Last synced: 04 Apr 2025
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/andydevs/fractool
Generic fractal image generator
cmake cpp fractal julia-sets mandelbrot newton-method
Last synced: 03 Jul 2026
https://github.com/mrdrivingduck/the-annotated-stl-sources-notes
⚒️ Notes of reading The Annotated STL Sources (using SGI STL).
Last synced: 04 Jul 2026
https://github.com/raythurman2386/log_viewer
A high-performance log file viewer built with Python and C++. Combines the ease of use of PyQt6 with the performance of C++ for file operations.
Last synced: 17 May 2026
https://github.com/xanonymous-github/main
My main development-specific repo, all the separate code is here, in addition, here also provides computer class homework answers, welcome to free use.
c cpp golang html java javascript photography python study
Last synced: 07 Apr 2026
https://github.com/smoke-y/game1
A platformer prototype where you swap positions with slime monsters
Last synced: 29 Mar 2025
https://github.com/viktor-homeniuk/Shooter
cpp game-development unreal-engine-4 visual-studio
Last synced: 11 Mar 2025
https://github.com/fabienpean/heco
Heterogeneous containers in C++
cpp cpp17 heterogeneous heterogeneous-containers heterogeneous-data
Last synced: 13 Mar 2025
https://github.com/fabienpean/heco_experiments
Experimental heterogenenous containers in C++
container cpp heterogeneous heterogeneous-containers
Last synced: 13 Mar 2025
https://github.com/cppplayground/simple-threadpool
a simple and lightweight header only ThreadPool for your tasks
cpp cpp11 cpp14 cpp17 cpp20 header-only thread-pool
Last synced: 30 Dec 2025
https://github.com/fabianaferreira/lyrics-analysis
A project developed for a subject during bachelor degree on Electronic and Computer Engineering on Federal University of Rio de Janeiro
Last synced: 21 May 2026
https://github.com/0xlay/XStar
:window: The library for windows developers. (MSVC, С++17, WDK 10)
cpp drivers kernel kernel-driver windows
Last synced: 10 Mar 2025
https://github.com/anzure/qtappdev-exam
Avsluttende prøve i Applikasjonsutvikling
Last synced: 19 May 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/gaetanozappi/cantor
Project applies the cantor solution.
Last synced: 13 Apr 2025
https://github.com/RSGL/RSP
Single Header File Library that can pharse multiple databases all in one single header file. Supports, XML (HTML/SVG) and JSON
cpp cpp11 header-only html json library parser rsgl single-header xml
Last synced: 12 Mar 2025
https://github.com/fl444mingo/fl4-cs131-01-03-error
Ch. 1, Lesson 3, Errors
Last synced: 21 Mar 2025
https://github.com/fl444mingo/fl4-cs131-02-00
Ch. 2, lesson 0, in-class work
Last synced: 21 Mar 2025
https://github.com/fl444mingo/fl4-cs131-01-01-hello
Ch. 1, Lesson 1, Hello World
Last synced: 21 Mar 2025
https://github.com/imxeno/apply1337
Simple command-line tool to apply *.1337 patches generated by x64dbg to running processes.
1337 cli command-line cpp patch runtime-modification windows
Last synced: 17 May 2026
https://github.com/kaveenhyacinth/gerbil-expense-tracker
A one-stop money management tool that allows you to manage your money
cpp cross-platform money-manager open-source qt5
Last synced: 17 May 2026
https://github.com/l3odr0id/k_way_merge_sort
c++ k way merge sort
cpp example merge-sort mergesort mergesort-algorithm sort sorting-algorithm sorting-algorithms sorting-algorithms-implemented students study
Last synced: 18 Jul 2025
https://github.com/jookuma/segm
SEGM: Image Segmentation Library
cpp image-foresting-transform image-segmentation watershed
Last synced: 12 Apr 2025
https://github.com/winstonliyt/hospital-registration-system-developmentqt
Qt-based Hospital Registration System for Course 100165 Project
cpp data-science hospital-management-system qt6 visualization
Last synced: 16 May 2026
https://github.com/leo6033/algorithms
algorithms-and-data-structures cpp java python
Last synced: 07 May 2026
https://github.com/chihebabiza/cpp-problem-solving-level-1
C++ solutions for the Problem Solving Courses from ProgrammingAdvices.com with explanations and clean code structure
cpp problem-solving programming-ad
Last synced: 23 Jun 2025
https://github.com/chihebabiza/my-cpp-queue
A simple C++ project implementing a templated doubly linked list and queue with basic operations like push, pop, front, and back.
Last synced: 23 Jun 2025
https://github.com/yushikuni/library
My Library program for learning C++. Reading text file, writing in the text file. Update and delete record in specific index.
cpp finished-project portfolio-website unfinish unfinished-project
Last synced: 18 Jul 2025
https://github.com/chihebabiza/cpp-problem-solving-level-4
C++ solutions for the Problem Solving Courses from ProgrammingAdvices.com with explanations and clean code structure
cpp problem-solving programming-advices
Last synced: 23 Jun 2025
https://github.com/tarsislimadev/docker-gcc
To compile and deploy C projects
Last synced: 02 Mar 2025
https://github.com/sid911/mazegen
Maze Generation App made in WinRT UWP
cpp maze-generator maze-solver uwp windows winui
Last synced: 03 Mar 2025
https://github.com/chihebabiza/cpp-stack-string-history
simple C++ project that implements undo and redo functionality for string operations. It allows users to modify a string and then reverse or reapply changes using stack-based logic. This project demonstrates the use of data structures like stacks to manage a history of edits ...
cpp data-structures oop programming-advices stack string
Last synced: 23 Jun 2025
https://github.com/gilzoide/cpp-dispatch-queue
Dispatch Queue / Thread Pool implementation for C++11 with built-in C++20 coroutine support
concurrency concurrent coroutine coroutines cpp cpp11 cpp20-coroutine dispatch-queues dispatchqueue thread-pool threading threadpool
Last synced: 18 Jun 2026
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/josedavidss/aed2.garbagecollector-simulation
Trabajo para el curso de Algoritmos y Estructuras de Datos 2. La idea es hacer una simulación sobre la funcionalidad real de un "garbage collector" en un lenguaje de programación utilizando el lenguaje de programación C++.
Last synced: 13 Jun 2026