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-06-23 00:06:41 UTC
- JSON Representation
https://github.com/0rayn/gettoknow.github.io
Learning how everything works
assembly c cpp os-tutorial osdev
Last synced: 13 May 2025
https://github.com/apjanke/octave-jsonstuff
Matlab-compatible jsonencode/jsondecode functions for GNU Octave
cplusplus cpp gnu-octave json octave
Last synced: 12 Apr 2025
https://github.com/mingsm17518/cs-wiki
🌟Wiki of CS (computer science)
computer-science cpp mkdocs mkdocs-material
Last synced: 12 Apr 2025
https://github.com/novemus/stack-scopes
Analyzing C/C++ Stack Snapshots.
c-plus-plus cpp debug vscode vscode-extension
Last synced: 17 Jul 2025
https://github.com/mrrobinofficial/unreal-eventbus
The Event Subsystem is an event-based communication within the game. It enables a more modular and maintainable architecture.
cplusplus cpp event eventbus plugin unreal-engine unreal-engine-plugin
Last synced: 10 Apr 2025
https://github.com/ghulamghousdev/algorithm-analysis
This repository consists of codes written during my undergraduate Design and Analysis of Algorithms course!
algorithm-challenges algorithms c complex-analysis complexity cpp cutting greedy-algorithm greedy-algorithms hacktoberfest hybrid insertion-sort matrix merge-sort optimization-algorithms sorting sorting-algorithms
Last synced: 23 Jun 2025
https://github.com/aarav90-cpu/cpp-liquid-glass
Liquid Glass in C++
cpp cpp17 glassmorph glassmorphism-effect glassmorphism-ui glsl glsl-shader liquid-glass
Last synced: 18 May 2026
https://github.com/drapegnik/merge_sort
:new_moon_with_face: Multithread merge sort on C++
bsu c-plus-plus cpp famcs labs mergesort mpi sort sorting-algorithms study
Last synced: 05 Apr 2025
https://github.com/raleighlittles/minimal-gtest-example
A very very minimal example of how to configure and run GTest, Google's C++ testing framework.
cmake-examples cmakelists cpp google-test gtest ubuntu unit-testing-framework
Last synced: 21 Mar 2025
https://github.com/endurodave/statemachinewithdelegates
C++ State Machine with Delegates
asynchronous-callbacks cpp delegates state-machine
Last synced: 11 Jul 2025
https://github.com/miromannino/mexpr
C++ library which parses human-like arithmetic expressions
compiler cpp interpreter mathematical-expressions parser parsing parsing-library
Last synced: 05 Sep 2025
https://github.com/ahmedhamed3699/process-scheduler
A simple process scheduler project for Data Structures & Algorithms course
algorithms cpp data-structures os process-scheduler simulation
Last synced: 06 May 2025
https://github.com/php1ic/nuclear-data-reader
Read and combine data from the Atomic mass evaluation (AME) and NUBASE data files into a single array (std::vector) which can then be manipulated as required, or written to files for use with other code and software.
cpp cpp-library cpp20 nubase nuclear nuclear-data nuclear-physics physics
Last synced: 30 Dec 2025
https://github.com/eshaagarwa/leedcode_solution
🏆🌟 I solve the Problem of the Day on LeetCode daily 🗓️🧩 and have successfully tackled over 50 SQL questions. 💪🧠 Additionally, I've completed DATA Strcuture Course📚. My primary coding language is JAVA 💻, but I have also solved many problems in C++,Python ☕. 🏆🌟
cpp dsa-algorithm java practice-programming python
Last synced: 25 Aug 2025
https://github.com/cggos/dsa
Data Structures and Algorithms :sunny:
algorithms algorithms-and-data-structures cpp data-structures
Last synced: 28 Oct 2025
https://github.com/nurodev/xmake-scaffold
🌱 Minimal Xmake C++ Project Template
c cpp portfolio template template-project template-repository xmake
Last synced: 08 May 2025
https://github.com/phoemur/flappy
Flappy Bird Clone made with C++14 and SDL2
cpp cpp14 flappy-bird flappy-bird-clone flappybird sdl2 sdl2-image sdl2-library
Last synced: 17 Mar 2025
https://github.com/kriswiner/mc3635
mCube's ultra-low-power wake-on-motion 3-axis accelerometer
accelerometer arduino cpp wake-on-motion
Last synced: 17 May 2026
https://github.com/andreasgdp/robo-throw
Project about creating a robot system capable of picking up an object and throwing it hitting a given target.
Last synced: 07 Mar 2026
https://github.com/bardobard/bardrix
Mathemathical raytracing library for educational purposes.
cpp educational native nuget raytracing
Last synced: 20 Jul 2025
https://github.com/offensive-vk/classics
Classics: (C/C++) ~ This Repository Contains All of My C & C++ Programs. Hence, An Old School Repo. All Programs Have Categorized for Reference.
Last synced: 15 Jun 2025
https://github.com/choaib-elmadi/getting-started-with-ros
Learn the Robot Operating System (ROS), including both ROS1 Noetic and ROS2 Humble, installation and essential commands.
cpp debian-linux linux python robot robot-operating-system robotics ros ros1 ros1-noetic ros2 ros2-humble ubuntu
Last synced: 31 Oct 2025
https://github.com/aditya-a-garwal/agfilesystemscanner
A nifty command line tool to scan and search through the filesystem and get the sizes of directories
cpp filesystem filesystem-library std
Last synced: 17 Feb 2026
https://github.com/syedzawwarahmed/computer-graphics
A repo for OpenGL Code.
Last synced: 01 May 2025
https://github.com/subarnasaikia/tic-tac-toe
Created Tic Tac Toe game using OO design in c++
cpp cpp-game game terminal-game tic-tac-toe tictactoe
Last synced: 13 May 2025
https://github.com/bollos00/qtmessagefilter
A GUI Message Handler used for debugging on Qt/C++ Applications
cpp debug debugging-tool qt qt5
Last synced: 06 Mar 2026
https://github.com/supercmmetry/bitio
A simple and fast bitio library for c++
benchmark bitio cpp filesystem io memory-buffers read-write
Last synced: 02 Apr 2025
https://github.com/vittorioromeo/ssvmenusystem
[HEADER-ONLY] C++14 lambda-based library for quick creation of menus. Supports multiple nested menus (categories). Supports Single/Toggle/Slider menu item types. Useful in game development or console applications-
c-plus-plus cpp cpp11 cpp14 game game-development gamedev library menu
Last synced: 12 Jul 2025
https://github.com/hbarcelos/cpp-state-machine
Example implementation of a State Machine in C++ to illustrate the State Pattern
cpp design-patterns oop oop-principles
Last synced: 01 May 2025
https://github.com/not-nik/cpp-stalin
A C++ standard library implementation
cpp cpp11 cpp14 cpp17 cpp20 cpp23 standard-library stl
Last synced: 12 Apr 2025
https://github.com/helins/byte_buffer.cpp
Easily and safely read/write any type to byte arrays
arduino bytebuffer cplusplus cpp types
Last synced: 22 Apr 2026
https://github.com/sahilbansal17/cplusplus
Get to know A to Z of C++
basics-of-cpp cpp programming-language
Last synced: 30 Apr 2025
https://github.com/dcavar/fle
Free Linguistic Environment
bnfc cpp java lexical-functional-grammar lfg parsing xle
Last synced: 22 Jun 2025
https://github.com/tonitaga/maze_and_cave
Project about generation and solution of maze and cave developed in C++ programming language using Qt framework. Maze generation using Eller Algorithm, cave generation based on cellular automaton. You can see my article at the link below
Last synced: 08 Sep 2025
https://github.com/archer-01/cpp_modules
Introduction to C++ and Object Oriented Programming
Last synced: 06 Apr 2025
https://github.com/rafaykhattak/assets-managment-system-oop
Efficiently manage real estate properties and stock investments with this C++ console application. Track profits, input details, and streamline your financial management.
asset-management-system c cpp management-system object-oriented-programming oop
Last synced: 14 Jul 2025
https://github.com/unipr-org/deep-neural-network
Deep Neural Network Library: A flexible C++ library for building, training, and using deep neural networks. Modular, easy-to-use, and high-performance.
artificial-intelligence artificial-neural-networks cpp deep-neural-networks machine-learning
Last synced: 07 May 2025
https://github.com/zompi2/cppcorosample
My understanding of C++20 coroutines with sample code.
coroutines cpp cpp20 documentation
Last synced: 25 Jan 2026
https://github.com/ferhatgec/shicpp
Fegeya SHiC++, extensible syntax highlighting engine for many programming languages.
cpp cpp17 engine syntax syntax-highlight syntax-highlighter
Last synced: 18 Feb 2026
https://github.com/rir360/login-systems
The repository contains some different types of simple login systems programmed in c/c++ language. From a very simple password checking program to an advanced encryption system.
c cpp decryption encryption login password system
Last synced: 17 May 2026
https://github.com/alexwkleung/termstylist
🎨 A header-only terminal colours library
16-colors 256-colors ansi-colors cpp cpp-library cpp17 header-only terminal-colors termstylist
Last synced: 12 Apr 2025
https://github.com/vhpx/vacation-house-exchanger
A prototype airbnb-like application built as a final project for the Software Engineering Design course at RMIT University.
Last synced: 12 Apr 2025
https://github.com/njroussel/natura
An infinite procedural world (OpenGL)
3d-world cpp glsl opengl procedural-generation
Last synced: 14 May 2025
https://github.com/ShihabYasin/ImportantCodes
Some Repetative Important Code.
Last synced: 09 Jul 2025
https://github.com/veeso/stringext
C extension of string.h
ascii-to-hex c cpp hex-to-ascii join-in-c library libstring replace-in-c replaceall-in-c reverse-in-c string string-extended string-extension string-manipulation substr-in-c substring-in-c trim-in-c
Last synced: 21 May 2026
https://github.com/dalae37/dl-engine-directx11
DirectX11 Based 2D/3D Rendering Framework
cpp directx11 framework rendering-engine
Last synced: 14 Jul 2025
https://github.com/s4m-mo/language-runner-vscode
A VS Code extension that can run a variety of file types.
c cpp javascript language-runner nodejs python vbnet vscode vscode-extension
Last synced: 08 Apr 2026
https://github.com/sowinskibraeden/level-editor
My own terminal text editor written in c++.
Last synced: 16 Jun 2025
https://github.com/grazianobolla/monke-engine
Simple and Fast 2D Game Engine based on OpenGL and C++
Last synced: 19 Mar 2025
https://github.com/astrodynamic/dna_analazer-algorithms-for-working-with-text-in-cpp
This project implements substring search and sequence alignment algorithms for molecular sequences analysis. It includes the Rabin-Karp algorithm for substring search and the Needleman-Wunsch algorithm for sequence alignment. Developed in C++17, the code follows Google Style and includes a Makefile for building and testing the program.
algorithms analayze cmake cmakelists console-application console-applications cpp cpp17 dna dna-sequences hashing learning makefile rabin-karp-algorithm regex reusable testing text-algorithms text-summarization
Last synced: 20 Sep 2025
https://github.com/Panquesito7/setup-jule
Setup a JuleC development environment in your project.
action-composite actions c clang composite composite-action cpp hacktoberfest jule julec julelang programming
Last synced: 09 May 2025
https://github.com/bfjesso/hex-investigator
GUI memory searcher for Windows
cpp gui reverse-engineering windows wxwidgets
Last synced: 17 Jul 2025
https://github.com/mortennobel/glmatrix-vs-glm-benchmark
A benchmark between glMatrix (JavaScript) vs. GLM (C++)
Last synced: 23 Jun 2026
https://github.com/amirhoseinmasoumi/onnx-cuda-inference
A C++ project for running CUDA-accelerated ONNX model inference, using ONNX Runtime and OpenCV for image segmentation tasks.
cpp cuda inference onnxruntime onnxruntime-gpu opencv segmentation
Last synced: 12 Apr 2025
https://github.com/jcbhmr/cmakebyexample.jcbhmr.com
🔰 cmakebyexample.jcbhmr.com website
byexample c cmake cpp help-wanted looking-for-contributors vitepress website
Last synced: 11 Apr 2025
https://github.com/pony-hpp/explodeforexplode
An OpenGL destruction simulator game (in progress).
2d 2d-game 2d-graphics cpp cpp-game cpp17 opengl opengl-game simulator simulator-game
Last synced: 09 Sep 2025
https://github.com/gustavz/robosoccer_championship
Winner Team C++ Code of TUM Robosoccer Championship 2016
code cpp opencv robosoccer tum turtlebot
Last synced: 12 Apr 2025
https://github.com/eclipse-uprotocol/up-transport-vsomeip-cpp
C++ uPClient for vsomeip (SOME/IP)
cpp up-transport uprotocol vsomeip
Last synced: 07 Mar 2026
https://github.com/gmitch215/cmdfx
🎮 A Game Engine for your Terminal
c cmake cmdfx cpp game game-engine library
Last synced: 12 Apr 2025
https://github.com/pkprajapati7402/sudoku-solver
A C++ program to solve Sudoku puzzles using backtracking. Input a 9x9 grid with empty cells represented by 0s, and the solver will find the solution if it exists. Includes sample images for input format and solved output.
algorithms backtracking cpp grid problem-solving puzzle-solver recursion sudoku-solver
Last synced: 13 Apr 2025
https://github.com/kartikcode/data-structures-algorithms
Contains the implementation of various data structures and algorithms. The go-to resource for all your technical interviews and CP contests.
algorithms algorithms-datastructures cp-contests cpp data-structures hacktoberfest hacktoberfest2021 java
Last synced: 13 Apr 2025
https://github.com/svenslaggare/texteditor
A simple text editor written in C++.
Last synced: 18 May 2026
https://github.com/flipcoder/mx
C++ coroutine await, yield, channels, i/o events (single header + link to boost)
await concurrency coroutines cpp cpp11 iomultiplexing threads yield
Last synced: 08 May 2025
https://github.com/thetallprogrammer/password-manager
Falkenberg's Password Manager is a secure, offline tool for managing and storing passwords locally. With strong encryption and customizable password generation, it ensures your data remains private and protected.
cpp cyber-security cybersecurity data-encryption gui-application local-storage offline-password-manager password-generator password-generator-cpp password-management password-manager password-security privacy qt qtcreator security software-security
Last synced: 29 Oct 2025
https://github.com/terenstare/sortviz
A sorting visualizer written in C++20
cpp cpp20 sdl2 sorting-algorithms visualization
Last synced: 12 Apr 2025
https://github.com/howprogrammingworks/generics
Generic Programming
cpp generic generics javascript js typescript
Last synced: 07 May 2025
https://github.com/delu-u/aoc
I lost my previous AoC code. Let's remake it with a different language each year!
advent-of-code aoc c cpp csharp go haskell javascript kotlin python ruby rust
Last synced: 13 Apr 2025
https://github.com/antixk/sgmrfmix
A Python library for sGMRFmix model for anomaly detection in time series
anomaly-detection cpp graphical-lasso machine-learning python3 sgmrfmix sparse-modeling sparse-representations time-series variational-bayes
Last synced: 13 Apr 2025
https://github.com/s1ink/visionserver
A C++ vision processing library designed for raspberry pi deployment on an FRC robot
cpp cscore frc ml networktables opencv raspberry-pi tensorflow-lite vision wpilib
Last synced: 25 Jun 2025
https://github.com/arsenic-atg/cp-setup
Automation to make my pc ready for competitive programming
automation competitive-programming cplusplus cpp python
Last synced: 11 Jul 2025
https://github.com/luzifer/espsms
Receive SMS for a SIM-card and forward them to a server
Last synced: 18 Aug 2025
https://github.com/haoming02/tensorrt-cpp
Example TensorRT Program written in C++
cpp image-super-resolution tensorrt
Last synced: 27 Jul 2025
https://github.com/l-lawliet07/spyc
🖥️ cli tool for competitive programmers...
autoreload cli competitive-programmers cpp gcc nodejs
Last synced: 26 Jul 2025
https://github.com/cgyurgyik/eigenvectors-from-eigenvalues
Function to compute the normed eigenvectors from the eigenvalues of a Hermitian matrix.
arma armadillo cpp eig eigenvalues eigenvectors eigenvectors-from-eigenvalues eigenvectorsfromeigenvalues eigsym eigvec-from-eigval gefe matlab matlab-parallel normed-eigenvectors precision
Last synced: 25 Sep 2025
https://github.com/maksasj/omni_reflector
Omni reflector - C++ reflection/serialization library
Last synced: 23 Sep 2025
https://github.com/brainboxdotcc/command_example
An example of splitting slash commands into separate files using D++
cpp cpp17 discord discord-api discord-api-v10 discord-api-wrapper discord-bot dpp
Last synced: 12 Apr 2025
https://github.com/changyeop-yang/study-algorithm
수학과 컴퓨터 과학, 언어학 또는 관련 분야에서 어떠한 문제를 해결하기 위해 정해진 일련의 절차나 방법을 공식화한 형태로 표현한 것을 말한다. 알고리즘은 연산, 데이터 진행 또는 자동화된 추론을 수행한다.
algorithm cpp java kyungpook-national-university mit-license swift
Last synced: 02 Aug 2025
https://github.com/drimiteros/da-music-player
A basic music player made in C++
audio-player cpp cpp20 mp3-player music-player open-source sfml
Last synced: 23 Apr 2025
https://github.com/akhilsharmaa/competitive-programming-sublime
Sublime template @akhilsharmaa, auto-completions file
build competitive-programming cpp osx-setup sublime-text
Last synced: 04 Aug 2025
https://github.com/malisipi/pc_remote_control
Remote Control Device for Linux & Windows & Web
7-segment-display arduino arduino-uno cpp irremote linux player-controls presentation pwa python remote-control sound-controls web website windows
Last synced: 20 Aug 2025
https://github.com/101rror/leetcode
Contests, Practice Problems and Daily Challenges Solutions, 🤞💻🤞 (Author :: 101rror)
cpp daily-coding-problem javascript problem-solving python3
Last synced: 30 Aug 2025
https://github.com/rokid/mingutils
The C++ utilities repository includes logging, serialization, threading, parsing arguments and more.
Last synced: 31 Jul 2025