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-07 00:07:28 UTC
- JSON Representation
https://github.com/umbrellaleaf5/template_cpp_lessons
Template for creating lessons/homework repos in C/C++
cmake cmakelists cpp educaiton homework lessons template
Last synced: 04 Jun 2026
https://github.com/ralvarezdev/uru-compiler-design
My projects from Compiler Design college course. HAVE SOME BUGS
college compiler-design cpp rafael-urdaneta-university universidad-rafael-urdaneta uru
Last synced: 15 Oct 2025
https://github.com/mohamed-samy26/cpp-custom-linked-list
Custom linked list implementation with undo() functionality to revert any edits done to the linked list in their specific order
cpp data-structures linked-list pointers stack
Last synced: 12 Jun 2026
https://github.com/abdealijaroli/dsa
Leetcode and GFG solutions in C++. Have built a similar repo in Golang, check out (github.com/abdealijaroli/leetgo)
algorithms cpp data-structures dsa leetcode
Last synced: 12 Jun 2026
https://github.com/cailloumajor/led-timing-board
Software to drive a RGB matrix based racing timing board
cpp python raspberrypi rgb-led-matrix
Last synced: 18 Apr 2026
https://github.com/nadidlinchestein/leetcode
Solutions to LeetCode Algorithms & Data Structures Questions
algorithm-challenges algorithms-and-data-structures alrogithm challenges cpp leetcode leetcode-cpp leetcode-solutions logic programming
Last synced: 12 Jun 2026
https://github.com/khivus/levy-c-curve
Program that draws Levy C curve up to 15 iterations. Made in Visual Studio 2019 with C++ Windows Forms.
cpp windows-forms windowsforms windowsforms-applications
Last synced: 29 Jan 2026
https://github.com/956mb/tx4
Tesla dashcam and sentry clips viewer. Made with Qt.
Last synced: 03 May 2026
https://github.com/jt2m0l3y/mypl
Programming language designed for the purpose of studying compilation and runtime processes. As a side note, OCaml was also introduced to contrast with imperative languages.
ast code-generation compiler-design cpp grammars jit lambda-calculus lexical-analysis ocaml parsing type-checking vm
Last synced: 01 May 2026
https://github.com/forhanshahriarfahim/leetcode_solutions
Collection of LeetCode questions to ace the coding interview!
cpp data-structures-and-algorithms leetcode problem-solving
Last synced: 24 Jun 2026
https://github.com/hassan11196/ds-assignments
Data Structures Assignments - FAST NUCES (Karachi) - CS201 - Fall 2018
bfs c cpp data-structures dfs infix optimization pathfinding postfix
Last synced: 18 Apr 2026
https://github.com/ajnus/last_redemption
Projeto Final do curso em Desenvolvimento de Jogos: Game Developer – Technology and Training – 2008 (120 h) Curso básico de Desenvolvimento de Jogos Virtuais. - Noções em 3D Game Studio e 3D Max Studio. - Foco (programação) em Lua, C/C++, SDL e OpenGL. (O curso tem como tarefa final o desenvolvimento de um jogo em 2D)
2d 2d-game cplusplus cpp game-development games opengl sdl sdl-mixer sdl2-image sdl2-library sidescroller videogame videogames videogames-programmers
Last synced: 20 Jun 2026
https://github.com/chainrand/chainrand-cpp
C++ header-only library for verifiable hybrid-chain RNG.
aes-intrinsics chainlink chainlink-hackathon-2021 chainlink-vrf cpp cryptographic-random-generator random-number-generators
Last synced: 18 Oct 2025
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/josedavidss/aed2.pointers
Trabajo relacionado a las multiples funciones que son capaces de hacerse gracias a lógica de punteros. Utilizando C++ como lenguaje principal.
Last synced: 13 Jun 2026
https://github.com/greatgamedota/opengl-vscode
OpenGL Game Engine with Visual Studio Code on Windows
cpp game-engine opengl visual-studio-code
Last synced: 01 May 2026
https://github.com/rdrahul123/my_code
Welcome to my code repository! This repository serves as a centralized location for all my code and documents related to data structures, algorithms, and problem-solving techniques.
algorithm-analysis algorithms-and-data-structures cpp cpp11 cpp17 datastructures
Last synced: 13 Jun 2026
https://github.com/shamim-akhtar/shamim-akhtar
About Me
cpp csharp game-development unity3d
Last synced: 03 May 2026
https://github.com/yuhexiong/leetcode-solution
Document my LeetCode solution with chinese comments and multiple programming languages.
c-language cpp go golang java javascript leetcode mysql python typescript
Last synced: 14 Apr 2026
https://github.com/kylesmith19091/lightweight-cpp-logging
A lightweight cpp rich text logging library
cli cpp logging progress-bar rich-text terminal
Last synced: 03 May 2026
https://github.com/helmssyss/tps-shooter-system-alternative
This (intermediate) system is made with Unreal Engine 4.27
cpp cpp17 game game-system ue4 ue5 unreal-engine unreal-engine-4 unreal-engine-5 unreal-engine-cpp
Last synced: 13 Jun 2026
https://github.com/hsyodyssey/understanding-bitcoin-cpp-version
Understanding Bitcoin(CPP version)|理解比特币(C++ 版本源码剖析)
Last synced: 28 Apr 2026
https://github.com/lucamazzza/lmgl
A modern OpenGL Engine Library for general purpose 3D graphics applications.
computer-graphics computer-graphics-opengl cpp cpp17 glad glfw glfw3 glsl glsl-shader glsl-shaders library linux macos multiplaform opengl opengl4 opengl41 windows
Last synced: 13 Mar 2026
https://github.com/pablonicolla/cpp-resources
Repository for testing C++ algorithms
Last synced: 13 Jun 2026
https://github.com/alokkusingh/datastructure
My data structure
binary-converter bubble-sort c cpp heap-sort insertion-sort linked-list make makefile merge-sort queue quick-sort stack
Last synced: 01 May 2026
https://github.com/mangad/jsocketpp
A modern, C++20 socket library inspired by Java's networking API. Cross-platform support for TCP, UDP, multicast, and UNIX domain sockets, with blocking, non-blocking, and async operations.
cpp cpp20 java sockets tcp udp unix-sockets
Last synced: 01 May 2026
https://github.com/spnda/aoc
My personal Advent of Code solution repository
advent-of-code advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 advent-of-code-cpp advent-of-code-dart cpp dart
Last synced: 01 May 2026
https://github.com/cuberhaus/pracpro2
Pro2 course project (FIB-UPC): species clustering by gene-sequence similarity using WPGMA hierarchical clustering, with a Rust backend and visualization.
algorithms bioinformatics clustering cpp rust upc wpgma
Last synced: 13 Jun 2026
https://github.com/muatasim-aswad/parking-guidance-system
Parking Guidance System Prototype
arduino arduino-mega-2560 asim-full-projects blynk cpp iot nodemcu parking-spots ultrasonic-sensor
Last synced: 01 May 2026
https://github.com/ferhatgec/bufsize
Terminal buffer size info library for C++
Last synced: 01 May 2026
https://github.com/davidyslu/candycrush
Implement the classic game "Candy Crush" in Qt
Last synced: 01 May 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/datazoode/erpl-rev
Standalone C++ SAP RFC server bridging ABAP RFC into DuckDB (the inverse of erpl)
abap cpp data-integration duckdb lakehouse replication sap sap-rfc
Last synced: 14 Jun 2026
https://github.com/anarthal/usingstdcpp-2024
Boost.Asio: the universal async model
asio boost coroutines cpp cpp20 http
Last synced: 04 Jun 2026
https://github.com/spacebody/cs205-c-cpp
The lab codes for course CS 205 C/C++
Last synced: 01 May 2026
https://github.com/htotoo/meshmqttmappp
C++ based meshmap for low memory environments, like VPSes
Last synced: 03 May 2026
https://github.com/ravi-prakash1907/computer-networks
This repo. stores the practicals of Computer Network
algorithms college computer-network cpp hacktoberfest hacktoberfest2020 networking
Last synced: 14 Jun 2026
https://github.com/mcquerol/heater-cpp
Heater system simulation in C++. Demonstrates OOP, multithreading, and UML design.
components cpp doxygen heater object-oriented-programming simulation threads uml
Last synced: 24 Jun 2026
https://github.com/dadavidtseng/daemonwindows
A multi-window action game that turns the Windows desktop into a shrinking battlefield
bullet-hell cpp daemon-engine dx11 multiple-windows multiwindow shooting-game
Last synced: 03 May 2026
https://github.com/dadavidtseng/daemonchess
DaemonChess is a sophisticated turn-based 3D chess simulator built with modern graphics technology and the custom Daemon Engine.
blinn-phong chess cpp dx11 obj obj-format obj-loader tcp turn-based-game
Last synced: 03 May 2026
https://github.com/astrodynamic/geometry
Geometry: A program to draw geometric primitives using SFML. Create lines, circles, triangles, rectangles, and squares easily. MIT licensed.
affine-transformation cmake cmakelists cpp cpp17 drawing-app geometry graphics make makefile primitives sfml sfml-library
Last synced: 04 Jun 2026
https://github.com/mwmorale/fibonacci-for-fun
Welcome to fibonacci-for-fun! Here, I show off some of my Java skills and C++ skills and Python skills! I am replicating the sacred "Fibonacci Sequence" with all 3 of the mentioned languages using recursion... that's right - recursion.
comparative-analysis compare-files cpp java python recursion recursive recursive-algorithm
Last synced: 03 May 2026
https://github.com/imd10/cs341-rainy-day
A computer graphics project simulating interactive rain, dynamic water waves, and a scenic environment with a floating boat, mountains, trees, and clouds. Built with OpenGL for real-time rendering and user interaction.
computer-graphics cpp graphics interactive opengl
Last synced: 02 Feb 2026
https://github.com/vertexwahn/rules_embree
Bazel build rules for Intel Embree
bazel bazel-rules bazel-support cpp embree embree-renderer raytracing
Last synced: 29 Apr 2026
https://github.com/csy214-beep/stickersmanager2
Windows10/11Offline Stickers Manager
cpp qt6 stickers stickers-apps stickers-manager windows
Last synced: 01 May 2026
https://github.com/tomasajt/prog-solutions
My solutions for programming sites/contests/competitions
apl atcoder codeforces cpp cses leetcode onlinejudge rosalind spoj
Last synced: 17 Mar 2026
https://github.com/nikhil1210-dev/db-connection
A basic program in C, C++, Java, and C# demonstrating MySQL database connectivity using respective connectors (MySQL C API, Connector/C++, JDBC, and Connector/NET). It covers database connection, query execution, and result handling across multiple languages.
Last synced: 01 May 2026
https://github.com/ryoga-exe/cp-library
📈 Library and Code snippets for competitive programming
codesnippets competitive-programming cpp library snippets
Last synced: 01 Feb 2026
https://github.com/5umitpandey/learning_dsa
Basic DSA Practice Questions | DSA | C++
Last synced: 08 Jun 2026
https://github.com/nextpointer/dsa-journey
In this repo i share all my journey with DSA
Last synced: 26 Feb 2026
https://github.com/beliumgl/sudokusolver
C++23 implementation of a Sudoku solver that can solve standard 9x9 Sudoku puzzles (can be modified) using backtracking algorithms. It is designed to be efficient, easy to use, and extendable for future enhancements.
cpp cpp23 sudoku sudoku-game sudoku-puzzle sudoku-solution-finder sudoku-solver
Last synced: 23 Jun 2026
https://github.com/rafaatsouza/ufmg-undergrad-works
UFMG's Computer Science Department practical assignments
aeds c cpp data-structures datastructures jupyter-notebook lstm machine-learning mining-software-repositories ml natural-language-processing nlp paradigms python recommendation-system recsys
Last synced: 16 Apr 2026
https://github.com/nekruzash/sorting-algorithms
This is one of the assignments from CS2028 - Data Structures. This program tests Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Counting Sort, and Radix Sort for array sizes 10 to 100,000 and lists the efficiency for each sort.
bubble-sort counting-sort cpp insertion-sort merge-sort quick-sort radix-sort
Last synced: 06 Jun 2026
https://github.com/xeimsuck/wine-injection
Assault Cube Simple-Cheat
assaultcube cheat cpp dll-injection
Last synced: 15 Mar 2025
https://github.com/the-mastermind1/numerical_integration_
cpp newton-cotes numerical-integration
Last synced: 09 Jun 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/sourcemeta-research/noa
A set of re-usable utilities for Sourcemeta projects
Last synced: 08 Feb 2026
https://github.com/kiritofeng/collision-sim
Collision Simulator for AP Physics
Last synced: 15 Oct 2025
https://github.com/yayuniversal/raytracer
A ray tracer in C++
cplusplus cpp ray-tracer ray-tracing raytracer raytracing
Last synced: 24 Jun 2026
https://github.com/nopangel/gameengine
This is a Game Engine
cpp cs gameengine js-ts python
Last synced: 30 Apr 2026
https://github.com/skillfulelectro/filled_ports
simple command line app , to check which ports on localhost are filled
console cpp localhost port qt tcp tcp-client tcp-server tcp-socket
Last synced: 04 May 2026
https://github.com/daviinacio/arduino-buffer
Buffer library to arduino
arduino-library cpp cpp-lib utils-lib
Last synced: 24 Jun 2026
https://github.com/dmtai/currexch_service
HTTP-service on boost::asio and postgres
asio beast boost boost-asio boost-beast cmake cpp cpp20 example-project http libcuckoo ozo plpgsql postgresql pytest server
Last synced: 04 Mar 2026
https://github.com/bocaletto-luca/ambient-light-temperature
Ambient-Light-Temperature - Arduino | A self-hosted logger that measures ambient light (lux) via BH1750 and temperature via DS18B20, then serves a live dashboard (charts) over Wi-Fi. No external server—just browse to the ESP8266’s IP. By Bocaletto Luca.
ambient-light ambient-light-temperature arduino bocaletto-luca cpp light-temperature openhardware opensource standalone temperature
Last synced: 24 Apr 2026
https://github.com/gf712/prostruct
Protein structure library for C++ and Python
bioinformatics cpp protein-structure-analysis python swig
Last synced: 04 May 2026
https://github.com/abhi999k/smart_shoes
Smart shoes with smart navigation system
ai assembly cpp iot-device navigation programming shoes smart wearable-devices
Last synced: 29 Apr 2026
https://github.com/quantumlyy/template-cpp
c clang clang-format cpp hacktoberfest
Last synced: 15 Apr 2026
https://github.com/rhazra-003/leetcode_practice
Collection of LeetCode and GFG questions I solved for my placement preparation!
cpp cpp14 gfg gfg-solutions leetcode leetcode-cpp leetcode-python leetcode-solutions python3 sql stl
Last synced: 15 Apr 2026
https://github.com/zabavb/local-manager
Local Manager is a simple console application written in C++ to manage local resources or entities. This project was created to demonstrate core principles of object-oriented programming (OOP) and resource management.
app application console console-app console-application console-visualization cplusplus cplusplus-11 cpp crud crud-app crud-application crud-operation oop oop-in-cpp visual-studio vs
Last synced: 09 Feb 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/parkertomatoes/json-print
A printf-like JSON serializer with compile-time validation
Last synced: 04 May 2026
https://github.com/gunh0/packet-capture
🌐 This repository contains rough code snippets for capturing network packets.
Last synced: 01 May 2026
https://github.com/porem5002/quartz
A library for making graphical applications and games
c cpp game-development gamedev graphics opengl videogames
Last synced: 26 Feb 2026
https://github.com/gokulp01/minimal-cpp-cookiecutter
A minimal cpp cookiecutter template
cookiecutter cookiecutter-cpp cookiecutter-template cpp cpp11 cpp14 cpp17 cpp20
Last synced: 09 Feb 2026
https://github.com/alkuzin/kfs
Hobby monolithic x86-32 Unix-like operating system from scratch
assembler-x86 assembly bare-metal cpp cpp23 embedded kernel kernel-development kernel-drivers kernel-from-scratch kernel-module kernel-source kfs os osdev osdev-os osdev-projects osdev-tutorial systems-programming x86
Last synced: 29 Apr 2026
https://github.com/hangxingliu/how-to-use-libclang
:notebook: A Repository About How To Use libclang
Last synced: 15 Apr 2026
https://github.com/basemax/firstsfml
Begin point and getting start to SFML using CPP.
cpp sfml sfml-2d-engine sfml-cpp sfml-dev sfml-dll sfml-game sfml-game-development sfml-graphics-library sfml-install sfml-library sfml-linux sfml-windows
Last synced: 04 May 2026
https://github.com/ryosukedtomita/makefile-study
Studying how to write Makefile
Last synced: 20 Apr 2026
https://github.com/creatingnull/null-packet-comms-arduino
A library for wrapping the arduino UART serial in a binary packet based communication protocol.
arduino communication cpp library uart
Last synced: 04 May 2026
https://github.com/singhpratech/notepatra
Native C++/Rust code editor for the AI era — Linux/macOS/Windows, ~9 MB bare binary, 226 file extensions / 92 language lexers, Rust-powered search, 6 AI backends (Ollama / llama.cpp / OpenRouter / Ollama Cloud / OpenAI / Azure OpenAI). Free forever, GPL-3.0.
ai code-editor cpp cross-platform developer-tools free ide lightweight linux local-ai macos notepad notepad-plus-plus ollama open-source qscintilla qt5 rust text-editor windows
Last synced: 31 May 2026
https://github.com/leafbuild/leafbuild
A WIP C/C++ meta build system.
build-automation build-system build-tool build-tool-cross-platform build-tools c cpp
Last synced: 01 May 2026
https://github.com/crime-trix/ntscope
C++20 Windows Native API metadata inspection library
cpp cxx20 metadata native-api ntdll pe-parser windows
Last synced: 02 Jun 2026
https://github.com/allenvox/cxx-primer
Tasks solutions for Lippman-Moo-Lajoie's "C++ Primer" book
Last synced: 09 Jun 2026
https://github.com/jessetg/cuda-practice
Working through the chapters of Cuda by Example
c cpp cuda cuda-by-example gpgpu
Last synced: 01 May 2026
https://github.com/berndporr/mobilenet_libtorch
C++ version of MobileNetV2 using libtorch which can load pre-trained weights, can be trained or both for transfer learning.
classification-model classifier cpp edge-computing inference libtorch mobilenetv2 pretrained-model transfer-learning
Last synced: 25 Apr 2026
https://github.com/Candlest/ClassBoard
Class Board是一款使用Qt/C++开发的,针对SEEWO及其教学一体机设计的,用于显示教学信息的壁纸软件。
Last synced: 25 Jun 2026
https://github.com/cleasbycode/pdvps
PowerShell / C++ CLI tool to encrypt & embed any file type within a tweetable and "executable" default supplied PNG image.
arbitrary-data c-plus-plus cplusplus cpp embedded-data hidden-files image linux mp3 mp4 pdf pdvzip png-polyglot powershell pwsh python scripting-language steganography tweetable twitter
Last synced: 17 Apr 2026
https://github.com/jasujm/enhanced-enum
First class enums in C++
code-generation code-generator cpp cpp17 cpp20 cxx cxx17 cxx20 enum
Last synced: 10 Feb 2026