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-06 00:06:48 UTC
- JSON Representation
https://github.com/alvgaona/2d-feature-matching
A sample app showcasing 2D feature matching with OpenCV
cpp feature-matching opencv pixi rerun
Last synced: 20 May 2026
https://github.com/brainiac2677/cse-204-data-structures-and-algorithms-1
My implementations of offline and online assignments of the course CSE204.
cpp data-structures-and-algorithms
Last synced: 22 Mar 2025
https://github.com/mohamed-khairy111/hugo
A basic web browser with its own engine
browser browser-engine cpp electron web
Last synced: 28 Mar 2025
https://github.com/sjinks/coro-cpp
Yet Another C++20 Coroutine Library
async-await asynchronous-programming coroutines cpp cpp20 cpp20-coroutine
Last synced: 05 Sep 2025
https://github.com/copenair/arduino
a repository for the arduino part of the codebase
Last synced: 25 Oct 2025
https://github.com/smoke-y/game1
A platformer prototype where you swap positions with slime monsters
Last synced: 29 Mar 2025
https://github.com/nsubiron/configure-pyz
Simple C++ build system for gcc and clang compilers.
build-system build-tool clang cpp gcc
Last synced: 20 May 2026
https://github.com/hgschandeepa/dsa-repo
This repository contains all the answers for the🚀 LEETCODE and ⭐GFG questions, And the files are named with the Date.
arrays competitive-programming competitive-programming-contests cpp data-structures geeksforgeeks graphs javascript leetcode linked-list tree
Last synced: 20 May 2026
https://github.com/saqibbedar/cpluspluslearninghub
Explore a comprehensive collection of C++ programs ranging from fundamentals to pointers, created during my first semester. Ideal for computer science students and learners mastering C++, providing hands-on practice and insights into object-oriented programming and beyond.
cpp cpp-programming cppnotes learncpp learning-notes
Last synced: 04 Apr 2025
https://github.com/arsenic-atg/finite-automata
A simple C++ library to simulate Finite Automata.
cplusplus cpp cpp-library finite-automata finite-state-machine hacktoberfest library
Last synced: 27 Jun 2025
https://github.com/hironakamura/proyectos-c-cpp
Compendio de proyectos hechos en C/C++
Last synced: 20 May 2026
https://github.com/dctucker/colorlines
An implementation of an AI for the old DOS game "Color Lines"
Last synced: 20 May 2026
https://github.com/alexpreynolds/kmer-counter-abseil
Count canonical kmers with Abseil C++ `absl::flat_hash_map`
abseil bazel bazel-examples bioinformatics cpp hash-tables kmer kmer-counting kmer-frequency-count
Last synced: 27 Apr 2026
https://github.com/dollengo/chessdollplus
A console chess made with C++ by Dollengo
chess chess-game cpp dollengo dollengostudios
Last synced: 22 Mar 2025
https://github.com/codeficct/programacion-2-ejercicios
Todos los ejercicios de programación 2 usando c++, con el ing. Contreras.
contreras cpp embarcadero radstudio recursion recursive-algorithm
Last synced: 27 Jun 2025
https://github.com/player-alex/net-host
A lightweight native C++ host for running .NET assemblies without modification. Supports WPF applications, console apps, and any .NET DLL with a Main method via simple JSON configuration.
application-launcher assembly-loader cpp cpp20 csharp dll-host dotnet dotnet-core dotnet-hosting hostfxr interop native-host native-interop windows wpf
Last synced: 03 May 2026
https://github.com/rachhshruti/file-transfer-udp
File Transfer using unreliable User Datagram protocol (UDP)
client-server cpp networking udp
Last synced: 02 Jan 2026
https://github.com/ernanej/solar-system-opengl
3D visualization of the solar system using OpenGL with C/C++
Last synced: 03 May 2026
https://github.com/fl444mingo/fl4-cs131-04-lab
Ch. 4, Lab 1, Grade Checker Function
Last synced: 14 Sep 2025
https://github.com/evasabeeh/Travel-Route-Planner
Implemented Dijkstra's algorithm to find the most optimal path between the origin and destination.
Last synced: 10 Oct 2025
https://github.com/or18/rubikssolverdemo
Online solver for rubiks cube cross, xcross, xxcross, xxxcross, xxxxcross, last layer substeps, last layer, and pseudo cross, xcross, xxcross, xxxcross.
cpp emscripten rubiks-cube rubiks-cube-solver wasm
Last synced: 21 May 2026
https://github.com/dennisfrancis/learn-opengl
C++ code examples made for learning OpenGL based on learnopengl.com
cmake cpp opengl opengl-tutorial
Last synced: 21 May 2026
https://github.com/johannst/matcha-threads
Cooperative multitasking for fun.
arm arm64 armv7 asm assembly assembly-language cooperative-multitasking cooperative-thread coroutines corutine cpp fibers riscv riscv64 thread threading x64 x86 x86-64
Last synced: 21 May 2026
https://github.com/itszcx/pre-commit-hooks
Useful pre-commit hooks for personal use
c cpp devops epitech haskell linter pre-commit pre-commit-hooks python refactoring
Last synced: 08 Apr 2026
https://github.com/5arthak01/encryption
My exploration in encryption. Currently contains C++ implementation of RSA.
Last synced: 04 Apr 2025
https://github.com/benami171/catan_cpp_implementation
My implementation of the game Catan in Cpp, as part of a university course in cpp.
board-game catan catan-board-game cpp inheritance
Last synced: 06 Jul 2026
https://github.com/whiskeytangocoding/cplusplus
Config files for my GitHub profile.
back-end backend classes classes-and-inheritance classes-and-objects classes-methods code coding coding-challenge config cplusplus cplusplus-17 cpp encapsulation github-config how-to howto training visual-studio visual-studio-code
Last synced: 20 Jun 2026
https://github.com/hey-its-d2t2/busticketmanagement-in-cpp
Bus Ticket Reservation Management System. In this project i tried to make Bus Ticket management system using CPP with Graphics programming, but unfortunately this is incomplete....
advanced-programming cpp graphics-programming gui-application learn-to-code learning-by-doing
Last synced: 27 Jun 2025
https://github.com/gregorykogan/file-system
C++ virtual file system emulator with FAT structure, supporting directories, files, metadata, and cluster-based storage.
cli command-line-tool cpp data-storage educational fat file-allocation file-management filesystem filesystem-emulator learning-project storage-emulator
Last synced: 23 Jul 2025
https://github.com/get-unknown-err0r/unit_converter
A project named unit converter written in C++ that can convert between various units such as length, weight, and temperature. This is very accurate to result and provide seamless facility to calculate.
arpit-prajapati c-plus-plus-programming cpp get-unknown-err0r github shell-language-standard unit-converter
Last synced: 07 May 2026
https://github.com/emmanuelmess/qtsandsimulator
A small Qt simulator in C++
Last synced: 25 Apr 2026
https://github.com/connorslade/easyminecraftdeploy
🕹 Easy way to start a Minecraft server!
cmake console console-application cplusplus cpp easy-to-use minecraft minecraft-server sigma76
Last synced: 06 Jul 2026
https://github.com/bagaffey/4coder_barry
This is my 4coder customization file. These are my personal settings that I use in the 4coder editor.
Last synced: 05 Mar 2025
https://github.com/theloni-monk/ya6502e
Yet Another 6502 Emulator: An emulator for the iconic MOS 6502 CPU written in c++
6502 6502-processor assembly assembly-6502 cpp emulator
Last synced: 13 Apr 2026
https://github.com/jcbritobr/sray
SRay is a simple raytracer application based on Raytracer in one Weekend book.
computer-graphics cpp raytracer raytracer-application
Last synced: 06 Apr 2025
https://github.com/jrobles/rock-paper-scissors-lizard-spock
Rock, Paper, Scissors, Lizard, Spock
cpp rock-paper-scissors-lizard-spock
Last synced: 21 May 2026
https://github.com/fulldroper/caesarcipher
Classes realize Caesar encryption methods on popular programming languages like: JavaScript, Java, C++, Phyton, PHP, Pascal, Lua, Go
caesarcipher cpp go golang java javascript js lua pascal php phyton
Last synced: 08 Apr 2026
https://github.com/davidyslu/classicsudoku
Implement the classic game "Sudoku" in C++
c-plus-plus cpp game game-development
Last synced: 28 Aug 2025
https://github.com/deanwilsondev/snake
A game of Snake made in C++ using Raylib. This project acts as the foundation for building out a custom game engine, leveraging raylib's rendering, windowing and input functionality.
c-plus-plus cpp game game-development game-engine game-engine-2d game-engine-development gamedev raylib snake
Last synced: 28 Jun 2025
https://github.com/thecoder-ashish/onlinestlstore
A basic C++ console based store management system using STL concepts
cpp cpp17 management-system stl store
Last synced: 28 Jun 2025
https://github.com/aryaarindam/proctrack
cpp macos multithreading ncurses os-internals system-monitor terminal-ui
Last synced: 13 May 2026
https://github.com/starciad/scrystalstonerpg
🏹 ➥ A small RPG made in C++ for terminals.
ascii-game ascii-graphics cli-app console-game cpp cross-platform-terminal game gamedev roguelike rpg terminal-game
Last synced: 23 Jul 2025
https://github.com/fl444mingo/fl4-cs131-01-00
Computer science chapter 1, lesson 0
Last synced: 22 May 2026
https://github.com/zigrazor/lef
A Leader Election Framework
cpp distributed-systems framework leader-election udp
Last synced: 30 Jun 2026
https://github.com/sameetasadullah/inter-process-communication-using-unnamed-pipes
A simple C++ program to simulate inter-process communication using unnamed pipes
cpp fork inter-process-communication linux ubuntu unnamed-pipe
Last synced: 22 May 2026
https://github.com/mrk21/ts-processor
MPEG-2 Transport Stream processing tools.
Last synced: 22 May 2026
https://github.com/madebypixel02/cpp-module-08
[42 Madrid] Easy find
42 42-cpp-module 42-cursus 42born2code 42madrid abomination born2code cpp find makefile peer2peer span
Last synced: 22 May 2026
https://github.com/soyapo/projecteuler
Solutions to ProjectEuler problems. Consider not opening before you solve on your own.
algorithm cpp mathematics number-theory
Last synced: 14 Mar 2025
https://github.com/kwanhooo/pods
Practices on Data Structures
cpp data-structures data-structures-and-algorithms
Last synced: 13 Jun 2026
https://github.com/denrydu/pat-testset
PAT竞赛刷题记录。Solutions for PAT competitions
algorithms cpp data-structures
Last synced: 04 Nov 2025
https://github.com/nilsfriess/particlefilter
Sequential Monte Carlo Particle Filter in C++
cpp monte-carlo particle-filter
Last synced: 22 Mar 2025
https://github.com/kojobailey/binary-cpp-library
A C++11 library for parsing the binary data of files and whatnot both easily and cleanly.
binary cplusplus cpp cpp20 cpp23 hpp library single-include
Last synced: 22 Mar 2025
https://github.com/przemekhasz/guardianeye
GuardianEye is a powerful network vulnerability scanner designed to identify open ports and potential security risks in target systems. It utilizes advanced port scanning techniques to discover exposed services and protocols.
cpp network-analysis security-tools
Last synced: 06 Jul 2026
https://github.com/ahmedalyelghannam/leetcode_playground
Just a repo to collect my solutions for Leetcode problems.
cpp leetcode-solutions problem-solving
Last synced: 14 May 2025
https://github.com/itsjibel/jmp
Jibel Multiple Precision Arithmetic Library
arithmetic bigint biginteger calculator cpp cpp11
Last synced: 05 Nov 2025
https://github.com/toxe/project-euler
Project Euler (https://projecteuler.net) problem solutions.
cmake cpp problems project-euler solutions
Last synced: 22 Mar 2025
https://github.com/toxe/google-benchmark
C++ Benchmarks with Google Benchmark
benchmark cmake cpp google-benchmark
Last synced: 22 Mar 2025
https://github.com/edixonalberto/control-electrificador
APP WEB para el control remoto de un electrificador de cercas
arduino arduino-sketch cpp css electronic html ino iot javascript microcontroller mysql php portfolio sql
Last synced: 08 Apr 2026
https://github.com/gogosan1/odesolverservice
Выпускная квалификационная работа бакалавра. Разработка программного обеспечения для расчета поведения динамических и гибридных систем.
cmake cpp docker-compose env java julia maven spring-boot
Last synced: 08 Apr 2026
https://github.com/17xr/powerinteger
C++ Header for Computing Powers of Big Integers Using GNU MP Bignum Library
cpp cpp-library cpp23 cpp23-library mathematics
Last synced: 05 Apr 2025
https://github.com/ra1nyxin/fasttextsearch
Accelerated text search engine in C++ designed for large file systems. Implements parallel file discovery and content scanning using the Boyer-Moore-Horspool algorithm for rapid results
algorithm cpp cpp17 filesystem msvc msvc2022 search windows
Last synced: 19 May 2026
https://github.com/fl444mingo/fl4-cs131-03-01-whileextra
Ch. 3, Lesson 1, While Continuation
Last synced: 17 Sep 2025
https://github.com/r-unic/luay
Luay is a more scalable version of Lua that comes with "batteries included" to make programming easier, and yet still embeddable!
c cli command-line cpp lua luay
Last synced: 17 Sep 2025
https://github.com/eclipse-keypop/keypop-calypso-crypto-symmetric-cpp-api
Eclipse Keypop project repository containing a C++ implementation of the 'Calypso Symmetric Crypto API' standardized by the Calypso Networks association for ticketing terminal processing smart card
Last synced: 26 Jul 2025
https://github.com/fbbdev/opt
Command line argument parsing library for C++14
argument-parser argument-parsing arguments c-plus-plus command-line cpp cpp14 library modern-cpp option-parser option-parsing options terminal
Last synced: 17 May 2026
https://github.com/kezhengjie/rpc
A header only and out of the box tcp rpc framework written in C++.
asio compile-time-meta-programming cpp headeronly rpc rpc-framework
Last synced: 19 Sep 2025
https://github.com/enderice2/fennix
Opeating System from scratch made in C and C++
aarch64 arm assembly c cpp cpp20 gcc-compiler gcc-cross-compiler kernel operating-system operating-system-learning os os-development osdev osdev-projects x86 x86-64
Last synced: 27 Jul 2025
https://github.com/ralvarezdev/uru-programming-1-dominoes
Simple dominoes terminal game from Programming 1 college course
cpp dominoes game game-development rafael-urdaneta-university terminal universidad-rafael-urdaneta uru
Last synced: 13 Feb 2026
https://github.com/101rror/atcoder
Contests and Practice Problems Solutions,🤞💻🤞 (Author :: 101rror)
competitive-programming contest-solution cpp
Last synced: 28 Jul 2025
https://github.com/hengxin666/cppreference-zh-cn
cppreference-zh-cn, cppreference20250404中文镜像 (个人自用)
cpp cppreference gitpages wiki zh-cn
Last synced: 29 Jul 2025
https://github.com/helcsnewsxd/decompilation-report
Technical report about decompilation, dcc static decompiler architecture, dynamic decompilers, actual tools and an use case with Ghidra - Language and Compilers course project - Computer Science @ FAMAF (UNC)
angr binary-ninja binrec cpp dcc decompilation decompiler dewolf famaf ghidra ida-pro radare2 retdec reverse-engineering university-project
Last synced: 21 Sep 2025
https://github.com/openmix-dev/openmix
Stage mixing software for live theatre that lets engineers program, automate, and run cues seamlessly across 30+ digital mixing consoles.
audio audio-automation cpp live-sound midi mixing-console osc qt6 theater theatre
Last synced: 05 Jul 2026
https://github.com/laolarou726/sortalgorithms
A collection of common sorting algorithms, with template programming to support different data types.
cpp generic sorting-algorithms templates
Last synced: 30 Mar 2025
https://github.com/paltoudara/gauss_elimination_no_guidance
algorithms cpp gauss-elimination gauss-elimination-algorithm
Last synced: 30 Jul 2025
https://github.com/edwardcreighton/bignum
Custom implementation of Big Numbers class in C++
Last synced: 08 Aug 2025
https://github.com/kojobailey/nucc-cpp-library
A C++ library for serialising (reading) and deserialising (writing) CyberConnect2 NUCC data, useful for projects that interact with XFBIN files.
binary cc2 cplusplus cpp cpp17 cpp20 cpp23 cyberconnect2 deserialiser deserializer files lib library nucc parser reader serialiser serializer writer xfbin
Last synced: 22 Mar 2025
https://github.com/henriktrom/pose_inference
A high-performance, multi-threaded C++ pipeline for real-time multi-camera keypoint detection.
cpp keypoint-detection multi-threading open-source real-time research-software rtmpose
Last synced: 24 May 2026
https://github.com/longluo/androidndk
android android-app c cpp java jni jni-android ndk ndk-sample
Last synced: 11 Apr 2026