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/inanyan/old-terminal-editor
An attemp to create a terminal text editor
cpp editor kilo terminal text-editor
Last synced: 01 Nov 2025
https://github.com/skunichetty/nbsim
A CLI tool simulating gravitational interactions between planetary bodies
cpp gravity high-performance simulation
Last synced: 17 Jan 2026
https://github.com/widberg/tmpl
CLI template replacement tool
cli cmake cmd command-line-tool cpp lightweight linux macos mit mit-license template tmpl unix windows
Last synced: 08 Apr 2026
https://github.com/sayururehan/ooc
Contains Labsheets, Tutorials and Practicals done by S. R. Bopitiya IT21470004
cplusplus cpp object-oriented-programming ooc
Last synced: 22 Mar 2025
https://github.com/sa2003hil/dsa
Explore fundamental Data Structures and Algorithms with this repository. It contains clear implementations, detailed explanations, and practical examples in various programming languages. Perfect for learning, practicing, and mastering the core concepts of computer science and programming.
arrays cpp dsa dsa-algorithm graph linked-list queue stack string
Last synced: 14 Apr 2025
https://github.com/madduci/opencv_demo
A collection of examples using OpenCV 2.4 and 3.0 APIs
cmake computer-vision cpp opencv
Last synced: 09 May 2026
https://github.com/sir-gon/algorithm-exercises-cpp
Algorithms Exercises solved in C++17, running with CMake and Catch2 unittest framework. Developed with TDD.
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures catch2 cmake cpp cpp17 exercises-code-cpp exercises-solutions hackerrank hackerrank-challenges hackerrank-cpp hackerrank-solutions projecteuler tdd test-driven-development test-driven-development-with-cpp
Last synced: 18 Aug 2025
https://github.com/kampi/particle-mqtt
MQTT client implementation for TCP supporting devices (i. e. Argon, Photon) from Particle IoT.
cpp mqtt particle-argon particle-iot particle-swarm-optimization spark
Last synced: 14 Mar 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/htl-stp-ecer/stm32-data-reader
Raspberry Pi ↔ STM32 SPI bridge — reads sensor data and publishes it via LCM for RaccoonOS
botball cpp lcm raccoon-os raspberry-pi robotics spi stm32
Last synced: 23 May 2026
https://github.com/skillfulelectro/core-compute_native
Native binding gen for core-compute api
binding binding-generator c cpp cross-platform gpgpu parallel-computing rust wgpu
Last synced: 02 Aug 2025
https://github.com/snandasena/cf-contests
Competitive programming challenges and their solutions for Codefocers, Hackerrank, and Leetcode.
algorithms bst cpp data-structures dp graph greedy-algorithms math
Last synced: 05 Oct 2025
https://github.com/yushikuni/thewitchermechanic
The repository is for testing the witcher mechanic
cpp gameplay portfolio-website thewitcher unfinished-project
Last synced: 27 Jul 2025
https://github.com/adarshaddee/hacktoberfest-2022
Hacktoberfest2022🥳 - Contribute given programs in every language😎 you want, every PR will be accepted😍!!!
adarshaddee c codarsh cpp dart golang hacktoberfest hacktoberfest-accepted java javascript mridealhat php python ruby rust
Last synced: 07 Mar 2026
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/lux-qaq/type-vision-cpp
C++20 type visualization header-only library
c-plus-plus cpp cpp20 header-only reflection struct visualization
Last synced: 08 Aug 2025
https://github.com/alh477/idtech4-dsp-driver
This prototype integrates a Texas Instruments TMS320C674x DSP with the Doom 3 GPL codebase to offload real-time ray-traced audio computations for reverb, occlusion, diffraction, and absorption. It leverages libusb for low-latency data transfer and preserves compatibility with existing OSS/ALSA backends, targeting <20ms latency.
audio-processing c cpp doom3 dsp dsplib game-development game-engine idtech4 libusb prey-2006 quake4 raytracing stochastic-simulation thedarkmod tms320c6748 tms320c674x
Last synced: 18 May 2026
https://github.com/melikechan/competitive-libs
melikechan's competitive programming library
competitive-programming competitive-programming-algorithms cp-algorithms cpp
Last synced: 05 Mar 2025
https://github.com/akagi201/reinterpret
number type convertation with reinterpret_cast in C++
Last synced: 26 Feb 2025
https://github.com/end2endzone/smart-doorbell-homeassistant
A project to convert a traditional electromagnetic chime doorbell into a smart doorbell compatible with Home Assistant.
cpp doorbell esp esp8266 home-assistant mqtt
Last synced: 08 Apr 2026
https://github.com/isho-0/solved-ac
solved.ac 문제 해결 알고리즘을 기록하는 저장소
cc cmakelists cpp cpp17 solved-ac study-notes
Last synced: 17 Sep 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/bsmithcompsci/library-twitchircsdk
TwitchIRC Software Development Kit - Simplifies integration to Twitch API.
asio cpp irc sdk twitch twitch-api twitch-bot twitch-irc twitch-sdk twitchirc twitchsdk twitchtv
Last synced: 14 Mar 2025
https://github.com/gogosan1/odesolverservice
Выпускная квалификационная работа бакалавра. Разработка программного обеспечения для расчета поведения динамических и гибридных систем.
cmake cpp docker-compose env java julia maven spring-boot
Last synced: 08 Apr 2026
https://github.com/alexiszamanidis/sql_query_executor
A Parallel SQL Query Executor that parses and executes SQL queries using a Thread pool. It also rearranges the predicates by frequency to reduce execution time.
bash c cpp parallelization sql-query-executor thread-pool
Last synced: 09 Apr 2026
https://github.com/wisoxx/chess
A C++ command-line chess game with basic mechanics, including piece movement, promotion, and turn-based play. It uses modular classes for game logic and board management.
ascii ascii-chess chess cli cpp game
Last synced: 24 Jul 2025
https://github.com/irohandev/a2z-dsa-sheet
🚀 Striver's A2Z DSA Course Solutions! 📚 Master data structures & algorithms with code & detailed explanations. Perfect for prep! 💡
cpp dsa-algorithm problem-solving striver-a2z-sheet
Last synced: 24 Jul 2025
https://github.com/artem78/s60-positioning
Recieve location with GPS for Symbian OS
cpp gps library location module positioning symbian symbiancpp
Last synced: 24 May 2026
https://github.com/ufthaq/tirakat
App for tracking your tirakat
audioplayer c c-plus-plus cpp desktop-application indonesia mit raylib windows
Last synced: 08 May 2026
https://github.com/svaniksharma/chess_engine.cpp
A little chess engine in C++
chess chess-ai chess-engine cpp cpp17
Last synced: 24 Jul 2025
https://github.com/hengdulife/dll-maker
Cross-Platform Dynamic Link Library Generator | Vue3 + Django | Making DLL/SO Creation Easy for Everyone | By Hengdu Life"跨平台动态链接库生成工具 | Vue3 + Django | 让小白也能制作DLL/SO | 作者:衡度人生"
compiler cpp cross-platform django dll dynamic-library go golang python rust so typescript vue webassembly zig
Last synced: 10 Apr 2026
https://github.com/locus-x64/connect-4-game-using-cpp-class
This is a simple Connect4Game written in C++ using class and multi-files.
Last synced: 29 Jun 2026
https://github.com/abderrsfa/cpp_modules
9 modules of C++ each cover a certain topic to help you understand the specificities of C++ and Object-oriented Programming.
1337 42born2code classes cpp inheritance object-oriented-programming oop stl templates
Last synced: 13 Oct 2025
https://github.com/fabiannorbertoescobar/cpp-ejercicios
Proyectos de programación estructurada y orientada a objetos en C++, de Programación y posteriores.
cola cpp estructuras-de-datos excepciones herencia object-oriented-programming objetos pilas polimorfismo programming-exercises programming-language referencias sobrecarga templates
Last synced: 17 Sep 2025
https://github.com/engineersbox/cpp-lru-cache
A C++ implementation of a Least Recently Used cache
Last synced: 22 Mar 2025
https://github.com/flast/cppcheck-sarif
Convert cppcheck xml report to SARIF
c c-plus-plus cplusplus cpp cppcheck sarif static-analysis
Last synced: 11 May 2026
https://github.com/cgyurgyik/ray-tracing
Type safe ray tracing.
cpp ray ray-trace-one-weekend ray-tracing raytracing trace type-safe-vectors vector
Last synced: 21 May 2026
https://github.com/coders-school/object-oriented-programming
C++ online course. Modules about object-oriented programming.
coders-school cplusplus cpp cpp17 markdown md
Last synced: 06 Sep 2025
https://github.com/alexnask/cpp_ml
C++20 machine learning library with no external dependencies (nanorange used temporarily for C++20 ranges)
auto-differentiation cpp cpp20 machine-learning
Last synced: 27 Mar 2025
https://github.com/ashrockzzz2003/sudoku_solver
A Sudoku Puzzle solver!
cpp cpp17 sudoku sudoku-game sudoku-puzzle sudoku-solver
Last synced: 19 Aug 2025
https://github.com/verzatiledev/unreal.peekandimpact
FPS game JD Keeps telling me to make, so here I will make an FPS game that followed the idea of Peeking and Impacting.
and cpp engine fps game impact peek unreal verzatiledev video-game
Last synced: 19 Aug 2025
https://github.com/paltoudara/gauss_elimination_no_guidance
algorithms cpp gauss-elimination gauss-elimination-algorithm
Last synced: 30 Jul 2025
https://github.com/paltoudara/algo_3
algorithms cpp fixed-point-iteration newtons-method
Last synced: 30 Jul 2025
https://github.com/amankumarsinhagithub/data-structures-algorithm-dsa
algorithms cpp data-structures dsa
Last synced: 20 Aug 2025
https://github.com/addytrunks/data_structures
The codes for all the lab exercises for the course CS1006T Data Structures.
Last synced: 20 Aug 2025
https://github.com/3n3a/fibonacci_sequence
generating a fibonacci sequence in c++/cpp and getting the values with script
cpp fibonacci maths programming
Last synced: 02 Aug 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/zeionara/microcoding
Kursach for 'computers organisation' discipline
Last synced: 17 Sep 2025
https://github.com/gusenov/examples-eventbus
Примеры работы с С++ библиотекой eventbus.
Last synced: 25 Jun 2026
https://github.com/devsujay19/hello-world-in-17-different-programming-languages
"Hello World!" Word In 17 Different Programming Languages.
c cpp cs d-language golang hello-world html java javascript languages php programming programming-languages python r ruby rust sql swift vue
Last synced: 09 Apr 2026
https://github.com/paltoudara/_single_linked_list_
containers cpp iterators linked-list simple stl-containers
Last synced: 30 Jul 2025
https://github.com/khip01/batu-kertas-gunting
Game/Permainan
cpp devcpp executable game simple-game
Last synced: 25 Jul 2025
https://github.com/bruhmoent/never-finite
A 2D up-and-coming remake of my little platformer game - TuxBall! The levels are endless, since they are randomly generated! Build your way and collect 10 coins to pass to the next level. Made in sfml.
2d-game 2d-platformer-game cpp platformer sfml
Last synced: 19 May 2026
https://github.com/ralvarezdev/uru-programming-1-minigrep
My version of Linux's Grep tool from Programming 1 college course
cpp grep grep-like rafael-urdaneta-university universidad-rafael-urdaneta uru
Last synced: 15 Jun 2026
https://github.com/antonako1/arghand
Single header argument parsing and handling library made with C++11
Last synced: 25 Jul 2025
https://github.com/k-daksh/face-detection-project
This project is Face detection using C++ and OpenCV
cpp face-detection haar-cascade haar-cascade-classifier hacktoberfest hacktoberfest2022 open-source opencv
Last synced: 18 Feb 2026
https://github.com/zong4/geometrystructure
More mathmatical geometry structure and implementation of sweep line algorithm
cpp geometric-algorithms geometry sweepline sweepline-algorithms
Last synced: 25 Jul 2025
https://github.com/tareqalkushari/leetcode-problem-solutions
This repository contains a comprehensive collection of solutions to LeetCode problems, crafted with clarity and efficiency in mind. Each solution is written in a clean, readable format and includes insights into time and space complexity, making it an ideal resource for technical interview preparation, algorithm practice, and self-paced learning.
algorithm-practice algorithms arrays binary-search coding-interview competitive-programming cpp data-structures dynamic-programming graph-algorithms hashmap interview-preparation java leetcode leetcode-solutions problem-solving python recursion strings technical-interview
Last synced: 28 Aug 2025
https://github.com/ferhatgec/lyricpps
lyricpps, song lyrics engine
cpp header-only lyrics lyrics-engine single-header song
Last synced: 18 Feb 2026
https://github.com/hojsong/game_and_server
c client cpp database docker docker-compose grapics linux macos makefile pgadmin4 postgressql server shellscript socket-programming
Last synced: 10 Apr 2026
https://github.com/asut00/webserv
Custom HTTP server implemented in C++98, designed to handle client requests efficiently, parse HTTP messages, and serve static or dynamic content.
Last synced: 04 Nov 2025
https://github.com/gmorales08/chip8emu
A CHIP-8 interpreter written in C++11
chip-8 chip8 chip8-emulator cpp cpp11 emulation emulator sdl2
Last synced: 30 Mar 2025
https://github.com/aliakseis/grpc-demo
cpp grpc publish-subscribe streaming
Last synced: 20 May 2026
https://github.com/pomettini/ue4-multithreaded-fibonacci
Unreal component that calculates the Fibonacci sequence on separate threads
cpp fibonacci fibonacci-sequence multithreading unreal unreal-engine unreal-engine-4
Last synced: 27 Mar 2025
https://github.com/rodrigobdz/robotics-orange
TU Berlin: Robotics Fundamentals 2016 Orange
Last synced: 09 May 2026
https://github.com/janwilczek/adc24-talk
Companion repository to my Audio Developer Conference 2024 talk entitled "Bug-Free JUCE UI: Structure Your GUI Code For Stability, Testability & Clean Architecture"
clean-architecture cpp juce juce-application juce-framework juce-plugins mvvm
Last synced: 19 May 2026
https://github.com/akash-rajak/hello-world-with-android-ndk
A simple Android NDK(Native Development Kit) based Hello World Program.
Last synced: 11 May 2026
https://github.com/davidson-souza/cpp
Códigos aleatórios em c/c++
code cpp data-structures examples math number-theory
Last synced: 06 Sep 2025
https://github.com/gustavohnsv/my-wallet-simulator
Repositório para estudo da linguagem C++, com um simulador de carteira bancária simples, que possui função de depósito, saque e transferência.
cpp exercise good-first-issue good-first-pr wallet
Last synced: 03 Apr 2025
https://github.com/t-88/domes
another todo app in my cv
cpp engine hacktoberfest hacktoberfest2022 layout-engine
Last synced: 16 Jun 2025
https://github.com/alwaysdhruv/image_classification
Hi their my self Dhruv. So this repository or project are developed on C++ and Python for image recognize. C++ are main engine and python are work preprocessing only. more information are in README file.
artificial-intelligence backpropagation bias convolution cpp filesystem filters flatten fully-convolutional-networks image machine-learning-algorithms maths maxpooling preprocessing python vector weigths
Last synced: 15 Jun 2025
https://github.com/theundername/example-embedded-lua-on-cpp
Example lua embedding in cpp
Last synced: 17 Mar 2025
https://github.com/rohit141914/leetcode
Collection of LeetCode questions
arrays cpp data-structures-and-algorithms graph-algorithms hashing queue stack string tree-structure vector
Last synced: 20 Jan 2026
https://github.com/raihan4520/computer-graphics
Contains the final project from the Computer Graphics course at AIUB. The project demonstrates 2D and 3D object rendering and transformations using OpenGL, GLUT and C++.
3d-rendering computer-graphics cpp opengl transformation
Last synced: 15 May 2026
https://github.com/dkosmari/libxint
libxint is a C++20 headers-only library for fixed-width large integers.
Last synced: 03 Jun 2026
https://github.com/samlior/cinatra_example
This is a example project for cinatra
Last synced: 08 Jul 2025
https://github.com/shaman-dp/patterns
Паттерны проектирования на C++ с примерами
cpp designpatterns development oop patterns patterns-cpp softwaredesign
Last synced: 04 May 2025
https://github.com/bursasha/cpp-advanced-projects
Advanced programming and algorithmization in C++ ⚔️
algorithms-and-data-structures automata-theory avl-tree bfs cpp cvut-fit dynamic-programming grammars graph-algorithms informatics-engineering multithreading optimization-algorithms programming regular-languages stl theoretical-computer-science thread-synchronization topsort
Last synced: 03 Apr 2025
https://github.com/surajmaurya14/vscode-config
This contains my Coding Template
cpp keybindings settings snippets template
Last synced: 30 Jun 2026
https://github.com/jessmattless/sonic-2
A remake of the game Sonic 2 made with C++ and SDL. With an added level editor
Last synced: 20 Mar 2025