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-10 00:06:50 UTC
- JSON Representation
https://github.com/kwojcik-blockether/openmp-class-bench
Zrównoleglenie wstępnego przetwarzania danych przy użyciu OpenMP
Last synced: 17 May 2026
https://github.com/dsite42/cpp09
42 Project - CPP09 - This project is designed to understand the containers in CPP.
Last synced: 03 Mar 2025
https://github.com/melardev/cppstlcontainerssnippets
Cpp repository with snippets on STL builtin data structures
containers cpp examples snippets stl stl-containers
Last synced: 07 Oct 2025
https://github.com/m2754/raylib-chess
A fully-featured chess game built in C++ using the Raylib graphics library, implementing all standard chess rules.
c chess cpp game game-development raylib
Last synced: 17 May 2026
https://github.com/petrenko-alex/array-range-analyzer
[Архив 2015] Анализ выхода за пределы массива / Array index out of bounds analyzer
array array-analysis cpp out-of-bounds qt5 visualstudio
Last synced: 17 May 2026
https://github.com/joyel124/competitive-programming
Solutions to problems from various online judges/contest sites.
Last synced: 23 Jun 2025
https://github.com/nickjordan289/smartrockets
Implementation of a genetic algorithm for guiding rockets to a target
codingtrain cpp genetic-algorithm machine-learning neural-network sfml simulation smart-rockets
Last synced: 18 Dec 2025
https://github.com/nickjordan289/perlinnoisegenerator
Perlin Noise Generator in SFML and C++
cpp generation perlin-noise sfml
Last synced: 18 Dec 2025
https://github.com/thelanc3/egetaskscpp
Примеры решений задач из ЕГЭ Информатика
Last synced: 24 Jun 2025
https://github.com/nkh-lab/events
Event mechanism implementation for event oriented programming.
Last synced: 24 Jun 2025
https://github.com/jadenmeyer/ministl
A small remake of some of the implementations of the c++ standard library.
Last synced: 19 Jul 2025
https://github.com/evanwieland/shady
😎 Little OpenCV program written in C++ that augments glasses onto a persons face.
augmented-reality computer-vision cpp opencv
Last synced: 17 May 2026
https://github.com/maximilianfeldthusen/integrate-asynchronous-i-o-using-modern-cpp
Integrate-asynchronous-I-O-using-modern-Cpp
Last synced: 24 Jun 2025
https://github.com/luisminfante/openglrenderer
This is a simple OpenGL Renderer project utilizing the Core/App project architecture.
cpp graphics-programming opengl
Last synced: 02 May 2026
https://github.com/egor00f/kos-cpp-devpack
package for development C/C++ for KolibriOS
c cpp debian-packages kolibrios
Last synced: 10 May 2026
https://github.com/tksh164/winsock-lab
command-line-tool cpp from-azdevops lab windows winsock
Last synced: 17 May 2026
https://github.com/gowthaman-01/flutter-unity-app
flutter app built with Unity 2022.1.7f1
Last synced: 19 Jul 2025
https://github.com/andrewn9/granglecast
experimental C++ game using SDL2 and GLEW
Last synced: 11 Sep 2025
https://github.com/lazypanda07/json
Parser and builder for JSON in C++20.
cpp cpp-library cpp20 cpp20-library json
Last synced: 20 Apr 2026
https://github.com/yuvaraj101/wokwi-iot
Like to work on IOT devices during leisure time
cpp iot-application iot-device python3
Last synced: 17 May 2026
https://github.com/guicdas/CPP01_42
CPP01 Module
cpp cpp98 cppbasics memory-management
Last synced: 20 Jul 2025
https://github.com/samithseu/xampp-virtual-host-creator
This is a small C++ code for creating the virtual host in xampp server in Windows.
Last synced: 17 May 2026
https://github.com/nukedev/pprat
cpp modern-cpp networking remote-admin-tool winsock2
Last synced: 03 Jul 2026
https://github.com/trkako/executecpp
Shortcut console """app""" to compile and run your program with just opening it
compiler console-application cpp
Last synced: 05 May 2025
https://github.com/omaraflak/cmake-example
CMake example for a simple C++ project.
Last synced: 31 Dec 2025
https://github.com/skytecat/snake
Implementation of the Snake game in the C++ programming language in the object-oriented programming paradigm
Last synced: 28 Jan 2026
https://github.com/krisluczka/blackjack-probabilistic-calculator
Simple calculator that reveals the chances of winning in a blackjack game.
blackjack blackjack-strategy cpp gambling
Last synced: 24 Jun 2025
https://github.com/tyhil/browser
A web browser developed by LASA high school students for the 2021 advanced computer science class final project.
Last synced: 11 May 2025
https://github.com/marioinf-master-compuerscience-ucm/graficoscomputador
Repositorio de trabajo de la asignatura "Gráficos por computador" (curso 22-23), perteneciente al Máster en Ingeniería Informática de la Universidad Complutense de Madrid (UCM)
computer-graphics cpp spanish-language
Last synced: 15 Jun 2025
https://github.com/shravanasati/crusade
A friendly math interpreter.
cpp math-interpreter shunting-yard-algorithm
Last synced: 18 Jul 2025
https://github.com/markkreel/binary-static-analysis-through-instruction-and-operand-extraction-and-ahc-algorithm
A static binary analysis tool visualizes code blocks in the assembly of a disassembled binary file using the AHC algorithm, aided by entropy calculation and similarity measurement.
agglomerative-clustering agglomerative-hierarchical-clustering assembly clustering cpp elf elf-parser entropy feature-extraction hierarchical-clustering information-metrics kl-divergence linux low-level machine-learning python shannon-entropy similarity-measures static-binary static-binary-analysis
Last synced: 13 May 2026
https://github.com/sovoid/bit-by-bit
It took me a couple bytes
adobe algorithms amazon cplusplus cpp data-structures facebook google microsoft
Last synced: 18 May 2026
https://github.com/anujdhillxn/cpptries
Serializer-Deserializer for Tries in CPP
Last synced: 18 Jul 2025
https://github.com/junaidsalim/infixtopostfix_cpp
This repo contains that will convert infix expression to postfix and then evaluates it.
cpp dsa infixtopostfix infixtopostfix-expression
Last synced: 05 Apr 2025
https://github.com/junaidsalim/file_handling
This C++ program reads polynomial data from a file, performs coefficient addition, and outputs the result with additional information.
cpp filehandling maths polynomial
Last synced: 05 Apr 2025
https://github.com/junaidsalim/codsoft
This repository contains tasks/projects of my remote internship at CodSoft.
Last synced: 05 Apr 2025
https://github.com/ally-matias/poo-cpp
Este é um repositório onde vou guardar meus códigos de desenvolvimento em programação orientada a objetos na linguagem C++.
Last synced: 10 Sep 2025
https://github.com/homebackend/familiar
Familiar is a genealogy software
cplusplus cpp desktop-application family-tree ged genealogy linux qt qt5 windows
Last synced: 02 Feb 2026
https://github.com/georgiosmatzarapis/algorithm-challenges
Algorithm challenges in C++.
algorithm-challenges algorithms cpp data-structures modern-cpp
Last synced: 29 Mar 2025
https://github.com/archiedev242/shorttolongfilename
A simple program that converts a short filename to its full/long filename and displays it
coursework cpp cpp-programming fat32 shlwapi windows
Last synced: 18 May 2026
https://github.com/zanottipaolo/info1-dev
Info 1-Dev course exercises @ UniBg - Computer Engineering 2020/2021.
Last synced: 03 Jul 2026
https://github.com/erik-castro/vaultine
🔐 Multi-tenant cryptographic secrets management library for POSIX systems. Per-user KEK isolation, AES-GCM-256 encryption, automatic 90-day key rotation, and atomic operations. Includes CLI, TUI, and Python bindings. MIT licensed · v0.2.0-beta.
cpp cryptography edge-computing embedded encryption key-management multi-tenant posix secrets-management security sqlite
Last synced: 25 Jun 2026
https://github.com/grgomariani/python-boost-module-cpp
Should you need to compile Python modules written in C++ using Boost library
boost cpp python python-boost python-modules
Last synced: 17 May 2026
https://github.com/barrettotte/cpp-lisp
[Unfinished] Following Make a Lisp (MAL) to code up a simple lisp interpreter. I wanted to learn more about lisp and refresh on C++.
Last synced: 29 Mar 2025
https://github.com/sbatururimi/model-predictive-control
An implementation of a Model Predictive Control to drive the car around the track
cpp mpc-control self-driving-car
Last synced: 03 Jul 2026
https://github.com/dev0x13/globus-plasma
A toolkit written for plasma diagnostics using Globus-M tokamak data
cpp plasma plasma-diagnostics plasma-physics
Last synced: 21 Mar 2025
https://github.com/zunainaliazam/phonebook-management-system
This project is made as a project for the implementation of Data structures. In this project, I have used doubly linked list to maintain this phonebook.
cpp data-structures doubly-linked-list
Last synced: 05 Apr 2025
https://github.com/jcng75/student-sorting-algorithm
This project was created for my introductory C++ class. The program utilizes a merge sorting algorithm to sort students.
cpp merge-sort sorting-algorithms
Last synced: 29 Mar 2025
https://github.com/pavelkryukov/kryucowstring
COW implementation of limited length string with a pun name
copy-on-write cow cpp cpp17 string
Last synced: 17 Jul 2025
https://github.com/anganda/finite-automata-interface
An Application for the Formal Languages and Compilers Course with C++ and Qt Framework
automation cpp moderncpp qtframework
Last synced: 17 Jul 2025
https://github.com/abdullahalshawafi/cookit
Data Structure & Algorithms Project that simulates a restaurant kitchen system and calculates some statistics that measure average customer satisfaction.
algorithms c cpp data-structures oop system
Last synced: 07 May 2026
https://github.com/denyskryvytskyi/capgemini-simd
SIMD usage for vector additon, matrix multiplication, dot product, and substring search
assembly cpp gpgpu gpgpu-computing matrix matrix-multiplication simd substring-search vector vectorization
Last synced: 18 May 2026
https://github.com/deadpikle/swig-c-sharp-demo
A small demo of using SWIG in C#
Last synced: 17 May 2026
https://github.com/tudororban/groth
A mini-library for building REST API's in C++
cpp dynamic-routing rest-api web-server
Last synced: 25 Jun 2025
https://github.com/faizanzaheergit/linkedlistbankaccounts
This is an implementation of a Simple Bank Account System using Linked List and Txt File
account-management bank-account banking-system cpp data-structures datastructures filesystem linked-list linkedlists
Last synced: 17 Jul 2025
https://github.com/theolepage/directx-forest
Keep the focus on this window or you forest will stop growing and deteriorate.
Last synced: 21 Jul 2025
https://github.com/quanticpony/digital-systems-final-project
Source code of my Digital Systems college subject project
bluetooth-connection cpp digital-systems python
Last synced: 18 May 2026
https://github.com/nongtajkrub/helios
Dynamic lighting system
arduino c cpp embedded-systems school-project
Last synced: 04 Aug 2025
https://github.com/jonsnow1807/3d-point-cloud-viewer
A high-performance 3D point cloud visualization engine built with C++17 and OpenGL, achieving 858 FPS with 1M+ points through advanced spatial optimization.
3d-visualization computer-graphics cpp frustum-culling high-performance octtree opengl point-cloud
Last synced: 18 May 2026
https://github.com/grailbio/recordio
C++ implementation of github.com/grailbio/base/recordio
Last synced: 18 May 2026
https://github.com/sabithulla-16/codeforge
CodeForge is a React-based AI-powered coding platform featuring a Monaco editor, live terminal execution, Google & Ollama AI integration, smart token management, and real-time usage analytics.
ai-assistant ai-code-editor c code-execution cpp developer-tools google-ai javascript monaco-editor ollama online-compiler python react token-analysis web-ide
Last synced: 07 Apr 2026
https://github.com/Mt1Gr/Data_structures_and_computional_complexity
Research on computational complexity of algorithms and data structures
avl-tree cpp data-structures mst-tree research-project shortest-path sorting-algorithms
Last synced: 11 May 2025
https://github.com/tsnsoft/dialogblocksconsoleapphello
Пример простейшей консольной программы на C++ с использованием wxWidgets и DialogBlocks для Visual Studio 2022
console cpp cross-platform dialogblocks linux visual-studio windows wxwidgets
Last synced: 08 May 2026
https://github.com/shaldonbarnes10/leetcode-442-find-all-duplicates-in-an-array
Given an integer array nums of length n, some elements appear twice and others appear once. Find all the elements that appear twice in the array without using extra space for a hashmap or set. Do this in O(n) time complexity and O(1) extra space complexity.
array cpp leetcode-solutions timecomplexity
Last synced: 21 Jul 2025
https://github.com/sergio-egm/conway-s-game-of-life
Developing Conway's game of life and study of the physics property.
complex-systems cpp julia mathematics physics self-similarity simulation
Last synced: 18 May 2026
https://github.com/chinmay-esp/ledc_pwm_esp32
This repository features an ESP32 LED controller using FreeRTOS and ESP-IDF's LEDC driver for smooth PWM-based fade effects. It employs an object-oriented C++ design for modular and configurable LED control.
Last synced: 18 May 2026
https://github.com/operationdarkside/ct_string
Compile-time string class module for C++
compile-time constexpr constexpr-all-the-things cpp cpp-modules string
Last synced: 11 May 2025
https://github.com/swordofrage515/mod-gta5-82
This tool includes an HWID spoofer, customizable aimbot, character ESP, and 2D radar for enhanced gameplay. gta-5-hack gta-5-cheat gta-5-mod-menu gta-5 gta-v-mod-menu gta-v-hack gta-online-mod-menu gta-online-hack gta-online-esp gta-5-esp gta-5-aimbot gta-5-script gta-5-bot gta-5-spoofer gta-5-money gta-5-mod gta-5-hack-menu gta-online-cheat
archived cash-drop cpp game-mods grand-theft-auto-mod gta5-modding java-natives lemonui menu-mod-gta mod-menu-source open-source-mod scripthookv scripthookvdotnet standlua
Last synced: 11 May 2025
https://github.com/dmazilkin/ml-newsclassifier-naivebayes
Naive Bayes text classifier from scratch.
classification cpp naive-bayes oop text-classifier
Last synced: 11 May 2025
https://github.com/dexmoh/cli-dll-injector
A CLI DLL injector written in C++ for x86 and x64 architectures.
code-injection cpp dll-injection dll-injector process-injection reverse-engineering windows
Last synced: 18 May 2026
https://github.com/emelyantsev/hands-on-design-patterns-cpp
cpp design-patterns google-benchmark google-test
Last synced: 21 Mar 2025
https://github.com/pylipp/dontbother
Computer implementation of German board game 'Mensch ärgere dich nicht'
Last synced: 29 Mar 2025
https://github.com/arc-w/dj-queue
Example of songs queue based on manually written queue
Last synced: 17 Jul 2025
https://github.com/bottledlactose/essencio
A header-only library for loading file formats found in MySims and MySims Kingdom.
cpp mysims mysims-kingdom parser
Last synced: 17 Jul 2025
https://github.com/anshulkansal121/leetcode
cpp dsa leetcode-cpp leetcode-solutions potd-leetcode
Last synced: 12 Sep 2025
https://github.com/prosenjitjoy/os-lab-scheduling-algorithm-implementation
Operating System Lab Scheduling Algorithm Implementation
Last synced: 05 Apr 2025
https://github.com/buildwithmehul/cpp-journey
🚀 My personal C++ learning repository. Covers everything from basic syntax and OOP to STL, data structures, and competitive programming problems. Progress tracked through hands-on practice, mini-projects, and daily commits.
Last synced: 17 Jul 2025
https://github.com/julien-livet/sym
Symbolic tool in C++ for symbolic expressions
Last synced: 17 Jul 2025
https://github.com/jsonzilla/crashrpt
CrashRpt intercepting exceptions in your C++ program, collecting technical information to analisys (fork from http://crashrpt.sourceforge.net/)
Last synced: 18 May 2026
https://github.com/arc-w/core-scheduling
Core Scheduling: Minimizing Energy with Deadlines and Dependency Cycles
Last synced: 17 Jul 2025
https://github.com/f3fe-hash/cppserver
A multithreading C++ Server that can respond very quickly to requests
cpp fast multithreading server
Last synced: 17 Jul 2025
https://github.com/herdora/chipbenchmark
a platform for monitoring the chip situation
amd benchmark cpp gpu high-performance-computing large-language-models llm llm-benchmarking llms nvidia python quantization
Last synced: 17 Jul 2025
https://github.com/samsam823/usaco-lazy-cow-solution
USACO Lazy Cow February Platinum 2024 Solution in C++
cpp cpp17 usaco usaco-cpp usaco-hard-problems usaco-platinum usaco-solutions
Last synced: 21 Jul 2025
https://github.com/stwe/stwecolorscheme
Stwe Color Scheme for CLion
clion color-scheme cpp jetbrains theme visual visual-assist
Last synced: 05 Apr 2025
https://github.com/emansarahafi/caesar-cipher-encryption
A Caesar Cipher Encryption Algorithm using C++.
Last synced: 29 Mar 2025