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-06 00:06:48 UTC
- JSON Representation
https://github.com/RoccoTescaro/Elaborato_2021-2022
short turn based game project
cpp dark-theme drawings game turn-based
Last synced: 11 Mar 2025
https://github.com/hamid-yg/unit_tests
Units Tests in several languages
c cpp epitech haskell unit-testing
Last synced: 11 Mar 2025
https://github.com/iwatakeshi/latte
A C++ testing framework that's as easy as sipping a latte.
Last synced: 18 May 2026
https://github.com/thelogicmaster/offlappybird
An OpenFrameworks port of FlapPyBird
android cpp flappy-bird game openframeworks
Last synced: 10 May 2026
https://github.com/dalinvip/word2vec
word2vec implement in c++ and in pytorch
Last synced: 18 May 2026
https://github.com/olejek88/kernel32
Software for DAQ WinCE (Wincon8000) gas measurement
c cpp gas-measurement windowsce
Last synced: 18 May 2026
https://github.com/upes-open/scientific-calculator
Scientific Calculator written in C++ using OOPS concepts with features like add on memory.
Last synced: 15 Apr 2025
https://github.com/derpius/gmfs
Small library to abstract away the Source SDK for accessing the filesystem
Last synced: 25 Jun 2025
https://github.com/madebypixel02/cpp-module-03
[42 Madrid] Aaaaand... OPEN!
42 42-cpp-module 42-cursus 42born2code 42madrid born2code cpp inheritance makefile peer2peer
Last synced: 04 Mar 2025
https://github.com/smateo49/arduino-esp12e
Project of ESP12e connected to IoT (ThingSpeak)
arduino-library cpp esp12 esp12-e esp12e esp8266 esp8266-arduino esp8266-esp-12e esp8266-library iot thinkspeak
Last synced: 18 May 2026
https://github.com/mcquerol/tictactoe-cpp
C++ Tictactoe game focusing on 2D array manipulation and OOP design and console output with user input. 2 player (human vs human or human vs AI)
2d-array class-design cpp doxygen game object-oriented-programming tictactoe uml
Last synced: 18 May 2026
https://github.com/tom474/learn_cpp_rmit
[RMIT 2023C] EEET2482 - Software Engineering Design - Learning Resources
algorithms cpp data-structures object-oriented-programming
Last synced: 04 Mar 2025
https://github.com/raisess/brot
A lightweight game engine for lightweight 2D games.
cpp cpp11 game-development game-engine game-engine-2d gamedev sdl2
Last synced: 25 Jun 2025
https://github.com/tamiko-n/library-management-system
This Library Management System is a comprehensive C++ application designed to manage a library's inventory, including Books, Magazines, Research Journals, and FYP Theses. The system employs object-oriented programming principles such as inheritance and polymorphism to create a modular and extensible application.
Last synced: 25 Jun 2025
https://github.com/jimmy-park/cert-cmake
Generate cert.h for loading in-memory cert
certificate cmake cpp cpp17 header-only
Last synced: 19 May 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/vvhacker007/rube-goldberg-machine
✨Implementation of multiple data structures as Rube's Goldberg Machine 🤖 using c++✔.
algorithms cpp data-structures sorting
Last synced: 29 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/fl444mingo/fl4-cs131-01-01-hello
Ch. 1, Lesson 1, Hello World
Last synced: 21 Mar 2025
https://github.com/helcsnewsxd/gsc-interpreter
Interpreter for a simplified subset of C/C++ with dynamic typing - Language and Compilers course project - Computer Science @ FAMAF (UNC)
catch2 compiler cpp famaf interpreter university-project
Last synced: 17 Jun 2025
https://github.com/tsnsoft/cppconsoleunicode
Пример консольной программы с UTF-8 на C++ для Windows в Visual Studio 2022
2022 cpp readconsolew unicode utf-8 visual-studio windows writeconsolew
Last synced: 19 May 2026
https://github.com/ysh-x/snake-game
Snake game using ncurses GUI Programming library in CPP
cplusplus-11 cpp cpp11 game-development gamedev ncurses-library ncurses-tui
Last synced: 13 Mar 2025
https://github.com/nazmusweb-coding/numerical-methods
Some Numerical Methods Implementation in C++ and Python
cpp numerical-algorithms numerical-calculations numerical-computation numerical-integration numerical-methods python
Last synced: 19 May 2026
https://github.com/cihansari/flexinvokable
Single header container for lambdas with (or without) move-only encapsulation that can be invoked only once.
Last synced: 17 Mar 2026
https://github.com/dstoyanov0/cpp_school
VHSE "John Atanasoff" C++
cpp cppprogramming cppprojects
Last synced: 13 Sep 2025
https://github.com/karanchawla/programmingpractice
This repository contains my implementations of common algorithms and data structures. It also includes some competitive coding problems solutions.
cpp cpp-primer geeksforgeeks leetcode programming-language
Last synced: 19 May 2026
https://github.com/afcms/epsilon-text-app
Show text on your Numworks calculator
Last synced: 19 May 2026
https://github.com/ashaduri/number-to-georgian-cpp
Transform any number to a Georgian text (C++ version)
cplusplus cplusplus-17 cpp cpp17 georgian georgian-language number translation words
Last synced: 13 Sep 2025
https://github.com/shuza/competitive-programming
All my competitive programming code go here
algorithm c competitive-programming cpp dynamic-programming graph number-theory
Last synced: 02 May 2026
https://github.com/kientech/algorithms
Algorithms are a set of instructions designed to perform a specific task or solve a particular problem. They form the basis of computer programming and are essential to many technological innovations.
algorithms algorithms-and-data-structures bubble-sort cpp java javascript python selection-sort
Last synced: 22 Mar 2025
https://github.com/madduci/opencv_demo
A collection of examples using OpenCV 2.4 and 3.0 APIs
cmake computer-vision cpp opencv
Last synced: 09 May 2026
https://github.com/ravijo/simple-telnet-client
Simplest Telnet Client Ever Made in C/C++
c cpp networking telnet telnet-client telnetlib wrapper
Last synced: 19 Apr 2026
https://github.com/cmst0us/libblilivedanmaku
BiliBili Live Room, Websocket Danmaku Protocol in C++
bilibili bilibili-live cpp danmaku websocket
Last synced: 29 Mar 2025
https://github.com/ufrshubham/todo-plus-plus
This is simple CURD application written in C++ with elements and sqlite library.
cplusplus cpp cycfi cycfi-elements sqlite3 todo todoapp
Last synced: 07 Sep 2025
https://github.com/vishal-ahirwar/player
Image/Video Player with Nice looking UI made with C++ , OpenCV4, Qt, QML
cpp opencv4 qml qml-applications qml-samples qt
Last synced: 20 May 2026
https://github.com/zaid-al-habbal/cham-city-3d
An open-source 3D simulation of Cham City Center, a mall located in Damascus, Syria.
cg cham-city cham-city-center cpp opengl opengl-project
Last synced: 31 Oct 2025
https://github.com/mcquerol/modulo-counter-cpp
C++ modulo counter project with focus on OOP, operator overloading, and design patterns.
cpp doxygen multiple-digit-counter object-oriented-programming operator-overloading postfix-increment prefix-increment single-digit-counter uml
Last synced: 26 Jun 2025
https://github.com/some0ne11/disk-scheduling-algorithm
This project implements First Come, First Serve (FCFS) and Shortest Seek Time First (SSTF) disk scheduling algorithms in C++.
cpp fcfs-algorithm fcfs-scheduling ipynb sstf sstf-scheduling
Last synced: 20 May 2026
https://github.com/shivamm-verma/learn-cpp
This Repository is Track of all files; I have worked with to learn Data Structures and Algorithms using C++! I have learnt through Multiple Resources, and I am still keep digging.
cpp data-structures-and-algorithms leetcode problem-solving
Last synced: 29 Mar 2025
https://github.com/blacktechwarrior/cpparser
C++ mathematical expression parser
cpp shunting-yard shunting-yard-algorithm shunting-yard-evaluator
Last synced: 22 Mar 2025
https://github.com/happyrao78/codsoft
"Explored fundamental C++ concepts with three console-based projects: a Number Guessing Game, Simple Calculator, and a To-Do List Manager. Enhancing my coding skills by implementing interactive and practical solutions."
Last synced: 29 Mar 2025
https://github.com/vafdaf12/dithery-do
Theme an image using a pre-defined palette
art colorimetry cpp dithering image-processing
Last synced: 20 May 2026
https://github.com/jszitas/blaze
A C++17 implementation of ARIMA following R
arima cpp cpp17 forecasting working-in-progress
Last synced: 20 May 2026
https://github.com/spydr06/advent_of_code
My solutions for Advent of Code 2020.
advent-of-code advent-of-code-2019 advent-of-code-2020 c cpp csharp java javascript rust
Last synced: 08 Apr 2026
https://github.com/amalija-ramljak/advent-of-code-2020
Advent of Code 2020 solutions, C++
Last synced: 29 Mar 2025
https://github.com/andersonhsporto/cpp_piscine
Dive into the fundamentals of C++
42 42saopaulo 42school 42sp c98 cpp piscine piscine-cpp
Last synced: 20 May 2026
https://github.com/codeficct/programacion-2-ejercicios
Todos los ejercicios de programación 2 usando c++, con el ing. Contreras.
contreras cpp embarcadero radstudio recursion recursive-algorithm
Last synced: 27 Jun 2025
https://github.com/atauveron/formation-cpp
Les slides d'une formation C++
cpp cpp-course cpp11 cpp14 french-speaking slides viarezo
Last synced: 15 Oct 2025
https://github.com/rohaquinlop/uva-solutions
Here I have all my UVa solutions, hope that could help you in something
c colombia competitions competitive-programming competitive-programming-contests cpp python uva uva-judge uva-online-judge uva-problem-solving uva-solution uva-solutions
Last synced: 18 Apr 2026
https://github.com/openmix-dev/openmix
Stage mixing software for live theatre that lets engineers program, automate, and run cues seamlessly across 30+ digital mixing consoles.
audio audio-automation cpp live-sound midi mixing-console osc qt6 theater theatre
Last synced: 05 Jul 2026
https://github.com/ramamagarwal/project_tic-tac-toe
This repository contains a built-in Tic-Tac-Toe game developed using C++
Last synced: 23 Jul 2025
https://github.com/johannst/matcha-threads
Cooperative multitasking for fun.
arm arm64 armv7 asm assembly assembly-language cooperative-multitasking cooperative-thread coroutines corutine cpp fibers riscv riscv64 thread threading x64 x86 x86-64
Last synced: 21 May 2026
https://github.com/arocull/shepherd
A top-down game about a shepherd and his flock of sheep.
Last synced: 06 Jul 2026
https://github.com/ferfoui/frcnettable2uart
It is an intermediate software to communicate with a raspberry pico and wpilib's network tables
cpp frc kotlin platformio raspberry-pi-pico uart
Last synced: 19 Apr 2026
https://github.com/5arthak01/encryption
My exploration in encryption. Currently contains C++ implementation of RSA.
Last synced: 04 Apr 2025
https://github.com/kingcitaldo125/sorts
Various sorting algorithms | Sorts of all sorts
algorithms cmake cpp sorting-algorithms
Last synced: 15 Sep 2025
https://github.com/cemderv/cppgfx
CPU-based graphics library for C++
cpp graphics modern-cpp software-rendering
Last synced: 06 Apr 2025
https://github.com/jakubvojvoda/terrain-generation
Simple LoD terrain generation and displaying in OpenGL
cpp generation glee landscape level-of-details lod opengl terain
Last synced: 16 Apr 2026
https://github.com/qelli/farmer-game
"Farmer Game" was my first C++ interaction right after learning 2D.
Last synced: 06 Apr 2025
https://github.com/ferhatgec/sdl4cpp
sdl4cpp, header-only C++ wrapper around SDL2.
cpp header-only sdl sdl2 wrapper
Last synced: 18 Feb 2026
https://github.com/ferhatgec/lyricpps
lyricpps, song lyrics engine
cpp header-only lyrics lyrics-engine single-header song
Last synced: 18 Feb 2026
https://github.com/utsavkash19/my-debug-template
competitive-programming contests cpp templates
Last synced: 22 Mar 2025
https://github.com/smalinux/programming
My programming track archive!
algorithms archive competitive-programming cpp datastructures
Last synced: 03 Aug 2025
https://github.com/max21910/bataille-navale
A Bataille-Navale Game made in c++ for a school project
Last synced: 22 Mar 2025
https://github.com/ricardodalarme/opengl-cpp
Representação de arquivos PGM como modelo de Malha Triângular e Nuvem de Pontos utiizando C++ e OpenGL
cpp graphics-library graphics-programming opengl
Last synced: 23 Jul 2025
https://github.com/bagaffey/4coder_barry
This is my 4coder customization file. These are my personal settings that I use in the 4coder editor.
Last synced: 05 Mar 2025
https://github.com/ferhatgec/fasht
C++ implementation of Fas(h)t non-cryptographic hash algorithm.
cpp fasht fegeya hash hash-algorithm
Last synced: 18 Feb 2026
https://github.com/shiroinekotfs/jupyter-cpp-graphic
Logo & Banner for Jupyter C++ kernel
banner cpp graphic jupyter-cpp-kernel logo
Last synced: 15 Jun 2026
https://github.com/jcbritobr/sray
SRay is a simple raytracer application based on Raytracer in one Weekend book.
computer-graphics cpp raytracer raytracer-application
Last synced: 06 Apr 2025
https://github.com/orbitcowboy/cppcheck_crash_files
A collection of files that let cppcheck crash while scanning.
c c-plus-plus cpp cppcheck crash crash-reporting crash-reports segmentation-fault
Last synced: 30 Mar 2025
https://github.com/tawfik-s/competative_programming_trainning_material
trainning material for problem solving and algorithms sessions belong to me
algorithms cpp problem-solving training-materials
Last synced: 21 May 2026
https://github.com/starone01/phrasenux
PhraseNUX is a command-line password manager and a command-line password generator specially made for Linux. It's a powerfull as well as secure command-line application.
aes aes-encryption autoupdater c-plus-plus command-line-app command-line-interface command-line-password-manager command-line-tool cpp cryptographically-secure cryptographically-secure-random cryptography encrypt encryption encryption-decryption password password-generator password-manager secure-by-default sha256
Last synced: 30 Mar 2025
https://github.com/davidyslu/classicsudoku
Implement the classic game "Sudoku" in C++
c-plus-plus cpp game game-development
Last synced: 28 Aug 2025
https://github.com/kuralme/barista_robot_project
Robotics Masterclass Checkpoint 7 & 8
Last synced: 28 Jun 2025
https://github.com/kmnafiur/banking-management
Banking Management System Using C++
Last synced: 28 Jun 2025
https://github.com/starciad/scrystalstonerpg
🏹 ➥ A small RPG made in C++ for terminals.
ascii-game ascii-graphics cli-app console-game cpp cross-platform-terminal game gamedev roguelike rpg terminal-game
Last synced: 23 Jul 2025
https://github.com/fl444mingo/fl4-cs131-01-00
Computer science chapter 1, lesson 0
Last synced: 22 May 2026
https://github.com/striter-no/kinexengine
Игровой движок написанный на C++ и использующий OpenGL
Last synced: 14 May 2026
https://github.com/fallintodusk/alis
Open-source Unreal Engine survival game and modular game architecture reference - plugin-based C++ core, data-driven workflows.
cpp data-driven-design dialogue-systems game-architecture game-development gamedev inventory-system json modular-architecture mvvm open-source-game open-world-game plugin-architecture survival-game ue5 ue5-project ui-framework unreal-engine unreal-engine-5 unreal-engine-plugin
Last synced: 08 Jun 2026
https://github.com/maheshthedev/competitiveprogrammingguide
Competitive Programming Preparation Guide
algorithms-datastructures competitive-programming cpp
Last synced: 06 Apr 2025
https://github.com/sameetasadullah/inter-process-communication-using-unnamed-pipes
A simple C++ program to simulate inter-process communication using unnamed pipes
cpp fork inter-process-communication linux ubuntu unnamed-pipe
Last synced: 22 May 2026