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-01 00:06:36 UTC
- JSON Representation
https://github.com/iceto1/cpp-study
Self-studying c++, archiving my activities
cpp cpp-programming cpp11 cpp14 cpp17 cpp20
Last synced: 12 Aug 2025
https://github.com/yashkarthik/tinyrenderer
A rasterization engine written from scratch (no libraries) in C++
Last synced: 04 Jul 2025
https://github.com/anshulranjan2004/file-compression-utility
File Compression Utility built using C++ (OOPs)
cpp huffman-compression-algorithm lzw-compression oops oops-in-cpp qt
Last synced: 19 Apr 2025
https://github.com/yuki-koyama/easy-qhull
A helper repository to use qhull in cmake-based c++ projects
Last synced: 04 Jun 2026
https://github.com/gershnik/ptl
C++ library for Unix system APIs.
bsd c-plus-plus-20 cplusplus-20 cpp cpp20 cygwin freebsd header-only linux mac macos mingw no-dependencies posix unix wrapper wrapper-library
Last synced: 06 May 2026
https://github.com/pancho7532/alienswarm-sdk
Untouched Alien Swarm SDK for modern systems (CMake edition)
cmake cpp game source-engine source-sdk
Last synced: 07 Apr 2025
https://github.com/loki-astari/thorsioutil
Utilities for handling IO in C++
Last synced: 04 Feb 2026
https://github.com/3ein39/expedia.com
A simple Expedia.com implementation in c++ applying some polymorphism and OOP concepts.
apis booking-system console-application cpp expedia oop-principles
Last synced: 11 Jun 2026
https://github.com/anuran-roy/cppchain
A simple C++ implementation of an elementary blockchain
beginner blockchain cplusplus cpp stl
Last synced: 16 May 2025
https://github.com/conreality/conreality-ddk
Conreality Driver Development Kit (DDK) for C++.
Last synced: 05 Oct 2025
https://github.com/stevebeeblebrox/cog
Like Rust's Cargo but for C++
build-tool cpp cross-platform make
Last synced: 03 Sep 2025
https://github.com/nscotto/claphub
Template workspace for developing all your clap plugins in C/C++ with CMake
Last synced: 30 Apr 2026
https://github.com/kar-dim/icsd-pkcrypto_algorithms
Implementation of various Public Key Algorithms (RSA, Rabin, ElGamal) by using GNU MP library. Part of my university coursework (2013-2019, Information and Communications Systems Engineering, University of the Aegean).
cpp cpp20 gmp public-key-cryptography
Last synced: 17 Oct 2025
https://github.com/kumar-shivam-ranjan/computer-graphics-solar-system
The aim of this project is to show the shadow implementation using OPENGL which include movement,Light properties and also transformation operations on objects.
Last synced: 09 Apr 2025
https://github.com/quentin18/mcts-cpp
Monte Carlo Tree Search in C++
cmake connect-four cpp mcts-algorithm tictactoe ultimate-tic-tac-toe
Last synced: 15 May 2025
https://github.com/hxndev/aes-encoding-algorithm
AES stands for Advanced Encryption Standard. It is mostly used as a replacement of DES. It has a bigger key size than DES which provides encryption at least 6 times faster. AES specifies a FIPS-approved cryptographic algorithm that can be used to protect electronic data. The AES algorithm is a symmetric block cipher that can encrypt (encipher) and decrypt (decipher) information. Encryption converts data to an unintelligible form called ciphertext; decrypting the ciphertext converts the data back into its original form, called plaintext. The AES algorithm can use cryptographic keys of 128, 192, and 256 bits to encrypt and decrypt data in blocks of 128 bits.
aes aes-cipher aes-encryption algorithm code compression cpp data-compression decryption encoding project
Last synced: 31 Mar 2025
https://github.com/dvsku/devue
3D model viewing software with plugin support.
3d 3d-model 3d-model-software 3d-model-viewer cpp devue devue-plugins dvsku dvsku-devue plugins
Last synced: 16 Jan 2026
https://github.com/sarincr/raspberrypi-gui-development-with-cpp
This repository contains C++ examples for constructing simple GUI (graphical user interfaces). C++ is faster and lighter than Python,allowing GUIs to respond rapidly and interface with related embedded C supported hardware designs directly.
app appdev appdevelopment application arduino arm c cpp cpp11 embedded-systems fltk gui gui-application iot qt raspberry-pi sdl2 sfml tkinter wxwidgets
Last synced: 01 Mar 2026
https://github.com/bcapathshala/crackyourinternship
Arsh Goyal Coding Challenge For Next 45 Days
algorithms cpp data-structures dsa dsa-practice java
Last synced: 07 Jan 2026
https://github.com/coralkashri/cppsenioreas-design-pattern-reflection
Reflection Design Pattern implemented in C++. This is an examples repository of C++ Senioreas blog Design Pattern: RunTime Reflection article.
cpp cpp20 cppsenioreas design-pattern reflection runtime
Last synced: 24 Aug 2025
https://github.com/zreechxnn/maze-game
i make a maze game using c++
algo algorithm cpp game maze-algorithms maze-game timer
Last synced: 19 Apr 2025
https://github.com/immanuel-c/ilog
A Simple Logger, For people that don't want bloated libraries
Last synced: 10 May 2026
https://github.com/y252328/link-preserving_interference-minimization
Simulation program for "Link-Preserving Channel Assignment Game for Wireless Mesh Networks"(LPIM)
channel-selection cpp game-theory link-preserving mesh-networks
Last synced: 26 May 2026
https://github.com/mohammed-3tef/encryption_and_decryption_application
This program is for encryption and decription your important information like your password, ID, etc.
assignment ciphers clean-code cpp cpp-projects
Last synced: 14 Apr 2025
https://github.com/muhammedmagdyy/acpc-kickoff-2022
Solutions for ACPC Kickoff 2022
algorithms cpp data-structures
Last synced: 18 Mar 2026
https://github.com/amlel-el-mahrouss/nekernel
Hybrid C++ OS Kernel, made with a robust design and blazingly fast at boot times.
Last synced: 09 Apr 2025
https://github.com/jayprakashkumar1/word-guessing-game
This is a c++ word guessing game in which a 5 digit random word will be displayed to the screen and two positions will be kept blank.Then user will guess that word.
cpp cpp-games guessing-game mini-game
Last synced: 03 Mar 2025
https://github.com/ucpp/sge
A simple game engine project built with DirectX 12, featuring several milestones to learn and implement rendering techniques.
cpp directx directx12 rendering
Last synced: 05 Sep 2025
https://github.com/vemestael/gw-dss-cpp
Prediction tool
cmake cpp dss prediction qt-framework queuing-theory
Last synced: 03 Oct 2025
https://github.com/kdesp73/cpp-tamagochi
A tamagochi written in C++ with a terminal user interface
Last synced: 03 Jan 2026
https://github.com/sea5kg/SimpleNeuralNetworkCpp
Simple Neural Network C++
cpp export-to-cpp genetic-algorithm neural-network neural-network-cpp perceptron perceptron-learning-algorithm simple
Last synced: 07 May 2025
https://github.com/basemax/persian-hex-system
The Persian Hex System is a cultural and technical project inspired by Arash Mohammadi. Its goal is to create a uniquely Persian system to replace the traditional hexadecimal (hex) numbering system, designed specifically to reflect Iranian culture and Persian language. This project provides tools and scripts in multiple programming languages.
bash bin binary c computer cpp hex hex-system persian php py python ruby shell
Last synced: 07 Feb 2026
https://github.com/101rror/codeforces
Contests and Practice Problems Solutions,🤞💻🤞 (Author :: 101rror)
competitive-programming contest-solution cpp problem-solving python3
Last synced: 07 Apr 2025
https://github.com/artus9033/nodejs-qmc5883l
A tiny NodeJS driver for the QMC5883L magnetometer, with calibration procedures
compass cpp gpio javascript magnetometer node-js node-module nodejs raspberry-pi raspberry-pi-3 raspberrypi
Last synced: 18 Jan 2026
https://github.com/jaydattpatel/lamda-expression
Lamda Expression in C++
cplusplus cpp lamda lamda-expresion lamda-expression-in-cpp lamda-functions lamda-in-cpp
Last synced: 03 Sep 2025
https://github.com/manid2/cpp-programs
C++ programs
autotools cmake cpp examples learn-by-doing reuse
Last synced: 05 Oct 2025
https://github.com/dup4/autowired-cpp
AutoWired for morden cpp
autowired cpp dependency-injection
Last synced: 29 Mar 2025
https://github.com/davidyslu/MWIS
Assignment in NCTU course "Distributed Algorithms 2017"
cpp distributed-computing graph mwis
Last synced: 29 Aug 2025
https://github.com/jaytwolab/json-downloader
File Downloader for Windows Console using json data. :kr: json 자료를 사용하는 윈도우즈 콘솔용 파일 다운로더
cpp curl json libcurl visualcpp visualstudio
Last synced: 03 May 2026
https://github.com/speedycraftah/speedy-db
A database written in C++ which supports JSON querying and TCP encryption.
Last synced: 25 Sep 2025
https://github.com/arxiver/mema
Memory Manager for C language to maintain the memory allocation and dellactions and works as a memory pool
c clang cpp cpp17 memory memory-allocation memory-management memory-manager memory-pool pool
Last synced: 09 May 2026
https://github.com/soreing/bigint-x86cpp
Big Integer library for C++ partially written in x86 Assembly
asm asmx86 assembly-x86 bigint biginteger biginteger-cpp biginteger-library cpp
Last synced: 22 Aug 2025
https://github.com/gjoacorp/blossom
An OpenGL-based rendering engine written in C++.
cpp entt game-engine graphics-programming opengl rendering-engine
Last synced: 05 Mar 2026
https://github.com/rinatmambetov/cpp-modules-42school
The goal of these modules is to introduce you to Object-Oriented Programming. This will be the starting point of your C++ journey.
42projects 42school cpp modules
Last synced: 22 Aug 2025
https://github.com/ferhatgec/typecode
TypeCode, create unique code that introduce yourself.
cpp introduce library single-header typecode unique yourself
Last synced: 13 Jun 2025
https://github.com/dekal/algorithm
Algorithm code !!!
algorithms cpp java javascript
Last synced: 06 May 2026
https://github.com/dawidcxx/excel2csv-cpp
Constant memory streamed excel2csv conversion
cpp csv excel high-performance zig
Last synced: 09 Mar 2026
https://github.com/skippyr/libtmk
Libtmk (aka "Terminal Manipulation Kit") is a simple C99 terminal manipulation library that contains a modest set of features to manipulate terminal properties, styles, arguments and key readings primarily using UTF-8 encoding. It is available for Windows, macOS and Linux.
c c-library cli command-line cpp cpp-library library linux macos shell terminal tui windows
Last synced: 27 Mar 2025
https://github.com/ryukinix/linked-list
Garbage + CancerPlusPlus
cancer cpp linked-list templates
Last synced: 09 Apr 2025
https://github.com/seikhchilli/bubble-sort-algorithm-cpp
Bubble Sort Algorithm using c++.Arranges array in ascending order.
algorithms array ascending bubble-sort cpp data-structures pointers-and-arrays sorting-algorithms
Last synced: 15 Mar 2025
https://github.com/schryzon/rpg-game
A simple command line RPG game in C++ with OOP.
cpp rpg rpg-game simple-game simple-project
Last synced: 07 May 2025
https://github.com/oatpp/oatpp-ssdp
Oat++ extension module to work with SSDP protocol.
Last synced: 25 Apr 2025
https://github.com/mensenvau/solutions_metacareers_com
metacareers.com
cpp facebook meta problem-solving python sql
Last synced: 12 Apr 2026
https://github.com/lucasfturos/interfacesensordht
Interface para um Sensor de Temperatura Embarcado em C++, Javascript e QML
Last synced: 05 May 2026
https://github.com/kylereddoch/airgeadbanking
Airgead Banking Compound Interest App. Project Two in my C++ class at SNHU.
Last synced: 14 Mar 2025
https://github.com/chasenut/booker
Booker is a rental (like Booking.com), made using C++ and Qt QML
app booking cpp desktop qml rental store webassembly
Last synced: 01 Mar 2026
https://github.com/wzslr321/datastructures_implementation
data structures which I've tried to implement in C++, much more incoming 👨💻
Last synced: 21 Jun 2025
https://github.com/ryoga-exe/console-tetris
Tetris game runs at a cmd
console console-game cpp game tetris windows
Last synced: 13 Mar 2025
https://github.com/abolfazlmohammadpour/sixdofmanipulator
This Is A Six Degree Of Freedom Manipulator Controlling Program Which Wrote In Arduino IDE And ArduinoLabsForMicroPython With C/C++ And Python<MicroPython> Programming Languages That Works On A Raspberry Pi Pico With RP2040 Main Processor Or A Raspberry Pi Pico2 With RP2350 Processor
altium-designer arduino c cad cpp manipulator pcb raspberry-pi robotics rp2040 rp2350 solidworks
Last synced: 19 Apr 2025
https://github.com/vurv78/viable
Elegant interop with C++ classes / interfaces with vtables
Last synced: 25 Apr 2025
https://github.com/dexoron/dcr
DCR is a utility for managing C/C++ projects in a Cargo-like style.
c cpp cpp-all linux macos project-manager rust utils windows
Last synced: 20 Feb 2026
https://github.com/akhilam512/amfoss-tasks
amFOSS Tasks
cpp form javascript nodejs ocr problem-solving python2 scraping
Last synced: 09 Apr 2026
https://github.com/smorodov/scrollingbuffer
Simple scrolling buffer I used for multimodal time series applications.
algorithms cpp multimodal-time-series queue ring-buffer scrolling-buffer time-series time-series-analysis time-series-processing
Last synced: 16 May 2025
https://github.com/schonfinkel/duino
Playing with arduino in C++ (and maybe Rust?), platform.io and also Nix.
arduino cpp github-actions just justfile nix nix-flake platformio
Last synced: 12 Apr 2026
https://github.com/varungujjar/esp32-audio-spectrum-analyser
64 Band Audio Spectrum Analyser using FFT, ESP32 & SSD1322 OLED Display
audio-processing cpp esp32 fft multiprocessing platformio rtos ssd1322 wemos-lolin-esp32
Last synced: 02 Mar 2025
https://github.com/s-martin/galib
Modernized GAlib
c-plus-plus cpp cpp17 galib genetic-algorithm
Last synced: 01 May 2025
https://github.com/nathancordeiro/line-follower-robot
Arduino Uno-powered line follower robot: Seamlessly follows lines with precision sensors and intelligent algorithms. Ideal for exploring robotics fundamentals and automation.
arduino cpp line-follower robotics
Last synced: 11 Apr 2026
https://github.com/softtechmx/lib-cpp-cronometro
biblioteca de C++ moderna y eficiente diseñada para ofrecer una solución simple pero poderosa para medir el tiempo dentro de tus proyectos de C++. Ya sea que necesites realizar un seguimiento del tiempo para evaluar el rendimiento de tu código, gestionar eventos temporizados o simplemente añadir funcionalidades de temporización a tus aplicaciones
chronometer cpp cpp17 cronometro lib library
Last synced: 21 Feb 2026
https://github.com/muhammadmooazam/cpp-programming-language
cpp cpp-programming-language programming
Last synced: 01 Sep 2025
https://github.com/mhdzhhan/wanderlyst
🌍 A simple travel management system return in c++ ✈️
Last synced: 18 Mar 2025
https://github.com/omnixs/orion
C++ DMN Business Rules Engine - Fast decision table evaluation with FEEL
ai-generated-code business-rules cpp cpp-library cpp23 decision-tables dmn feel-expressions rules-engine
Last synced: 04 Feb 2026
https://github.com/juoelenis/binux
Binux is an Operating System Kernel based on POSIX principles and based some components slightly on the first version of Linux
c cpp ez h kernel mit-license os
Last synced: 12 Apr 2026
https://github.com/berndporr/rpi_pwm
Hardware PWM C++ class for the Raspberry PI 5
cpp pwm pwm-driver raspberry-pi
Last synced: 28 Aug 2025
https://github.com/yessenali-yerkebulan/guess-number-cpp
Just Guess Number game in C++
Last synced: 11 Sep 2025
https://github.com/nevilparmar11/advance_algorithms_lab_tasks
Advance Algorithms subject lab tasks sem 5.
advance-algorithm advanced-data-structures algorithms algorithms-and-data-structures cpp
Last synced: 18 Jun 2025
https://github.com/kb2623/optcpp
Optimization framework in C++.
cmake cpp cpp20 optimization optimization-algorithms optimization-methods
Last synced: 02 Sep 2025
https://github.com/sudeepacharjee/cpp-projects
is repository contains simple programs written in C++ programming languages to help beginners understand the basics of coding. Feel free to explore and learn
Last synced: 08 Jan 2026
https://github.com/softtechmx/lib-cpp-algoritmos
Esta libreria es un conjunto de algoritmos de diferentes tipos ya creados listos para ser usados en proyectos.de c++.
algorithms algoritmos cpp cpp17
Last synced: 21 Feb 2026
https://github.com/azrielx86/simpletexteditor
A text editor written in C++ using QT
Last synced: 27 Apr 2026
https://github.com/ankitjha2202/gfg-daily-problems
Learning new problem everyday and building the habit of problem-solving
cpp daily-coding-problem gfg-solutions
Last synced: 18 Jun 2026