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/minel1410/maasu_internship_stm32
A repository for the fourth MAASU internship, based on C/C++ programming on the STM32F411RET6 MCU.
cpp embedded firmware microcontroller requirements stm32f411
Last synced: 18 Feb 2026
https://github.com/bulbame/congl
Console Graphics Library
ascii ascii-art console console-app cpp engine engine2d game-engine graphics terminal
Last synced: 07 Aug 2025
https://github.com/CyberScoper/ESP8266-HTU21D-Weather-Station
🌡️💧 A low-power weather station project using ESP8266 and HTU21D sensor to measure temperature and humidity and send data to ThingSpeak every 15 minutes.
cpp esp8266 htu21d weather-station
Last synced: 28 Jul 2025
https://github.com/hennotheo/narcengine
C++ Vulkan game engine
cpp engine game-engine gamedev
Last synced: 19 Sep 2025
https://github.com/amypad/numcu
Numerical CUDA-based Python library
array buffer c cpp cpython cpython-api cpython-extensions cuda cxx hacktoberfest numpy python vector
Last synced: 29 Jun 2025
https://github.com/themorc/screenduo-userspace
ASUS ScreenDUO/ASUS OC Palm userspace driver for Windows/macOS/Linux written in C++ (originally written in C for Linux, fork of mayorbobster's screenduo4linux)
asus c cplusplus cpp driver linux macos screenduo screenduo4linux screenduo4macos windows
Last synced: 11 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/cm0use/hangman
Hangman, no 3D or third-party libraries, just the standard functions provided by the compiler.
cpp cpp-game cppgame hangman hangman-console hangman-cpp hangman-game hangmangame
Last synced: 26 May 2026
https://github.com/polossk/leetcode-oj-solution
simple solution for leetcode
cpp leetcode leetcode-solutions python3 ruby
Last synced: 08 May 2026
https://github.com/eclipse-uprotocol/up-vsomeip-helloworld
COVESA/uServices HelloWorld example for mechatronics hello world uService and client using vsomeip
Last synced: 01 Sep 2025
https://github.com/archishmansengupta/lc
contains leetcode solutions done ~ 2 years ago, don't bother
algorithms cpp data-structures leetcode
Last synced: 07 Nov 2025
https://github.com/ombhd/cplusplus-pool-42
piscine (pool) of C++, where you can learn a lot of stuff about C++, just code and enjoy it!
1337school 42born2code cpp game object-oriented-programming
Last synced: 30 Mar 2025
https://github.com/jesuscopado/stereo-estimation
Naive and dynamic programming stereo matching schemes. 3D point cloud generation from disparities. Project for the course 3D Sensing and Sensor Fusion at ELTE.
cpp point-cloud stereo-matching
Last synced: 11 Jul 2025
https://github.com/toshikinakamura0412/scan_to_pcl_ros
ROS package for converting scan to pcl
bsd-3-clause conversion cpp pcl pointcloud robotics ros ros-noetic scanning
Last synced: 04 May 2026
https://github.com/maksasj/graph
Graph - simple c++ library, that implements a simple graph adt structure as well as implements some graph based algorithms like, vertex cover algorithm.
cpp educational-project graph library
Last synced: 15 May 2025
https://github.com/maksasj/pouch
Pouch - simple c++ library that introduces some containers, primary HashMap and stack style dynamic array.
cpp educational-project library stl
Last synced: 15 May 2025
https://github.com/marcb152/tsp-cplex-solver-cpp
TSP solver in C++ using IBM CPLEX
cplex cplex-optimization-solver cpp poc tsp tsp-problem tsp-solver
Last synced: 12 Jun 2026
https://github.com/rushilpatel21/cricket-player-statistics-management-system
This C++ program is designed for managing cricket match data, utilizing key data structures such as maps, linked lists, and JSON for efficient storage and retrieval. The program offers a set of functionalities to handle cricket match information, providing a comprehensive toolkit for data analysis and management.
Last synced: 25 Feb 2025
https://github.com/netromdk/faes
Fast AES
aes aes-cbc aes-cipher aes-ctr aes-ecb aes-encryption cipher cpp cryptography encryption mit-license
Last synced: 23 May 2026
https://github.com/dcavar/fomatestcpp
Foma-based morphological analysis using a simple C++ wrapper
cpp finite-state-transducer foma lexicon morphology natural-language-processing nlp nlp-parsing
Last synced: 30 Jun 2025
https://github.com/mccaffers/backtesting-engine-cpp
I'm developing a high-performance C++ backtesting engine designed to analyze financial data and evaluate multiple trading strategies at scale.
backtesting backtesting-engine cpp cpp20 trading
Last synced: 15 May 2025
https://github.com/3ein39/expedia.com
A simple Expedia.com implementation in c++ applying some polymorphism and OOP concepts.
apis booking-system console-application cpp expedia oop-principles
Last synced: 11 Jun 2026
https://github.com/gabin221/launchercode
LauncherCode is a script designed to streamline the process of creating basic files for various programming languages based on their extensions. By providing one or more filenames as arguments, users can created few files of programmation.
assembly c coffeescript convenience cpp csharp dart fortran fsharp generate-file helloworld-programs html java latex php programming-languages python script shell-script terminal
Last synced: 19 Feb 2026
https://github.com/sameetasadullah/leetcode-solutions
This repository contains solutions of various LeetCode problems
cpp java javascript leetcode python python3
Last synced: 04 Oct 2025
https://github.com/valiantlynx/marshmallow-ghost-stack
For BETAUIA GameJam. --Theme: how to roast a marshmallow
cpp gamejam raylib tailwindcss valiantlynx webgame
Last synced: 19 Feb 2026
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/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/seigtm/qt-wms
My first attempt to create a warehouse management system. This project is a C++ training practice at my college (2020-2021).
college college-assignment college-project cpp pkgh practice practice-programming practice-project qt qt5 qtcreator warehouse warehouse-management warehouse-management-system warehouse-system warehousing wms
Last synced: 20 Apr 2025
https://github.com/stridsvagn69420/magicfix
Command-line tool to repair your file extensions
c command-line cpp cross-platform file-extension-converter file-extensions files magicbytes magicnumbers
Last synced: 26 Jul 2025
https://github.com/sebt3/watched.back
Watched Backend
backend collected-metrics cpp monitoring mysql ssl watched
Last synced: 24 Apr 2025
https://github.com/languageissimple/.github
GitHub configuration for this Organization.
assignment-solutions config cpp cpp17 git github github-actions github-config java leetcode-solutions problem-solving python python3 ruby
Last synced: 05 Jan 2026
https://github.com/kaiesmahmud/structure-c-programming-solution-cse-113
City University CSE-113 structure programming C Program solution - ternary operator, if-else, switch, loop etc.
basic-programming c cpp practice-programming problem-solving
Last synced: 19 May 2026
https://github.com/abdullah-niaz/cpp-complete-course
The C++ Complete Course is a comprehensive guide for individuals to learn C++ programming language from zero to advanced level. It includes video tutorials, written exercises, and covers topics such as variables, functions, OOP, and STL. Prerequisites include basic programming knowledge and a computer with internet, text editor, and compiler.
Last synced: 19 Apr 2026
https://github.com/ldionne/accu-2017-rust-traits-in-cpp
My lightning talk on dynamic polymorphism at ACCU 2017
accu cpp cpp11 cpp14 dyno hana talk type-erasure
Last synced: 18 May 2026
https://github.com/tdjastrzebski/cppbuild
C/C++ Multi-Step Incremental Build Tool
build build-automation build-tool build-tools c c-plus-plus cli command-line cpp
Last synced: 12 Mar 2026
https://github.com/sea5kg/SimpleNeuralNetworkCpp
Simple Neural Network C++
cpp export-to-cpp genetic-algorithm neural-network neural-network-cpp perceptron perceptron-learning-algorithm simple
Last synced: 07 May 2025
https://github.com/gjoacorp/blossom
An OpenGL-based rendering engine written in C++.
cpp entt game-engine graphics-programming opengl rendering-engine
Last synced: 05 Mar 2026
https://github.com/andy-messer/mipt-algo
Все решенные мною задачи по алгоритмам за long long time
Last synced: 09 Apr 2025
https://github.com/psingh12354/imagetransforming
Image Transforming Project contain illnify watermark spotlight greyscale
coursera cpp final-project image-transform imageprocessing objectorientedprogramming
Last synced: 12 Jun 2025
https://github.com/alexdaz/powerkey
Generate secure passwords on your phone.
android-app android-application android-studio cpp cpp17 kotlin kotlin-android password password-generator
Last synced: 13 Apr 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/developer239/vite-react-wasm-cpp-emscripten-cmake
TypeScript & React boilerplate with C++ WASM module for native features or performance boost.
cmake cpp emscripten javascript react typescript vite wasm
Last synced: 13 Apr 2026
https://github.com/andezion/tanks
An improved retro variant of the tanks!
clion-ide cpp retrogaming sfml-game sfml-game-development tanks-game
Last synced: 10 Jan 2026
https://github.com/sunfl0w/CPP_Piranhas
CPP_Piranhas will be the final player by Team Rocket for the Software-Challenge 2019.
ai boardgame-player cpp software-challenge turn-based-strategy
Last synced: 11 Mar 2025
https://github.com/andr3w03/kgv_uts_turing-a
Ujian Tengah Semester Mata Kuliah Komputer Grafik dan Visualisasi
c cpp desktop-application glew glfw opengl visual-studio
Last synced: 09 May 2026
https://github.com/christianpanov/cinq
Language-Integrated Query (LINQ) for C++
cinq cpp cpp-library cpp17 language-integrated-query library linq
Last synced: 30 May 2026
https://github.com/bestmahdi2/uni__realestatemanagementsystemqt
Two university projects where a real estate management system is implemented using Qt
cpp gui qt qt5 real-estate real-estate-management
Last synced: 10 Mar 2026
https://github.com/lucgsanchez/Turn-based-RPG
Turn based RPG with random encounters made in C++ using the SFML library
2d-game 2d-game-engine c cpp game-development game-engine random-encounters rpg-game turn-based
Last synced: 11 Mar 2025
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/seikhchilli/bubble-sort-algorithm-cpp
Bubble Sort Algorithm using c++.Arranges array in ascending order.
algorithms array ascending bubble-sort cpp data-structures pointers-and-arrays sorting-algorithms
Last synced: 15 Mar 2025
https://github.com/chasenut/booker
Booker is a rental (like Booking.com), made using C++ and Qt QML
app booking cpp desktop qml rental store webassembly
Last synced: 01 Mar 2026
https://github.com/kritagya-web/online_examination_project_cpp
This project is a windows-based application used for taking Exams of multiple subjects.Marks would be calculated automatically after the test finishes. Some modules/ functionalities included are New User Registration, Attempt Test, Results, Contact US, etc.
c cpp online-examination-system test-taking-platform
Last synced: 01 Mar 2025
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/dennisrono/cpp-workspace
cpp workplace for practice and simple projects
Last synced: 06 May 2026
https://github.com/stevebeeblebrox/cog
Like Rust's Cargo but for C++
build-tool cpp cross-platform make
Last synced: 03 Sep 2025
https://github.com/dotbunny/nexus
NEXUS Framework
cpp ue5 unreal-engine unreal-engine-5
Last synced: 21 Jan 2026
https://github.com/sudeepacharjee/cpp-projects
is repository contains simple programs written in C++ programming languages to help beginners understand the basics of coding. Feel free to explore and learn
Last synced: 08 Jan 2026
https://github.com/stepantita/interview-prep
This repository contains C++ solutions for various LeetCode problems, categorized into multiple sections by topics
algorithm-challenges algorithms c-plus-plus cpp data-structures leetcode leetcode-solutions problem-solving programming programming-exercises
Last synced: 17 Jan 2026
https://github.com/yuki-koyama/easy-qhull
A helper repository to use qhull in cmake-based c++ projects
Last synced: 04 Jun 2026
https://github.com/zigrazor/duuf
Distributed Unified Utilities Framework
communication-library cpp cpp-framework cpp-library distributed distributed-framework distributed-systems framework library
Last synced: 12 Jun 2025
https://github.com/nevilparmar11/advance_algorithms_lab_tasks
Advance Algorithms subject lab tasks sem 5.
advance-algorithm advanced-data-structures algorithms algorithms-and-data-structures cpp
Last synced: 18 Jun 2025
https://github.com/nicknaso/bcrypt-napi
Bcrypt porting to N-API
addons bcrypt cpp native nodejs nodejs-addon nodejs-modules
Last synced: 04 May 2026
https://github.com/bacpack-system/packager
BringAuto Packager - a simple way how to build and maintain our dependencies with almost zero learning curve and out-of-the box integration into our workflows.
bacpack-system c cmake cmakelib cpp cxx docker packager
Last synced: 12 Mar 2026
https://github.com/moebiussurfing/ofxelevenlabs
openFrameworks addon for ElevenLabs Text-to-Speech API.
cpp elevenlabs elevenlabs-api openframeworks openframeworks-addon
Last synced: 02 Apr 2025
https://github.com/michelerenzullo/blur_algorithms
Fastest algorithm for Gaussaian blur on CPU. Fast Fourier Convolution - Portable alternative to cv::blur and cv::GaussianBlur in the frequency domain - Documentation and refactoring in progress
blur convolution cpp fft fftw fourier frequency gaussian image-processing kernel opencv openmp padding pffft pocketfft time
Last synced: 20 Aug 2025
https://github.com/jaytwolab/json-downloader
File Downloader for Windows Console using json data. :kr: json 자료를 사용하는 윈도우즈 콘솔용 파일 다운로더
cpp curl json libcurl visualcpp visualstudio
Last synced: 03 May 2026
https://github.com/evanmcclure/malo-metalu
A handwritten character trainer for Apple M1 and recognizer for Cortex-M4
apple-silicon cortex-m4 cpp handwritten-character-recognition hobby-project m1 macbook machine-learning mcu metal
Last synced: 13 Jun 2025
https://github.com/hyouteki/senet
probing SEcurity of NETwork
aes big-number c ciphers cpp diffie-hellman fasm network-security pkda python rsa
Last synced: 05 Sep 2025
https://github.com/kazhuu/cpp-examples
Me studying C++ and it's features
boost-library cmake cpp examples googletes study
Last synced: 11 Jun 2025
https://github.com/cuarzosoftware/cuarzobrowser
The Cuarzo OS Web Browser
appimage cpp cuarzo multiplatform web-browser
Last synced: 31 Mar 2025
https://github.com/kezhengjie/ssl_cert_check
c++ https ssl certificate expiration time and info check tool.Simple and Friendly API of both Cli and Library.
asio cli cmake cpp easy-to-use https https-certificate-expiry library openssl simple-api ssl-certificate-check
Last synced: 04 Dec 2025
https://github.com/andres-garcia-alves/electronics-vibratory-tumbler
Arduino code for a time-controlled vibratory tumbler.
4-digit-display arduino buzzer cpp diy electronics relay tm1637 vibratory-tumbler
Last synced: 17 Jul 2025
https://github.com/spur27/renweb-engine
Lightweight engine and API for making cross platform desktop applications with web technology.
cpp cross-platform desktop-app html-css-js javascript native-gui webkit webkitgtk webview webview2 wkwebview
Last synced: 26 Apr 2026
https://github.com/muhammadmooazam/cpp-programming-language
cpp cpp-programming-language programming
Last synced: 01 Sep 2025
https://github.com/biud436/initial2d
C++로 자체 개발한 2D 게임 엔진으로 Sprite, Audio, Input을 포함한 기능을 내장합니다.
cpp fmod gamedev gdi libpng lua openal windows-api zlib
Last synced: 22 Apr 2025
https://github.com/tank3-tk3/pi-calculation-cpu-gpu
PI calculation with CPU and GPU
c cpp cuda parallel-computing pi
Last synced: 13 Apr 2026
https://github.com/gmitch215/cmakekt
⚙️ A CMake Plugin to generate Kotlin/Native Bindings
c cmake cpp kotlin kotlin-native
Last synced: 05 Sep 2025