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-20 00:06:43 UTC
- JSON Representation
https://github.com/taffarel55/beginning-cpp-through-game
Codes and Exercises of the book Beginning C++ Through Game Programming
Last synced: 06 Jun 2026
https://github.com/ohjurot/cppproject-expenses
C++ Project (YouTube Video) on "Expenses"
Last synced: 02 May 2026
https://github.com/hxndev/udp-shopping-store-server
UDP Client Server model in which client asks for record from server.
c client-server code cpp project reciept shopping shopping-store store udp
Last synced: 20 Apr 2026
https://github.com/lioneljouin/ggj22
Global Game Jam 2022 - https://github.com/Empheon/GGJ21
cpp games ggj2022 globalgamejam pirates sheep ue4 unreal-engine-4 unrealengine windows
Last synced: 18 Apr 2026
https://github.com/zsr2531/bfc
A brainfuck interpreter and compiler written in C++
ast brainfuck compiler cpp interpreter
Last synced: 07 Jun 2026
https://github.com/chathumiamarasinghe/word-guessing-game
A fun and interactive word-guessing game designed to test your vocabulary and guessing skills! The game is built using Object-Oriented Programming (OOP) principles and includes dynamic features for an engaging user experience.
cli cpp procedural-programming wordguess-game
Last synced: 08 Feb 2026
https://github.com/billyfrcs/flappybird
Flappy Bird Game.
2d-game cpp flappy-bird-game flappybird game game-development sfml sfml-2d-engine sfml-cpp sfml-dev sfml-game sfml-game-development sfml-graphics-library sfml-library
Last synced: 08 Feb 2026
https://github.com/lakshay-a/dsa-program-c-cpp
All the basic data structures programs in C/C++
algorithms beginner-friendly c cpp data-structures dsa leetcode programs
Last synced: 26 Apr 2026
https://github.com/hxndev/implementing-grep-using-naive-search
GREP is a command-line utility for searching plain-text data sets for lines that match a regular expression or simply a string. In this, I implemented GREP using Naive Search.
algorithm command-line cpp grep linux naive-bayes-algorithm search time-complexity-analysis utility
Last synced: 03 May 2026
https://github.com/ghaithsaidani/coding_challenges
codeforces-problems cpp java leetcode problem-solving
Last synced: 09 Feb 2026
https://github.com/shivam010/project-euler-solutions
A collection of codes of the Project Euler problems
basic-programming c c-plus-plus cpp euler hackerrank-contests mathematics project-euler
Last synced: 08 May 2026
https://github.com/h-vance/algorithmic-trading-engine
Low-latency execution framework supporting quant-driven strategies, featuring sub-10ms response times, dynamic risk parity modeling, and optimized order flow across fragmented markets.
algorithmic-trading aws cpp execution-engine finance fintech hft low-latency python redis risk-parity trading-bot
Last synced: 03 May 2026
https://github.com/joanstinson/spaceinvaders
A Space Invaders remake using SDL and C++ done in one week.
cplusplus-11 cpp game-engine-2d mvc-architecture object-pooling sdl2 space-invaders
Last synced: 09 Feb 2026
https://github.com/python-project-templates/hatch-cpp
Hatch plugin for C++
build build-tool cli cpp hatch hatchling packaging plugin python
Last synced: 26 Feb 2026
https://github.com/taharachedi/bank_extension1
💼 Bank Management System (Extension_1) in C++ – A simple console-based system for managing client data, processing deposits and withdrawals, and securely storing all records in text files for persistence. 🏦📂
console-application cpp enums problem-solving string-manipulation structure
Last synced: 16 Feb 2026
https://github.com/wild-queue/imperative-language-compiler
A tool for running code written in an imperative programming language. This tool provides the ability to run code written in a toy imperative programming language by translating the code into C# code (and then running it using .Net) or by translating it directly into the .Net CIL. It also performs a type checking before running the code.
bison-flex compiler-construction cpp csharp dotnet makefile parser programming-language-translator
Last synced: 03 May 2026
https://github.com/mhdez221993/js-algorithms
JavaScript Algorithms
algorithm cpp java javascript ruby system-design
Last synced: 04 May 2026
https://github.com/oliverlee/bazel_clang_format
Run clang-format on Bazel C++ targets
Last synced: 23 Jan 2026
https://github.com/hxndev/snake-game-project
Most of you have played a very interesting game “Snake” on your old Nokia phones (Black & White). In this project, I designed a 2D Snake Game in C++ with many additional functionalities.
2d cpp game game-development glut itc keyboard opengl pf project snake snake-game snakegame
Last synced: 27 Apr 2026
https://github.com/mickaelbergem/shannonuniversalpredictor
Shannon Universal Predictor
cpp prediction-algorithm python3 shannon-predictor
Last synced: 27 Apr 2026
https://github.com/schaumb/is_lambda-cpp-type-trait
This repo use compiler specific infos for is_lambda type trait. Depends on https://github.com/Neargye/nameof another header only lib or boost::typeindex
c-plus-plus c-plus-plus-17 cplusplus cplusplus-17 cpp cpp17 cpp17-library header-only metaprogramming single-file
Last synced: 10 Feb 2026
https://github.com/tw1ddle/geometrize-lib-unit-tests
Unit tests for Geometrize, a library for geometrizing images into geometric primitives
art cpp cpp-library geometrize geometry geometry-processing hill-climbing unit-testing
Last synced: 04 Feb 2026
https://github.com/d4rk-lucif3r/home-automation
Micro-Controller Based Home Automation for Smart Homes
android-application arduino cpp java smarthome
Last synced: 12 Jul 2025
https://github.com/saptakbhoumik/calckit
CalcKit - Easy-to-Use C++ Library for Calculus
calculus cpp numerical-analysis numerical-computation numerical-methods
Last synced: 20 Mar 2025
https://github.com/ayushs2k1/operating-systems-project
The project titled ROAD CONSTRUCTION USING HIGHWAY PLANNING AND OBSTRUCTION PREVENTION aims to address one of the major issues that the Indian road construction department is facing.
cpp cpu-scheduling deadlock-avoidance deadlock-detection djikstra-algorithm operating-systems priority-scheduling
Last synced: 24 Mar 2025
https://github.com/sleepyfish-yt/simpleinjectionclientbase
Use this base for your injectable client (lunar mappings)
base client clientbase cpp injection jni lunar lunar-client lunarclient minecraft minhook windows
Last synced: 07 May 2025
https://github.com/hxndev/bubble-pop-screen-saver-and-game
This is a GUI Version of the Bubble Pop game that we used to play. This is divided into 2 parts. First one is designing a screensaver while the second one is designing the game itself.
bubble bubble-pop code cpp game gui interface itc oop pf project screensaver
Last synced: 17 Jun 2025
https://github.com/nobody-1321/computer-graphics-programing-in-opengl-with-c
Computer Graphics Programming in OpenGL With C++. Third Edition.
3d-graphics cpp opengl raytracing shaders
Last synced: 05 Sep 2025
https://github.com/archercreat/vmpfix
Universal x86/x64 VMProtect 2.0-3.X Import fixer
cmkr cpp reverse-engineering vmprotect
Last synced: 02 Sep 2025
https://github.com/mrgrd56/textractor-integration-extensions
Integrate Textractor with other apps via named pipes or HTTP
cpp extension http json named-pipes textractor textractor-extension
Last synced: 05 Jul 2025
https://github.com/danielgospodinow/spaceshooter
Multiplayer semi-immersive virtual reality mobile game made with Cocos2d-x
android cocos2d-x cpp game java lan multiplayer multiplayer-game networking
Last synced: 22 Apr 2025
https://github.com/bytesclub/n-puzzle-solver
Solution of N Puzzle using A* pathfinding
Last synced: 15 Apr 2025
https://github.com/mvharsh/hackerrank-solutions
This repository contains all my accepted solutions in hackerrank
c cpp hackerrank-solutions problem-solving python sql
Last synced: 06 May 2026
https://github.com/mortennobel/simplevrcpp
Simple example of using the OculusVR SDK and SDL
cpp graphics-programming oculus-rift openvr sdl2 virtual-reality
Last synced: 18 Jun 2025
https://github.com/hxndev/parallel-15-puzzle-solver-using-multi-threading
The 15 Puzzle is a sliding puzzle that consists of a 4 by 4 frame of numbered square tiles in an arbitrary ordering with one space. The objective of the puzzle is to place the tiles in ascending order, by making sliding moves that use the empty space.
15-puzzle 15-puzzle-solver code cpp documentation multithreading parallel parallel-15-puzzle-solver project report testing threading
Last synced: 31 Mar 2025
https://github.com/hxndev/reverse-capitalize-and-shift-strings-using-threads
Perform operations on a string using Multithreading.
capitalize code cpp reverse shift strings threads
Last synced: 06 Jul 2025
https://github.com/darxisr/allodslauncher
Allods Online 4.0.02.42 launcher. Pls use this source code for study purposes only. The author is't responsible for your actions.
allods allodsonline client cpp launcher mmorpg
Last synced: 05 May 2025
https://github.com/zee-bit/competitive-programming-codes-cpp
This repo consists of C++ solutions to all the Programming problems I have solved from Codechef and Codeforces. I will be updating this repo on a monthly basis. Feel free to add solutions to problems not present here. P.S. Search the problems by their original names mentioned in the site. If someone is willing to separate the questions based on their topics, then feel free to give me a Pull request after it is done!!
codechef-solutions codeforces-solutions competitive-programming cpp
Last synced: 25 Apr 2025
https://github.com/pakerwreah/rninspector
React Native bridge for the Inspector project
android cpp cross-platform debug debugging flipper inspect ios jni mobile ndk react-native stetho
Last synced: 16 Mar 2025
https://github.com/ramages/cpp-miscprojectdump
This is just misc. C++ Projects for training and learning
autoclicker autoclicker-source autoclicktool cplusplus cpp cpp-library example example-code example-project key-logger keylistener keylogger practice practice-programming practice-project random-generation small-example small-projects training
Last synced: 24 Mar 2025
https://github.com/hxndev/chatbot-using-named-pipes
In this, I have wrote the code such that two child processes can communicate with eachother using pipes and hence it works as a chatbot.
chatbot code cpp fork named-pipes pipes process
Last synced: 31 Mar 2025
https://github.com/hxndev/counting-alphabets-using-multithreading
Counting frequency of alphabets in the input file using Multithreading.
alphabets alphabets-counting code counting cpp multithreading threading
Last synced: 31 Mar 2025
https://github.com/darvid7/monash-programming-club
algorithms cpp datastructures icpc
Last synced: 03 Apr 2025
https://github.com/nicknaso/conf-ni-2017
Node.JS With Steroids - Make Better Node.js Application with Native Add-Ons
addon bridge c cpp javascript n-api nan native node-addon nodejs performance
Last synced: 29 Apr 2026
https://github.com/liavbarsheshet/union-find
Generic Union Find Based on up root tree written in c++.
cpp data-structures union-find unionfind
Last synced: 23 Feb 2026
https://github.com/rodyherrera/zendajs
ZendaJS is a JavaScript runtime environment, built using C/C++ with the help of the fast v8 engine developed by Google. An environment with fast performance, which you can use to experiment in your spare time.
backend backend-services cplusplus cpp cxx ecmascript ecmascript-modules javascript javascript-engines javascript-es6 javascript-framework javascript-tools python runtime v8 v8-engine v8-javascript-engine v8js
Last synced: 11 Jun 2025
https://github.com/blagojeblagojevic/motor_speed_pid
Dc motor speed control using PIC16F877A and MICROC IDE. For the purpose of simulation it is used Proteus.Also PID algoritam is implemented.
arduino asm avr avr-assembly c cpp electronics embeded-systems esp32 esp8266 esp8266-arduino microchip microcontroller motor pic pic16f877a pid-controller proteus speed-controller web-server
Last synced: 12 Feb 2026
https://github.com/basemax/minesweepercli
Simple minesweeper game developed using C++ in the CLI mode. (Soon)
cpp cpp-cli cpp-game cpp-game-cli game game-2d game-cli game-development minesweeper minesweeper-board minesweeper-cli minesweeper-cpp minesweeper-game
Last synced: 03 Apr 2025
https://github.com/oatpp/example-consul
Example project how-to use oatpp-consul integration module.
Last synced: 25 Apr 2025
https://github.com/fawwaz37/simple-restaurant
Program Restoran sederhana dilengkapi dengan login dan register user.
Last synced: 02 Sep 2025
https://github.com/thelartians/indexset
A class for manipulating large sets of indices with optimal performance and memory use
cpp fast high-performance indices low-memory set
Last synced: 04 Jul 2025
https://github.com/quinta0/gravity
3D Gravity Simulator is a C++ program that visualizes the gravitational interactions between celestial bodies
3d cmake cpp gravity opengl physics physics-simulation simulation vcpkg
Last synced: 06 Jan 2026
https://github.com/vp817/cppbinarystream
binarystream made in cpp
binary-manipulation binary-stream cpp cpp17
Last synced: 20 Jul 2025
https://github.com/breadrock1/coursera-yandexcpp
This course is devoted to acquaintance with the C ++ programming language. The course was developed by leading Yandex specialists and teachers of the School of Data Analysis. They have years of development of search services, advertising and infrastructure behind them. Link to course: https://www.coursera.org/learn/c-plus-plus-white/home/welcome
coursera coursera-cpp cpp cpp-study cpp17 learning learning-cpp learning-to-code yandex yandex-cpp
Last synced: 27 Feb 2025
https://github.com/ferhatgec/gu
gu, Gefertean Union reader
cpp cpp17 fpaper gefertean-union gu implementation reader
Last synced: 18 Feb 2026
https://github.com/ferhatgec/finif
finif, cli .ini parser
cpp file ini ini-parser parser
Last synced: 18 Feb 2026
https://github.com/blaadick/blaadpapers
Fast & clean wallpaper manager
cpp linux qt6 wallpaper wallpaper-changer windows
Last synced: 12 Apr 2026
https://github.com/mguludag/ann_backpropagation_example_qtcpp
This is a school project for Machine Learning course. BTW the ann model taken from course's slides
Last synced: 19 May 2026
https://github.com/kezhengjie/checkport
a tiny tool lib written in c++ based on asio for iterating and checking tcp port.
asio check-port cpp cross-platform fast fluent linux modern simple-api tcp-port-checker tcp-port-scanner tiny windows
Last synced: 04 May 2026
https://github.com/kampi/esp32-sim70xx
SIM70XX driver for ESP32 based platforms.
cellular cellular-network cpp dns esp32 esp32-idf gnss gps lte-cat-m1 mqtt-client nb-iot ntp serial simcom tcp-ip tcp-protocol udp-protocol
Last synced: 27 Jun 2025
https://github.com/seanpm2001/linux_defender_for_fedora-linux
The Linux defender anti-virus software ported to work on Fedora Linux.
anti-malware anti-virus cplusplus cpp css fedora fedora-linux gpl3 gplv3 linux linux-defender linuxdefender md python security shell txt year-of-the-linux-desktop
Last synced: 10 Jul 2025
https://github.com/ergonzamarian/cadastro-academico
Projeto Finalizado :: Trabalho semestral realizado na universidade
Last synced: 17 Mar 2025
https://github.com/doaaosamak/dailystreak-leetcode
Leetcode problems solations, here, i upload my solutions to coding challenges, algorithms, and personal projects.
coding cpp java problem-solving
Last synced: 22 Apr 2026
https://github.com/scyth3-c/curl-http-wrapper
make http requests easily in c++ ⚡
api-client cpp cpp20 http libcurl library linux makefile requests-module
Last synced: 12 Apr 2025
https://github.com/geodetic-metrology-tools/LGC2
LGC : High-precision 3D least-squares adjustment for large-scale geodetic and metrology networks.
cern cpp geodesic-algorithm geodesy geodetic-computations geodetic-network large-scale-metrology least-squares-adjustment metrology-software open-source surveying-tools
Last synced: 29 Apr 2026
https://github.com/whitemech/cynthia
SDD-based Forward LTLf Synthesis
and-or-graphs and-or-search cpp finite-synthesis linear-temporal-logic sdd sentential-decision-diagram temporal-logics-on-finite-traces
Last synced: 08 Jan 2026
https://github.com/dan-and-dna/mobilediablo
unreal c++ learning example 虚幻c++ topdown 例子
cpp game topdown ue4 ue4-tutorial
Last synced: 14 Mar 2025
https://github.com/socrats/dyrwin
Simulator of evolutionary dynamics and game theory in c++
cpp evolutionary-game-theory game-theory simulation
Last synced: 11 Jun 2025
https://github.com/seigtm/bitwiseaddition
Addition of two integers using only bitwise operators (C++).
addition bitwise bitwise-algorithms bitwise-arithmetic bitwise-operation bitwise-operations bitwise-operators bitwise-shifting bitwise-xor cpp cpp-examples cpp-templates sum
Last synced: 20 Apr 2025
https://github.com/seigtm/complex
A simple complex numbers class that supports all basic operations.
complex-number complex-numbers cpp homework homework-assignments
Last synced: 20 Apr 2025
https://github.com/arwenterpstra/algorithms
Different algorithms for different purposes, written in multiple languages
algorithms c cpp csharp java javascript lua python rust
Last synced: 09 Feb 2026
https://github.com/sdasgup3/leetmap
MIndMap of all the problems in Leetcode
algorithms atom-editor atom-plugin c coding-interviews cplusplus-11 cpp data-structures golang leetcode leetcode-cpp leetcode-golang leetcode-questions leetcode-solutions mindmap mindmapping
Last synced: 09 May 2026
https://github.com/garrylachman/usb-human-name
C++ Humanize USB vendor and product codes library
cpp library usb usb-devices usbids
Last synced: 13 Jun 2025
https://github.com/mrrobinofficial/easingfunctions
A collection of easing functions. It supports multiple programming languages and game development frameworks.
cpp csharp ease easing easing-functions python unreal-engine
Last synced: 12 Apr 2025
https://github.com/gusenov/problem-solving-in-cpp
:mortar_board: Решение задач на языке программирования C++.
Last synced: 13 Feb 2026
https://github.com/falcao-g/beecrowd
Soluções de alguns desafios do beecrowd em Python e C++
beecrowd beecrowd-solutions cpp online-judge problem-solving python python3 sql uri-online-judge
Last synced: 04 Mar 2026
https://github.com/devgianlu/ghidraprotobufcpp
Useful plugin for reverse engineering code that makes use of C++ protobuf
cpp ghidra ghidra-plugin ghidra-scripts protobuf
Last synced: 11 Apr 2026
https://github.com/purejoymind/deitel-cpp-exercises
This is where I upload the exercises at the end of each chapter of C++ How To Program by Deitel&Deitel publishers.
book cplusplus cpp deitel deitel-exercises exercise exercise-solutions exercises-code-cpp progress
Last synced: 05 Jan 2026
https://github.com/prasadkjose/confidential-ml-sgx
Intel SGX based application to securely upload and train multiparty data-sets with confidential computing.
Last synced: 20 Apr 2025
https://github.com/inerttila/excel-data-app
Timesheet Management Application A Python and C++-based timesheet management application for tracking work hours and tasks. This application provides an easy-to-use interface for users to input their work-related data, which is then stored and managed in an Excel workbook.
apk cpp docker innosetup python tkinter
Last synced: 08 Jan 2026
https://github.com/erdroy/vectormath
VectorMath - SharpDX Inspired C++ highly customizable vector math library. Custom types, double-precision, UpperCase and lowercase component names and more.
Last synced: 02 Apr 2025
https://github.com/antdeivid/estrutura-de-dados
Repositório destinado ao upload dos códigos da cadeira de Estrutura de Dados.
Last synced: 10 Jun 2025
https://github.com/mr-mrf-dev/doctors-building
🏥 My Project in FOP (BP) With C Programming Language.
basic-programming c cpp fundamentals-of-programming terminal-app
Last synced: 22 Feb 2026
https://github.com/oir/tblr
One header library for easy pretty printing of tables in C++. Supports markdown and latex.
cpp header-only pretty-print table tables
Last synced: 28 May 2026
https://github.com/jakobod/network-driver
An asynchronous network abstraction framework for applications written C++20.
async asynchronous-io asyncio communication communication-library cpp internet internet-connection linux multiplexer network network-abstraction socket-api socket-programming tcp tcp-client tcp-server
Last synced: 04 Feb 2026
https://github.com/newyaroslav/xtime_cpp
Простая C++ библиотека для работы с временем и датой
automation-date calculation cpp epoch-time gmt gmt-time hpp julian-day moon-parallax ole-automation-date posix-time sync-time time timestamp unix utc-datetime utc-timestamp utc-timezone
Last synced: 19 Apr 2025
https://github.com/courseworks/aut_ap_2024_spring_hw2
The second assignment for AUT's Advanced Programming course (Spring 2024), featuring a banking system simulation project. It includes Person, Account, and Bank classes to manage transactions and operations, enhancing secure programming and data handling skills.
banking-applications cpp homework homework-assignments
Last synced: 12 Jun 2025
https://github.com/j-obog/heap-sim
C++ program aimed to provide a high-level view of what's going on under the hood when you do pointer operations.
cpp heap-memory memory-management modeling simulation
Last synced: 17 Jan 2026
https://github.com/mrdcvlsc/cyfre
A Templated C++ matrix library
cpp determinant dotproduct echelon-form library linear-algebra matrix matrix-functions matrix-inversion matrix-library matrix-multiplication rref templated vector-math
Last synced: 08 Jan 2026
https://github.com/comfysage/cpp-hayashi
🌱 a tiny distro-independent package manager in C++.
Last synced: 06 Sep 2025
https://github.com/cyrusasfa/pimento
Euclidean Rhythm Gate Sequencer for Bela Pepper
belaplatform cplusplus cpp euclidean-rhythms eurorack eurorack-diy
Last synced: 04 Jul 2025
https://github.com/jaydattpatel/binary-tree
Different Operation on Binary Tree Structure
bfs-search binary-tree breadth-first-search c c-language cplusplus cpp depth-first-search dfs-search inorder-traversal levelorder-traversal online-manipal-bca postorder-traversal preorder-traversal tree-height
Last synced: 23 Jan 2026
https://github.com/lukaspietzschmann/pl0-compiler
A small and fun PL0 compiler
compiler cpp pl0 programming-language
Last synced: 06 Dec 2025