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/blagojeblagojevic/neural-network
Implemention of a small 1 layer neural network suitable for use in embedded systems
arduino c cpp embedded-systems esp32 evolution genetic-algorithm neural-network
Last synced: 08 Apr 2026
https://github.com/ryoga-exe/sivtexturesynthesis
Implementation of Texture Synthesis in Siv3D
Last synced: 28 Jun 2025
https://github.com/sugaliudaykiran/dsa_labs
Only DSA
algorithms-and-data-structures cpp cpp-programming data-structures dsa-algorithm dsa-practice stl-containers
Last synced: 15 Jul 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/tahsinayman/tahsin
This is a Repository Made by Tahsin Ayman
batch-file c cpp css html java javascript other python
Last synced: 08 Apr 2026
https://github.com/mataruzz/arcadeplayground
ArcadePlayground is a Qt-based platform featuring classic games like Tic-Tac-Toe and Tetris, with more titles coming soon. Explore and enjoy retro gaming in a simple, fun environment!
classic-game cpp gamedev qt tetris tic-tac-toe
Last synced: 11 May 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/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/zoelabbb/game-gms
Game GMS using C++ language | Indonesian edition
cpp edition game indonesia indonesian-language linux
Last synced: 23 Jun 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/anmamun0/arduino-robotics-learning
A comprehensive guide to learning robotics using Arduino. This repository covers the basics of Arduino programming, sensor integration, motor control, and building robotic projects. Perfect for beginners looking to explore robotics through hands-on projects and step-by-step tutorials.
arduino assembly-language cpp robotics
Last synced: 24 Jul 2025
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/fl444mingo/fl4-cs131-03-01-whileextra
Ch. 3, Lesson 1, While Continuation
Last synced: 17 Sep 2025
https://github.com/khip01/batu-kertas-gunting
Game/Permainan
cpp devcpp executable game simple-game
Last synced: 25 Jul 2025
https://github.com/antonako1/arghand
Single header argument parsing and handling library made with C++11
Last synced: 25 Jul 2025
https://github.com/josh012006/height-of-binary-search-tree
Implementation of a method getHeight to compute the height of a Binary Search Tree.
algorithms-and-data-structures binary-search-tree cpp
Last synced: 25 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/hydraphyzer/bank-management-system-in-cpp
This is my Semester Project. This is Basically a Bank Management System Made In C++
bankmanagementsystem cpp filehandling hydraphyzer hydraphyzergithub muhammadzubair
Last synced: 26 Jul 2025
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/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/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/dalae37/ponggameserver
Table tennis game server
cpp gameserver visualstudio2022 winsocket
Last synced: 27 Jul 2025
https://github.com/mahdialmusaad/badcraft
A voxel game built to be performant, memory-efficient and cross compatible.
Last synced: 27 Jul 2025
https://github.com/samukiszhsd/linguagemc
Estudo da faculdade sobre a linguagem C e C ++
Last synced: 27 Jul 2025
https://github.com/obinexus/jiggleengine
Specialized soft-body physics animation framework for character development. Human-in-the-loop methodology with web-based development environment, skeletal rigging, clothing simulation, and Blender export pipeline. Built on NLink→PolyBuild→JiggleEngine architecture.
alembic blender-export character-animation clothing-simulation cpp fabric-simulation fbx-export gltf human-in-the-loop obinexus-computing physics-simulation skeletal-rigging soft-body-physics systematic-engineering three-js webassembly webgl
Last synced: 19 May 2026
https://github.com/swillner/cpp-library
Several code snippets and mini-projects that don't have their own repository yet
automatic-differentiation convenience-functions cpp cpp-library csv-parser progress-bar snippets zip
Last synced: 28 Jul 2025
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/kyrylo-sovailo/dumb-way-to-debug
When there is no debugger and printf's ain't cutting it
Last synced: 29 Jul 2025
https://github.com/aryangupta9680/dsa-solved-questions
This repository contains solutions to various Data Structures and Algorithms (DSA) problems solved by me. The questions are sourced from renowned coding platforms like GeeksforGeeks, LeetCode, Codeforces, InterviewBit, HackerRank, and more.
algorithms cpp data-structures dsa geeksforgeeks interviewbit leetcode problem-solving
Last synced: 07 Nov 2025
https://github.com/coralkashri/cppsenioreas-iterators
This is an examples repository of C++ Senioreas blog iterators article.
code-refactoring cpp cppsenioreas iterators
Last synced: 29 Jul 2025
https://github.com/quentinguidee/cpp-ultimate
C++ Ultimate is the extension you need for VSCode!
Last synced: 21 Sep 2025
https://github.com/druxorey/ucv-ayed
Respuestas y ejercicios resueltos de las guías de Algoritmos y Estructuras de Datos en C++, organizados por temas.
algorithms-and-data-structures cpp ucv
Last synced: 21 Sep 2025
https://github.com/robertkist/vbcc_installer
Automated installer for VBCC Amiga C Compilers on Unix/Mac
amiga c cpp retrocomputing vbcc
Last synced: 15 Apr 2026
https://github.com/eclipse-keypop/keypop-card-cpp-api
Eclipse Keypop project repository containing a C++ implementation of the 'Card API' standardized by the Calypso Networks association for ticketing terminal processing smart card
Last synced: 30 Jul 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/linux-alex/geep
GEEP (Genetic Evolutionary Engineering Platform) - a C++/Qt framework for genetic programming, optimized with CUDA acceleration. GEEP enables large-scale population-based optimization, ideal for solving high-dimensional problems using evolutionary algorithms and GPU computing.
cpp cuda framework genetic-programming
Last synced: 18 May 2026
https://github.com/moehoshio/nlog
An easy-to-use, modern, lightweight, and efficient C++20 logging library.
Last synced: 23 Sep 2025
https://github.com/vokungahrotlaas/sfml-maze
C++ program which creates and solves mazes.
cpp maze maze-generator maze-solver sfml
Last synced: 31 Jul 2025
https://github.com/toxe/enum_mapping_comparison
C++ enum mapping comparison and benchmark.
benchmark comparison cpp enum mapping
Last synced: 31 Jul 2025
https://github.com/jmz-mzr/containers
A performant recreation of the C++ library containers
42 42born2code 42cursus 42network 42paris 42school algorithm containers cpp cpp-containers cpp98 metaprogramming redblacktree sfinae stl stl-containers
Last synced: 09 Apr 2026
https://github.com/sasha-hk/cpp
🏔️ Basic algorithms and data structures on cpp
algorithms cpp data-structures
Last synced: 01 Aug 2025
https://github.com/t-katsumura/webassembly-examples-eratosthenes
webassembly examples which calculate prime by Sieve of Eratosthenes
assemblyscript c cpp golang javascript rust wasi wasm webassembly webassembly-demo
Last synced: 01 Aug 2025
https://github.com/nemuelw/cheska
Builder for analysis-aware Windows droppers
anti-analysis anti-debugging anti-sandbox anti-vm cpp defense-evasion detection-evasion dropper malware-development python security-research windows-malware
Last synced: 01 Aug 2025
https://github.com/bhabishworgrg/hangman
Daily C++ Learning Journey: From Basics to Building a Hangman Game
Last synced: 02 Aug 2025
https://github.com/daramkun/videoslicer
Video slicing application
cpp cxx ffmpeg media-foundation video-parser
Last synced: 09 Apr 2026
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/kerimkuscu/cpp-sorting-algorithms-execution-time
C++ selection sort, insertion sort, bubble sort and merge sort execution time. Demo =>
bubble bubble-algorithms bubble-sort bubblesort cpp dev-cpp devcpp insertion insertion-algorithms insertion-sort insertionsort merge merge-algorithms merge-sort mergesort selection selection-algorithms selection-sort selectionsort
Last synced: 02 Aug 2025
https://github.com/brdav/fastrvm
[fastrvm] Relevance Vector Machine in Python with a C++ Core
bayesian classification cpp python regression relevance-vector-machine sparse
Last synced: 17 May 2026
https://github.com/dreyyan/cipher-midterms-programming-cpp
[ CIPHER R&D Committee · C++ Midterms Programming Materials & Practice Problems ]
Last synced: 27 Sep 2025
https://github.com/erushasandushan/cafeteria-system
A C++ and SQL-based cafeteria management system built as a learning project to strengthen my C++ skills and practice database integration. ( Started Learning C++ in September 2025 )
Last synced: 27 Sep 2025
https://github.com/kroko-ai/kroko-onnx
Kroko ASR - Speech-to-text
ai asr asr-innovation-tech asr-libraries asr-model cpp python speech speech-recognition speech-to-text
Last synced: 30 Sep 2025
https://github.com/crazyokd/vimrc
Own vim/nvim configuration, especially for c/cpp
Last synced: 09 Apr 2026
https://github.com/rosekamallove/learn_code
This is a repository that contains all the topics that I @rosekamallove studied while learning to code and am currently learning Data Structures and Algorithms, and all the code I wrote are in this repo and I am thinking of making this repo more like a Learning resource.
algorithms competitive-programming cpp data-structures development
Last synced: 04 Aug 2025
https://github.com/sameetasadullah/queue-implementation
My own templatized C++ implementation of Queue using Microsoft Visual Studio
Last synced: 29 Jun 2026
https://github.com/luiz-marcio-faria-de-aquino-viana/tsp
TSP - Análise Desempenho do Problema do Caixeiro Viajante. Trabalho Elaborado durante o Curso de Pós-Doutoramento em Engenharia Elétrica com Ênfase em Engenharia de Sistemas e Computação (COPPE/UFRJ entre 2020-2022).
Last synced: 06 Aug 2025
https://github.com/novolife/railroute
A program which can calculate a longest path of a rail system
Last synced: 03 Oct 2025
https://github.com/amir78729/algorithm-design-course
algorithms clrs cpp java python
Last synced: 09 Apr 2026
https://github.com/m4x1m1l14n/system
Various C++ helper functions & classes
Last synced: 09 Aug 2025
https://github.com/himel-sarder/two-pointers-algorithm-with-himel
"Two-Pointers-with-Himel" repository offers implementations and explanations of the Two Pointer Technique, a powerful algorithmic approach for efficient problem-solving in arrays and linked lists. Explore Python code examples, detailed problem analyses, and contributions to enhance your understanding and mastery of this technique.
cpp leetcode leetcode-python leetcode-solutions python3 two-pointers
Last synced: 04 May 2026
https://github.com/sandeepkushwaha/cpp-course-for-absolute-beginners
C++ Course for absolute beginners (Zero to Hero).
code-with-sandeep course cpp cpp-course cpp-course-absolute-beginners cpp-course-for-beginners cpp-programming cpp-zero-to-hero programming-language tutorial-code
Last synced: 11 Aug 2025
https://github.com/amazingmonster/functivore
A C++ template library for inspecting and simplifying function signatures.
Last synced: 11 Aug 2025
https://github.com/mhahnfr/42cursus-ft_containers
Reimplementation of a few containers of the C++ standard library.
42projects containers cplusplus cpp cpp98 red-black-tree
Last synced: 04 Oct 2025
https://github.com/umarmasood1/modern-stylish-ui-components
This is a carefully crafted set of modern, stylish UI components designed using Qt C++ and Qt Style Sheets (QSS) — delivering a clean, responsive, and highly customizable user interface experience. Inspired by contemporary design systems like Material Design and Fluent UI,.
app-compoents app-ui-elements cmake cpp cross-platform css modern-design-app modern-ui modern-ui-components modern-ux qss qt qt-cpp qt6
Last synced: 12 Aug 2025
https://github.com/s-bose/makeclass_cpp
a C++ program to generate all the required file skeletons for a class
Last synced: 04 Oct 2025
https://github.com/arocull/shepherd
A top-down game about a shepherd and his flock of sheep.
Last synced: 14 Aug 2025
https://github.com/MatheusAndrade23/exercicios-beecrowd-resolvidos
Resolução de vários exercícios do Beecrowd na linguagem C++.
Last synced: 17 Aug 2025
https://github.com/georgjz/ftxui-cradle
A simple C++ project template for applications using FTXUI
cpp ftxui gui template-project
Last synced: 05 Oct 2025
https://github.com/chunchunmorning/ascinput
Input Manager for OpenSiv3D.
c-plus-plus cpp opensiv3d siv3d
Last synced: 09 Apr 2026
https://github.com/dvsku/libnetwrk
Cross-platform networking library.
cpp cpp20 cross-platform dvsku dvsku-libnetwrk libnetwrk networking networking-library
Last synced: 16 Jan 2026
https://github.com/bipin161523/basic
"Basic Coding of Languages" A collection of beginner-friendly coding projects to learn and explore different programming languages. Starting with C, this repository will gradually expand to include Python, Java, JavaScript, C++, Ruby, and web development basics (HTML/CSS). Follow my journey and explore simple implementations and exercises aimed at
c cpp css html java javascript python ruby
Last synced: 10 Apr 2026
https://github.com/eclipse-keypop/keypop-reader-cpp-api
Eclipse Keypop project repository containing a C++ implementation of the 'Reader API' standardized by the Calypso Networks association for ticketing terminal processing smart card
Last synced: 18 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/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/siddhant-vij/concurrent-merge-sort
Merge sort using concurrency in multiple programming languages.
concurrency cpp go java merge-sort multithreading optimization python
Last synced: 06 May 2026
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/phantom9999/mithril
代码收集
apollo-client cpp fiber graph-engine strategy-server taskflow
Last synced: 19 Aug 2025
https://github.com/rishabh672003/hash-table-in-cpp
A very simple hash table implementation in CPP
cmake cpp cpp20 data-structures hash hash-table hashing
Last synced: 19 Aug 2025
https://github.com/kampi/sensorhub
Solar-powered, low energy environment sensor node with WiFi interface.
c cpp electronics iot mqtt mqtt-client particle particle-argon qt raspberry-pi
Last synced: 10 Apr 2026
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/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/gusenov/examples-eventbus
Примеры работы с С++ библиотекой eventbus.
Last synced: 25 Jun 2026
https://github.com/zazi2002/broken
BROKEN is a C++ game project of Basics of Programming course.
Last synced: 20 Aug 2025
https://github.com/djoezeke/yamlfy
A Lightweight Yaml file parser and emmiter written in pure c.
c config configuration cpp deserialize emmiter parser serializer yaml yaml-parser
Last synced: 21 Aug 2025