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-06 00:06:33 UTC
- JSON Representation
https://github.com/thatsabhishek/coding_ninjas-intro_to_cpp
This repo includes all C++ problems for Coding Ninjas Introduction to C++ Course.
coding codingninja-solution codingninjas codingninjasfundamental codingninjaspractice cpp patterns programming
Last synced: 11 Apr 2025
https://github.com/pencilcaseman/surge
A lightweight, cross-platform C++ creative-coding framework
cpp creative-coding cross-platform glfw graphics graphics-programming gui imgui librapid lightweight raylib raylib-cpp ui
Last synced: 15 May 2025
https://github.com/reputeless/indexediterator
Header-only indexed iterator library for modern C++
Last synced: 03 Sep 2025
https://github.com/winterrdog/fast_entropy_calc
Calculate the Shannon entropy of the provided file.
av-evasion cplusplus cpp entropy fast information-security shannon-entropy
Last synced: 23 Aug 2025
https://github.com/tsnsoft/netbeans_wxwidgets_micro
Пример простейшей визуальной программы с wxWidgets на C++ в NetBeans с использованием wxFormBuilder для Linux
cpp example linux netbeans wxformbuilder wxwidgets
Last synced: 22 Apr 2025
https://github.com/arindal1/striversdsasheet
Solutions of all the problems in Striver's A2Z DSA Sheet
cpp data datastructures datastructures-algorithms striver strivers-sde-sheet
Last synced: 04 Apr 2025
https://github.com/caimucheng/nodejava
Run NodeJS on Android with Java API
android bridge cpp java javascript kotlin nodejs rhino util
Last synced: 11 Jun 2025
https://github.com/coyorkdow/result
rust style error handling for cpp
algebraic-data-types cpp error-handling functional-programming monad pattern-matching rust
Last synced: 07 May 2025
https://github.com/itsm3abena/c-ds
A lightweight and efficient single-header library (ds.h) providing implementations of essential data structures in C, including Hashmaps, Hybrid Arrays, and Linked Lists.
c cpp datastructures dsa-algorithm
Last synced: 03 Sep 2025
https://github.com/wesleych3n/ntu-iot-node
NTU Biophotonics and Bioimaging Lab dairy cow face monitoring project. Tensorflow Lite + OpenCV + Raspicam.
cli cpp iot iot-device mobilenetv2 opencv raspberry-pi-4 tensorflowlite yolov4-tiny
Last synced: 23 Mar 2025
https://github.com/UgiR/gradescope-autograde-cpp
Gradescope Autograder Starter Template with C++ Tooling
Last synced: 10 Mar 2025
https://github.com/jobinrjohnson/QSim
An ideal, multi-qubit, Universal Gate Quantum computing Simulator written in C/C++
cmake cpp python3 quantum-computing simulator universal-gate-computing
Last synced: 13 May 2025
https://github.com/smjsgaming/demangler
An Itanium ABI symbol demangler
assembly cpp itanium itanium-abi parser symbol
Last synced: 08 Apr 2025
https://github.com/yeaseen/syscallimplementationos
A c++ implementation of making bin file for a c file using system calls internally. This program averse creating a command line and to activate that from any location in the linux terminal
bin-file cpp creating-command-line-in-linux linux-command system-calls
Last synced: 07 May 2025
https://github.com/dominiklohmann/wahl
A type-safe argument parser for modern C++.
Last synced: 24 Mar 2025
https://github.com/nawaz1991/timedeventqueue
TimedEventQueue is a C++17 template class for managing and scheduling events based on their associated timestamps.
cpp event priority-queue timed-events
Last synced: 21 Apr 2025
https://github.com/dsc712/concepts_of_java
A repository having java programs implementing important concepts in java programming language along with a competitive section , containing codes of successful submissions of different online coding platforms .
Last synced: 16 Aug 2025
https://github.com/solomon04/keylogger-cpp
NOTE THIS IS INTENDED FOR EDUCATIONAL PURPOSES ONLY. USE AT YOUR OWN RISK!
cpp keylogger malware-samples phishing trojan
Last synced: 02 Sep 2025
https://github.com/tsnsoft/dialogblocks_test
Пример простейшей визуальной программы с wxWidgets для DialogBlocks
cpp dialogblocks example wxwidgets
Last synced: 22 Apr 2025
https://github.com/tsnsoft/wxwidgets_table_demo
Пример программы с таблицей на С++ в Code::Blocks с использованием wxWidgets
codeblocks codeblocks-ide cpp example windows wxgrid wxwidgets
Last synced: 22 Apr 2025
https://github.com/aluriak/gravastre
Qt, C++, computations, geometry, graviationnal simulation
cpp gravitational-simulations simulation
Last synced: 22 Apr 2025
https://github.com/gabrielcrackpro/cpp-projects
A repository with all my CPP projects
cpp cpp-programming cpp-projects
Last synced: 15 Apr 2025
https://github.com/ferhatgec/elite.cpp
Elite[dot]cpp, C++17 implementation of Elite build system.
build build-system clang cpp cpp17 elite elitebuild fegeya
Last synced: 14 Apr 2025
https://github.com/eliasku/ekx
toy game engine
android android-application c cpp cpp-library emscripten game-development game-engine gamedev ios ios-app wasm
Last synced: 24 Jun 2025
https://github.com/sbaldu/neural_network_hep
Implementation of a neural network framework from scratch in C++ applied to particle physics
cpp cuda high-energy-physics neural-networks
Last synced: 20 Jul 2025
https://github.com/ferhatgec/colorized
single header console color library for C++20.
color colorized cpp cpp20 header library single single-header
Last synced: 14 Apr 2025
https://github.com/tsg405/miscellaneous-programs
Contains --[ Codes + Questions ] , on different programming languages (Eg: Python, C/C++,JAVA, SQL)
algorithms-and-data-structures challenges-solved cpp java miscellaneous-programs programming-languages python
Last synced: 07 Mar 2026
https://github.com/innovatorved/pattern-and-array
Some of Important Array-SubArray and Pattern Problem and its Solution
arrays comptetive-programming cpp patterns
Last synced: 13 Apr 2025
https://github.com/fahdseddik/video-to-ascii-on-console
A C++ Program that converts .mp4 files to ASCII and then plays the video on the console
ascii-art ascii-graphics console-application console-visualization cpp opencv video
Last synced: 31 Aug 2025
https://github.com/skyzh/data-structure-deque
A deque of O(sqrt n) complexity on access, insert and remove, with an optimization for O(log n) access based on fenwick tree.
binary-indexed-tree cpp deque fenwick-tree
Last synced: 27 Oct 2025
https://github.com/roughsketch/mdgcm
Command line extractor and builder for GameCube GCM discs.
building c-plus-plus cpp disc extract extraction gamecube gcm-discs
Last synced: 26 Jul 2025
https://github.com/dice-group/sparql-parser-base
Antlr4 based SPARQL 1.0 and SPARQL 1.1 parsers
anlr4 anltr cpp cpp17 parser sparql sparql-parser
Last synced: 24 Jun 2025
https://github.com/ntia/p2108
NTIA/ITS implementation of Recommendation ITU-R P.2108. This Recommendation contains three methods for the prediction of clutter loss: the Height Gain Terminal Correction Model, the Terrestrial Statistical Model, and the Aeronautical Statistical Model.
clutter cpp itu propagation proplib spectrum
Last synced: 19 Jun 2025
https://github.com/skelly37/cli-tui-games
Simply my games running in command line or terminal user interface
2048 2048-clone 2048-game ascii ascii-art ascii-game blackjack blackjack-cli blackjack-cpp blackjack-game cli cli-game command-line command-line-game cpp game games terminal terminal-based terminal-game
Last synced: 13 Apr 2025
https://github.com/blizzard-gov/m
Hyper fortnite booster with a lot of features, for maximizing your performance in game.
cpp csharp fortnite fortniteapi fortniteboost fortnitescript github hyperfortnitebooster hypersoftwaregroup performance python tiktok win32api windows10 windows11 windows64 xerosdev
Last synced: 07 Sep 2025
https://github.com/congard/expressif
Wrappers & tools for ESP32 boards written in modern C++
cpp cpp-library cpp20 cpp20-library embedded esp-idf esp32 esp32-idf espressif http http-server internet-of-things iot platformio rest rest-api
Last synced: 14 Apr 2025
https://github.com/rafaykhattak/snake-cpp
Snake Game is a classic implementation of the popular Snake game in C++ using the Raylib library.
cpp oop oops-in-cpp raylib raylib-cpp snake-game
Last synced: 19 Sep 2025
https://github.com/pdsmart/sharpkey
A Multi-HID Interface, connecting PS/2 & Bluetooth Keyboard/Mice with Retro Host Computers
ajax bootstrap4 c cpp electonics electronics esp32 esp32-idf freertos html jquery js kicad
Last synced: 01 Aug 2025
https://github.com/aw-junaid/cpp-or-c
Master C++ (or C) programming: data structures, algorithms, system design, and performance optimization. Includes examples and best practices for all levels.
Last synced: 14 Apr 2025
https://github.com/deryaxacar/42-ft_printf
This project is a reimplementation of the printf function in standard C. The printf function is used to produce formatted output and supports various data types and format specifiers. The ft_printf function recreates the same behavior while operating independently of standard library functions, providing a fully customizable structure.
42 42-ft-printf 42born2code 42cursus 42ftprintf 42projects 42school c-programming c-programming-language c-project c-projects cpp ft-printf print printf printf-42 project
Last synced: 13 Apr 2025
https://github.com/cfnptr/ecsm
Easy to use and fast Entity Component System Manager (ECS) C++ library.
c17 cpp cross-platform easy-to-use ecs entity-component-system library multi-platform template
Last synced: 30 Oct 2025
https://github.com/hcolda/qchatserver
A lightweight chat software server (WIP)
chat chat-app chat-application chatapp chatroom cpp cpp23 server
Last synced: 12 Jun 2025
https://github.com/jeremiahtorralba/ponggame
Pong Game - C++ and SDL2
cpp cpp-course cpp-examples cpp-game cpp-library cpp-programming cpp-project cpp-sdl2 pong pong-clone pong-game pong-game-cpp pong-game-development sdl2 sdl2-application sdl2-game sdl2-image sdl2-library sdl2-ttf
Last synced: 24 Jun 2025
https://github.com/tylerjw/fp
Functional Programming extensions to C++ for ROS projects.
Last synced: 13 Apr 2025
https://github.com/siyovush-hamidov/Hamming-Codes-8-4
🔐 This project implements the Hamming Code 8-to-4 algorithm for error detection and correction during information transmission, capable of handling one mistake
Last synced: 29 Jul 2025
https://github.com/johnnelbaylen/data-structure-algorithms
A c++ exploration of data structures and algorithms to understand logic building, efficiency, and problem-solving.
Last synced: 29 Jul 2025
https://github.com/joanstinson/hackandslash
A simple hack and slash game using SDL and C++ with some design patterns and doxygen documentation.
cplusplus-11 cpp design-patterns doxygen-documentation game game-development game-engine-2d sdl2
Last synced: 28 Dec 2025
https://github.com/dalae37/dl-engine-direct2d
Direct2D Based 2D Rendering Framework
cpp direct2d framework rendering-engine
Last synced: 30 Oct 2025
https://github.com/yeaseen/graphicsopengl
Cpp implementation of various kinds of OpenGL projects. Koch Snow Curve, Simple Harmonic Motion and Ray Tracing are done. Translation and Rotation of a Camera is done. Implementation of 2D Hermite Curve is done
camera-rotation camera-translation cpp graphics koch-snowflake opengl ray-tracing raycasting simple-harmonic-motion sun-earth-roation
Last synced: 25 Jun 2025
https://github.com/kezhengjie/async_dns_resolver
async_dns_resolver is c++ cross-platform async dns resolve library which provides simple API and designs for high performace and high concurrency scene.Also runtime and thread safe.
async async-dns c-ares cpp cross-platform dns dns-resolver high-concurrency high-performance simple
Last synced: 12 Apr 2025
https://github.com/mateus-sm/conio2-vscode
Compilar códigos em C com biblioteca gráfica Conio2.h utilizando o compilador TDM-GCC 4.7.1 (x86)
c cpp gcc-complier mingw vscode vscode-extension
Last synced: 29 Oct 2025
https://github.com/creaktive/waifu2x-converter-cpp
Dockerfile for DeadSix27's fork of waifu2x-converter-cpp
cpp docker opencl opencv waifu2x waifu2x-converter-cpp
Last synced: 05 Apr 2025
https://github.com/masoudir/teensy41_uros_example_publisher_with_static_library
This repository shows a simple Arduino example of uros publishing an integer into ROS2 (foxy) using uros static library and Teensy 4.1 and Platformio IDE.
c cpp cpp14 docker micro-ros platformio publisher ros2-foxy static-library
Last synced: 27 Jun 2025
https://github.com/craigmac/openroll
Brazilian Jiu-Jitsu match timer and scoreboard using IBJJF ruleset.
bjj cpp cross-platform-app jiu-jitsu qt qt5 qt5-gui sports-app
Last synced: 15 Feb 2026
https://github.com/minaminao/competitive-programming
My submissions to online judges and algorithms for competitive programming
competitive-programming cpp online-judges rust
Last synced: 28 Apr 2025
https://github.com/asciphx/ccorm
Compile time static reflection C++ ORM(mysql,pgsql,sqlite), the character recognition type system is adopted.
cpp cpp17 header-only modern-cpp mysql orm pgsql reflection serialization sqlite
Last synced: 07 Oct 2025
https://github.com/xxjwxc/sqlservercppconnection
SQLserver Connection for cpp ,c++ sqlserver 链接库
com cpp sqlserver sqlserver-connection
Last synced: 19 Oct 2025
https://github.com/swoft-cloud/swoft-rpc-client
[READ ONLY] RPC Client Compoment for Swoft
cpp php rpc rpc-client swoft swoole
Last synced: 27 Apr 2025
https://github.com/analogfeelings/blitzhash
SHA hashing library for Blitz3D, using Crypto++ as a backend.
blitz blitz3d blitzbasic cpp cryptography cryptopp visual-studio vs2022
Last synced: 18 Aug 2025
https://github.com/hypertextassassin0273/swift_store_management-oop_project
C++ language based generic management project which covers all the basic & some advance concepts of OOP & C++11, using DevC++ Compiler
cplusplus cplusplus-11 cpp cpp-project cpp11 easy-project management-project management-system oop oop-project open-source open-source-code open-source-project university-project
Last synced: 10 Apr 2025
https://github.com/acschaefer/ray_tracing
Fast grid-based ray tracing in C++ and Python
Last synced: 04 Apr 2026
https://github.com/launchdarkly/cpp-sdks
C++ Client/Server SDKs
c cpp cpp17 feature-flags feature-toggles launchdarkly launchdarkly-sdk managed-by-terraform sdk
Last synced: 01 Mar 2026
https://github.com/kneth/eigendemo
A demo of how to use Eigen in Android apps
android-studio cpp kotlin-android linear-algebra ndk
Last synced: 12 Nov 2025
https://github.com/rafaykhattak/pingpong-cpp
PingPong Game is a classic arcade game implemented in C++ using the Raylib library
cpp oop oops-in-cpp ping-pong raylib raylib-cpp
Last synced: 19 Sep 2025
https://github.com/georgidelchev/personal-projects
Some Personal projects here.
cpp cs css html java javascript personal-project
Last synced: 27 Feb 2026
https://github.com/hairrrrr/datastructure-overall
数据结构 C/Java
algorithms c cpp data-structures java
Last synced: 15 Oct 2025
https://github.com/garvit-joshi/kompiler
A package for auto compiling C++ files as soon as they are saved.
Last synced: 12 Mar 2026
https://github.com/matheusvidal21/kanban
Este repositório contém um aplicativo de gerenciamento de tarefas baseado na metodologia ágil e no método Kanban. O Kanban é uma metodologia para acompanhar o progresso do trabalho, que utiliza um quadro com colunas para representar os estágios das tarefas.
cpp kanban object-oriented-programming
Last synced: 28 Feb 2026
https://github.com/xaliphostes/dataframe
A minimalist Python Panda like library in pure C++
algebra cplusplus cpp cpp23 functional-programming geometry mathematics pandas-dataframe pandas-python statistics
Last synced: 02 Apr 2026
https://github.com/DanialKama/TurretAI
Turret AI plugin developed with Unreal Engine 5 (multiplayer ready)
ai blueprint blueprints-visual-scripting cpp multiplayer plugin unreal-engine unreal-engine-5
Last synced: 11 Mar 2025
https://github.com/cpp-for-yourself/homework_checker
✅ A homework checker used to automatically check students' homeworks
automation bash checker cpp education python students test
Last synced: 22 Apr 2025
https://github.com/br66/Unity-to-Unreal-Hovercraft-Conversion
Moving scripts for a hovercar in Unity to Unreal Engine (since Unreal Engine tutorial for it no longer functions). Strictly NO blueprints.
c-plus-plus cpp ue4 unity unity3d unreal unreal-engine unrealengine
Last synced: 11 Mar 2025
https://github.com/choaib-elmadi/fluid-level-sensor
Arduino-based water level monitoring system featuring real-time OLED display, voltage-to-level conversion, and interactive graphing capabilities.
actuator arduino build cpp cprogramming embedded monitoring oled pid project projects sensor voltage
Last synced: 04 Mar 2026
https://github.com/renarddev/renjack
Renard Injector (PE section injector with hooks)
cpp injector pe reverse-engineering
Last synced: 05 Oct 2025
https://github.com/tsnsoft/codelite_wxwidgets_wxfb
CodeLite_WxWidgets_wxFB
codelite cpp windows wxformbuilder wxwidgets
Last synced: 04 Mar 2026
https://github.com/mgorshkov/sklearn
ML methods from scikit-learn library
cplusplus cpp machine-learning machinelearning mathematics ml sklearn
Last synced: 04 Apr 2026
https://github.com/marsdevx/arduino-btcar
🕹️🚗 Bluetooth-controlled Arduino car with 3D-printable parts and a custom Android app.
3d-models 3d-printing android android-app arduino arduino-kits arduino-nano bluetooth bluetooth-arduino bluetooth-connection bluetooth-controlled-car bluetooth-controller car circuit circuit-diagram circuit-diagrams cpp kit stl wiring-diagram
Last synced: 22 Feb 2026
https://github.com/andreacasalino/gaussianprocesses
Modern C++ library handling gaussian processes
cpp cpp17 eigen gaussian gaussian-distribution gaussian-process-regression gaussian-processes hyperparameter-optimization hyperparameters training
Last synced: 24 Oct 2025
https://github.com/tsnsoft/multi_form_wxwidgets
Пример многооконной программы на С++ в Code::Blocks с использованием wxFrame
codeblocks cpp example windows wxframe wxwidgets
Last synced: 06 Oct 2025
https://github.com/hyeockjinkim/weakkeywordcpp
Precompiler for type confusion in C++
antlr4 confusion cpp pre-compiler v-table
Last synced: 05 Oct 2025
https://github.com/mortennobel/openglvoxelizer
cpp cpp11 graphics-programming
Last synced: 07 Sep 2025
https://github.com/helmssyss/tps-shooter-system
This (beginner) system is made with Unreal Engine 4.27
basic-game cpp tps-game tps-shooter ue4 ue5 unreal-engine unreal-engine-4
Last synced: 12 Oct 2025
https://github.com/euxhenh/multiset-multicover
Multiset multicover using the extended greedy cover algorithm implemented in C++ and exposed to Python.
cover cpp multiset python set set-cover set-cover-problem
Last synced: 04 Apr 2026