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-03 00:06:50 UTC
- JSON Representation
https://github.com/mallory-scotton/arcade
🕹️ Retro gaming platform with dynamic library loading for games and graphics. Built as a 2nd-year EPITECH project
arcade audio-processing cpp epitech games joystick libcaca ncurses nibbler opengl pacman retrogaming sdl2 sfml shared-library wiimote
Last synced: 11 May 2026
https://github.com/magmaz3637/mswitchcasecpp
Kalkulato berbahasa cpp dengan switch case
Last synced: 15 Mar 2025
https://github.com/doyoulikevanyouxi/CAI
from 0 to Master, Build Your Own C++Interface Framework
Last synced: 28 Mar 2025
https://github.com/rajarsheya/real-time-audio-feature-extraction-with-cuda-for-speech-recognition
This project accelerates MFCC extraction using CUDA for real-time speech recognition. Offloading the process to the GPU reduces latency and speeds up processing, enabling fast, local speech-to-text transcription for applications like virtual assistants, without cloud reliance.
audio-processing cpp cuda fourier-transform python
Last synced: 10 May 2026
https://github.com/i-umairkhan/big-integers
A big integer calculator for solving calculaitons of big numbers
biginteger cpp data-structures
Last synced: 28 May 2026
https://github.com/alex-stone-github/frc_code
Rock Solid Robotics "official" production and experimentation mass code repository.
cpp first-robotics-competition frc frc-c-plus-plus frc-charged-up frc-robot
Last synced: 20 Jan 2026
https://github.com/zhongruoyu/threadpp
A lightweight thread pool in C++17.
cpp cpp17 thread-pool threading
Last synced: 09 Oct 2025
https://github.com/hengxin666/threadpool
Linux,Windows轻量级C++线程池, 支持可变参数的函数/类方法/仿函数/匿名函数等等, 使用简单, 可自定义线程池增减规则, 日志打印等
Last synced: 12 Jun 2025
https://github.com/beliavsky/scientific-programming-speed-comparisons
Links to speed comparisons of languages used in scientific omputing
benchmarks cpp fortran julia language-comparison matlab performance python r scientific-computing scientific-programming
Last synced: 13 Apr 2026
https://github.com/aloereed/llama.cpp-server-ohos
Llama.cpp server for OpenHarmony
cpp harmonyos-next llama llamacpp openharmony
Last synced: 16 May 2026
https://github.com/sameetasadullah/stack-implementation
My own templatized C++ implementation of Stack using Microsoft Visual Studio
Last synced: 10 Jun 2025
https://github.com/helcsnewsxd/famaf-computer_science-networks_and_distributed_systems
Laboratorios de la materia de Redes y Sistemas Distribuidos de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
analysis cpp famaf-unc network network-algorithms network-protocols omnetpp python university-subjects
Last synced: 28 Feb 2025
https://github.com/michaelehab/leetcode-april-challenge-2022
This Repository contains my solutions to April LeetCoding Challenge 2022 problems.
algorithm backtracking binary-search bit-manipulation cpp dfs leetcode leetcode-solutions problem-solving recursion strings two-pointers
Last synced: 28 May 2026
https://github.com/umbrellaleaf5/network_and_distributed_systems
My repository with home and seminars exercises on network and distributed systems at MIPT DAFE/RSE
c cpp dafe distributed-systems education mipt network-systems
Last synced: 02 Sep 2025
https://github.com/ka-iden/raytracing-test
Following "Raytracing In One Weekend" and subsequent books to learn about raytracing. These books are found at: https://raytracing.github.io/
cpp ppm raytracing raytracing-in-one-weekend raytracing-the-next-week raytracing-the-rest-of-your-life stb-image
Last synced: 25 Mar 2025
https://github.com/astrodynamic/decimal-float-point
Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.
arithmetic big-number bit-operations bitset cmake cpp currency decimal financial high-precision library math normalization numeric-computation optimization precision rounding template-library tests
Last synced: 13 Jun 2025
https://github.com/humayan-kabir/data-structure
data structure repository for competitive programming
competitive-programming cpp data-structures
Last synced: 30 Jun 2025
https://github.com/brianoy/fastled-aurora-effect-ws2812b
在arduino及ws2812b燈條使用fastled函式庫建立極光效果,6個演算法方式
arduino cpp effects fastled fastled-library ws2812b
Last synced: 17 Mar 2025
https://github.com/l3odr0id/neural-network-for-numbers
Neural network that reads handwritten numbers.
cpp neural-network neural-networks neuralnetwork neuralnetworks recognition recognizing-handwritten-digits
Last synced: 15 Mar 2025
https://github.com/getiot/awesome-all
:star: :star: :star: :star: :star:
awesome c cpp iot java javascript lua maker opensource python
Last synced: 16 Apr 2026
https://github.com/offa/cet
Simple test execution, mostly for container environments.
container container-test cpp cpp17 systemtesting
Last synced: 18 May 2026
https://github.com/smv1999/leetcode_solutions
competitive-programming cpp leetcode leetcode-solutions
Last synced: 23 Mar 2025
https://github.com/vovandreevik/rkf45-runge_kutta_3_order
The program solves a system of differential equations according to the RKF45 program and the order 3 Runge-Kutta method
Last synced: 12 Sep 2025
https://github.com/kuro337/textract
Single Header High Performance C++ Image Processing Library to read content from Images and transform Images to text files.
cpp cpp20 cryptography folly opencv openmp-parallelization
Last synced: 18 Apr 2026
https://github.com/tarc/library-template
C++ library template project, featuring CMake, Conan, Google Test and Github actions
cmake conan cpp githubactions google-test template-project
Last synced: 25 Apr 2026
https://github.com/gwynbleidd0241/-ciaod_3sem_mirea-
Практические работы по СИАОДу МИРЭА
Last synced: 10 Jan 2026
https://github.com/univrsal/hintergrund
Manage and choose wallpapers dynamically based on rules
Last synced: 14 Mar 2025
https://github.com/herenturker/easm
EASM is an educational 2-pass assembler project targeting x86 systems, primarily supporting 16-bit assembly instructions. It serves as a learning tool to understand assembler design, symbol tables, and machine code generation.
asm assembler c cpp educational-project open-source x86
Last synced: 06 May 2026
https://github.com/yousufislam191/compiler
Solution of Compiler Design courses
Last synced: 04 Sep 2025
https://github.com/leandrosq/cpp-physics-sandbox
Simple Verlet physics sandbox
cpp cpp23 emscripten physics sandbox verlet verlet-integration verlet-physics wasm
Last synced: 17 Jan 2026
https://github.com/kanansnote/basic-programming-exercises
Some Programming Exercises in My Learning Journey. This repository contains code in Java, C++, Python, HTML, CSS, and JavaScript.
cpp css html java javascript learning programming python
Last synced: 30 Dec 2025
https://github.com/justehmadsaeed/bruteforcevrecursive-algorithms
Applied three different techniques⚡ to tackle the most efficient solution of finding the Subarray of an array, which holds the maximum sum of the whole array.
algorithm-challenges algorithms algorithms-implemented brute-force-algorithm cpp hybrid-algorithms recursive-algorithm
Last synced: 12 Jun 2026
https://github.com/tzcnt/tmc-asio
Asio integration for the TooManyCooks runtime
Last synced: 02 Feb 2026
https://github.com/seunomonije/quantum-programming-api
Allows programmers to harness quantum power with minimal quantum knowledge.
Last synced: 02 Sep 2025
https://github.com/lecrapouille/profiler
[Lib][Alpha version][Functional] Lightweight C++ frame profiler
Last synced: 07 Apr 2025
https://github.com/neuracollab/uni
Большие данные и распределенная цифровая на ПМ-ПУ СПБГУ 2024-2027г.
Last synced: 27 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/roystonfurtado/smart-glass
A Smart Glass which connects to a mobile device and displays all mobile notifications like incoming calls,messages,etc on an OLED Display.
android arduino arduino-uno cpp oled
Last synced: 09 May 2026
https://github.com/stuart6854/gfx
C++ Graphics Wrapper - Work In Progress (Only Vulkan ATM)
Last synced: 10 Nov 2025
https://github.com/sanchitbajaj02/my-c-project
C++ project of travel agency
Last synced: 04 Sep 2025
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/anakincodebase/project-based-learning
Curated list of project-based tutorials
cpp deep-learning julia-language machine-learning project-based-learning python3
Last synced: 05 May 2026
https://github.com/bonnyad9/tictactoe
Tic Tac Toe I made during my discrete mathematics lecture.
console-application cpp tic-tac-toe
Last synced: 04 Jun 2026
https://github.com/pacemakerx/leetcode-my-solutions
This repository contains my accepted LeetCode solutions, organized by question, showcasing my journey in problem-solving and competitive programming.
coding-practice coding-problems cpp datastructures-algorithms java leetcode leetcode-solutions problem
Last synced: 20 Apr 2026
https://github.com/vvaldesc/ballsortcpp
Ball Sorting based game made with C++ and ALLEGRO 5.2
allegro5 cpp fstream game keyboard-controls poo
Last synced: 04 Jun 2026
https://github.com/soaibsafi/competitive-programming
:fire: Progress on the problem-solving.
c codeforces competitive-programming cpp hackerrank python3 uri uva
Last synced: 20 Apr 2026
https://github.com/p4dro-dev/movimento_robo_arduino_cmm
Durante meus estudos autodidatas sobre Arduino, trabalhei em um projeto de um robô básico. E usei a linguagem em C++ para poder fazer ele poder movimentar às rodas, e ligar, e desligar luzes. Trabalhando de certa forma de Engenheira da Computação. Explorando mais essa área. OBS: Deu certo o projeto!
Last synced: 20 Apr 2026
https://github.com/amanoteam/revf
Reverse the content of files
c cpp rev text-utils util-linux
Last synced: 20 Apr 2026
https://github.com/cyberboss/cyberenginemkiii
x64 C++ Game Engine
cpp cpp14 doxygen game-engine multi-platform multithreading
Last synced: 05 Jun 2026
https://github.com/crghilardi/fortyp
A C++ implementation of the FIA forest typing algorithm
Last synced: 05 Jun 2026
https://github.com/ignabelitzky/ascii-video-player
ascii-art c-plus-plus console console-application cpp linux ncurses ncurses-library opencv opencv4
Last synced: 21 Apr 2026
https://github.com/cesar-borba/beecrowd-leetcode-questions
Repositório dedicado para resoluções de exercícios das plataformas Beecrowd e LeetCode.
Last synced: 21 Apr 2026
https://github.com/hominsu/stella
Stella is a C++ library for integrating C++ code with Lua scripts. It provides a set of convenient tools and functions that allow you to pass data between C++ and Lua, call functions, and register C++ functions for Lua to call.
Last synced: 21 Apr 2026
https://github.com/samirhamadaa/developer
A structured C++ project implementing OOP principles, focusing on encapsulation, abstraction, and multi-level inheritance with real-world object modeling.
abstraction classes cpp encapsulation inheritance object-oriented-programming oop
Last synced: 05 Jun 2026
https://github.com/embeddedcrab/linux_examples
c cpp cpp-interface linux-programming threads
Last synced: 22 Apr 2026
https://github.com/monkey0722/aos-core-monitor
Comprehensive monitoring software for deeply understanding the internal structure of AOS
Last synced: 22 Apr 2026
https://github.com/bumbelbee777/bvm
bvm: an virtual machine written in C++ for the honeycomb architecture
architecture cpp virtual-machine
Last synced: 05 Jun 2026
https://github.com/humbertocg18/braco-robotico-arduino-2022
Este é o código que eu usei para fazer um braço robótico com Arduino, servo motores e potenciometros para a feira experimental do Ensino Médio Técnico do @senacrs-emti (Distrito Criativo), que me rendeu a segunda colocação na mesma.
arduino cpp eletronics motors robotic robotic-arm
Last synced: 22 Apr 2026
https://github.com/dindinyt37/public-ip-tracker
A lightweight Windows system tray utility that monitors and logs public IP address changes
cpp csv ip-address ip-tracking monitoring networking system-tray utility winapi windows
Last synced: 22 Apr 2026
https://github.com/nitintonypaul/egarch-jdm-optimizer
A portfolio optimizer (MVO) featuring EGARCH and Jump Diffusion models, both fully implemented from scratch.
cpp egarch mean-variance-optimization merton-jump-diffusion monte-carlo python
Last synced: 24 Apr 2026
https://github.com/chafalleiro/vusibino-demo
Host and firmware to the VUSiBino
Last synced: 24 Apr 2026
https://github.com/kriogenia/shotdown
Little multiplayer videogame for the Videogames and Entertainment Software 20/21 subject of the University of Oviedo.
2d cpp game game-development shooter
Last synced: 24 Apr 2026
https://github.com/solveditnpc/home-automation
home automation using a relay and esp32 dev module with wifi capablities
2025 cpp embedded esp32 esp32-dev-board home-assistant-integration home-automation js relay-board server web-application wifi-configuration
Last synced: 24 Apr 2026
https://github.com/saxijing/zeus
autonomous vehicle control with LQR and PID controller
carla cpp frenet-cartesian lqr-controller opendrive openscenario pid-controller ros
Last synced: 24 Apr 2026
https://github.com/kartikmehta8/leetcode-practice
This repository contains solutions to my LeetCode problems that I solve on regular basis. There are separate READMEs for the solutions that are organized in such a way that everything related to the code is mentioned in it only.
Last synced: 06 Jun 2026
https://github.com/vschwaberow/llvm-mos-example
This repository shows a simple example how to use an IRQ on the Commodore C64 with the LLVM-MOS compiler toolchain for 6502.
Last synced: 24 Apr 2026
https://github.com/debjotyms/dsa-competitive-programming-codes
This is where I keep my solutions to coding challenges from places like LeetCode, Codeforces and many others. Check out how I solved them and and get some new ideas. It's a great resource for beginners and experienced coders alike.
competitive-programming cpp dsa leetcode-solutions python
Last synced: 24 Apr 2026
https://github.com/b0xtch/legion
A gaming platform for developing social games using a JSON file
Last synced: 25 Apr 2026
https://github.com/pgvalle/opengl-cpp-2
My second C++ Template to quickstart your opengl journey!
cmake cpp glfw graphics-programming jesus jesus-christ opengl opengl33 template template-project
Last synced: 25 Apr 2026
https://github.com/razzile/segoemdl2cppheaders
C++ Header wrapping Segoe MDL2 font assets
cpp segoe-fonts segoe-mdl-icons
Last synced: 25 Apr 2026
https://github.com/fl444mingo/fl4-cs131-class-3-5-pointers
March 5 Class, Pointers
Last synced: 06 Jun 2026
https://github.com/david-palma/cuda-programming
Educational CUDA C/C++ programming repository with commented examples on GPU parallel computing, matrix operations, and performance profiling. Requires a CUDA-enabled NVIDIA GPU.
c-cpp cpp cuda cuda-toolkit education gpu gpu-programming kernel matrix-operations nvcc nvidia parallel-computing parallel-programming practice profiling threads
Last synced: 25 Apr 2026
https://github.com/italoseara/interpolation
Homework from CG class. Scale images according to a scale factor using multiple algorithms
Last synced: 25 Apr 2026
https://github.com/giannycabral/c-programs
Esse repositório contém uma coleção de códigos e projetos desenvolvidos em linguagem C. Ele inclui exemplos práticos, algoritmos, exercícios úteis para quem deseja aprender e explorar o mundo da programação em C.
Last synced: 25 Apr 2026
https://github.com/cogan-software/hlwa
High-Level Windows Abstraction API to help developers access and manage the windows API (such as the registry) for application development in C++.
api cpp library lightweight registry windows
Last synced: 25 Apr 2026
https://github.com/surajdarade/competitive-programming
codeforces competitive-programming cp cpp strivers-cp-sheet
Last synced: 07 Jun 2026
https://github.com/lebrancworkshop/review-computer-science
Review the topics from Computer Science field.
c computer-architecture computer-network computer-science cpp digital-electronics hardware hardware-designs lecture-notes low-level-design low-level-programming operating-system operating-systems
Last synced: 26 Apr 2026
https://github.com/lucacasamentigamedev/pong
Simple Pong-clone projects in C++ and raylib. Without getting points
Last synced: 27 Apr 2026
https://github.com/cristicretu/cp-scraper
Competitive programming problem input parser
codeforces competitive-coding competitive-programming competitiveprogramming cp-scraper cpp deepsource infoarena pbinfo python scraper snippets web-scraper
Last synced: 27 Apr 2026
https://github.com/adamczykpiotr/simple-xpad
Simple C++ Library for Xbox One Controller / Pad
bluetooth cpp cpp14 linux usb usb-devices usb-hid xbox xbox-controller xbox-one xbox-one-controller
Last synced: 27 Apr 2026
https://github.com/zjykzj/modelflow
Model Eval & Export & Infer
clip cmake cplusplus cpp linux mnn nvidia onnx onnxruntime openclip openvino python pytorch tensorrt yolo11 yolo11-seg yolov5 yolov8 yolov8-seg
Last synced: 27 Apr 2026
https://github.com/perdidev/competitive-programing
Resource to learn competitive programing for indoensian
awesome-lists competitive-programming cplusplus cpp indonesia indonesian open-source tlx tlx-solutions
Last synced: 27 Apr 2026
https://github.com/uts58/retro-2d-space-shooter
Retro 2D Space Shooter: Dive into classic arcade action with this space shooter game, optimized for 1080p monitors. Built using C++, OpenGL, and the immersive IrrKlang Audio Driver
2d-game arcade audio-driver classic-game cmake collision-detection cpp game-development gaming irrklang opengl retro space-shooter visual-studio
Last synced: 27 Apr 2026
https://github.com/degitx/stun
RFC5389 / tiny STUN protocol client implementation on C / Get my ip
Last synced: 27 Apr 2026
https://github.com/fabioardis/1158engine
3D OpenGL engine with ImGui Editor written in C++
3d 3d-graphics cpp engine imgui imgui-glfw opengl shaders
Last synced: 27 Apr 2026
https://github.com/sampreets3/orb-tracking
Tracking of an object using the ORB detector in OpenCV
computer-vision cpp object-tracking opencv
Last synced: 27 Apr 2026
https://github.com/ostanton/simplecalculator
A remake of my Nim calculator but in C++ with wxWidgets.
cpp cpp-programming gui gui-application ui wxwidgets
Last synced: 28 Apr 2026
https://github.com/ashaduri/ashaduri
Config files for my GitHub profile.
config cplusplus cpp github-config modern-cpp-development rust
Last synced: 28 Apr 2026
https://github.com/spicycactuar/heightmap
Textured heightmap OpenGL application
blinn-phong computer-graphics cpp glm glsl heightmap opengl premake5
Last synced: 28 Apr 2026
https://github.com/0x0c/parallel_lines
Fuck'n simple dispatcher.
cpp cpp-library cpp11 dispatcher parallel threejs
Last synced: 28 Apr 2026
https://github.com/jakobknauer/l0
Statically typed, compiled programming language based on LLVM
Last synced: 28 Apr 2026