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/mubeen-channa/cpp-programs
Daily C++ Programs: A collection of daily C++ coding exercises and solutions to help you practice and improve your programming skills.
competitive-programming contributions-welcome cpp cpp-programs mubeen-channa mubeenchanna programs-practice
Last synced: 14 Oct 2025
https://github.com/pirate-emperor/ue5vc-perforce
UE5VC-Perforce integrates Perforce version control with Unreal Engine 5, enabling seamless collaboration on game development projects across multiple devices. It streamlines asset management, supports branching and merging, and enhances team productivity.
asset-management automation-scripts configuration-automation cpp multi-device-app-development p4v perforce python ue5 version-control
Last synced: 17 Feb 2026
https://github.com/b1z0n/cpp-dev-resources
Curated list of useful c++ tools, and resources to learn them:
books c cpp cpp11 cpp14 cpp17 cpp1z developer-experience developer-tools development-tools resources tutorials
Last synced: 24 Feb 2026
https://github.com/thiagoh/lex
From the classic "Lex - A Lexical Analyzer Generator" from http://dinosaur.compilertools.net/lex/index.html
c compilers cpp flex lex lexer lexical-analysis lexical-parser
Last synced: 24 Apr 2026
https://github.com/ohjurot/cppproject-expenses
C++ Project (YouTube Video) on "Expenses"
Last synced: 02 May 2026
https://github.com/madcato/neat-libtorch
C++ NEAT implementation using LibTorch.
artificial-intelligence cpp libtorch machine-learning ml neat pytorch
Last synced: 02 May 2026
https://github.com/the-last-cookie/stringcalc
Usage and calculation of big numbers as strings
Last synced: 26 Oct 2025
https://github.com/zakariaelbouzkri/class-ganerator
this project is script that i used to generate classes in othodox canonical form
cpp orthodox-canonical-class python3 scripting
Last synced: 28 Apr 2025
https://github.com/nvminh162/daily-algorithm-challenge
(!) Daily Algorithm Challenge
cpp hackerrank interview java javascript leetcode nvminh162
Last synced: 09 Jun 2026
https://github.com/hxndev/implementing-grep-using-naive-search
GREP is a command-line utility for searching plain-text data sets for lines that match a regular expression or simply a string. In this, I implemented GREP using Naive Search.
algorithm command-line cpp grep linux naive-bayes-algorithm search time-complexity-analysis utility
Last synced: 03 May 2026
https://github.com/thetallprogrammer/password-generator
Falkenberg's Password Generator is a secure and customizable tool designed to generate strong passwords with ease. Adjust complexity and length, exclude specific symbols, and copy your password with one click. This standalone generator is part of a larger password manager project currently in development.
cpp desktop-app desktop-application password-generator password-generator-cpp privacy qt security tool tools user-interface
Last synced: 24 Jan 2026
https://github.com/klirii/javacallswithoutjni
Example of calling Java methods in C++ without using JNI or JVMTI
cpp dll dll-injection example java jdk jni jvm minecraft
Last synced: 15 Oct 2025
https://github.com/ptahmose/mexlibczi
read and write CZI-documents from MATLAB and Octave
cpp czi-documents matlab microscopy octave zeiss zeiss-czi-files
Last synced: 24 Feb 2026
https://github.com/soumwadeep/soumwadeep
Short Bio Data Of Myself
cpp html-css-javascript php python
Last synced: 13 Apr 2026
https://github.com/marcpinet/connect4-ai
🤖 A simple and extensible Connect4 with graphical user interface where you can play against an AI.
ai cmake connect-four cpp minimax-alpha-beta-pruning sfml
Last synced: 25 Feb 2026
https://github.com/feignclaims/cpp_conan_template
A C++ CMake template using Conan 2
cmake cmake-template conan cpp project starter starter-project
Last synced: 29 Jan 2026
https://github.com/andreasfertig/heise-2024-09-save-ressources-with-constexpr
Companion source code for "Ressourcen sparen mit constexpr"
Last synced: 29 Jan 2026
https://github.com/wild-queue/imperative-language-compiler
A tool for running code written in an imperative programming language. This tool provides the ability to run code written in a toy imperative programming language by translating the code into C# code (and then running it using .Net) or by translating it directly into the .Net CIL. It also performs a type checking before running the code.
bison-flex compiler-construction cpp csharp dotnet makefile parser programming-language-translator
Last synced: 03 May 2026
https://github.com/irgendwr/arduino_nunchuk_mouse
🖱️ This sketch lets you use a Wii Nunchuk as a mouse.
Last synced: 04 May 2026
https://github.com/keithdhedger/lprgui
qt5 based frontend for lpr cli command
cpp cups frontend frontend-app gui-application lpr qt5 qt5-gui
Last synced: 22 Feb 2026
https://github.com/diogo-nb/seguidor-de-linha
Sketchs para um Carrinho Seguidor de Linha utilizando Arduino Uno.
arduino computer-engineering cpp line-follower-robot robotics
Last synced: 04 May 2026
https://github.com/brakmic/keycloak-pkce-cpp
Keycloak-PKCE C++ Library
authentication cpp iam identity keycloak oauth2 pkce security
Last synced: 25 Feb 2026
https://github.com/sbeyer/commonsat
a common C++11 SAT solver interface for different SAT solvers
c-plus-plus c-plus-plus-11 cpp cpp-library cpp11 formula header-only library sat sat-solver satsolver
Last synced: 05 Feb 2026
https://github.com/muhammadmooazam/arduino-series
arduino cpp iot programming sensors
Last synced: 04 May 2026
https://github.com/nano-bot01/tic-tac-toe-game
A Console based Application for multiplayer Tic Tac Toe game.
ankit-nainwal cpp game games tic-tac-toe tictactoe
Last synced: 07 Sep 2025
https://github.com/jn513/esp32-l298-control
Functions for controlling the L298 H Bridge in an easy way using ESP32
cpp esp32 esp32-arduino ino l298 l298n
Last synced: 29 Apr 2026
https://github.com/genyleap/bitcoin-rpc
A high-performance C++ library for interacting with Bitcoin Core's JSON-RPC API. Designed for developers building blockchain tools, wallets, or analytics platforms.
bitcoin bitcoin-api bitcoin-rpc cpp
Last synced: 13 Apr 2026
https://github.com/martinhelmut/embedding-lua-in-cpp-example
This is an example repository on how to embed Lua in C++.
Last synced: 24 Apr 2026
https://github.com/hxndev/implementing-linux-cl-utility-grep
CL = Command Line. GREP is a command-line utility for searching plain-text data sets for lines that match a regular expression or simply a string
algorithm command-line complexity cpp grep linux pattern search time-complexity-analysis utility
Last synced: 05 May 2026
https://github.com/baderouaich/the-zero-overhead-principle
Little demonstration of the Zero Overhead principle.
c cplusplus cpp the-zero-overhead-principle zero-overhead zero-overhead-abstraction zero-overhead-principle
Last synced: 25 Feb 2026
https://github.com/c08oprkiua/moduleassistant
Helper tool for making engine modules in Godot 4 and 3
cpp gdscript godot godot-cpp godot-module godot3 godot4 tools
Last synced: 01 Feb 2026
https://github.com/tower-online/tower-main
A MMORPG game server for Tower Online written in C++
boost-asio cpp game-server mmo
Last synced: 27 Jan 2026
https://github.com/roshan-raj/computer-graphic-project-on-working-of-blockchain
Computer Graphic Project for the working of Blockchain.
Last synced: 21 Apr 2026
https://github.com/pieroboseta/piero-ende-coder
A powerful encryption and decryption tool that combines the Vigenère cipher, XOR encryption, and Base64 encoding to secure messages. This tool allows users to encode and decode messages using a secret key, ensuring an extra layer of security.
algorithm base64 cipher cpp cryptography data-conversion data-encoding decoder decryption encoder encryption hashing string-manipulation text-processing
Last synced: 26 Feb 2026
https://github.com/maikel/glib-senders
Senders and Receivers for the GNOME Glib library
Last synced: 29 Apr 2026
https://github.com/neutrinozh/brainfuck
Brainfuck interpreter. Just for fun. Enjoy!
Last synced: 07 Jul 2025
https://github.com/neoblizz/cupti-plus-plus
CUPTI++ is a C++ interface to the CUDA Profiling Tools Interface (CUPTI).
cpp cuda cuda-profiler cupti profiler
Last synced: 26 Apr 2026
https://github.com/harmim/vut-dip
Master's Thesis - Advanced Static Analysis of Atomicity in Concurrent Programs through Facebook Infer
abstract-interpretation atomer atomicity atomicity-violation c concurrency concurrent-programs contracts-for-concurrency cpp facebook facebook-infer java master-thesis ocaml program-analysis static-analysis vut vut-fit
Last synced: 29 Apr 2026
https://github.com/victornpb/multiplexed-7segments-display
Arduino sketch that provides multiplexing for a single or multiple 7 segments displays without extra hardware
7segment arduino-library arduino-sketch cpp multiplexer
Last synced: 25 Oct 2025
https://github.com/woolfrey/server_serial_link
ROS2 action servers for controlling serial link robots.
action-server control cpp robot ros2
Last synced: 03 Jun 2026
https://github.com/franzkafkayu/cplusplusexceriseandexamples
This Repository Is Just Used For Excerise,help me master in C++.
Last synced: 28 Apr 2026
https://github.com/yosh-matsuda/gpu-ptr
Cross-platform GPU smart pointer with C++20 range support
cpp cpp20 cuda gpu header-only hip
Last synced: 17 Jan 2026
https://github.com/daltongd/vectorfielddesigner
Unreal Engine
cplusplus cpp unreal-engine unreal-engine-4
Last synced: 10 Oct 2025
https://github.com/nicknaso/nhttp2
Exprerimenting on http2
cpp http-client http2 http2-server javascript native-module nghttp2 nodejs
Last synced: 03 May 2026
https://github.com/ignavan39/htop_killer
System monitor with live graphs. Reads /proc directly, renders in the terminal.
cpp htop-alternative linux-utility system-monitoring
Last synced: 03 Apr 2026
https://github.com/basemax/firstmysqludf
Sample repository to extend MySQL server by develop additional function. (Mysql UDF)
c cc cpp mariadb-udf mariadbudf mariadbudf-cc mariadbudf-cpp mysql-udf mysql-udf-example mysql-udf-sample mysqludf mysqludf-cc mysqludf-cpp udf-mariadb udf-mariadb-example udf-mariadb-sample udf-mysql udf-mysql-example udf-mysql-sample
Last synced: 03 May 2026
https://github.com/grazen0/sweepr
Funky Minesweeper game for the terminal written in C++.
cpp minesweeper nix university-project
Last synced: 18 Feb 2026
https://github.com/tlaceby/rawkit
Rawkit is a Go/C++ library for working with RAW image files. It provides a simple interface for loading, processing, and analyzing RAW images from various camera manufacturers, along with histogram generation and metadata extraction.
cgo-bindings cpp exif-data-extraction golang image-processing libraw raw
Last synced: 06 Feb 2026
https://github.com/atmofx/bigint
C++ big integer library
bigint biginteger biginteger-library competitive-programming cpp cpp-library cpp11 cpp14 cpp17 cpp20 cpp23 scientific-calculations scientific-computing
Last synced: 13 Mar 2026
https://github.com/niallb98/asteroids
A project aiming to imitate the classic video game Asteroids using the SFML library in C++
asteroids cpp game game-development sfml
Last synced: 10 Jan 2026
https://github.com/auterion/mavsdk
API and library for MAVLink compatible systems written in C++17
cpp cpp17 hacktoberfest mavlink
Last synced: 14 Apr 2026
https://github.com/athrvvvv/minimal-notepad
A very lightweight notepad, with minimal functions.
cpp minimal-notepad notepad notepad-app text text-editor windows word writing
Last synced: 17 Apr 2026
https://github.com/flagarde/elogpp
Wrapper for elog https://elog.psi.ch/elog/
cpp cross-platform elog standalone wrapper
Last synced: 10 Oct 2025
https://github.com/yuntianzhou/glblib
An easy C++ graphics library built on top of OpenGL.
cmake cpp easy graphic-library opengl
Last synced: 24 Oct 2025
https://github.com/thepushkarp/leetcode
My Leetcode submission
cpp leetcode leetcode-submissions python submissions
Last synced: 03 May 2026
https://github.com/ghostofgoes/machine-learning
Code and notes from the Machine Learning and Data Mining class.
cpp data-mining machine-learning machine-learning-algorithms neural-network python
Last synced: 03 May 2026
https://github.com/ismacortgtz/pocket-http
A lightweight, cross-platform HTTP/HTTPS client library for C++17 in an ultra-compact package.
bearssl cpp cpp17 http https library lightweight
Last synced: 17 Apr 2026
https://github.com/coyorkdow/deco_cpp
Python style decorator in C++
cpp cpp17 decorator metaprogramming python
Last synced: 19 Apr 2026
https://github.com/bluecadet/cinder-bluecadetutils
Cinder block with util classes for media loading, caching, multi threading, etc.
cinder cpp threading utility-library
Last synced: 08 Jun 2026
https://github.com/9inefold/exicpp
C++ wrapper for the Efficient XML Interchange (EXI) processor
Last synced: 23 Feb 2026
https://github.com/agauniyal/ide
Learnyoucpp online ide
cpp cpp11 cpp14 cpp17 learn-to-code learncpp
Last synced: 03 May 2026
https://github.com/richie-rich90454/training-generator
Training Generator is a cross-platform desktop app built with Electron and Node.js that converts documents (PDF, DOCX, DOC, RTF, TXT, MD, HTML) into structured AI training data. Using local Ollama models, it extracts instructions, Q&A pairs, and conversation data for machine learning, AI fine-tuning, and NLP workflows, while keeping all processing.
ai ai-data-analysis ai-training-data cpp desktop-app document-conversion electron html-css-javascript jsonl local-ai ml ollama ollama-api training-materials
Last synced: 26 Feb 2026
https://github.com/danielbrito/fatec
🎓 Análise e Desenvolvimento de Sistemas - Faculdade de Tecnologia.
cpp data-structures database development java javascript logic object-oriented-programming portugol programming script sql web-development
Last synced: 03 May 2026
https://github.com/helmssyss/fps-shooter-system
This (middle-advance) system is made with Unreal Engine 4.27
cpp cpp17 fps fps-game game game-development game-engine tps ue4 ue5 unreal-engine unreal-engine-4 unreal-engine-5
Last synced: 09 Jun 2026
https://github.com/tom-weatherhead/helix
An RSA encryption and uuencoding/uudecoding application from 2002.
cpp cryptography encryption rsa-encryption uudecode uuencode
Last synced: 09 Oct 2025
https://github.com/spectrevert/rite
simple header for testing c/c++ source code
Last synced: 01 May 2026
https://github.com/erthium/ascii-art
Project for converting image frames into ASCII art, with hopes to make real-time video conversion work
ascii ascii-art cpp image-processing sfml
Last synced: 23 Feb 2026
https://github.com/toshikinakamura0412/gridmap_to_pointcloud_ros
ROS package for converting gridmap to pointcloud
conversion cpp gridmap mit-license pcl pointcloud robotics ros ros-noetic
Last synced: 28 Jan 2026
https://github.com/kahkasha17/leetcode-codecrushdaily
🎉 Welcome to the LeetCode Lounge! 🚀 Join me on a coding adventure as I tackle daily LeetCode challenges! Each day, I’ll drop unique solutions and quirky notes, turning algorithms into fun puzzles. 🧩 Whether you’re here to learn or just vibe with my journey, let’s make coding a fiesta of creativity! 🎊 Dive in and enjoy the ride! 💻✨
algorithm algorithms-and-data-structures cpp java javascript leetcode leetcode-challenges leetcode-cpp leetcode-java leetcode-javascript leetcode-solutions
Last synced: 03 May 2026
https://github.com/extremeheat/protodef-cpp
C++ compiler for ProtoDef schemas
Last synced: 03 Mar 2026
https://github.com/whokilleddb/oops-c
I did an oops-c
c cpp dns function-pointer function-pointers object-oriented-programming oops oops-in-c struct
Last synced: 28 Apr 2026
https://github.com/mparolari/xpacket
XPacket is an utility that generates a C struct and two functions for serialize/deserialize it into/from a given payload.
c c89 cpp serialization serialization-library
Last synced: 01 Apr 2026
https://github.com/mensenvau/solutions_lets_crack_it
Let's Crack It
cpp interviewbit javascript leetcode leetcode-solutions python
Last synced: 16 Apr 2026
https://github.com/xtalism/tcp-ip-esp32
TCP/IP ESP32 Communication
arduino cpp embedded-systems esp32 industrial-network microcontroller-programming networking platformio tcp-ip
Last synced: 30 Apr 2026
https://github.com/ripunjay42/leetcode_practice
cpp leetcode-cpp oops-in-cpp stl
Last synced: 10 Jan 2026
https://github.com/kenneract/realtime-deviation-encoding-scheme
RDES - a lightweight, real-time, lossless compression algorithm for sequences of 31-bit integers.
c compression compression-algorithm cpp embedded flash-storage lightweight logging lossless python realtime
Last synced: 03 May 2026
https://github.com/billyfrcs/2dspriteanimation
2D Sprite Animation And Movement.
2d-game 2danimation animation cpp game game-development graphics graphics-library raylib raylib-cpp spritesheet visual-studio-code
Last synced: 13 Jun 2026
https://github.com/iaomw/glab
Play with C++ OpenGL
cpp dazzler glsl opengl pbr subsurface-scattering
Last synced: 28 Apr 2026
https://github.com/tamim-saad/cses-problem-set-solutions
Solutions to the CSES Problem Set with clean, optimized code. Designed to help competitive programmers improve their problem-solving skills. Contributions are welcome—don’t forget to star!
competitive-coding competitive-programming competitive-programming-contests cpp cses cses-dp-section cses-editorial cses-introductory-problems cses-problem-set cses-problem-set-solution cses-problemset cses-solutions cses-submissions problem-set problem-solving
Last synced: 18 Oct 2025
https://github.com/callocgd/gcmanager
A C++ Wapped Garbage Collector Designed to replace cocos2d's gc tools in geometry dash.
cocos2d cpp garbage-collector geode geometry-dash
Last synced: 28 Apr 2026
https://github.com/leksus-04/algorithms-and-data-structures
:brain: Implementation of various algorithms and data structures in C++
algorithms cplusplus cpp data-structures implementation-of-algorithms implementation-of-data-structures
Last synced: 13 Jun 2026
https://github.com/nir3x/httprequest.cpp
HttpRequest - WinAPI HTTP Request Library
c-plus-plus cpp http-request httprequest library winapi winhttp
Last synced: 13 Jun 2026
https://github.com/avidlearnerinprogress/algorithmictoolbox-ucsd
Coursework solutions to UCSD DSA specialization
algorithms cpp data-structures moocs
Last synced: 22 Oct 2025