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-02 00:06:45 UTC
- JSON Representation
https://github.com/bastienkody/classmakercpp
Canonical form c++ classes definition maker (ecole 42 compliant)
Last synced: 05 Jan 2026
https://github.com/thwiseman/paintwithfriends
A C++ collaborative painting app with built in text and video chat.
collaboration cpp network-programming painting server video-streaming
Last synced: 07 Sep 2025
https://github.com/mahi97/classicsearch
Implementation of some classic search algorithms for a few classic problems
ai cpp problem-solving search-algorithm
Last synced: 30 Mar 2025
https://github.com/ryomendev/dsa
This repository is dedicated to learning and practicing Data Structures and Algorithms (DSA). It contains solutions to various problems, ranging from basic to advanced topics, helping enhance problem-solving skills and understanding core DSA concepts through hands-on coding.
algorithms algorithms-and-data-structures cpp data-structures
Last synced: 26 Oct 2025
https://github.com/mariam-badr-mb/9-games
This project features 9 games developed in C++ using Object-Oriented Programming (OOP) principles. Each game is designed with modularity, reusability, and scalability in mind, following core OOP concepts like encapsulation, inheritance, and polymorphism.
cplusplus-games cpp game-development
Last synced: 09 Feb 2026
https://github.com/relmer/casso
A 6502 emulator with a built-in, fully AS65-compatible assembler
6502 6502-assembly 6502-emulation 6502-emulator 6502-processor apple2 apple2c apple2e apple2gs cplusplus cpp windows
Last synced: 31 May 2026
https://github.com/rugleb/neuron
Simple model of artificial Neuron
cpp education neural-network neuron
Last synced: 10 Apr 2025
https://github.com/longwater1234/space-checkers
Offline and Online Multiplayer Checkers (draughts) game in C++17 built with SFML, ixWebsockets and Protobuf. Works on Windows, MacOS & Linux Desktop
boardgame checkers checkers-game cpp gui multiplayer-game protobuf sfml sfml-game websocket
Last synced: 22 Feb 2026
https://github.com/jeugregg/santa-workshop-tour-2019
Kaggle competition santa-workshop-tour-2019 : genetic algorithm proposition compare to Guropi MIP optimizer
competition cpp genetic-algorithm gurobi ipynb kaggle notebook numba santa
Last synced: 13 Apr 2026
https://github.com/nicolascbv/brain-teaser
Simple brain teaser game made to test SFML lib. Everything about this project was shown on the channel 'Terminal Root''
cpp cpp20 game game-development makefile puzzle sfml
Last synced: 10 Jun 2026
https://github.com/princep/tensorrt-sample-on-threads
A tutorial for getting started on running Tensorrt engine and Deep Learning Accelerator (DLA) models on threads
cpp deep-learning-accelerator dla mnist nvcc tensorrt tensorrt-inference threads
Last synced: 22 Jun 2026
https://github.com/nathanpotter17/emcc-wasm
WebAssembly and WASI using C++ & Rust
c cpp emscripten js wasm wasmtime webassembly
Last synced: 22 Apr 2025
https://github.com/vaneeza-7/oop-assignments-in-cpp
Assignments of Object Oriented Programming in C++
cpp object-oriented-programming
Last synced: 24 Apr 2025
https://github.com/gwynbleidd0241/-ciaod_3sem_mirea-
Практические работы по СИАОДу МИРЭА
Last synced: 10 Jan 2026
https://github.com/leandrosq/cpp-physics-sandbox
Simple Verlet physics sandbox
cpp cpp23 emscripten physics sandbox verlet verlet-integration verlet-physics wasm
Last synced: 17 Jan 2026
https://github.com/daisvke/ft_otp
This program allows you to securely store an initial password in an encrypted file and generate a new TOTP (Time-based One-Time Password) every time it is requested. It provides both a CLI and a GUI version.
cpp cryptography ecole42 ft-otp otp-generator qrcode-generator qt security totp totp-generator
Last synced: 28 Feb 2025
https://github.com/mouad-el-asri/webserv
🚀 We've just created our own HTTP server "webserv". Which we can test using a real web browser. Our main goal was to gain a better understanding of the HTTP protocol, which is crucial for internet communication. Webserv has helped us unravel the mysteries of HTTP. Come and explore the world of HTTP with us. 🌟
cgi cpp cpp-programming cpp98 http http-protocol http-request http-server https-response multiplexing networking webserv webserver
Last synced: 10 Jan 2026
https://github.com/zachstruck/assign_ptr
Utility function for interfacing C++ smart pointers with C-style APIs that allocate resources through output parameters
Last synced: 31 Mar 2025
https://github.com/sgauvin/cpp-test-runner
Test runner for C++
catch2 cli cpp google-test gtest test-automation testing testing-tools testmate
Last synced: 28 Apr 2026
https://github.com/ajisubarkah/struktur-data
Introduction to Data Structures and Algorithms in C++
Last synced: 06 Jun 2026
https://github.com/bowenfu/matchit.cpp-dev-history
Write your C++ pattern matching library from scratch
Last synced: 07 Jul 2025
https://github.com/pfirsich/clipp
A command line argument parser library for C++17
command-line command-line-arguments command-line-arguments-parser cpp cpp17
Last synced: 02 Apr 2025
https://github.com/jeffamstutz/ftevaluator
small parallel fault-tree evaluator (example code for High Performance Parallelism Pearls Ch. 6)
compiler cpp parallel-computing simd
Last synced: 26 Mar 2025
https://github.com/omparghale/aes-rsa-hybrid
AES-RSA hybrid encryption implementation in C++.
Last synced: 01 Apr 2025
https://github.com/caefleury/tp1-tb2
Repositório do trabalho prático 02 da matéria TÉCNICAS DE PROGRAMAÇÃO da UnB
cpp object-oriented-programming scrum
Last synced: 26 Mar 2025
https://github.com/abhisaphire/geeksforgeeks-array.practice
Solved practice set problems of GeeksforGeeks.com
abhisaphire array-manipulations c competitive-programming cpp data-structures-algorithms multidimensional-arrays python searching-sorting-array
Last synced: 12 Apr 2026
https://github.com/brenofariasdasilva/c
My C Language Codes.
algorithms algorithms-and-data-structures c cpp deitel-exercises
Last synced: 21 May 2026
https://github.com/haimozer123/network_project_rted
enhanced UDP-based file transfer system, similar to TFTP, with additional features in CPP
Last synced: 01 Apr 2025
https://github.com/oflore12/introduction-to-programming
MC Fall 2019 C++ CMSC140
Last synced: 28 Feb 2025
https://github.com/Chi-EEE/html-parser
C++ HTML parser that generates a simple DOM tree in C++17
boost cpp cpp-html-parser cpp17 css html html-parser html-parser-library html5 library parser scraping xmake
Last synced: 12 Mar 2025
https://github.com/jacopodl/argsx
Command line option parser
argsx c cli console cpp option-parser options
Last synced: 27 Apr 2026
https://github.com/insightsoftwareconsortium/itkiomeshswc
ITK module for reading meshes from SWC files, a human- and machine-readable format for representing neuron morphologies
cpp insight-toolkit itk itk-module morphology neuroscience python swc
Last synced: 13 Apr 2025
https://github.com/stonelabs/webduino-generator
Python program to automatically create arduino webserver from "web files"
arduino arduino-webserver code-generation cpp python
Last synced: 14 Jan 2026
https://github.com/pranav2092/priority-queues-in-finding-shortest-path
Priority queues in finding shortest path.
a-star-algorithm a-star-path-finding advanced-algorithms advanced-data-structures binomial-heap cpp cpp-all cpp17 cpp20 graph leftist-heap min-max-heap priority-queue
Last synced: 17 Mar 2025
https://github.com/llnl/ross-matrix-models
Finite ring matrix algebra benchmark models for ROSS.
cpp discrete-event-simulation llnl parallel-distributed-computing pdes ross
Last synced: 18 Jul 2025
https://github.com/hasanyahya101/oop-lab-2-fast-nuces-2023
This repository contains C++ programs for performing various data manipulation tasks. It includes programs for array manipulation, memory management, and string concatenation. The programs demonstrate the use of dynamically allocated arrays and other dynamic memory management methods. It is a Lab Solution from Fast Nuces Lahore.
arrays cpp fast lahore nuces oop pointers
Last synced: 04 Sep 2025
https://github.com/man2dev/tic-tac-toe.cpp
a tic tac toe project I made in my first semester of University
ai cpp min-max min-max-algorithm tic-tac-toe tic-tac-toe-game tictactoe tictactoe-game university university-assignment university-course university-project
Last synced: 08 Jun 2026
https://github.com/jedimahdi/movie-network
Movie network system with c++
cpp cpp11 http mvc web-application
Last synced: 05 Oct 2025
https://github.com/pgodavle/cppcodeprogams
Programs using Cpp
array cpp data-structures dsa-algorithm string
Last synced: 05 Oct 2025
https://github.com/anjasfedo/penerapan-adt
Abstract Data Type Implementation on C++
Last synced: 29 May 2026
https://github.com/pablitoo1/battleship-game
Classic Battleship Game made in C++ with SFML library
Last synced: 16 Mar 2025
https://github.com/ripunjay42/minimum_spanning_tree_visualize_cpp
#Finding minimum spanning tree using Krushkal algorithm #Visualize the Graph using SFML library in c++..
Last synced: 16 Mar 2025
https://github.com/pranavgupta1234/algorithmsanddatastructures
This includes various algorithm paradigms and data structures in C++
adsa algorithms avl-tree binary-search-tree codeforces cpp datastructures graph hashing linked-list makefile oop rbtree templates tree
Last synced: 05 Oct 2025
https://github.com/superpuero/kawa
c++ game engine, made with love
cpp cpp20 ecs entity-component-system functional-programming game game-development game-engine graphics opengl
Last synced: 17 Feb 2026
https://github.com/nicx17/multiwave
A Wireless Multi cable tester project using Arduino Mega 2560
arduino arduino-project cpp rf tester wireless
Last synced: 05 May 2026
https://github.com/ultirequiem/lorem
✍ Generate Lorem Ipsum like a pro (Lorelai for C++)
cpp lorem-ipsum lorem-ipsum-generator
Last synced: 02 Apr 2026
https://github.com/mr-ndi/zero_day
This is my first repository as a full-stack engineer — a home for everything I tested or built for the first time. It includes first-time experiments in Dart, Flutter, Rust, C++, shell scripting, and more. Each project represents a step forward in my learning journey as a full-stack engineer, from basic syntax tests to functional mini-apps.
cpp dart flutter java kotlin kotlin-android kotlin-multiplatform r rust socket
Last synced: 31 May 2026
https://github.com/flagarde/khaos
A C/C++ library to simplify cross-platform programming
c cpp cross-platform cxx predef
Last synced: 13 May 2026
https://github.com/helcsnewsxd/famaf-computer_science-discrete_mathematics_ii
Laboratorio, algoritmos y demostraciones de la materia de Matemática Discreta II de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
algorithm-implementation c cpp demostration discrete-mathematics error-correction-codes famaf-unc graph-coloring graph-flow graph-matching math-theory university-subjects
Last synced: 28 Feb 2025
https://github.com/yothgewalt/cat-feeder
An IoT subject project that is simple and doesn't require a lot of thought.
Last synced: 13 Apr 2026
https://github.com/veljkobogdan/exponentialnotationlib
A lightweight C++ library for handling exponentially large or small numbers using scientific notation (mantissa × 10^exponent).
cpp exponential exponential-notation header-only math math-library notation
Last synced: 16 Mar 2025
https://github.com/realtrippr/val
A C++ Vulkan-based graphics library
cpp expiremental graphics render-engine vulkan vulkan-api
Last synced: 11 Jun 2025
https://github.com/meopbk/robotics
ROS and Roblib applications mostly in C++. Inverse Kinematics, Object Detection, Path Planning, Localization and Mapping.
boost cpp inverse-kinematics jacobians makefile mapping object-detection opencv path-planning path-tracing roblib ros threads
Last synced: 18 Apr 2026
https://github.com/am4nn/kill-the-enemy-game
A game made using c++ and SFML
Last synced: 25 Mar 2025
https://github.com/vishwajeetk5/rocket_cpp_graphics
This C++ graphics program visually simulates rocket launch, lunar journey, and successful landing, using simple animations and graphics.
Last synced: 09 Apr 2025
https://github.com/awais-124/stack-expression-converter
Expressions Converter. Third semester project using data structures concept.
cpp data-structures expression-converter-application programming stack
Last synced: 07 Apr 2025
https://github.com/threeal/sunny-land
A Simple platform game written in native C++ using SDL
Last synced: 07 Oct 2025
https://github.com/eel-moun/http-webserver
This project is about writing our own HTTP server. and understanding the HTTP protocol.
cgi chunked-encoding collaboration cpp git http-methods http-protocol http-server multiple-clients non-blocking-server sockets system-design
Last synced: 20 Apr 2026
https://github.com/ka-iden/chips
chips haha get it like the food
chip-8 chip8 chip8-emulator chip8-interpreter cpp emulator interpreter sdl2
Last synced: 25 Mar 2025
https://github.com/lchsk/cookiecutter-cpp-project
Cookiecutter template for C++ projects
c-plus-plus cookiecutter cookiecutter-c-plus-plus cookiecutter-cpp cookiecutter-template cpp
Last synced: 07 Oct 2025
https://github.com/Mute124/Atlas
An efficient cross-platform game engine built with raylib and keeping developer's sanity, native support for modding with lua and Angel Script, extensibility, and more in mind.
3d 3d-engine angelscript cpp cpp20 cross-platform engine game-development game-engine linux lua modding modern-cpp raylib scripting sol2 windows
Last synced: 28 Jul 2025
https://github.com/gusenov/examples-boost
:large_blue_diamond: Примеры использования библиотек Boost.
boost cpp examples json serialization
Last synced: 22 Apr 2026
https://github.com/costingh/client-server
C++ application with a client that sends messages and a server that receives them. The client and server communicate through non-blocking sockets
client-server cpp socket-programming
Last synced: 31 Mar 2025
https://github.com/ivangrana/prog-redes
Repositório dedicado a programação de redes utilizando Python,C e C++
c cpp network-programming python socket-programming
Last synced: 18 Jan 2026
https://github.com/7irelo/gymon
Engineering Render Engine (C++, OpenGL, GLFW, DirectX)
Last synced: 04 Feb 2026
https://github.com/wzslr321/leetcode
My leetcode solutions, update systematically :>
algorithms algorithms-and-data-structures cpp data-structures leetcode leetcode-cpp leetcode-solutions
Last synced: 07 Oct 2025
https://github.com/willkill07/adventofcode2018
advent-of-code advent-of-code-2018 adventofcode adventofcode2018 cpp cpp17
Last synced: 13 Jun 2025
https://github.com/djoezeke/csvee
Light-weight, Simple and fast Modern Csv parser and encoder for C/C++ with TSV support.
c cpp csv csv-parser csv-reader parse parser streaming tsv-parser
Last synced: 20 Apr 2026
https://github.com/mr-destructive/virtual-fight
A game made to understand Object-Oriented-Programming concepts in C++
Last synced: 24 Mar 2025
https://github.com/pymarcus/competitive_programming
Exercícios afim de melhorar a lógica e o desempenho nas competições
Last synced: 08 Oct 2025
https://github.com/seigtm/bidirectionalringlist
Ring doubly linked list C++ class implementation. My very old college homework from 2020.
bidirectional-lists class cpp cpp-class cpp-library data-structure data-structures linked-list list
Last synced: 20 Apr 2025
https://github.com/ehwan/raytracing
ray tracing engine
cpp physics-based-rendering raytracer raytracing spatial-index tree-structure
Last synced: 04 Sep 2025
https://github.com/coincheung/image-dedup
Codebase I use for deduplication of image datasets
Last synced: 24 Apr 2026
https://github.com/bisocm/rykeshell
RykeShell is a custom Unix shell built entirely in C++, offering users a powerful and customizable command-line experience.
cli cmake command-line cpp shell terminal unix-shell
Last synced: 07 Jan 2026
https://github.com/seigtm/prime-and-perfect-numbers
A simple C++ Qt program that lets you find out if a number is Prime or/and Perfect.
cpp cpp-qt homework homework-assignments homework-exercises perfect-numbers prime-numbers prime-numbers-calculation qt qt-cpp qt5 qtcreator
Last synced: 20 Apr 2025
https://github.com/doyoulikevanyouxi/cai
from 0 to Master, Build Your Own C++Interface Framework
Last synced: 20 Apr 2026
https://github.com/jilliennelapid/stackcalculator
Project 1: A Stack (Data Structure) Calculator that implements strings and infix/postfix notation to compute basic operations.
cpp data-structures infix-to-postfix iomanip stack stack-calculator stacks strings
Last synced: 08 Oct 2025
https://github.com/hugodonotexit/cbudgie-vscode-extension
cBudgie Theme VScode Extension
cbudgie cpp new-language vscode vscode-extension vscode-extension-pack vscode-language vscode-snippets
Last synced: 27 Jan 2026
https://github.com/shinkeonkim/3d-printer-calibration-program
daVinci 1.1 plus 3D priter calibration c++ cli program (created 2017)
3dprinter cli cpp highschool-project
Last synced: 13 Jun 2026
https://github.com/tido64/panini
panini 🥪 is a dumb-as-bread INI file reader with a SAX-like interface.
cpp cpp17 ini ini-parser parser reader sax
Last synced: 28 Mar 2025
https://github.com/ignavan39/avl-tree
avl tree
avl avl-tree avl-tree-implementations avltree cpp cpp20 lab
Last synced: 09 Oct 2025
https://github.com/sr-tamim/bankman-cpp
A simple bank management system using C++ (OOP)
cpp cpp-programming oop oop-in-cpp oop-principles
Last synced: 29 May 2026