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-30 00:06:51 UTC
- JSON Representation
https://github.com/Tanner-Davison/cpp_class_overloading
Demonstrates object-oriented programming concepts such as dynamic memory management, copy constructors, assignment operators, and the creation of custom data structures like an ArrayList. The ArrayList class manages a dynamically allocated array of characters
c cpp dynamic-memory-management
Last synced: 06 Mar 2025
https://github.com/icrobotics-team167/2015recyclerush
Robot code for the 2015 FRC game
cpp first frc frc-recycle-rush robotics
Last synced: 29 Aug 2025
https://github.com/mrfoxak/problem_solving
c compititive-programming cpp pattern patterns
Last synced: 03 Jan 2026
https://github.com/slimrealm/cpp-midi-art-lab
MIDI Art Lab generates digital art based on notes played on a connected MIDI keyboard. Sample output images in README.
algorithm-design cpp midi-processing sfml2
Last synced: 06 Jun 2026
https://github.com/kimpro82/mycodingcontest
Problem Solving : CodeForces, AtCoder, Baekjoon, Programmers and so on
algorithm atcoder baekjoon bash codeforces coding-challenge coding-test competitive-programming cpp csharp kotlin programmers python r rust
Last synced: 07 May 2025
https://github.com/wesleych3n/process-cpp
A rust-like C++ API to easily create process, pipe stdio, etc on win/unix
cmake cpp pipes rust stdio subprocess unix windows
Last synced: 20 Apr 2026
https://github.com/bcapathshala/crackyourinternship
Arsh Goyal Coding Challenge For Next 45 Days
algorithms cpp data-structures dsa dsa-practice java
Last synced: 07 Jan 2026
https://github.com/abolfazlmohammadpour/sixdofmanipulator
This Is A Six Degree Of Freedom Manipulator Controlling Program Which Wrote In Arduino IDE And ArduinoLabsForMicroPython With C/C++ And Python<MicroPython> Programming Languages That Works On A Raspberry Pi Pico With RP2040 Main Processor Or A Raspberry Pi Pico2 With RP2350 Processor
altium-designer arduino c cad cpp manipulator pcb raspberry-pi robotics rp2040 rp2350 solidworks
Last synced: 19 Apr 2025
https://github.com/seigtm/directoryfileslist
Implementation of the C++ function that returns a list of files in a certain directory by a given mask (file extension). It's my homework task on the subject "Information security".
cpp cpp-examples directory file file-list files files-list filesystem list-files std-library
Last synced: 20 Apr 2025
https://github.com/madladsquad/uvkbuildtool
The universal file generator, build and release tool for the UntitledImGuiFramework & most web applications by MadLadSquad
build-automation build-files build-system build-tool cmake cpp deployment packaging template
Last synced: 11 Apr 2025
https://github.com/burakdemir-mb/c-cpp-data-structures
Data Structures in C & C++
Last synced: 19 Feb 2026
https://github.com/kdesp73/cpp-tamagochi
A tamagochi written in C++ with a terminal user interface
Last synced: 03 Jan 2026
https://github.com/8ightfold/exicpp
C++ wrapper for the Efficient XML Interchange (EXI) processor
Last synced: 30 Mar 2025
https://github.com/wzslr321/datastructures_implementation
data structures which I've tried to implement in C++, much more incoming 👨💻
Last synced: 21 Jun 2025
https://github.com/coralkashri/cppsenioreas-design-pattern-reflection
Reflection Design Pattern implemented in C++. This is an examples repository of C++ Senioreas blog Design Pattern: RunTime Reflection article.
cpp cpp20 cppsenioreas design-pattern reflection runtime
Last synced: 24 Aug 2025
https://github.com/loki-astari/thorsioutil
Utilities for handling IO in C++
Last synced: 04 Feb 2026
https://github.com/lionkor/chip_8
My implementation attempt of a chip-8 emulator. https://en.wikipedia.org/wiki/CHIP-8
chip-8 chip-8-emulator chip8 cpp cpp17 emulation emulator
Last synced: 06 Aug 2025
https://github.com/conreality/conreality-ddk
Conreality Driver Development Kit (DDK) for C++.
Last synced: 05 Oct 2025
https://github.com/davidyslu/MWIS
Assignment in NCTU course "Distributed Algorithms 2017"
cpp distributed-computing graph mwis
Last synced: 29 Aug 2025
https://github.com/seppahbaws/hyper
A simple real-time hybrid ray tracer I built to explore the Vulkan Ray Tracing API.
cpp ray-tracing real-time vulkan
Last synced: 09 Jun 2026
https://github.com/elibroftw/cpp-vcpkg-cmake-example
A C++ project that is platform and IDE agnostic made possible by using vcpkg and cmake.
cmake cmakelists cpp cross-platform linux macos make tutorial vcpkg visual-studio visual-studio-code windows
Last synced: 14 Apr 2026
https://github.com/YehiaSharawy/Fish-Fillet-OpenGL
A Feeding Frenzy game in C++. Rendered GUI using OpenGL and responded to user input using mouse and key listeners.
Last synced: 15 Aug 2025
https://github.com/isaiah512/linux-shell
a c++ implementation of a linux shell with core shell functionalities, including command parsing, process creation, signal handling and shell built-ins.
command-line cpp educational linux linux-shell operating-system shell terminal unix unix-shell
Last synced: 09 Mar 2025
https://github.com/softtechmx/lib-cpp-cronometro
biblioteca de C++ moderna y eficiente diseñada para ofrecer una solución simple pero poderosa para medir el tiempo dentro de tus proyectos de C++. Ya sea que necesites realizar un seguimiento del tiempo para evaluar el rendimiento de tu código, gestionar eventos temporizados o simplemente añadir funcionalidades de temporización a tus aplicaciones
chronometer cpp cpp17 cronometro lib library
Last synced: 21 Feb 2026
https://github.com/kchousos/solar-system-opengl
A simple solar system implementation in openGL.
cpp graphics opengl solar-system
Last synced: 17 May 2026
https://github.com/qin-yu/julia-svm-gpu-cuda
2019 [Julia] GPU CUDAnative SVM: a stochastic decomposition implementation of support-vector machine training
cpp cuda cuda-programming gpu gpu-computing gpu-programming julia julia-language julia-package machine-learning machine-learning-algorithms machine-learning-library online-learning supervised-learning svm svm-classifier svm-learning svm-library svm-model svm-training
Last synced: 12 Apr 2026
https://github.com/zinikus/robotic-head
Intermediate-Level Project: This repository contains information and code for building a robotic head designed for educational and learning purposes, including basic mechanics, electronics, and programming involved in its construction.
artificial-intelligence cpp python robot robotframework robotics
Last synced: 10 Apr 2026
https://github.com/spc-samp/samp-injector
SA-MP Injector is a versatile software package composed of an executable, a DLL, and equivalent libraries for multiple programming languages. It injects samp.dll for SA-MP (San Andreas Multiplayer) or samp.dll and omp-client.dll for OMP (Open Multiplayer), enabling game launch via command line with customizable parameters to connect to a server.
command-line cpp dll dll-injection dll-injector exe executable gtasa library multiplayer omp openmp openmultiplayer sa-mp samp sampprogrammingcommunity san-andreas-multiplayer spc spc-samp windows
Last synced: 18 Aug 2025
https://github.com/vemestael/gw-dss-cpp
Prediction tool
cmake cpp dss prediction qt-framework queuing-theory
Last synced: 03 Oct 2025
https://github.com/neko-box-coder/macropowertoys
A collection of useful C/C++ macros for manipulating arguments and preprocessing
Last synced: 12 Aug 2025
https://github.com/georgiifirsov/ntp
"ntp" stands for "Native Thread Pool". This library implements a thread pool using Win32 API (and some Native API too).
cplusplus cplusplus-17 cpp cpp17 multithreading thread-pool winapi
Last synced: 07 Apr 2025
https://github.com/aaisha-nexus/c_string_problems
C++ Practice questions Focused on String Manipulation using Recursion and string operations
codingbat-solutions cpp recursion-algorithm string-manipulation
Last synced: 16 Feb 2026
https://github.com/zreechxnn/maze-game
i make a maze game using c++
algo algorithm cpp game maze-algorithms maze-game timer
Last synced: 19 Apr 2025
https://github.com/jeffersonqin/max4min
🍡 Maximize windows in a way easy for minimize
cbt-hook cpp csharp global-hooks hook win32api windows wpf
Last synced: 28 Apr 2026
https://github.com/pawel-12/arkanoid_sdl2
Arkanoid style game made in C++ using SDL2
Last synced: 04 Oct 2025
https://github.com/albin-johansson/init
A simple .ini parsing and serialization library
cpp cpp20 header-only ini ini-parser modern-cpp
Last synced: 17 Aug 2025
https://github.com/torrentg/ccruncher
Portfolio credit risk modeling
copula copula-models correlation-matrices cpp credit-risk gaussian mcmc-sampler monte-carlo-simulation statistics
Last synced: 09 Mar 2026
https://github.com/coralkashri/cppsenioreas-hash-your-conditions
This is an examples repository of C++ Senioreas blog Hash your Conditions - C++ article.
code-refactoring cpp cppsenioreas hash legacy-code
Last synced: 15 May 2025
https://github.com/sugam-arora/leetcode-
All questions solved by me are there
c cpp javascript python typescript
Last synced: 10 Apr 2026
https://github.com/vivek-v-rao/cpp-dataframe
C++17 dataframe featuring CSV/binary I/O, date/datetime indices, arithmetic transforms, statistics (including rolling windows and multiple correlation types), and random data generators
cpp cpp17 dataframe statistics time-series time-series-analysis
Last synced: 04 Jan 2026
https://github.com/maurodelazeri/grpc-cpp
Simple grpc server/client in c++ ready to import on clion
clion clion-cmake cplusplus-14 cplusplus-17 cpp grpc-cpp
Last synced: 04 Oct 2025
https://github.com/maidis/tr-holidays
A simple tool showing the holidays between two dates
calendar chrono cpp date holiday holidays modern-cpp time turkey
Last synced: 03 Sep 2025
https://github.com/marcellofabrizio/compiler-front-end
A compiler front-end for the ANSI C Yacc grammar or: how I learned to stop worrying and love the compiler
c compiler cpp lexical-parser syntactical-parsing
Last synced: 20 Apr 2026
https://github.com/lucasplopes/uri
c competitive-programming cpp go hacktoberfest haskell java kotlin python sql uri
Last synced: 09 Apr 2026
https://github.com/cuarzosoftware/cuarzobrowser
The Cuarzo OS Web Browser
appimage cpp cuarzo multiplatform web-browser
Last synced: 31 Mar 2025
https://github.com/toshikinakamura0412/amr_navigation_ros
A 2D navigation metapackage for AMR (Autonomous Mobile Robot)
astar autonomous-navigation control cpp docker docker-compose dwa local-mapping localization mcl mobile-robot-navigation navigation path-planning raycast robotics ros ros-noetic simulation
Last synced: 10 Mar 2026
https://github.com/christinec-dev/cpp_minis
C++ Project Snippets. Includes a Calculator, Parking Charges Calculator, and Payroll Application.
Last synced: 02 Sep 2025
https://github.com/firefly-zero/firefly-c
🐀 C/C++ SDK for making Firefly Zero games
c clang cpp firefly-zero framework gamedev rendering sdk wasi-sdk wasm webassembly
Last synced: 12 Jan 2026
https://github.com/maliknaik16/parallel-computing
CUDA programming in C++ for high-performance computing using Nvidia GPUs, optimized for tasks like machine learning, or image processing
cores cpp cuda gpu makefile matrix nvcc optimization
Last synced: 10 Jun 2025
https://github.com/sean2077/editdis
A single header C++ library for compute edit distance (Levenshtein distance), supporting wstring ( and Chinese string).
chinese cpp edit-distance levenshtein-distance wstring
Last synced: 30 Jun 2025
https://github.com/vishal2376/project-template
A simple c++ project code generator along with header and cpp files
cpp cpp-template makefile project
Last synced: 07 Jul 2025
https://github.com/arceryz/mirai
Infinity mirror box simulator with flat and curved mirrors. Running in realtime for both 2D mirror spaces and 3D.
2d 3d compute-shader cpp mirror raylib raylib-cpp raytracing rendering thesis tool
Last synced: 26 Jan 2026
https://github.com/thaliaarchi/deque
Reusable double-ended queue iterable container implemented as a circular array.
Last synced: 18 Jul 2025
https://github.com/aostrun/lamport-s-distributed-mutual-exclusion
Lamport's Mutual Exclusion Algorithm shown on Dining Philosophers
cpp lamport-algorithm lamport-queue multiprocessing
Last synced: 12 Apr 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: 21 Jun 2025
https://github.com/mishanya00/they-are-gigabytes
They are Gigabytes [TAG] - is a future RTS 3D videogame.
3d-graphics cpp opengl video-game
Last synced: 16 May 2026
https://github.com/orlovt/delivery-simulation
A web-based 3D simulation of the University of Minnesota campus, showcasing a drone fleet delivery service. It features dynamic interactions among helicopters, humans, robots, drones, packages, and porch pirates, utilizing design patterns and C++ best practices for a robust and efficient system.
cpp design-patterns drone-simulation
Last synced: 12 Apr 2025
https://github.com/o8x/wiredolphin
a Simple Wireshark For learning C++ and QT
capture-network cpp network-analysis qt6 wireshark
Last synced: 29 Oct 2025
https://github.com/tw1ddle/geometrize-functional-tests
Test scripts for Geometrize, an app for geometrizing images into geometric primitives
art chaiscript cpp geometrize geometry geometry-processing hill-climbing
Last synced: 14 May 2026
https://github.com/i-am-surovi/i-am-surovi
About Myself
bracu bracucse cpp python sumaiya-hossain-surovi
Last synced: 10 Sep 2025
https://github.com/merendamattia/fdp-a
Unipr - Fondamenti di Programmazione - Parte A
Last synced: 17 Mar 2025
https://github.com/mpellouin/nanotekspice
The nanotekspice is the first project of Epitech's second year Object-oriented module. This project is a simulator of logical circuits. It is written in C++.
arcade cpp epitech logical nanotekspice oop simulator
Last synced: 07 Jul 2025
https://github.com/zubax/senoval
A simple dependency-free header-only library of C++17 classes for real-time embedded systems
cpp cpp17 embedded embedded-systems real-time
Last synced: 03 Apr 2025
https://github.com/randomgamingdev/ezgl
A powerful graphics library designed to abstract away writing graphics code at 0 cost. Spend time building beautiful, lightway, easy to use, powerful graphics, not fighting the graphics API.
cpp cross-platform graphics graphics-engine graphics-programming multilib powerful simple
Last synced: 10 Jul 2025
https://github.com/realsba/esp32pp
ESP32++ (esp32pp) is a collection of C++ classes for the ESP32, providing reusable components for buttons, I2C, HTTP servers, and more, aimed at simplifying development.
cpp cpp20 dht11 dht22 esp-idf esp32 i2c-bus i2c-device ina219 ina226 ledc rf43 wifi
Last synced: 16 May 2026
https://github.com/notkyoyo/hello-world
This is a repository of examples of hello world programs in all programming languages.
cpp csharp demo hacktoberfest hacktoberfest-accepted hacktoberfest2022 hello hello-world helloworld-demo helloworld-programs html5 java js programming programming-exercises programming-languages python world
Last synced: 12 Apr 2025
https://github.com/mrmayurgithub/google-kickstart
Solutions to Google kickstart Problems in C++.
coding coding-challenge cpp google-kickstart
Last synced: 15 Jul 2025
https://github.com/katahiromz/getoptsample
An example code for GNU getopt_long function
cpp cxx getopt-long gnu portable
Last synced: 13 May 2026
https://github.com/indianwhocodes/adshuffmanproject
Comparative Evaluation of Data Compression through binary, four-way, and pairing heaps without any standard lib. container except vector.
academic academic-project binary-heap cpp data-compression data-structures heaps
Last synced: 03 Apr 2025
https://github.com/sameetasadullah/braille-translator
A Braille Translator in C++ using Microsoft Visual Studio
braille-translator cpp microsoft-visual-studio
Last synced: 11 Jul 2025
https://github.com/colleagueriley/xdl
A single header file that dynamically loads the Xlib and GLX library. Written in/for ANSI C.
ansi-c c c89 cpp dymanic header-only public-domain rsgl single-header x11 xlib
Last synced: 21 Jun 2025
https://github.com/bl33h/axolotlslikepicklesraytracing
A raytracing graphics app with a resource manager, skybox rendering, and precise sphere representation through ray intersections. An axolotl and two pickles take place in the scene.
axolotl block cpp glm minecraft pickle pixel-art raytracer raytracing sdl2 sphere ubuntu wsl
Last synced: 16 Jun 2025
https://github.com/kampi/food-database
Organize your cooking recipes with your computer or with your tablet and export the recipes for your Android or iOS smartphone.
Last synced: 29 Dec 2025
https://github.com/brianferri/fmm-c--
collection of fast multiplication algorithms and matrix operations. It is written in C++ and is header only. It is designed to be used in other projects and rewritten to fit the needs of the project
algorithms calculus cpp data-structures fast-multiplication library math mathematics matrix-calculations matrix-multiplication matrix-operations
Last synced: 12 Jul 2025
https://github.com/rakesh9100/cse-cpp-codes
This repository contains the basic codes of CSE -- Object-Oriented Programming, which are coded in C++ Language.
Last synced: 20 Mar 2025
https://github.com/sanketjpatel/cpptutorials
Various features of the C++ language have been explained in this project
Last synced: 26 Mar 2025
https://github.com/coyorkdow/cfuture
a c++ promise future implementation with continuation [work in progress]
Last synced: 30 Dec 2025
https://github.com/georgecatalin/cpp-essential-training
Code work from the course "C++ Essential Training" by Bill Weinman on Linkedin Learning.
cplus cplusplus cplusplus-11 cpp cpp-course linkedin-learning
Last synced: 06 Apr 2026
https://github.com/lightaxis/bt_lite
Light weight, embedded friendly Behavior Tree
Last synced: 15 Jun 2025
https://github.com/burnett01/docker-images
My docker images that I use in various projects
alpine cpp docker docker-image docker-images laravel lightweight lumen php8 php83 php84 php85 symfony ubuntu xdebug
Last synced: 19 Feb 2026
https://github.com/deanblackborough/mathsquiz
Small Maths quiz. app to generate questions for my 8 and 2 year old. Generates random short division and long multiplication questions.
beginner cpp learning-by-doing mathematics
Last synced: 09 Apr 2025
https://github.com/lucasfturos/raytracing
Meus estudos da técnica de computação gráfica Ray Tracing
Last synced: 06 Apr 2026
https://github.com/danibcorr/electronics-with-arduino-uma
🎛️ This repository contains a collection of Arduino and Processing projects developed for the Creative Electronics course at the University of Málaga (UMA). The main focus is on a robotic arm project, with additional work on piezoelectric sensors and LED lamps.
arduino arduino-leonardo c circuits cpp electronics embedded-systems java open-hardware-electronics open-source processing sav-maker sensors
Last synced: 10 Jul 2025