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-03 00:06:50 UTC
- JSON Representation
https://github.com/soyapo/projecteuler
Solutions to ProjectEuler problems. Consider not opening before you solve on your own.
algorithm cpp mathematics number-theory
Last synced: 14 Mar 2025
https://github.com/ico12319/data-structures-implementations
This repository is a collection of implementations of various data structures.
cpp data-structures data-structures-implementations
Last synced: 27 Jul 2025
https://github.com/connectaman/cpp-notes-and-programs
Notes and Programs in Cpp
cpp cppnotes notes programming-language programs
Last synced: 14 Mar 2025
https://github.com/connectaman/c-and-data-structure
Program,Notes,Explanation on Data Structure using C++
cpp data data-structures sorting-algorithms
Last synced: 14 Mar 2025
https://github.com/stef1949/lumifur_controller
ESP32 controller code for an LED matrix display designed for a Protogen mask. It features various facial expressions and animations, which can be controlled via Bluetooth Low Energy (BLE) using an ESP32 development board. The project includes a boot-up animation with scrolling text and supports multiple facial expressions such as idle, happy
cpp esp32 led-controller ledmatrix microcontroller protogen richies3d
Last synced: 26 Jan 2026
https://github.com/beepboopbit/cpp-console-calculator
A calculator to apply different programming concepts
Last synced: 31 Aug 2025
https://github.com/toxe/google-benchmark
C++ Benchmarks with Google Benchmark
benchmark cmake cpp google-benchmark
Last synced: 22 Mar 2025
https://github.com/mataruzz/arcadeplayground
ArcadePlayground is a Qt-based platform featuring classic games like Tic-Tac-Toe and Tetris, with more titles coming soon. Explore and enjoy retro gaming in a simple, fun environment!
classic-game cpp gamedev qt tetris tic-tac-toe
Last synced: 11 May 2026
https://github.com/kezhengjie/rpc
A header only and out of the box tcp rpc framework written in C++.
asio compile-time-meta-programming cpp headeronly rpc rpc-framework
Last synced: 19 Sep 2025
https://github.com/smile040501/bodmass_calculator_cpp
A BODMASS Calculator made using CPP which allows you to evaluate the complex mathematical expression with ease.
bodmas bodmas-calculator bodmas-evaluator bodmas-operation cpp
Last synced: 27 May 2026
https://github.com/altamsh04/dsa-problem-solutions
My personal practice repository for Data Structure and Algorithms.
Last synced: 29 Jun 2025
https://github.com/chihebabiza/my-cpp-linked-list
A custom doubly linked list in C++ built using OOP, featuring core operations like insert, delete, update, and reverse. It showcases manual memory handling and class design without using STL.
cpp cpp-library doubly-linked-list oop
Last synced: 31 Aug 2025
https://github.com/maudzung/self-driving-car-06-kidnapped-vehicle-particle-filters
An implementation of a 2D particle filter in C++
cpp cpp17 kidnapped-vehicle particle-filter particles
Last synced: 31 Aug 2025
https://github.com/davidyslu/ClassicSudoku
Implement the classic game "Sudoku" in C++
c-plus-plus cpp game game-development
Last synced: 29 Aug 2025
https://github.com/nicknaso/node-overview
Little overview about Node.js
cpp javascript n-api native-addon nodejs rest-api web workshop
Last synced: 10 Apr 2026
https://github.com/danpeled/woopwoop2.0-cpp
A basic game engine built using C++
cpp game-development game-engine imgui
Last synced: 26 May 2026
https://github.com/rudrodip/sonicrypt
Sonicrypt is a compact and intuitive tool designed to enhance the user experience for both buyers and sellers engaging in crypto transactions.
arduino cpp esp-idf esp32 esp32-s3 espressif platformio solana websocket
Last synced: 10 Apr 2026
https://github.com/falconlee236/irc_server
IRC Webserver based RFC1459
cpp socket-programming tcp-ip tcp-server tcp-socket
Last synced: 15 May 2025
https://github.com/getteli/arduino-neuralsynapses
Código em C/C++ para Arduino. Criado para o TCC na graduação em Bacharel em Ciência da Computação, 2023. Este código é para a captação e leitura de sinapses neurais. / Code in C/C++ for Arduino. Created for the TCC in the Bachelor's degree in Computer Science, 2023. This code is for capturing and reading neural synapses.
arduino c cpp neural neuroscience prototype sinapse
Last synced: 13 Apr 2026
https://github.com/coralkashri/cppsenioreas-user-defined-literals
This is an examples repository of C++ Senioreas blog user-defined literals article.
code-refactoring cpp cppsenioreas literals user-defined-literals
Last synced: 15 May 2025
https://github.com/coralkashri/cppdecoratordesignpattern
C++ (Compile-Time) Decorator Design Pattern implemented using inheritance.
compile-time cpp cppsenioreas decorator-pattern design-pattern metaprogramming
Last synced: 10 Aug 2025
https://github.com/yushikuni/thewitchermechanic
The repository is for testing the witcher mechanic
cpp gameplay portfolio-website thewitcher unfinished-project
Last synced: 27 Jul 2025
https://github.com/edenreich/cpp-console-generator
An extension for vscode to generate a console project and commands quickly
code-generator console-component cpp utility
Last synced: 19 Apr 2026
https://github.com/dalae37/ponggameserver
Table tennis game server
cpp gameserver visualstudio2022 winsocket
Last synced: 27 Jul 2025
https://github.com/kuro337/imghttp
High Performance Multi Threaded C++ Image Processing Web Server
Last synced: 11 Jun 2026
https://github.com/shineiarakawa/diffusion-model-cpp
A C++ implementation of a diffusion model using libtorch.
Last synced: 14 Mar 2025
https://github.com/nrjsbudhe/c_plus_plus
Exploring C++ and its unique features | Practice Competitive Programming | Develop Toolchain using CMake | Unit Testing
Last synced: 26 May 2026
https://github.com/netromdk/cods
Collection of Data Structures (vanilla C++14)
bitset cpp cpp-library cpp14 data-structures deque hashmap pair priority-queue queue ring-buffer set stack template-library vector
Last synced: 26 May 2026
https://github.com/kingcitaldo125/base64_cpp
Very basic Base64 solution in C++
Last synced: 14 May 2025
https://github.com/AlbertSuarez/PAR-Labs
📊 All Labs of PAR subject of Facultat d'Informatica de Barcelona (FIB).
Last synced: 14 Mar 2025
https://github.com/eddmann/c3
Educational chess engine exploring chess programming techniques with modern C++23. Features magic bitboards, iterative deepening, alpha-beta pruning, transposition tables, and full UCI protocol support.
alpha-beta-pruning bitboard chess chess-engine cpp cpp23 educational negamax uci
Last synced: 13 Jan 2026
https://github.com/genebit/sync-files
Sync files from A to B where A is the main file you want to be synced to file B
Last synced: 20 May 2026
https://github.com/maricard18/42-webserv
This project is about writing your own HTTP server
42 42-webserv 42-webserver 42born2code 42cursus 42projects 42school 42webserv cpp http http-server webserv webserver
Last synced: 19 Sep 2025
https://github.com/swillner/cpp-library
Several code snippets and mini-projects that don't have their own repository yet
automatic-differentiation convenience-functions cpp cpp-library csv-parser progress-bar snippets zip
Last synced: 28 Jul 2025
https://github.com/halffd/hvc
Hotkey Manager and Window Control System
automation cpp gtk hotkey linux lua scripting window-management x11
Last synced: 07 Apr 2025
https://github.com/toxe/project-euler
Project Euler (https://projecteuler.net) problem solutions.
cmake cpp problems project-euler solutions
Last synced: 22 Mar 2025
https://github.com/jilliennelapid/binarytreestorage
Project 2: An organism-storing binary tree that reads commands from input .txt, queries the data, and outputs to console and output .txt.
binary-search-tree binary-tree cpp data-structures infile-outfile txt-files
Last synced: 15 Mar 2025
https://github.com/jilliennelapid/shuffledeckofcards
A C++ program using header files and classes to make "decks" of cards (from vectors).
classes-and-objects cpp header-files
Last synced: 15 Mar 2025
https://github.com/dennisliu1993/blackjack
Using MFC to create a BlackJack game platform
blackjack cbuttonst cpp doublebuffer mfc userinterface
Last synced: 24 Jul 2025
https://github.com/rafaelbortolozo/filas
Implementação de Filas em C++ utilizando listas encadeadas para a matéria de Estrutura de Dados I - Instituto Federal Catarinense Campus Videira
Last synced: 29 Jul 2025
https://github.com/vladbologa/raytracer-cpp
Building a ray tracer in C++, following "The Ray Tracer Challenge" by Jamis Buck
cpp cpp17 eigen3 gtest raytracer raytracing
Last synced: 15 Jun 2025
https://github.com/scapix-com/cmodule_test
Example project for cmodule package manager
cmake cpp package-management package-manager
Last synced: 26 May 2026
https://github.com/sameetasadullah/dependency-analysis-and-speedup-code-snippets
Dependency Analysis is performed on some code snippets and they have been improved in speed if possible
cpp dependency-analysis dependency-types openmp openmp-parallelization parallel-processing parallel-programming speedup
Last synced: 15 Mar 2025
https://github.com/piobeat/smartphone-webserver-template-mongoose
A native webserver implementation (C/C++) based on Mongoose for your smartphone.
android c cpp cpp11 cross-compilation cross-compiler-toolchain mongoose native smartphone webserver
Last synced: 10 Apr 2026
https://github.com/va1da5/esp32-idf-dev-container
Visual Studio Code Dev Container based C/C++ development environment for Espressif ESP32
container containers cpp docker esp32 freertos
Last synced: 10 Apr 2026
https://github.com/jacek13/mahjongsolitaire
Mahjong Solitaire based on the SDL2 library.
cpp cpp14 mahjong-solitaire sdl2 visual-studio
Last synced: 15 May 2025
https://github.com/sameetasadullah/count-threads-openmp
Program coded in C++ language to count and print total number of threads being used in an OpenMP code
cpp linux openmp parallel-programming threads ubuntu
Last synced: 21 May 2026
https://github.com/dpbm/snake-ai
A simple AI in pure c++ to play the snake game
algorithms c cmake cpp ctest dot-product games games-ai games-ia genetic-algorithm google-test machine-learning machine-learning-algorithms make matrix snake-game
Last synced: 10 Apr 2026
https://github.com/shivamgupta92/leetcodesolution
Solution to LeetCode problems
Last synced: 10 Apr 2026
https://github.com/magnuschase03/customizablenerualnetwork
A c++ include for people to easily implement a nerual network to their code.
cpp customizable easy-to-use header include nerual-network
Last synced: 07 Apr 2025
https://github.com/AhmedOsmanDev/Codeforces-Solutions
Codeforces's problems solutions.
algorithms codeforces codeforces-solutions competitive-programming cpp data-structures online-judge problem-solving
Last synced: 10 Apr 2025
https://github.com/awais-124/itp-project
C++ games project for beginners. Five games in one.
cpp dice-game introduction-to-programming programming tic-tac-toe
Last synced: 07 Apr 2025
https://github.com/magnuschase03/base64-encryption
Encode ASCII text to base 64
Last synced: 07 Apr 2025
https://github.com/sameetasadullah/game-of-life
A simple Game of Life coded in C++ language using Microsoft Visual Studio
Last synced: 20 May 2026
https://github.com/naemazam/word-to-binary-convert
Convert Your Love letter to Binary, Even Your GF can't Understand
Last synced: 19 Jun 2025
https://github.com/gabygold67/buttontoswitch_stm32
An STM32-RTOS library to implement all kind of switches out of simple push buttons (Momentary buttons) by using embedded simulated behavior
button buttons cpp debounce debounce-button deglitch potentiometer-simulation pushbutton-library pushbutton-switch rtos-library stm32 stm32-library
Last synced: 01 Sep 2025
https://github.com/sameetasadullah/binary-search-tree-implementation
My own templatized C++ implementation of Binary Search Tree and its different traversals i.e, PreOrder, PostOrder, InOrder using Microsoft Visual Studio. You can also check the type of BST as well
binary-search-tree cpp traversals tree-structure visual-studio
Last synced: 15 Mar 2025
https://github.com/hengxin666/cppreference-zh-cn
cppreference-zh-cn, cppreference20250404中文镜像 (个人自用)
cpp cppreference gitpages wiki zh-cn
Last synced: 29 Jul 2025
https://github.com/laateef/salsabil
Salsabil is an open source C++ persistence framework provides a unified way to interface with databases and performs object relational mapping (ORM) for your plain old objects.
connector cplusplus cpp cpp11 database driver orm persistence rdbms sql sqlite
Last synced: 10 Apr 2026
https://github.com/abderrsfa/ft_containers
Reimplementing C++98's STL containers. (std::vector, std::stack, std::map)
1337 42born2code avl-tree cpp cpp98 iterator map stack stl stl-containers vector
Last synced: 10 Feb 2026
https://github.com/17xr/powerinteger
C++ Header for Computing Powers of Big Integers Using GNU MP Bignum Library
cpp cpp-library cpp23 cpp23-library mathematics
Last synced: 05 Apr 2025
https://github.com/chimipupu/cc8r_zenn_cpp
Zenn『RustでCPUを自作して動くまで📝』のRustのコードをC++にしたものです🥳
Last synced: 07 Nov 2025
https://github.com/krisluczka/scrapium.h
Simple, light and fast C++ webscraping library.
cpp http scraping scrapping webscraping webscrapping
Last synced: 15 Apr 2025
https://github.com/grgomariani/cabpp
C implemented Automata Based Programming Pattern
Last synced: 24 Jul 2025
https://github.com/mubarizahmed/ros-vehicle
This is a project to that intends to explore the world of vehicular automation through the design and creation of a differential drive robot.
arduino autonomous-robots cpp js mechatronics robotics ros
Last synced: 11 Apr 2026
https://github.com/protomorphine/b3dm-cpp
library to work with b3dm Cesium files
3d b3dm cesium cpp geospatial glb
Last synced: 03 Sep 2025
https://github.com/agha-naveed/portfolio
Portfolio
cpp developer java javascript portfolio-website python reactjs website
Last synced: 11 Apr 2026
https://github.com/truongd3/algo-trader-tool-suite
Proprietary trading solution for high-frequency trading (HFT) and statistical arbitrage algorithms
Last synced: 12 Jun 2026
https://github.com/mondonno/algorithms
Collection of resuable algorithm templates written in pure C++
algorithm algorithms all cpp data-structures math prefix-sumes sorting trees
Last synced: 04 Jun 2026
https://github.com/nekruzash/sudoku-solver
A sudoku solver program that solves a sudoku game board using backtracking method and recursion.
Last synced: 05 Mar 2025
https://github.com/aeckar/libarbitrary
Arbitrary-precision arithmetic library for C/C++
arbitrary-precision c cpp single-header-lib
Last synced: 27 Apr 2026
https://github.com/bestmahdi2/uni__phonebookappcpp
A university project in which a phone book is designed with C++ language
Last synced: 22 Mar 2025
https://github.com/coralkashri/cppsenioreas-lambda-expressions
This is an examples repository of C++ Senioreas blog lambda expressions article.
cpp cpp20 cppsenioreas lambda-expressions
Last synced: 24 Jul 2025
https://github.com/agauniyal/naive_malloc
An implementation of naive and bare bones malloc
Last synced: 23 Mar 2025
https://github.com/comba92/life-automata
⬜⬛ C++ implementation with SDL2 of Conway's Game of Life
conways-game-of-life cpp game makefile sdl2 simulation
Last synced: 17 Apr 2026
https://github.com/druxorey/ucv-ayed
Respuestas y ejercicios resueltos de las guías de Algoritmos y Estructuras de Datos en C++, organizados por temas.
algorithms-and-data-structures cpp ucv
Last synced: 21 Sep 2025
https://github.com/am4nn/authentication-demo
how login data is stored in database and how login details are checked
authentication authentication-demo cli cpp login
Last synced: 29 Jun 2025
https://github.com/kiwigrenade/informatyka-algorytmiczna
Programming exercises from my time studying Algorithmic Computer Science at Wroclaw University of Science and Technology.
algorithms algorithms-and-data-structures algorytmy-i-struktury-danych algorytmy-optymalizacji-dyskretnej aod computer-science cpp ina informatyka-algorytmiczna jezyki-formalne-i-techniki-translacji jftt obliczenia-naukowe programowanie-w-logice student-project studies wybrane-zagadnienia-algebry wza
Last synced: 26 May 2026
https://github.com/vovandreevik/cross-reference-generator
This C++ program reads text from a file, generates a cross-reference table of words along with the lines they appear on, and prints the text with line numbers.
cpp cross-reference dictionary map vector
Last synced: 07 Apr 2025
https://github.com/vovandreevik/shape-manipulation
This C++ program is designed to work with various shapes, including rectangles and composite shapes, in an object-oriented manner. It allows you to read shape descriptions from an input file, perform operations like moving and scaling, and then sort and display the shapes.
cpp oop oops-in-cpp shapes struct
Last synced: 07 Apr 2025
https://github.com/artemka-sh/wificam
Cross-platform client for broadcasting a camera (for example, a phone) to a computer (or another) using wifi
android-camera cpp cross-platform http-camera ip-camera obs-studio qml qt6 remote-cameras wifi-camera
Last synced: 12 Apr 2026
https://github.com/willgreen98/data-structures-and-algorithms
Sorting-Algorithms For CS Theory
algorithm algorithms algorithms-and-data-structures algorithms-implemented cpp data-structures datastructures geeksforgeeks
Last synced: 08 Nov 2025
https://github.com/ohtoai-research/avm
AVM aims to reduce binary distribution piracy of software by detecting Virtual Machine Characteristics.
anti-virtualmachine cpp crossplatform
Last synced: 10 Jun 2026
https://github.com/skunichetty/nbsim
A CLI tool simulating gravitational interactions between planetary bodies
cpp gravity high-performance simulation
Last synced: 17 Jan 2026
https://github.com/linux-alex/geep
GEEP (Genetic Evolutionary Engineering Platform) - a C++/Qt framework for genetic programming, optimized with CUDA acceleration. GEEP enables large-scale population-based optimization, ideal for solving high-dimensional problems using evolutionary algorithms and GPU computing.
cpp cuda framework genetic-programming
Last synced: 18 May 2026