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-04-28 00:07:13 UTC
- JSON Representation
https://github.com/sloweyyy/dsa
This repository contains solutions to various LeetCode problems and contests in C++, C#, Python, Java, and JavaScript, helping you improve your problem-solving skills and prepare for coding interviews.
algorithms cpp csharp dart java javascript leetcode leetcode-solutions python typescript
Last synced: 30 Dec 2025
https://github.com/dcavar/fle
Free Linguistic Environment
bnfc cpp java lexical-functional-grammar lfg parsing xle
Last synced: 22 Jun 2025
https://github.com/NuroDev/xmake-scaffold
🌱 Minimal Xmake C++ Project Template
c cpp portfolio template template-project template-repository xmake
Last synced: 12 Mar 2025
https://github.com/pecas-dev/mypong
PONG recreated in C++ by me using Raylib
Last synced: 04 Mar 2025
https://github.com/cvanaret/symmetricblockmatrix
Form symmetric block matrices and condense them (eliminating blocks) at compile time using Schur complements. The goal is to manipulate KKT/augmented/saddle-point systems symbolically to obtain equivalent systems (typically: unsymmetric, symmetrized, and normal equations) that can be tackled by various numerical solvers
compile-time compile-time-meta-programming cpp cpp17 gaussian-elimination kkt-system linear-algebra linear-systems linear-systems-equations saddle-point-system schur-complement symbolic-computation template-metaprogramming
Last synced: 15 Jul 2025
https://github.com/soerlemans/acris
Acris is a compiler project for a systems programming language aimed at interoperability with multiple languages.
acris ast c cmake codegen compiler cpp cpp23 interoperability language lexer llvm python3 transpiler
Last synced: 02 Feb 2026
https://github.com/hozer07/sudoku-qt-widgets
Sudoku game developed using Qt Widgets
cpp game game-development gui gui-application python qt qt-creator qt-widgets qt6 sudoku sudoku-game sudoku-puzzle
Last synced: 22 Jul 2025
https://github.com/tylerburdsall/lazy-cartesian-product
.hpp library to efficiently generate combinations using the Lazy Cartesian Product algorithm
cartesian cartesian-product combinations cpp cross-join distinct generate generation hpp hpp-library lazy random stl unique
Last synced: 02 Jul 2025
https://github.com/senior-sigan/why_cpp_arkanoid
This game was developed from scratch during live twitch streams
Last synced: 29 Oct 2025
https://github.com/swordlordcodingcrew/dang
Dainty Animations 'N Gears - Game Framework for the 32Blit and PicoSystem handheld open game consoles
2d 32blit aseprite cpp dang game-development game-framework gamedev picosystem tiled-map-editor
Last synced: 21 Jun 2025
https://github.com/zeloe/bytetosound
Reads raw data and outputs it as a wave file
audio bytes cpp databending encoding wave
Last synced: 11 Jul 2025
https://github.com/chaitanyarahalkar/algorithms
Must-know algorithms written in C++
algorithm-challenges algorithms algorithms-and-data-structures algorithms-implemented c-plus-plus competitive-programming competitive-programming-contests cpp
Last synced: 07 May 2025
https://github.com/andreeadraghici/hackerrank-solutions
Here is where I store the solutions to all of the HackerRank Problems I attempt
Last synced: 17 Apr 2026
https://github.com/astrodynamic/key-value-storage-redis-in-cpp
The project is a key-value store. The project uses data structures such as hash tables, self-balancing binary search trees, and B+ trees. The code is written in C++ with CMake as a build tool. It supports sanitization, testing, coverage, formatting, and static analysis.
bd bplustree cmake comand-line console-application cpp cpp17 data-storage database hash-table interface key-value-store makefile memory-management redis storage
Last synced: 16 Feb 2026
https://github.com/ttema4/p2p-app
App for crypto exchange analysis
asio boost cpp mysql nlohmann-json qt6
Last synced: 01 Mar 2026
https://github.com/jdomingu98/ft_irc
Our custom Internet Relay Chat Server. Part of the 42school projects roadmap
42 42born2code 42cursus 42malaga 42school cpp cpp98 internet-relay-chat irc irc-server rfc-1459
Last synced: 16 Feb 2026
https://github.com/realstealthninja/texto
A text based renderer ( soon to be game engine )
3d-graphics ascii ascii-art ascii-graphics cpp cpp-game-engine engine game game-engine image-processing texto video-processing
Last synced: 16 Mar 2026
https://github.com/zz990099/sam2_cpp
SAM2 Track implementation with TensorRT & OnnxRuntime
cpp onnxruntime sam sam2 segment-anything-2 tensorrt track
Last synced: 03 Mar 2026
https://github.com/costava/heightmap-ray-marcher
A ray marcher for heightmap images or any images with a real time freely moving camera.
aabb cast casting cpp glm marcher marching orthographic perspective projection ray sdl2
Last synced: 03 Mar 2026
https://github.com/panquesito7/setup-jule
Setup a JuleC development environment in your project.
action-composite actions c clang composite composite-action cpp hacktoberfest jule julec julelang programming
Last synced: 03 Mar 2026
https://github.com/chatopera/cpp-kick-starter
Sophisticated C++ Project Skeleton
Last synced: 22 Apr 2026
https://github.com/csiro-hydroinformatics/moirai
Manage C++ Objects's lifetime accessed through a C API
c-api cpp interoperability reference-counting
Last synced: 30 Jan 2026
https://github.com/burz/gobl
Go machine learning library
baduk board board-game cpp framework game go liberties library machine-learning matrix parsing sgf sgf-parsing weiqi
Last synced: 20 Apr 2026
https://github.com/happybono/finedustmonitor
Fine dust (air pollution) monitoring station. Air pollution monitoring channel updates once every minute with PM10.0 and PM2.5 readings from the Nova PM (SDS011) Sensor.
arduino cpp ds18b20 dust dust-sensor esp8266 finedust iot iot-device nodemcu oled plaive refining-data sds011 synchronization temperature temperature-sensor thermometer thingspeak thingspeak-channel
Last synced: 27 Oct 2025
https://github.com/mohabmes/competitive-programming
Competitive Programming problem solutions.
codechef codeforces codility competitive-programming cpp online-judges uva
Last synced: 27 Oct 2025
https://github.com/icexin/clang_complete
A tool generates .clang_complete file for c++ project
Last synced: 24 Feb 2026
https://github.com/ngynkvn/wasm-raytracer
Simple ray tracer based off an online guide. Built with WebAssembly. [Demo inside]
beginner cpp emscripten graphics raytracer rendering wasm webassembly
Last synced: 24 Apr 2026
https://github.com/tsnsoft/cpp_quadraticequation
Расширенный пример решения квадратного уравнения на C++ в NetBeans
Last synced: 18 Apr 2026
https://github.com/gershnik/argum
Fully-featured, powerful, command line argument parser in C++20
argument-parser argument-parsing cli command-line command-line-parser command-line-parsing cplusplus cpp cpp20 header-only option-parser option-parsing parser
Last synced: 10 Feb 2026
https://github.com/simeonhristov99/fmi_graduation_exams_information_systems
This repository holds solutions of the exams given to 4-th year Information Systems students graduating the Faculty of Mathematics and Informatics, Sofia.
cpp er-diagram haskell sql uml use-case-diagram
Last synced: 10 Feb 2026
https://github.com/a1exwang/modern_05
A modern toy OS using up-to-date technology (AMD64, UEFI, Multi-Core CPU, PCI Express, ACPI/SATA, ZFS, Modern C++)
Last synced: 24 Jan 2026
https://github.com/rahuldangeofficial/edit
"edit" is a minimal terminal-based text editor built for speed, simplicity, and reliability. No modes. No commands. Just open a file, start typing, and it autosaves. Designed for developers, sysadmins, and anyone tired of getting stuck in Vim or Nano during quick edits.
cli-tool cpp linux macos minimal ncurses open-source text-editor unix utf-8
Last synced: 07 Feb 2026
https://github.com/efraimnabil/tower-of-hanoi-problem
Tower of Hanoi implementation
Last synced: 27 Feb 2026
https://github.com/nglsg/mui
Simple ECS UI architecture based on imgui implementation
cpp framework software-architecture uikit
Last synced: 11 Feb 2026
https://github.com/kingluo/myresume
my resume page
android cassandra clustering corba cpp distributed-systems golang grpc ims java luajit mysql nginx openresty postgresql redis spring-boot spring-mvc ss7 tcpip
Last synced: 13 Feb 2026
https://github.com/andr3w03/kgv_uas_turing-a
Ujian Akhir Semester Mata Kuliah Komputer Grafik dan Visualisasi
c cpp desktop-application glew glfw glm glsl object-oriented-programming oop opengl visual-studio
Last synced: 24 Jan 2026
https://github.com/lifka/tetris-allegro
Game in C++ made with Allegro library. Just another one Tetris.
Last synced: 04 Mar 2026
https://github.com/choaib-elmadi/getting-started-with-ros
Learn the Robot Operating System (ROS), including both ROS1 Noetic and ROS2 Humble, installation and essential commands.
cpp debian-linux linux python robot robot-operating-system robotics ros ros1 ros1-noetic ros2 ros2-humble ubuntu
Last synced: 31 Oct 2025
https://github.com/rpotter12/data-structure
basic syntax and data structure programs of different languages
algorithms c cpp data-structures hacktoberfest hacktoberfest2019 java languages python rust sort stack syntax tree
Last synced: 11 Apr 2025
https://github.com/leosery/proceduralterraingeneration--unrealengine5-2024
A procedural terrain generation system with dynamic chunk loading and optimized mesh generation using Perlin noise in Unreal Engine 5.
cpp game-development mesh-generation perlin-noise procedural-generation terrain-generation unreal-engine-5
Last synced: 05 May 2025
https://github.com/manraj29/logic_gates
C++ code for Logic-Gates Concept.
cpp logic-gates object-oriented-programming txt-files
Last synced: 03 Mar 2025
https://github.com/jchiefelk/node-quandl
Stock Analytics Platform built with the following stack; Node, C++, Express, React.
c-plus-plus coinbase-api cpp flux node-addon node-js reactjs
Last synced: 07 Apr 2026
https://github.com/vittorioromeo/ssvmenusystem
[HEADER-ONLY] C++14 lambda-based library for quick creation of menus. Supports multiple nested menus (categories). Supports Single/Toggle/Slider menu item types. Useful in game development or console applications-
c-plus-plus cpp cpp11 cpp14 game game-development gamedev library menu
Last synced: 12 Jul 2025
https://github.com/genyleap/cell
G E N Y L E A P ™ Cell is an incredibly innovative and revolutionary cross-platform software engine written in modern C++ which enables you to build super high-end products.
application booster cplusplus cpp cross-platform desktop engine exclusive framework library mobile project-core software system wasm web
Last synced: 12 Apr 2025
https://github.com/theo-mestre/sfml-static-premake
This repository provides a simple setup to create an SFML application using Premake 5.
Last synced: 05 Oct 2025
https://github.com/habiburrahman-mu/password-based-circuit-breaker
Password based circuit breaker is a technology where we can control any circuit by a password. If we enter a password the circuit gives a break that means it is on. It can mainly be used in case of electric lines. Nowadays, electrical accidents to the line man are increasing, while repairing the electrical lines due to the lack of communication between the electrical substation and maintenance staff. This project gives a solution to this problem to ensure line man safety. In this proposed system, the control (ON/OFF) of the electrical lines lies with line man. This project is arranged in such a way that to ON/OFF the electrical line. The project is mainly based on Arduino. An Arduino controls all the functions. A matrix keypad is interfaced for taking password. There is a LCD display to read the password. When password is entered by the matrix keypad it is compared with the stored password in the ROM of the Arduino. If the password matches, relay is on. When the relay is on, led is on. If the password doesn’t match the circuit won’t be on.
arduino arduino-controls circuit-breaker cpp lcd-display man-safety matrix-keypad relay
Last synced: 27 Apr 2026
https://github.com/tajiknomi/BrowserCredExtractor_windows
Extract stored password(s) and important file(s) from various browser (i.e. Chrome, Brave, Edge, Opera)
brave browser browser-security chrome cpp cybersecurity dpapi edge offsec windows
Last synced: 18 Jul 2025
https://github.com/akshayxml/peer-to-peer-group-based-file-sharing-system
A P2P file sharing system implemented using socket programming, multi-threading and SHA1 hashing. Users can share, download files from the group they belong to. Downloading is done in parallel with multiple pieces from multiple peers.
cpp filesharing multithreading openssl peer-to-peer sha1-hash socket-programming
Last synced: 19 Mar 2025
https://github.com/offensive-vk/classics
Classics: (C/C++) ~ This Repository Contains All of My C & C++ Programs. Hence, An Old School Repo. All Programs Have Categorized for Reference.
Last synced: 15 Jun 2025
https://github.com/pritz69/leetcode-solutions
Solutions of some of the best Programs available on LeetCode for Beginners and Intermediate , uploaded on languages namely Python , Java , C++, C .
competitive-coding competitive-programming cpp daily-coding-problem dailycodingproblem java leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions potd potd-github potd-practice potd-solution programming python
Last synced: 01 May 2025
https://github.com/php1ic/nuclear-data-reader
Read and combine data from the Atomic mass evaluation (AME) and NUBASE data files into a single array (std::vector) which can then be manipulated as required, or written to files for use with other code and software.
cpp cpp-library cpp20 nubase nuclear nuclear-data nuclear-physics physics
Last synced: 30 Dec 2025
https://github.com/arsenic-atg/cp-setup
Automation to make my pc ready for competitive programming
automation competitive-programming cplusplus cpp python
Last synced: 11 Jul 2025
https://github.com/andreiavrammsd/polymap
Map with infinite levels and multiple types for keys and values.
cpp map polymorphic recursion tree
Last synced: 07 May 2025
https://github.com/hengxin666/hxtest
现代C++学习、实验、实践 | 个人代码存储库 (内有 C++20无宏反射、tbb并发库的初步学习、std标准库的重现(一点点)、QT-QML、OpenGL、Linux-io_uring/win32-iocp+协程、线程池等) 注释清晰完善
Last synced: 09 Mar 2026
https://github.com/havrak/uav-project
Building a UAV as part of my final year on high school, now my hobby project
camera cpp drone raspberry-pi rpi0 uav
Last synced: 13 Apr 2025
https://github.com/vhpx/vacation-house-exchanger
A prototype airbnb-like application built as a final project for the Software Engineering Design course at RMIT University.
Last synced: 12 Apr 2025
https://github.com/berkaygediz/hm_console
💻 Simple console calculator in C++.
Last synced: 12 May 2025
https://github.com/delu-u/aoc
I lost my previous AoC code. Let's remake it with a different language each year!
advent-of-code aoc c cpp csharp go haskell javascript kotlin python ruby rust
Last synced: 13 Apr 2025
https://github.com/korosuke613/etrobocon2017
ETロボコン2017
cpp et-robocon2017 ev3rt japan toppers
Last synced: 03 Jul 2025
https://github.com/pkprajapati7402/leetcode-solutions
Solutions to various LeetCode problems implemented in Python, categorized by topics such as Array, LinkedList, Dynamic Programming, Tree, Graph, String, and HashMap. Each solution includes detailed explanations.
algorithms array coding-challenge competitive-programming cpp data-structures dynamic-programming graph hashmap leetcode leetcode-solutions linked-list problem-solving programming strings tree
Last synced: 06 Apr 2025
https://github.com/ferhatgec/solfege
Solfege Esoteric Language, Do Re Mi Fa...
c cpp esolang esoteric-language programming programming-language stdio
Last synced: 20 Jul 2025
https://github.com/knightchaser/easy-data-structure
Hands on data structure, with an easy code by myself.
assembly c cpp data-structures hands-on
Last synced: 07 May 2025
https://github.com/bitartisan1/wize
Wize UCI C++ Chess Engine with Multithreading and NNUE Stockfish Evaluation
ai chess chess-ai chess-engine chessboard cpp engine game gplv3 lc0 neural-network nnue opensource search search-algorithm search-engine software sports stockfish uci
Last synced: 04 Mar 2026
https://github.com/slali87/cppsampleproject
Cross-platform C++ sample project which presents a base project structure.
application bash clang-format clang-tidy cmake conan cpp cross-platform doxygen gcc googletest graphviz lcov library linux lizard markdown mingw valgrind windows
Last synced: 13 Mar 2025
https://github.com/sowinskibraeden/level-editor
My own terminal text editor written in c++.
Last synced: 16 Jun 2025
https://github.com/amirhoseinmasoumi/onnx-cuda-inference
A C++ project for running CUDA-accelerated ONNX model inference, using ONNX Runtime and OpenCV for image segmentation tasks.
cpp cuda inference onnxruntime onnxruntime-gpu opencv segmentation
Last synced: 12 Apr 2025
https://github.com/frostzt/dnspup
A toy implementation of a DNS Server which came in my dreams to tell me to make it production grade so WIP.
authoritative-dns cplusplus cpp dns dns-server
Last synced: 24 Dec 2025
https://github.com/gustavz/robosoccer_championship
Winner Team C++ Code of TUM Robosoccer Championship 2016
code cpp opencv robosoccer tum turtlebot
Last synced: 12 Apr 2025
https://github.com/mubeen-channa/atm-machine-cpp-project
This is my C++ ATM Machine 1st semester project. This project is build from scratch using C++.
contributions-welcome cpp cpp-project first-semester-project mubeen-channa mubeenchanna open-source
Last synced: 16 Jul 2025
https://github.com/dheerajshenoy/navi
Highly customizable and extensible modern file manager
cpp file-management file-manager linux lua qt qt6 sol2
Last synced: 30 Oct 2025
https://github.com/HengXin666/HXLibs
C++20协程和基于io_uringの百万并发服务器; 可异步读写, 支持Transfer-Encoding分块编码传输文件; 基于压缩前缀树编写的路由, 支持通配符解析;+ http/https/websocket、socks5代理、Json解析、Json静态反射到结构体, 封装了线程安全的LFUCache和LRUCache, 静态枚举映射, 支持STL容器的print/toString等
coroutine cpp cpp20 http https io-uring json lfu-cache lru-cache openssl router websocket
Last synced: 31 Oct 2025
https://github.com/s1ink/visionserver
A C++ vision processing library designed for raspberry pi deployment on an FRC robot
cpp cscore frc ml networktables opencv raspberry-pi tensorflow-lite vision wpilib
Last synced: 25 Jun 2025
https://github.com/arjunnair/chip8
Chimp: A Chip-8 emulator in C++
chip8 chip8-emulator cpp emulation
Last synced: 23 Jun 2025
https://github.com/elfaz19/double-linked-list-by-c--
📚 Student Management System 🎓 A C++ doubly linked list project to manage student records. Features: insert, delete, search, display, and demo mode. Perfect for learning dynamic data structures! 🚀 Happy Coding! ✨
cpp dsa dsa-algorithm dsa-practice
Last synced: 11 Jul 2025
https://github.com/flipcoder/mx
C++ coroutine await, yield, channels, i/o events (single header + link to boost)
await concurrency coroutines cpp cpp11 iomultiplexing threads yield
Last synced: 08 May 2025
https://github.com/hydrocarbon-tk/hydrocarbon
Programming Language Toolkit
backus-naur-form compiler cpp go grammar intermediate-representation javascript lllr parser rust typescript webassembly
Last synced: 10 Apr 2025
https://github.com/ghulamghousdev/algorithm-analysis
This repository consists of codes written during my undergraduate Design and Analysis of Algorithms course!
algorithm-challenges algorithms c complex-analysis complexity cpp cutting greedy-algorithm greedy-algorithms hacktoberfest hybrid insertion-sort matrix merge-sort optimization-algorithms sorting sorting-algorithms
Last synced: 23 Jun 2025
https://github.com/ilyachalov/learncpp-com-examples
Примеры с сайта www.learncpp.com, посвященного изучению языка программирования C++
Last synced: 19 Jul 2025
https://github.com/prariecomamile/electronic-system-control
Thanks to this project you can do system control on arduino
arduino arduino-ide arduino-uno cpp electronics python python3
Last synced: 13 May 2025
https://github.com/syedzawwarahmed/computer-graphics
A repo for OpenGL Code.
Last synced: 01 May 2025
https://github.com/terenstare/sortviz
A sorting visualizer written in C++20
cpp cpp20 sdl2 sorting-algorithms visualization
Last synced: 12 Apr 2025
https://github.com/jdsherbert/a-star-pathfinding
Simple C++ implementation of an A* Pathfinding class.
cpp cpp17 pathfinder pathfinding pathfinding-algorithm
Last synced: 29 Oct 2025
https://github.com/pony-hpp/explodeforexplode
An OpenGL destruction simulator game (in progress).
2d 2d-game 2d-graphics cpp cpp-game cpp17 opengl opengl-game simulator simulator-game
Last synced: 09 Sep 2025
https://github.com/netromdk/math
Math library written in C++
b-smoothness carmichael cpp euler-totient exponentiation gcd gmp lcm logarithm math math-library pollard pollard-rho sieve-of-eratosthenes square-free
Last synced: 12 Mar 2025
https://github.com/r-o-b-o-t-o/opengl-beziercurves-bsplines-extrusions
bezier-curves cpp opengl school-project
Last synced: 22 Feb 2025
https://github.com/luisenmarroquin/cpp-actions
GitHub Actions to build C and C++ on Windows, macOS and Linux
c c-plus-plus cpp docker dockerfile gcc github-actions shell
Last synced: 13 Apr 2025