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-06-29 00:06:50 UTC
- JSON Representation
https://github.com/achrafelkhnissi/ft_containers
Implementation of a few container types of the C++ standard template library.
1337 1337cursus 1337school 42 42born2code 42cursus 42projects 42school cpp cpp98 map set stack stl-containers vector
Last synced: 30 Dec 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/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/xavier-maruff/lumiere
Compiler for the Lumiere language
bison-yacc cmake compiler cpp flex llvm llvm-ir server
Last synced: 19 May 2026
https://github.com/kotomichigames/game-editor
Game Editor
cpp game-editor open-source opengl
Last synced: 31 Jan 2026
https://github.com/alexandernistor04/one-handed-arduino-gaming-keyboard
A half-length, one handed gaming keyboard made to be used alongside a mouse to play games. Built on an Arduino pro micro, has support for mechanical keyboard switches, has individually programmable LEDs, has a thumb stick with mouse functions, and uses custom PCBs.
3d-printing arduino circuits cpp electronics fusion360 gaming keyboard mechanical-keyboard pcb-design soldering
Last synced: 19 May 2026
https://github.com/simone-contorno/rt-assignment-2
Research Track 1 - Second assignment - Control of a robot in a simulated environment
cpp engineering robot robotics ros
Last synced: 30 Apr 2026
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/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/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/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/stephane-caron/mpacklog.cpp
Log dictionaries to MessagePack files in C++
cpp cpp17 cpp20 dictionary logging messagepack msgpack serialization
Last synced: 21 Jul 2025
https://github.com/klihe/sdl2-setup-macos
One day I was trying to search for something like pygame for C++ and I found SDL2, but the implementation of this library was not easy for me. I decided to make this tutorial on how to implement SDL2 on MACOS which works for me
c c11 cpp cpp11 game library sdl sdl2 sdl2-library tutorail
Last synced: 13 Mar 2025
https://github.com/adahadapato/push4me
C++ application that helps push text files to server, using curl lib for connection
Last synced: 13 May 2026
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/steliospapamichail/pokemondsl
A C++ based DSL used to program and execute pokemon battles.
Last synced: 03 Feb 2026
https://github.com/einararnason/mcp3426
A C++ driver library for the MCP3426 Analog-to-Digital Converter
Last synced: 29 Mar 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/linuxuserslinuxmint/cppacc
Cpp account class
cpp cpp-programming cpp-project cpp-projects object-oriented-programming oop oop-in-cpp
Last synced: 24 Feb 2025
https://github.com/rvarago/funktions
A small C++17 set of utilities for functional composition.
cplusplus cplusplus-17 cpp cpp17 dsl functional-programming
Last synced: 04 Apr 2025
https://github.com/sameetasadullah/covid-stats-algorithms
A program to find out covid stats of different countries using efficient algorithms i.e, Knapsack, Longest Common Subsequence (LCS), Longest Decreasing Subsequence (LDS) etc
algorithms covid19-data covid19-tracker cpp knapsack longest-common-subsequence longest-decreasing-subsequence longest-increasing-subsequence visual-studio
Last synced: 19 May 2026
https://github.com/platisd/cpp-command-parser
Parse CLI commands with compile-time checks for your sanity
Last synced: 19 Jul 2025
https://github.com/benapetr/sudoku
Sudoku "Pro" is a very simple yet powerfull SUDOKU game client, for the most hardcore players
cpp qt sudoku sudoku-board sudoku-game
Last synced: 19 May 2026
https://github.com/flatcap/visitor
⚙️ Example of C++ Visitor pattern
c-plus-plus cpp gof pattern visitor
Last synced: 31 Dec 2025
https://github.com/marklagodych/brainstorm
An optimized and extended Brainfuck interpreter
brainfuck brainstorm characters cpp optimization
Last synced: 13 Jun 2026
https://github.com/tariqjamel/pos-tracker
Analyze entire paragraphs to gain a comprehensive understanding of the distribution of different parts of speech.
adverbs article classes cpp file-handling-in-cpp filehandling noun oop oop-cpp oop-principles postrace prepositions pronouns strucure vector verbs
Last synced: 15 May 2025
https://github.com/hasanyahya101/banking_system
A Banking System implemented in C++. OOP concepts are used in this Project.
banking-system cpp project terminal
Last synced: 30 Apr 2026
https://github.com/dariodumlijan/gif-compiler
Electron app for automation of gif creation
cpp electron-app gif-creator mac-app react typescript
Last synced: 18 Feb 2026
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/ckormanyos/win_text_simple
win_text_simple makes a simple Win32-API window with dynamic text
Last synced: 13 Mar 2025
https://github.com/helcsnewsxd/adaptive-network-routing
Adaptive routing algorithm implementation and performance analysis on simulated networks – Distributed Systems and Networking course project – Computer Science @ FAMAF (UNC)
analysis cpp dijkstra-algorithm famaf graph-topology lab matplotlib network network-topologies omnetpp optimization python red-protocol routing-algorithm university-project
Last synced: 20 Apr 2026
https://github.com/stuart6854/vgw
VGW(Vulkan Graphics Wrapper) - A Vulkan wrapper library. (Work-In-Progress)
Last synced: 22 Jun 2025
https://github.com/vcputtini/squidlogparser
A small object library capable of interpreting the log entries generated by Squid-cache(tm) and manipulating this data.
cpp cpp17 http http-proxy https lib library parser squid squid-proxy
Last synced: 01 Jan 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/kassane/fiber
userland threads uses zig build
boost boost-library cplusplus cpp fibers zig-package
Last synced: 06 May 2025
https://github.com/pandeyankit123/cp-solutions-by-laidback
CodeForces: Laidback, CodeChef: laidback22, LeetCode: Laid-back
Last synced: 29 Mar 2025
https://github.com/yangchenglong11/algorithm-lib
This is a collections about algorithm problem that I had finished.
Last synced: 19 May 2026
https://github.com/danucosukosuko/win10proactivator
Programa activador de Windows 10 Pro para toda la vida
activation cpp pro vs2022 windows-10
Last synced: 19 May 2026
https://github.com/p4dro-dev/desafio-c-mais-mais-avancado
Nesse atividade do curso profissionalizante de C++ que estou fazendo, foi proposto um desafio de 8 questões para realizamos em C++. As questões exigiam um certo tipo de conhecimento avançado da linguagem. Pois, no total faz 1 mês que estou estudando a linguagem com frequência!
c-mais-mais cpp logica-de-programacao
Last synced: 06 Apr 2025
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/clausklein/samples
short c++ samples, some from CppCoreGuidelines
clang-format clang-tidy cmake cpp
Last synced: 06 Apr 2025
https://github.com/jsrivaya/codecrafters-shell-cpp
Codecrafters shell cpp challenge
codecrafters codecrafters-challenge codecrafters-shell cpp cpp20
Last synced: 19 May 2026
https://github.com/gmitch215/terminal-miner
Idle Game for mining materials, written in C++
Last synced: 18 Jun 2025
https://github.com/techy4shri/shri-cpp-compiler
An opensource Cpp compiler for compiling latest versions of cpp programs, built as an alternative for Dev Cpp.
compiler compiler-design cpp cpp-compiler developer-tools
Last synced: 22 Jul 2025
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/victorharri-chal/arcade
🕹️ A graphical project in C++ to recreate an arcade machine with multiple games (Pacman & Nibbler) and multiple graphical libraries (Ncurses, SFML, SDL2). Done on my 2nd year at Epitech
arcade-machine cpp epitech game graphical-programming ncurses nibbler pacman sdl2 second-year-project sfml
Last synced: 06 Apr 2025
https://github.com/linuxuserslinuxmint/cpp-account-system
C++ Account System
cpp cpp-programming cpp-project cpp-projects object-oriented-programming oop oop-in-cpp
Last synced: 13 Sep 2025
https://github.com/ufrshubham/connect4-clone
A Connect4 clone using SFML and C++
cpp hacktoberfest sfml sfml-game
Last synced: 23 Oct 2025
https://github.com/robsonos/spie-firmware
A sample C++/Arduino firmware built with PlatformIO with support for CI/CD pipeline
arduino atmel automation cd ci cicd cpp cppcheck platformio serial unittest
Last synced: 18 Apr 2026
https://github.com/fl444mingo/fl4-cs131-01-02-fav
Ch. 1, Lesson 2, Favorite Number
Last synced: 20 May 2026
https://github.com/zitrus2k/bullymodmenu
This is a simple Console based ModMenu for the Game Bully : Scholarship Edition written in C++.
bully-scholarship-edition console console-application cpp external menu mod modding modmenu vs2022 windows
Last synced: 17 May 2026
https://github.com/bumbelbee777/cxxutil
A C++ library containing an implementation of the STL and other data structures and/or containers.
c-plus-plus cpp cpp20 header-only std stl stl-containers stl-files
Last synced: 18 Jun 2025
https://github.com/ahmed0saber/c-cpp_console
ahmed0saber console-application cpp
Last synced: 20 May 2026
https://github.com/jadamka/sierpinskitriangle-opengl
cpp cpp17 opengl opengl3 sierpinski-triangle sierpinskitriangle triangles
Last synced: 02 Jan 2026
https://github.com/m4yers/crutch
Project generator to get your ideas running fast
Last synced: 03 Feb 2026
https://github.com/fahimahammed/cp-practice
codeforces-solutions competitive-programming cpp
Last synced: 29 Aug 2025
https://github.com/alvgaona/2d-feature-matching
A sample app showcasing 2D feature matching with OpenCV
cpp feature-matching opencv pixi rerun
Last synced: 20 May 2026
https://github.com/fantasywoc/vimag
轻量图像查看器
cpp cpp17 cross-platform glew glfw3 imageviewer lightweight nanovg opengl xmake
Last synced: 20 May 2026
https://github.com/mohamed-khairy111/hugo
A basic web browser with its own engine
browser browser-engine cpp electron web
Last synced: 28 Mar 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/kamilpolok/acssimulation
Automatic Control System Simulation. Allows for simulation of various scenarios using different controllers, control objects and actuators
cmake controlsystem cpp cpp17 googlemock googletest gtest pid pid-control
Last synced: 02 Jan 2026
https://github.com/tariqjamel/tnm-crush
TNM Crush is a C++ puzzle game using SFML, challenging players to match gems and score points through strategic tile-swapping.
2d-game 2d-graphics cpp oop sfml
Last synced: 01 Nov 2025
https://github.com/andezion/simulatoroffalling
This is my small project demonstrating the fall of a ball depending on user specified parameters.
cpp object-oriented-programming physics sfml-cpp sfml-library simulation
Last synced: 21 Mar 2025
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/copenair/arduino
a repository for the arduino part of the codebase
Last synced: 25 Oct 2025
https://github.com/smoke-y/game1
A platformer prototype where you swap positions with slime monsters
Last synced: 29 Mar 2025
https://github.com/mosinskyi/snake-game-qt
A simple snake game made with Qt Framework
Last synced: 07 Mar 2026
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/fontseca/microservices-architecture
A server implementing a microservices architecture using C++, MongoDB, a RESTful API, and Docker for a technical assessment.
cpp cpprestsdk design-patterns microservices mongodb
Last synced: 20 May 2026
https://github.com/nsubiron/configure-pyz
Simple C++ build system for gcc and clang compilers.
build-system build-tool clang cpp gcc
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/jakubriegel/cjr
Library adding some nice stuff to C++ [in development, currently only numbers are available]
Last synced: 27 Mar 2025
https://github.com/hgschandeepa/dsa-repo
This repository contains all the answers for the🚀 LEETCODE and ⭐GFG questions, And the files are named with the Date.
arrays competitive-programming competitive-programming-contests cpp data-structures geeksforgeeks graphs javascript leetcode linked-list tree
Last synced: 20 May 2026
https://github.com/mdabdullahibnaharun/c-cpp-projects
Some C/C++ Projects Develop By Me and My Team Fantastic Four
Last synced: 07 May 2026
https://github.com/aliakseis/grpc-demo
cpp grpc publish-subscribe streaming
Last synced: 20 May 2026