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/lawrencewarren/komo2
KoMo2 is an ARM emulator GUI program for Linux, written in C++ using the GTKMM library. It allows users to control the operation of an emulated ARM processor, while viewing the memory and register values of your loaded ARM assembly program.
arm c cpp emulation gtkmm gui linux nottingham nottinghamuni
Last synced: 11 Mar 2026
https://github.com/wesleych3n/ntubme-autograde
NTU BME Computer Programming Course. Create Autograde code for C++ assessments by professor.
autograder autolab automation cpp docker gtest
Last synced: 23 Mar 2025
https://github.com/gbmhunter/cpptemplate
A template repository to quick-start C++ development.
codecov coverage cplusplus cpp cpp14 example gtest jumpstart quickstart repository template travis-ci
Last synced: 23 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/congcoi123/tenio-cocos2dx
This is a client of TenIO project based on Cocos2dx engine.
client cocos2dx cocos2x-v3 cpp game-server multiplayer server server-game tengames tenio
Last synced: 23 Apr 2025
https://github.com/iamazeem/beginnings
Some C/C++ stuff from my early days! [2003 - '04]
borland-cpp c cpp old-stuff projects text-based user-interface
Last synced: 15 Aug 2025
https://github.com/erio-harrison/write-you-an-autopilot-sys
Implement an autonomous driving system step by step
Last synced: 12 Apr 2025
https://github.com/tsnsoft/netbeans_wxwidgets_table-windows
Пример визуальной программы с таблицей wxWidgets на C++ в Apache NetBeans с использованием wxFormBuilder для Windows
apache cpp example netbeans windows wxformbuilder wxgrid wxwidgets
Last synced: 22 Apr 2025
https://github.com/tudasc/cusan
A data race detector for CUDA C and C++ based on ThreadSanitizer
c cpp cuda datarace threadsanitizer
Last synced: 12 Aug 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/tsnsoft/netbeans_wxwidgets_table-linux
Пример визуальной программы с таблицей wxWidgets на C++ в Apache NetBeans с использованием wxFormBuilder для Linux
apache cpp example linux netbeans wxformbuilder wxwidgets
Last synced: 22 Apr 2025
https://github.com/hi-dhl/leetcode-solution-cpp-c
LeetCode / 剑指 offer 系列题解, 在线阅读 https://offer.hi-dhl.com
array-algorithms binary-algorithm binary-search binary-tree cpp java kotlin leetcode-solutions linked-algorithms queue-algorithm sorting-algorithms stack-algorithm
Last synced: 09 Mar 2026
https://github.com/yumetodo/string_split
STLのstringをchain method風味にsplitする
chain cpp cpp-library string string-split
Last synced: 23 Apr 2025
https://github.com/morgancaron/cpputils
C++ Utilities Library for compilers or various projects
compiler cpp cpp20 cpp23 cpputils logger parser parser-combinators parser-generator utility-library
Last synced: 12 May 2025
https://github.com/spatlyu/spatlyu.github.io
Personal Website of SpatLyu
cpp geography geoinformatics gis personal-website python3 r spatial-analysis statistics
Last synced: 16 Aug 2025
https://github.com/UgiR/gradescope-autograde-cpp
Gradescope Autograder Starter Template with C++ Tooling
Last synced: 10 Mar 2025
https://github.com/rishaandesai/carbonvscode
Official Visual Studio Code Extension for the Carbon Language
carbon carbon-lang carbon-language cpp vscode vscode-extension
Last synced: 26 Apr 2025
https://github.com/sonodima/wmipp
WMI++ takes away the pain from interfacing with the Windows Management Instrumentation from C++
Last synced: 23 Apr 2025
https://github.com/danielaraldiedu/flappy-bird
Trabalho de desenvolvimento do jogo Flappy Bird em C++.
Last synced: 12 Jun 2025
https://github.com/djkovrik/customgauge
Simple customizable gauge class [C++, wxWidgets].
Last synced: 11 Aug 2025
https://github.com/luizppa/smal
A file comrpessor using LZ78 algorithm.
compression compression-algorithm cpp cpp11 lz78 lz78-encode-decode
Last synced: 15 Jun 2025
https://github.com/aydreas/logicsim
Multi-Threaded Simulator for Logic Circuits
c-plus-plus cpp logic logic-circuit multithreading node node-gyp node-module nodejs simulation
Last synced: 04 Oct 2025
https://github.com/ahmed-ibrahim-30/graphics-project
cardinal-curve circle-algorithm clipping clipping-algorithm clipping-polygons convex cpp draw-circles draw-ellipses draw-graphics draw-lines draw-shapes ellipse filling-algorithms floodfill line-algorithm nonconvex win32-cpp
Last synced: 17 Apr 2025
https://github.com/teddy-van-jerry/water_filling
This is a C++ command line app to optimize the water filling problem with plotting support.
Last synced: 13 Jul 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/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/paragon279/4kvideoplayer
Enables users to play 4K video
cpp desktop-app high-resolution mfc microsoft-foundation-classes video-player videoplayer windows-programming
Last synced: 16 May 2025
https://github.com/andreacasalino/dynamicflow
Template C++ library handling dynamic data flow
cpp cpp17 dataflow dataflow-programming dataflows generic-programming lambda-expressions lambda-functions multithreading template
Last synced: 13 Apr 2025
https://github.com/tonitaga/photo_laboratory
An application to apply different filters to your image, a manually written filter kernel is supported. More than 13 filters are implemented in C++ programming language using Qt framework
convolution cpp filterkernel filters photoshop qt
Last synced: 08 Aug 2025
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/adamhlt/cod-waw-cheat
Call of Duty : World at War Cheat (x86) - Zombie mode cheat
Last synced: 31 Mar 2025
https://github.com/zpnst/smart-list
Functional doubly linked list
cpp datastructures doubly-linked-list oop
Last synced: 02 Jul 2025
https://github.com/kaidokert/cpp-delegate
A short version of Elbert Mai's lightweight delegates/callbacks in C++11
cpp cpp11 delegate header-only
Last synced: 27 May 2026
https://github.com/jatin-8898/ultimate-placement-prep
My solved coding problems for the placement preparation. :blue_book:
algorithms array bitwise cpp data-structures graph hashmap hashtable interview interview-practice interview-prep interview-questions interview-solutions java placements swap tree
Last synced: 29 Oct 2025
https://github.com/ghostofgoes/cgoes-cminus-compiler
My code and notes for Compilers class.
bison bison-example bison-grammar compiler cplusplus cpp flex
Last synced: 22 Apr 2025
https://github.com/nielsbishere/terrain_downloader
A tool for helping you download larger parts of terrain from terrain.party.
Last synced: 15 Apr 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/hoangtien2k3/leetcode-solutions
LeetCode , Dev LeetCode ep1 #odleets code Java/C/C++/Java/Kotlin ..., expand your knowledge and prepare for technical interviews, algorithms.
algorithms-and-data-structures c cpp java kotlin
Last synced: 21 Apr 2025
https://github.com/mattgodbolt/ce-behind-the-scenes
Slides for a "Behind the Scenes" presentation
Last synced: 24 Mar 2025
https://github.com/jdsherbert/sherbert-engine
Custom game engine written in C++ and implementing various middleware.
3d 3dgameengine assimp cpp cpp17 direct3d directx directx-11 directx11 fmod game-engine imgui lua lua-script physx
Last synced: 29 Jun 2025
https://github.com/gauravkesh/data_structures_and_algorithm
My daily learning of Data Structure and Algorithm in c++
clion-ide cpp data-structures-and-algorithms leetcode standard-library striver-a2z-sheet
Last synced: 23 Apr 2025
https://github.com/cascadingradium/cuda-hungarian-clustering
A GPU-Accelerated Clustering Algorithm that uses the Hungarian method
clustering cpp cuda gpu hungarian-algorithm parallel-computing
Last synced: 16 May 2025
https://github.com/nimit95/cpp-header
C++ header for Data structure
c-plus-plus cpp data-structures linked-list tree vector
Last synced: 13 Apr 2025
https://github.com/tylerjw/fp
Functional Programming extensions to C++ for ROS projects.
Last synced: 13 Apr 2025
https://github.com/notselwyn/sudokusolver
Solves a Sudoku in the matter of seconds.
algorithms cpp golang javascript python python3 sudoku
Last synced: 12 Apr 2025
https://github.com/nulladmin1/nix-flake-templates
A collection of Nix Flake Templates for: Python, CMake, Poetry, uv, Rust, Fenix, Naersk, Vim, Zig, Bash etc.
c cmake cplusplus cpp fenix go golang linux nix nix-flake nixpkgs poetry python rust template template-project templates zig
Last synced: 12 May 2025
https://github.com/newmarcel/awaken
A command line tool that prevents your Mac from going to sleep.
Last synced: 12 Apr 2025
https://github.com/sebe324/retro-game
a 2d game made in SFML and c++
2d contributions-welcome cpp fantasy game-dev good-first-issue procedular-generation sfml sfml-game
Last synced: 14 Apr 2025
https://github.com/creosb/nft-art-gallery
Cross-Platform Multiplayer NFT Art Gallery on Unreal Engine
art artgallery binance cpp eos game multiplayer nft opensea steam unreal-engine unreal-engine-4
Last synced: 15 Sep 2025
https://github.com/timostrating/pokeworld
Opengl engine + fully procedural demo
3d cpp emscripten opengl webgl2
Last synced: 10 Apr 2025
https://github.com/hrbrmstr/sl2json
Standalone program to convert Lowrance SL2 files to ndjson
Last synced: 29 Oct 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/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/mootseeker/stm32_embedded_cpp
Get into CPP on Embedded Software Level
cpp embbeded lerning research-project stm32
Last synced: 26 Jun 2025
https://github.com/abhiramborige/library_management-cpp
Library Management Portal.
array-manipulations cpp filehandling hacktoberfest library library-database library-management library-management-system library-management-system-cpp management-system modularization object-oriented-programming oops-in-cpp regular-expressions string-manipulation
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/akifev/algorithms-and-data-structures
Algorithms and Data Structure in ITMO, 2017-2018.
algorithms-and-data-structures cpp itmo
Last synced: 10 Apr 2025
https://github.com/euyogi/projeto-anceu-cs50
Meu projeto do curso CS50: Um analisador de pdfs que processa as notas dos aprovados pelo Acesso Enem e organiza tudo. Agora em C++
acesso-enem-unb cpp cs50 cs50course cs50x customtkinter enem exe extract-text-from-pdf imgui pdftotext portuguese-brazilian project python unb yogi zlib
Last synced: 14 Apr 2025
https://github.com/mayur1377/leetcode-solutions
MY LEETCODE SOLUTION !
cpp leetcode leetcode-solutions
Last synced: 05 May 2025
https://github.com/bsolomon1124/hello-c-extension
Showcase use and packaging of a C++ extension module
Last synced: 27 Mar 2025
https://github.com/nikumu/leetcode-solutions
A collection of solutions to various LeetCode problems implemented in C++.
algorithms cpp cpp11 data-structure interview-practice interview-preparation interview-questions interview-solutions leetcode leetcode-solutions modern-cpp
Last synced: 05 Apr 2025
https://github.com/sandialabs/coloring
A self-contained C++ plotting library
cpp plot plotting scr-2894 snl-visualization
Last synced: 02 May 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/jayantgoel001/atcoder
atcoder atcoder-solutions competitive-programming cpp
Last synced: 02 May 2025
https://github.com/msdn-whiteknight/errlib
C/C++ exception handling and logging library
c cpp error-handling exceptions library logging windows
Last synced: 16 Jun 2025
https://github.com/end2endzone/bitreader
bitreader is an arduino library for reading and writing data as chunks of bits (bit serializing)
arduino bit compression cpp serialization serialize
Last synced: 30 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/mrtkp9993/unittestcpp
Simple header-only C++ library for unit-testing.
cpp cpp-library cpp11 header-only testing testing-tools
Last synced: 07 May 2025
https://github.com/cppshizoids/containers
some containers and some my reimpl of std lib
Last synced: 19 Mar 2025
https://github.com/mingsm17518/cs-wiki
🌟Wiki of CS (computer science)
computer-science cpp mkdocs mkdocs-material
Last synced: 12 Apr 2025
https://github.com/ali-elshorpagi/snake_game
A Snake Game using the C++ graphics.h library
cpp game game-development graphics-library snake-game
Last synced: 23 Jun 2025
https://github.com/hxndev/implementing-a-dns-server
DNS stands for Domain Name System. We have implemented DNS in this project. The basic task of DNS is to resolve a destination name hosted against some IP Address.
c cache code cpp dns dns-server implement ip-address project proxy routing server
Last synced: 05 May 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/schak04/cpp-learning-journey
My hands-on journey through C++, from the basics to OOP and STL. An ongoing and growing collection of what I learn.
c-plus-plus c-plus-plus-coding c-plus-plus-language c-plus-plus-programming coding cpp cpp-coding cpp-programming learning programming
Last synced: 31 May 2026
https://github.com/acschaefer/ray_tracing
Fast grid-based ray tracing in C++ and Python
Last synced: 04 Apr 2026
https://github.com/snifi0/sniffer
Multitool!
arduino badusb cc1101 cpp current-meter emf emf-detector esp32 esp32-arduino ir pn532 rf rfid subghz usb-rubber-ducky
Last synced: 16 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/hotakus/hellgatemonitor
微型的MC风格多功能无线监控副屏(开发中)
bilibili c cpp esp esp32 esp32-arduino lvgl monitor wifi
Last synced: 02 Mar 2026
https://github.com/liut/kedge
A bittorrent engine base on libtorrent-rasterbar with RESTful API
api bittorrent boost cpp http kedge linux web
Last synced: 11 Oct 2025
https://github.com/k173-x/codeit
A CLI based script to create CPP files
cli cpp cpp14 docker pypi-package python python3 script template-generator tool
Last synced: 07 Oct 2025
https://github.com/mizux/cmake-pybind11
Test to build a Native Python 3 package using pybind11
cmake cpp mizux native-library pybind11 python
Last synced: 13 Oct 2025
https://github.com/miere43/notification-filter
SKSE plugin that allows hiding notifications based on customizable rules.
commonlibsse cpp mod modding skse skse-plugin skse64 skse64-plugin skyrim-se skyrim-special-edition
Last synced: 09 Jun 2026