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-20 00:06:43 UTC
- JSON Representation
https://github.com/francescopasin/tower-defense
C++ and QT tower defense game
Last synced: 11 Mar 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: 03 Mar 2026
https://github.com/nglsg/mui
Simple ECS UI architecture based on imgui implementation
cpp framework software-architecture uikit
Last synced: 11 Feb 2026
https://github.com/naetherm/racoonengine_deprecated
RacoonEngine - a multi-platform 3D game engine
3d-graphics 3d-graphics-engine cpp engine game-development game-engine gamedev opengl racoonengine
Last synced: 12 Feb 2026
https://github.com/davidyslu/onlinejudgeuva
Personal submissions on Online Judge UVa
algorithms cpp data-structures
Last synced: 13 Feb 2026
https://github.com/sorrowfeng/qt-ant-design
Implementing Ant Design with Qt Widget
Last synced: 03 Jun 2026
https://github.com/jdsherbert/unreal-engine-networked-sprint-component
Replicated Sprinting Component for Unreal Engine game projects. Utilizes Enhanced Input System plugin for input action definitions/bindings.
component cpp cpp11 cpp17 cpp20 enhancedinput multiplayer networked replicated unreal unreal-engine unreal-engine-5 unrealengine
Last synced: 10 Apr 2025
https://github.com/0x0c/midible
MIDI over BLE interface for esp-idf.
ble bluetooth-low-energy cpp cpp11 esp-idf esp32 midi midi-over-ble
Last synced: 07 Sep 2025
https://github.com/andreimoraru123/needforscenes
Multi Object Tracking Sensor Fusion 3D Interactive Simulation/Game in PCL
3d cpp eigen game interactive lidar multi-object-tracking object-tracking pcl physics point-cloud-library radar self-driving sensor-fusion simulation state-estimation state-space unscented-kalman-filter vcpkg vtk
Last synced: 27 Sep 2025
https://github.com/realstealthninja/texto
A text based renderer ( soon to be game engine )
3d-graphics ascii ascii-art ascii-graphics cpp cpp-game-engine engine game game-engine image-processing texto video-processing
Last synced: 16 Mar 2026
https://github.com/oatpp/oatpp-libressl
oatpp secure ConnectionProvider based on libressl
c-plus-plus cpp https-server libressl oatpp
Last synced: 25 Apr 2025
https://github.com/wandvvs/expression-parser
Lexing and constructing AST for arithmetic expressions using the recursive descent parsing method
compiler cpp cpp23 cxx cxx23 interpreter language lexer lexer-parser lexing parser programming-language tokenizer
Last synced: 13 Apr 2025
https://github.com/andreeadraghici/hackerrank-solutions
Here is where I store the solutions to all of the HackerRank Problems I attempt
Last synced: 17 Apr 2026
https://github.com/gherynos/libsaltpack
A C++ implementation of saltpack (https://saltpack.org)
cpp libsodium msgpack saltpack staticlibrary
Last synced: 16 Jan 2026
https://github.com/hansalemaos/cyhdbscan
Very fast hdbscan for Python - written in Cython/C++
cpp cython data-science euclidean fast hdbscan python
Last synced: 05 Mar 2026
https://github.com/hxndev/searching-a-number-among-slave-processes-using-openmp-and-mpi
In this task, I wrote the code using both OpenMP and MPI inorder to parallelize it. What it does is that the master process distributes a chunk of number equally among the slave processes. Each slave process then searches for the number to find. When one slave process finds the number, it sends a message to the master process who then sends a "terminating message" to the slave processes who then abort their search.
code cpp distributed-computing master mpi mpi-library mpich openmp openmp-parallelization openmpi parallel parallel-computing parallel-programming search searching slave
Last synced: 31 Mar 2025
https://github.com/andr3w03/kgv_uas_turing-a
Ujian Akhir Semester Mata Kuliah Komputer Grafik dan Visualisasi
c cpp desktop-application glew glfw glm glsl object-oriented-programming oop opengl visual-studio
Last synced: 24 Jan 2026
https://github.com/hxndev/huffman-encoding-using-binary-trees
The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when weโll translate the input we want to encode the most frequent symbols will take less space than they used to and the least frequent symbols will take more space but because theyโre less frequent it wonโt matter that much.
algorithm binary-search-tree binary-tree compression compression-algorithm cpp decryption encoding encryption huffman vecctor visual-studio
Last synced: 31 Mar 2025
https://github.com/x-rays5/inireader
A simple c++17 header only ini parser/writer.
cpp cpp17 headeronly ini ini-parser parser
Last synced: 05 Mar 2026
https://github.com/vndee/cppbook
C++: Nhแปฏng viรชn gแบกch ฤแบงu tiรชn
book competitive-programming cpp programming-language reference
Last synced: 12 Jul 2025
https://github.com/princebansal7/dsa-sheets-code
This Repository contains Logic programs with full explanations and multiple ways of approaching the Problems. Also my solution codes for sheets like DSA 450 Sheet, SDE 180 Sheet, Ongoing DSA Placement Course etc.
algorithms cpp data-structures leetcode stl
Last synced: 05 Mar 2026
https://github.com/nthnn/wtfc
Playful language extension for C and C++ that introduces unconventional and humorous macros aims to add a touch of creativity.
c c-programming c99 cpp cpp11 embedded-language functional-programming header-only language macros metaprogramming programming-language
Last synced: 10 Apr 2025
https://github.com/csiro-hydroinformatics/moirai
Manage C++ Objects's lifetime accessed through a C API
c-api cpp interoperability reference-counting
Last synced: 30 Jan 2026
https://github.com/matheuscavini/meaw-petfeeder-firmware
Firmware for a programable pet food dispenser device. Check also: https://github.com/MatheusCavini/Meaw-PetFeeder-App
app cpp esp32 freertos iot pet-project pets smarthome state-machine time-schedule
Last synced: 19 Apr 2025
https://github.com/ayaankhan98/sortilyzer
A sorting algorithm visualizer able to visualize Bubble sort, insertion sort, quick sort, selection sort. written using SFML and Dear ImGUI. Under MIT License.
algorithms cpp sortilyzer sorting-algorithms sorting-visualization
Last synced: 05 Mar 2026
https://github.com/newyaroslav/simple-named-pipe-server
ะัะตะฝั ะฟัะพััะฐั ัะตัะฒะตัะฝะฐั ะธ ะบะปะธะตะฝััะบะฐั ะฑะธะฑะปะธะพัะตะบะฐ Named Pipe, ัะตะฐะปะธะทะพะฒะฐะฝะฝะฐั ั ะธัะฟะพะปัะทะพะฒะฐะฝะธะตะผ C++11
client cpp cpp11 easy metatrader mingw mql4 mt4 named-pipe server simple-named-pipe-server trading win32
Last synced: 19 Apr 2025
https://github.com/jyotibrat/competex
Adding all the programs which I have done while practicing Competitive Coding on different Platforms.
codechef codeforces competitive-programming cpp cpp17 git github-config python python3
Last synced: 28 Apr 2025
https://github.com/athrvk/vayu
High-Performance API Testing Platform
api-client api-testing cpp electron load-testing performance postman-alternative testing-tools
Last synced: 31 Jan 2026
https://github.com/compose-generator/ccom
โ๏ธ Compiler for the CCom (Conditional Comments) language
comment condition cpp grammar interpreter java language
Last synced: 03 Sep 2025
https://github.com/maxencebonamy/sand-box
This software is a physical simulation. You can arrange different physical elements anywhere in the window, and they will evolve with each other according to the laws of physics.
cpp physics sandbox sfml simulation xmake
Last synced: 09 Apr 2025
https://github.com/newyaroslav/brotli-hpp
Brotli header-only C++ library
brotli brotli-compression compression cpp cpp-library cpp11 header-only http response
Last synced: 06 Mar 2026
https://github.com/adamsondavid/blindworm
A Compiler that transforms BlindWorm (Python dialect) into LLVM IR ๐
bison-flex compiler cpp llvm-frontend programming-language python recursive-descent-parser toy-language
Last synced: 17 Apr 2026
https://github.com/ferhatgec/solfege
Solfege Esoteric Language, Do Re Mi Fa...
c cpp esolang esoteric-language programming programming-language stdio
Last synced: 15 Jun 2026
https://github.com/mortennobel/oocholmod
An object oriented C++ header-only wrapper for Timothy A. Davis' Cholmod library (part of SuiteSparse)
cholmod cpp hpc sparse-matrices
Last synced: 19 Jun 2026
https://github.com/zlatnaspirala/web-to-native
Testing basic c++ compilers work
c cef cpp porting visual-studio web xcode
Last synced: 13 May 2026
https://github.com/eansearch/barcodescanner
Barcode scanner application that automatically looks up the barcodes on ean-search.org (based on GStreamer and Qt)
barcode barcode-reader barcode-scanner cpp ean13 gstreamer gtin qt qt5 upc upc-a
Last synced: 30 Apr 2026
https://github.com/harrymt/rasterizer
Rasterizer in c++ using SDL and GLM .
Last synced: 12 Jun 2026
https://github.com/ferhatgec/pls
Fegeya Please (or Pls), simple & cross-platform package searcher.
cpp cpp17 cross-platform installer manager package pls searcher simple
Last synced: 18 Jun 2026
https://github.com/coord-e/dsp6951
Library for DSP6951 DSP Radio IC.
arduino arduino-library cpp dsp radio
Last synced: 16 May 2026
https://github.com/knightchaser/easy-data-structure
Hands on data structure, with an easy code by myself.
assembly c cpp data-structures hands-on
Last synced: 07 May 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/leosery/proceduralterraingeneration--unrealengine5-2024
A procedural terrain generation system with dynamic chunk loading and optimized mesh generation using Perlin noise in Unreal Engine 5.
cpp game-development mesh-generation perlin-noise procedural-generation terrain-generation unreal-engine-5
Last synced: 05 May 2025
https://github.com/alpha74/icc
My CodeChef submissions. Maintained from 2020 onwards.
algorithms codechef codechef-problems codechef-solutions coding cpp data-structures programming
Last synced: 13 Apr 2025
https://github.com/hawashra/problemsolving
here I add some of the problems I solved.
competitive-programming cpp problem-solving
Last synced: 08 Mar 2026
https://github.com/meh/ela
Embedded Linear Algebra
column-vector cpp cpp11 embedded expression-template linear-algebra matrix row-vector vector
Last synced: 20 Jan 2026
https://github.com/berkaygediz/hm_console
๐ป Simple console calculator in C++.
Last synced: 12 May 2025
https://github.com/bitolabs/ujson
A tiny C++ JSON reader with a very simple API
api c-plus-plus cplusplus cplusplus-17 cpp cpp17 json json-api json-library json-parser json-reader library lightweight no-dependencies parser reader simple tiny
Last synced: 11 Apr 2025
https://github.com/ferhatgec/mdth
Fegeya MDtH, Markdown to HTML converter. Written in C++17.
converter cpp cpp17 html markdown markdown-to-html parser tokens tool
Last synced: 14 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/slali87/cppsampleproject
Cross-platform C++ sample project which presents a base project structure.
application bash clang-format clang-tidy cmake conan cpp cross-platform doxygen gcc googletest graphviz lcov library linux lizard markdown mingw valgrind windows
Last synced: 13 Mar 2025
https://github.com/swordlordcodingcrew/dang
Dainty Animations 'N Gears - Game Framework for the 32Blit and PicoSystem handheld open game consoles
2d 32blit aseprite cpp dang game-development game-framework gamedev picosystem tiled-map-editor
Last synced: 21 Jun 2025
https://github.com/guekka/bethutil
Common utilities for working with bethesda assets (dds, nif, bsa, hkx...)
bethesda cpp dds elder-scrolls fallout modding skyrim starfield texture
Last synced: 17 Aug 2025
https://github.com/viral32111/gm_regex
Lua Patterns are rubbish, Regular Expressions are the standard.
cpp cpp11 dll garrysmod glua lua module regex visual-studio
Last synced: 21 Jul 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/kkebo/cloumo
Web ใขใใชใฑใผใทใงใณๅฐ็จ OS
assembly cpp operating-system os web-browser
Last synced: 18 Jun 2025
https://github.com/svenslaggare/texteditor
A simple text editor written in C++.
Last synced: 18 May 2026
https://github.com/l-super/qtpacker
Qtๅพๅฝขๅ่ชๅจๅๆๅ ๅทฅๅ ท๏ผ้ๅฏนๅบไบQtๅผๅ็็จๅบ่ฟ่กๆๅ ใ
Last synced: 08 Aug 2025
https://github.com/jackplo/serene
Bringing serenity to the Linux experience
ai contributions-welcome cpp css gtk4 linux linux-app
Last synced: 19 Jun 2025
https://github.com/xreedev/automated-solar-panel
This project aims to increase efficiency of solar panels by adjusting its tilt based on the calculated sun's position in the sky ,without a LDR.This was done as part of my BTech mini project.
arduino arduino-library btech btech-project btech-projects cpp css esp32 html js json ktu solar-panels solpos
Last synced: 11 Apr 2025
https://github.com/educ8s/cpp-analog-clock-with-raylib
An analog clock project using C++ and raylib, showcasing OOP concepts and dynamic graphics.
analog-clock cpp raylib raylib-cpp raylib-project
Last synced: 18 Feb 2026
https://github.com/JingOS-team/controlkit
controlkit plugins to build user interfaces based on the KDE UX guidelines
Last synced: 13 Apr 2025
https://github.com/brynblack/voxelaria
An open world voxel playground.
clang-format cpp flake flake-utils glew glfw glsl meson ninja nix open-world opengl voxel wayland
Last synced: 10 Aug 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/NuroDev/xmake-scaffold
๐ฑ Minimal Xmake C++ Project Template
c cpp portfolio template template-project template-repository xmake
Last synced: 12 Mar 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/pkprajapati7402/hangman-game-cpp
A simple C++ command-line implementation of the classic Hangman game. Guess the hidden word letter by letter before running out of attempts. This project provides an interactive and enjoyable way to practice basic programming concepts.
basic-programming cli command-line-game cpp fun-project hangman-game interactive oop word-game
Last synced: 13 Apr 2025
https://github.com/ferhatgec/cliutils
Fegeya CLIUtils, a CoreUtils alternative. Written in Kalem.
cli cli-utils commandline coreutils cpp kalem transpiler
Last synced: 18 Feb 2026
https://github.com/ikhsan3adi/ddp_dump
Kodingan matkul Dasar-dasar Pemrograman
algoritma c cpp dasar-pemrograman js kuliah program ts
Last synced: 14 Jul 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/cfnptr/nets
Secure multi-platform networking library with implemented TCP / UDP server and client
c client cpp cross-platform http https library network networking openssl server socket ssl tcp tcp-client tcp-server tls udp udp-client udp-server
Last synced: 30 Oct 2025
https://github.com/codingkoopa/mk8studio
A Mario Kart 8 texture exporter/injector. Mirror of: https://gitlab.com/CodingKoopa/mk8studio
Last synced: 18 Jun 2025
https://github.com/endurodave/asyncmulticastdelegatecpp11
Asynchronous Multicast Delegates in C++11
asynchronous-callbacks asynchronous-programming cpp cpp11 cross-platform delegates embedded-systems linux multi-thread multicast publish-subscribe windows
Last synced: 11 Jul 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/elfaz19/double-linked-list-by-c--
๐ Student Management System ๐ A C++ doubly linked list project to manage student records. Features: insert, delete, search, display, and demo mode. Perfect for learning dynamic data structures! ๐ Happy Coding! โจ
cpp dsa dsa-algorithm dsa-practice
Last synced: 11 Jul 2025
https://github.com/zeloe/bytetosound
Reads raw data and outputs it as a wave file
audio bytes cpp databending encoding wave
Last synced: 11 Jul 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/leandrosimoes/notenumberremapperbyvelocityvtsplugin
VTS plugin to remap a midi note number to another based on the velocity
alesis cpp juce-framework midi plugin vts-plugin
Last synced: 28 Jun 2025
https://github.com/bardobard/bardrix
Mathemathical raytracing library for educational purposes.
cpp educational native nuget raytracing
Last synced: 20 Jul 2025
https://github.com/indeemasoftware/qblockchain
Building blockchain with Qt
blockchain blockchain-qt cpp cryptocurrency mining qt qt5
Last synced: 13 Apr 2025
https://github.com/ellman12/password-generator-and-guesser
Slightly over-engineered password guesser program written in C++, with lots of customization.
c cplusplus cplusplus-11 cplusplus-14 cplusplus-17 cplusplus-20 cpp password password-generator password-guessing
Last synced: 04 Oct 2025
https://github.com/juangburgos/qsingleinstance
Qt C++ library to check if another instance of an application is running. Disallow multiple application instances.
c-plus-plus cpp instances qt qt5
Last synced: 12 Apr 2025