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-07 00:07:28 UTC
- JSON Representation
https://github.com/jonas-lucas/hello-world
Unlocking the World of 'Hello, World!' in Multiple Programming Languages.
c cpp go hello-world java javascript language python r ruby typescript
Last synced: 07 Apr 2026
https://github.com/antonioberna/spectrum-analyzer
ESP32 Spectrum Analyzer using FFT (radix-2) in C++
cpp embedded engineering esp32 fft platformio radix-2 spectrum-analyzer
Last synced: 10 May 2026
https://github.com/jcbhmr/platformdirs-cpp
📂 Python's platformdirs module for C++
cmake cpp cpp-library platformdirs port xdg
Last synced: 02 Apr 2025
https://github.com/sontungexpt/mario3
The project for SE102.N21.PMCL class
cpp game game-development mario
Last synced: 17 Oct 2025
https://github.com/alpha74/c_cpp-projects
Few of my Good C/C++ college level projects
c cpp cpp-programs cpp-project pacman projects student-record
Last synced: 02 Feb 2026
https://github.com/insunil/learn-mongodb-using-cpp
Leaning MongoDB with C++
Last synced: 17 Apr 2026
https://github.com/tejashviraj19/100daysofdsaincpp
🧠 Daily DSA grind in C++ — a 100-day journey of solving problems, sharpening logic, and building mastery in data structures and algorithms. 🚀
100daysofcode algorithm challenge coding cplusplus cpp datastructures dsa practice programming
Last synced: 17 Oct 2025
https://github.com/cesarvasconcelos/cplus-poo
Códigos produzidos nas aulas de Programação Orientada a Objetos (em C++) do curso de Engenharia da Computação - IFPB - Campus CG
cpp object-oriented-programming
Last synced: 09 Apr 2025
https://github.com/c0de4un/cxx-thread-util
C++ utility library for threads api (posix & Windows).
async-programming asynchronous-programming cpp cxx multithread multithreading multithreading-library pthread stl stl-threadsafe thread thread-safety threading
Last synced: 14 Jun 2026
https://github.com/eclipse-keypop/keypop-calypso-card-cpp-api
Eclipse Keypop project repository containing a C++ implementation of the 'Calypso Card API' standardized by the Calypso Networks association for ticketing terminal processing smart card
Last synced: 18 Oct 2025
https://github.com/abolfazlmohammadpour/simplehydraulicjackcontrollerwitharduino
A Simple Hydraulic Jack Controller Wrote By Arduino
Last synced: 02 May 2026
https://github.com/aquice/amberengine
AmberEngine is my try at the creation of a basic 3D engine displaying only in isometric projection.
Last synced: 12 Apr 2026
https://github.com/ralvarezdev/uru-programming-1-blackjack
Simple blackjack terminal game from Programming 1 college course
blackjack blackjack-game cpp game rafael-urdaneta-university terminal universidad-rafael-urdaneta
Last synced: 18 Oct 2025
https://github.com/birdroad1/server-pinger
Server pinger for Minecraft written in C++
cpp crawler make minecraft minecraft-scanner postgres scanner server
Last synced: 14 Apr 2026
https://github.com/rishabh96b/code-implementations
This repository contains the C++ problems that I have either solved or concepts that I've implemented myself.
coding-challenge cpp data-structures hackerrank
Last synced: 25 Mar 2025
https://github.com/twilight-dream-of-magic/largedynamicbitset
Large Dynamic Bitset: least significant bit contained in the bitset array at position 0, MSB contained in bitset array block_size() - 1 position
bitset cpp cpp11 dynamic-bitset
Last synced: 19 Oct 2025
https://github.com/vinhcao09/embeded_laborary
Code cuối kỳ thực tập nhúng. Đọc data từ Raspberry Pi gửi dữ liệu qua ESP8266. Lưu dữ liệu lên database SQL, code Web với HTML, Bootstrap. Tạo bot Telegram với Fatherbot
arduino bootstrap cpp esp8266 html-css-javascript php raspberry-pi sql
Last synced: 14 Apr 2026
https://github.com/tblauwe/cpp_lib_starter
Template repo for c++ libraries (as a learning process)
Last synced: 25 Mar 2025
https://github.com/esraa-emary/prompt-ai
C plus Plus Code (Prompt AI)
clean-code cplusplus cpp object-oriented-programming oop
Last synced: 19 Oct 2025
https://github.com/salma-mamdoh/sorting-algorithms
Our project for Data Structures Course taken during fall 2023 semester
analysis cpp sorting-algorithms
Last synced: 20 Oct 2025
https://github.com/ardwiinoo/string_match_bruteforce
Implementasi algoritma brute force pada studi kasus pencarian string judul jurnal
brute-force-algorithm cpp responsi-sa string-matching
Last synced: 20 Oct 2025
https://github.com/iinspectable-informal/educamlite
(实验性)高性能教学场景的可替代选项。
camera cpp cppwinrt educational-software uwp winrt winui
Last synced: 16 Apr 2026
https://github.com/ralvarezdev/uru-programming-2-blockbuster
Blockbuster terminal project from Programming 2 college course
cpp data-structures dsa merge-sort rafael-urdaneta-university terminal universidad-rafael-urdaneta uru
Last synced: 20 Oct 2025
https://github.com/corpssansorganes/thread_pool
C++11 thread pool, designed for ease of use.
cpp cpp11 semaphore thread-pool waitable-queue
Last synced: 01 Jun 2026
https://github.com/mecaneer23/binarytodecimal
Binary to decimal converters in numerous languages. Designed as a learning tool to compare common concepts across programming languages.
ada bash batch bin2dec binary-to-decimal binary-to-decimal-number-converter c coffeescript cpp forth haskell programming-languages python scala swift
Last synced: 27 Jan 2026
https://github.com/urumqinsky/ft_containers
Reimplementation of some basics STL containers
Last synced: 12 Jun 2026
https://github.com/lankow/plant-master
PlantMaster is an ESP32-based IoT system for monitoring and watering plants. It tracks soil moisture, room humidity, and temperature, and controls a water pump for automatic irrigation. With WiFi and MQTT, it allows for remote monitoring and control.
automatic-irrigation-system cpp esp32 iot mqtt-communication plant-monitoring react-vite smart-gardening soil-moisture-sensor typescipt typescript wifi-connection
Last synced: 17 Apr 2026
https://github.com/naemazam/basic-calculator-cli
A simple command-line interface (CLI) calculator application in C++. This application allows you to perform basic arithmetic operations easily from your terminal.
calculator calculator-application cli cpp cpp17 naemazam
Last synced: 28 Jan 2026
https://github.com/setghm/cmdpaint
Tool for create images or sprites for windows console games.
cmd console-games cpp paint-application windows-cmd windows-console-game
Last synced: 24 Oct 2025
https://github.com/spacey-sooty/frc-vision
Some FRC Vision code in C++ using Photonvision
Last synced: 24 Oct 2025
https://github.com/christinec-dev/pin-crusher
A basic pin guessing, command-line based game made with C++
console-application console-game cplusplus cpp numberguesser numberguessinggame
Last synced: 25 Mar 2025
https://github.com/bola-nabil/atcoder
atcoder solutions
algorithm algorithms-and-data-structures alogrithms atcoder atcoder-solutions cpp cpp-solutions data-structures problem-solving
Last synced: 16 Mar 2025
https://github.com/shubsi26/dsa_problems
cpp dsa dsa-algorithm dsa-practice problems
Last synced: 04 Jun 2026
https://github.com/khip01/konversi-des-oktal-hex
Tool/Alat
cpp devcpp executable simple-tools
Last synced: 05 Jul 2026
https://github.com/cobyj33/jsxxn
A C++17 Hobbyist JSON Parser
cpp cpp-json cpp-json-api cpp17 cpp17-library ecma-404 hobby-project json json-data json-parser json-prettifier rfc-7159 rfc-8259 utf-8
Last synced: 17 Apr 2026
https://github.com/ctkqiang/2d05
这款工具是一种 分布式拒绝服务(DDoS)攻击工具,它能够通过大量虚假流量淹没目标服务器,从而导致其无法正常响应合法请求,最终使系统崩溃或服务中断。🚀💥
2d05 china cpp cpp11 ctkqiang ddos ddos-attacks dos hacking-tool network security simple
Last synced: 04 Jun 2026
https://github.com/abdallahhemdan/enwik8-compression
📦 Compressing of the challenge enwik8 (100MB of wikipedia) using LZW(Lempel–Ziv–Welch) compression algorithm using cpp...
cmp2022 compression-algorithm comprssion cpp decoding encoding enwik enwik8 hemdan lzw multimedia text-compression
Last synced: 12 Jul 2025
https://github.com/omarassadi/gmsv_spoof
A module for Garry's Mod that allows for modification of A2S_INFO and A2S_PLAYER responses. This allows for things such as spoofing of player counts on the master list.
cplusplus cpp garrys-mod garrysmod garrysmod-module steam
Last synced: 01 Apr 2025
https://github.com/abdulahshoaib/minigolf
2D mini golf game developed in C++ using raylib
cpp game-development raylib raylib-cpp
Last synced: 29 May 2026
https://github.com/vishwamartur/btc_recovery
High-performance Bitcoin wallet password recovery system with GPU acceleration and integrated graphics support. Recover Bitcoin Core wallet.dat files without blockchain download using advanced algorithms and blockchain APIs.
bitcoin bitcoin-core blockchain blockchain-api cpp cryptocurrency cuda electrum gpu-acceleration integrated-graphics multithreading opencl password-recovery private-keys recovery-tools wallet-dat wallet-recovery
Last synced: 14 Apr 2026
https://github.com/coding-chez/deck-of-codes
compilation of all coding activities @school
assembly-language c-programming cpp html-css-javascript java kotlin php
Last synced: 09 Apr 2026
https://github.com/antonioberna/algoritmi
Algoritmi di Ordinamento e di Ricerca
algorithms-and-data-structures c cpp csharp engineering java javascript python ruby swift
Last synced: 22 Feb 2026
https://github.com/lucca16bit/cpp-sistema-votacao
Criando um sistema de votação simples em C++ para avaliação discursiva
Last synced: 06 Jul 2026
https://github.com/marianpekar/ue5-fetch-art
An example project for 'Learn Working with APIs in Unreal Engine by Building a Virtual Art Gallery' tutorial.
blog-post cplusplus cpp tutorial ue5 unreal-engine unreal-engine-5
Last synced: 25 Oct 2025
https://github.com/shantanu-crypto/leetcode
LeetCode solution for self practice.
Last synced: 01 Jun 2026
https://github.com/roaldnefs/brainfuck
Brainfuck interpreter written in C++.
Last synced: 09 Apr 2025
https://github.com/shineyruan/computational-geometry-playground
A C++ playground for computational geometry algorithms & plotting.
computational-geometry conan cpp vcpkg
Last synced: 26 Oct 2025
https://github.com/gabrieldiem/jazzjackrabbit2
Multi-player online platformer shooter arcade-like videogame developed in C++ with SDL2 and Qt5. Made as a remake of the game "Jazz Jackrabbit 2" by Epic Games [1Q2024]
7552 cmake cpp cpp17 fiuba game-development gamedev remake-games sdl sdl2
Last synced: 09 Apr 2025
https://github.com/greycloudss/gauntlet
Gauntlet is a C++ reverse engineering utility that supports both static and dynamic disassembly, along with DLL injection into external processes. Built for modularity and performance, it provides core building blocks for memory manipulation, opcode decoding, and instruction tracing.
cpp disassembler imgui injector reverse-engineering security
Last synced: 04 Jul 2025
https://github.com/MikaelVallenet/R-Type
R-Type is a Epitech project which is a horizontally scrolling shooter arcade video game developed and released by Irem in 1987 and the first game in the R-Type series.
cpp ecs epitech game-development multiplayer-game network serialization tcp udp
Last synced: 27 Oct 2025
https://github.com/hengxin666/threadpool
Linux,Windows轻量级C++线程池, 支持可变参数的函数/类方法/仿函数/匿名函数等等, 使用简单, 可自定义线程池增减规则, 日志打印等
Last synced: 12 Jun 2025
https://github.com/radoslav-grencik/ims_20_21
Simulation of ocean plastic pollution.
Last synced: 04 Jul 2025
https://github.com/codernayeem/2d-maze-solver
Solve and view the solution path of a 2D Maze
backtracking-algorithm cpp maze maze-solver
Last synced: 04 Jul 2025
https://github.com/cailloumajor/led-timing-board
Software to drive a RGB matrix based racing timing board
cpp python raspberrypi rgb-led-matrix
Last synced: 18 Apr 2026
https://github.com/jthelin/hello-ctest
An example of using ctest for a C++ app / library.
Last synced: 24 Jan 2026
https://github.com/monomotion/flom
library to handle keyframed motion of robots
cpp cpp17 file flom format monomotion motion robot
Last synced: 06 Feb 2026
https://github.com/aon4o/tues_grade_9
A repository for storing code written by me in ninth grade in tues.
Last synced: 18 Apr 2026
https://github.com/doyoulikevanyouxi/CAI
from 0 to Master, Build Your Own C++Interface Framework
Last synced: 28 Mar 2025
https://github.com/laa-1/c-compiler
一个 C 语言编译器和虚拟机,支持除结构体以外的语法,支持字节码导出和直接运行字节码,内建I/O函数,包含了词法分析、语法分析、构建 AST、类型推导和检查、错误检查、错误信息输出、字节码生成、虚拟机执行等多个模块。
abstract-syntax-tree bytecode c-language complier cpp virtual-machine
Last synced: 06 Feb 2026
https://github.com/shuygena/ft_containers
:building_construction: STL containers in C++
42 42projects containerclasses cplusplus cpp cpp98 map stack vector
Last synced: 06 Feb 2026
https://github.com/squidmin/sfml-imgui-labs
ImGui + SFML sandbox
cmake cpp imgui imgui-sfml imgui-sfml-library sfml
Last synced: 01 Apr 2025
https://github.com/mlund/tafelmusik
C++ library for playing C64 SID music on macOS
c64 commodore-64 cpp emulation music-player
Last synced: 15 Apr 2026
https://github.com/ferfoui/embeddeddisplay
Program to control a little screen with an ESP32
bluetooth bluetooth-le cpp esp32 esp32-arduino platformio
Last synced: 10 May 2026
https://github.com/ygor-sena/42cursus-cpp-piscine
The 12th project of 42 curriculum is a C++ piscine which aims to introduce students to Object-Oriented Programming. C++ was chosen because it's derived from our old and familiar C Language. Since C++ can be complex, the code will adhere with the C++98 standard.
42 42cursus 42saopaulo 42school 42sp cpp cpp98 cpp98-compatible ecole42 oop oop-in-cpp oop-principles
Last synced: 30 Jan 2026
https://github.com/avivnaaman/openu-defensive-programming
OpenU Course 20937 Work
buffer-overflow cpp defensive-programming metaprogramming python security
Last synced: 23 Apr 2025
https://github.com/waheedsarem/dotandboxes
Dots and Boxes is a two-player strategy game built in C++ with graphical user interface powered by SFML. The objective is to outsmart your opponent by connecting dots with lines to complete and claim the most boxes.
cplusplus cpp dots-and-boxes game game-development sfml
Last synced: 31 Jan 2026
https://github.com/gamowy/colorswap
Clone of a popular android game written in C++
Last synced: 25 Feb 2026
https://github.com/artiomn/life
Life game for the test task
cpp cpp17 game gol keras keras-tensorflow life neural-network python test-task
Last synced: 15 Apr 2026
https://github.com/spicycactuar/skeletal-blending
Skeletal animation blending of BVH files
animation-blending computer-graphics cpp opengl qt5 skeletal-animation
Last synced: 15 Apr 2026
https://github.com/xmartlabs/docker-pcl-cmake
Docker image containing PCL and CMake.
c c-plus-plus cmake cpp docker make makefile pcl pcl-library
Last synced: 12 Apr 2026
https://github.com/arapelle/arba-strn
A C++ library providing short trivially comparable string classes whose hash are trivially computable.
cmake cpp cpp20 cpp20-library hash library string
Last synced: 31 Jan 2026
https://github.com/caiotaavares/zbuffer
Z-Buffer 3D Rendering Application, a powerful tool for rendering three-dimensional objects with the efficiency and precision of the Z-Buffer algorithm.
Last synced: 31 Jan 2026
https://github.com/akelsh/mono-gb
A relatively cycle-accurate Gameboy color emulator built in modern C++
cplusplus cpp cpu educational emulator gameboy hardware-emulation low-level nintendo retro
Last synced: 26 Jan 2026
https://github.com/pranav2092/ipmp
This repo contains solution to various LeetCode and GeeksForGeeks DSA practice questions for placements
cpp cpp-all cpp-programming geeksforgeeks geeksforgeeks-cpp geeksforgeeks-dsa geeksforgeeks-interview-prep geeksforgeeks-practice geeksforgeeks-practice-solutions geeksforgeeks-solutions interview-preparation leetcode leetcode-cpp leetcode-practice leetcode-questions leetcode-solutions placement-preparation
Last synced: 07 Jan 2026
https://github.com/camobap/hackerrank
Collections of solutions from hackerrank with tests
c cpp golang hackerrank-solutions java objc rust
Last synced: 04 Apr 2026
https://github.com/hansalemaos/cythonfastsort
C++ parallel sorting algorithms through Cython - up to 8 times faster than NumPy
c cpp cython numpy parallel-computing parallel-programming python sorting
Last synced: 04 Feb 2026
https://github.com/sahil-kale/basilisk-actuator-control-lib
Hardware-agnostic library enabling field oriented control of of PMSM and BLDC Motors
cpp embedded foc motor-control real-time
Last synced: 01 Feb 2026
https://github.com/smdn/polish-notation-impls
数式の二分木化・記法変換・計算アルゴリズムの実装
algorithms binary-expression-tree c-language calculation cpp csharp expression-tree java javascript polish-notation python rpn-calculator rpn-expression visualbasic
Last synced: 12 Apr 2026
https://github.com/divyanshu013/aks-parallel
This is parallel implementation of AKS algorithm in Intel
aks-algorithm aks-parallel cpp
Last synced: 23 Aug 2025
https://github.com/till-tietz/gsdmm
GSDMM Short Text Clustering via Dirichlet Mixture Models
cpp r rcpp text-analytics text-clustering
Last synced: 26 Feb 2026
https://github.com/imd10/cs341-rainy-day
A computer graphics project simulating interactive rain, dynamic water waves, and a scenic environment with a floating boat, mountains, trees, and clouds. Built with OpenGL for real-time rendering and user interaction.
computer-graphics cpp graphics interactive opengl
Last synced: 02 Feb 2026
https://github.com/notixbit/ntbpp
NTB++ is a cross-platform header-only utility library for C++ >= 17
c-plus-plus c-plus-plus-17 colors cplusplus cpp cpp17 cross-platform ctest header-only linux macos osx templates types unit-testing unix util utility vcpkg windows
Last synced: 15 Apr 2026
https://github.com/happycod3r/mkfile
A small batch file creation utility for windows
cplusplus cpp desktop-app dotnet dotnet-framework file-utility mkfile mkfiles utility utility-application v1 windows windows-desktop windows-form-application windows-forms windows-forms-application
Last synced: 15 Apr 2026
https://github.com/utkarshmishra12/leetcode_solutions
LeetCode Solutions - Repository For Codes Of Various Data Structures And Algorithms and Competitive Programming Problems
algorithms coding-solutions cpp data-structures interview interview-preparation leetcode leetcode-cpp leetcode-cpp-solutions leetcode-solutions
Last synced: 05 Apr 2026
https://github.com/astrodynamic/l4networkquests
NetworkQuests explores TCP/UDP with FlatBuffers in C++, focusing on socket programming, data transmission optimization, and efficient serialization, managed with CMake.
asyncronous client-server cmake cmake-presets code-generation cpp cpp20 deserialization flatbuffers l4 learning network network-protocols osi serialization tcp tcp-socket udp udp-socket
Last synced: 08 Feb 2026