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-01 00:06:36 UTC
- JSON Representation
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/marcb152/pdstsp-cplex-solver-cpp
PDSTSP solver in C++ using IBM Cplex
cplex cplex-optimization-solver cpp pdstsp tsp tsp-problem tsp-solver
Last synced: 26 Feb 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/wolgemoth/vsop87-wrapper
A wrapper class providing a clean interface for working with Greg Miller's VSOP87-Multilang in C++.
astronomy cpp cpp17 glm header-only mathematics positions solar-system templated vsop vsop87 wrapper
Last synced: 30 Mar 2025
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/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/y252328/link-preserving_interference-minimization
Simulation program for "Link-Preserving Channel Assignment Game for Wireless Mesh Networks"(LPIM)
channel-selection cpp game-theory link-preserving mesh-networks
Last synced: 26 May 2026
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/the-last-cookie/image-tagger
Photo Management Program
cpp management photo-gallery qt5 windows-10
Last synced: 10 May 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/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/nathancordeiro/line-follower-robot
Arduino Uno-powered line follower robot: Seamlessly follows lines with precision sensors and intelligent algorithms. Ideal for exploring robotics fundamentals and automation.
arduino cpp line-follower robotics
Last synced: 11 Apr 2026
https://github.com/smorodov/scrollingbuffer
Simple scrolling buffer I used for multimodal time series applications.
algorithms cpp multimodal-time-series queue ring-buffer scrolling-buffer time-series time-series-analysis time-series-processing
Last synced: 16 May 2025
https://github.com/vurv78/viable
Elegant interop with C++ classes / interfaces with vtables
Last synced: 25 Apr 2025
https://github.com/lucasfturos/interfacesensordht
Interface para um Sensor de Temperatura Embarcado em C++, Javascript e QML
Last synced: 05 May 2026
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/umar-masood/modern-weather-app
A sleek and simple weather application that provides real-time weather updates and 7-day outlooks using a modern UI and reliable weather API.
api cpp desktop-modern-app modern-weather-app qss qt qt-cpp qt6 restful-api weather-app
Last synced: 02 Sep 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/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/speedycraftah/speedy-db
A database written in C++ which supports JSON querying and TCP encryption.
Last synced: 25 Sep 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/hxndev/aes-encoding-algorithm
AES stands for Advanced Encryption Standard. It is mostly used as a replacement of DES. It has a bigger key size than DES which provides encryption at least 6 times faster. AES specifies a FIPS-approved cryptographic algorithm that can be used to protect electronic data. The AES algorithm is a symmetric block cipher that can encrypt (encipher) and decrypt (decipher) information. Encryption converts data to an unintelligible form called ciphertext; decrypting the ciphertext converts the data back into its original form, called plaintext. The AES algorithm can use cryptographic keys of 128, 192, and 256 bits to encrypt and decrypt data in blocks of 128 bits.
aes aes-cipher aes-encryption algorithm code compression cpp data-compression decryption encoding project
Last synced: 31 Mar 2025
https://github.com/cristinel24/evalmat
An evaluator of mathematical expressions and tree expression maker written in C/C++ with UI for my faculty project.
calculator cpp expression-evaluator mathematics
Last synced: 06 Jun 2026
https://github.com/i-m-iron-man/libtorch_mujoco_ddpg
DDPG algorithm on an inverted pendulum environment using Mujoco(C++) and pytorch C++ front end.
cpp ddpg deep-reinforcement-learning inverted-pendulum mujoco pytorch-cpp pytorch-cpp-frontend pytorch-implementation
Last synced: 16 Mar 2025
https://github.com/kuredoro/mplbook_solutions
Almost all solutions to the exercises from "C++ Template Metaprogramming" book.
cpp functional-programming solutions template-metaprogramming templates
Last synced: 24 Mar 2025
https://github.com/shmuelie/ziopp
Zio++ provides a simple, powerful, cross-platform filesystem abstraction for C++ with many built-ins filesystems.
c-plus-plus cpp filesystem filesystem-api vfs
Last synced: 22 May 2026
https://github.com/sarincr/raspberrypi-gui-development-with-cpp
This repository contains C++ examples for constructing simple GUI (graphical user interfaces). C++ is faster and lighter than Python,allowing GUIs to respond rapidly and interface with related embedded C supported hardware designs directly.
app appdev appdevelopment application arduino arm c cpp cpp11 embedded-systems fltk gui gui-application iot qt raspberry-pi sdl2 sfml tkinter wxwidgets
Last synced: 01 Mar 2026
https://github.com/terroo/bible-tui
Get Bible Verses via Command Line
bible-verse cli cpp cpp20 jesus-christ-is-lord tui
Last synced: 02 Jul 2025
https://github.com/harry-skerritt/pourdecisions
A Spinwheel based game built using SFML
cplusplus cpp drinking-game game-development gamedev indiegame sfml sfml-game spinwheel
Last synced: 28 May 2026
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/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/mrfoxak/problem_solving
c compititive-programming cpp pattern patterns
Last synced: 03 Jan 2026
https://github.com/muhammadmooazam/cpp-programming-language
cpp cpp-programming-language programming
Last synced: 01 Sep 2025
https://github.com/kiritoind/codeforces_solutions
solutions to various problems from the Codeforces , atcoder and codechef platforms. While I strive to solve as many problems as I can, please note that I may not be able to solve every single one. Nonetheless, I am committed to sharing the solutions I have managed to complete.
atcoder atcoder-solutions codechef compitative-coding cpp cpp17 cpp20 problem-solving
Last synced: 12 Jan 2026
https://github.com/mmabiaa/discrete-mathematics
This is a full course on discrete mathematics, logical thinking and problem solving.
cpp discrete discrete-mathematics java logic logic-gates logic-programming md python
Last synced: 29 Aug 2025
https://github.com/manavmehta/poker-cli
A Client-Server architecture-based CLI app that hosts Poker games for multiple players and multiple rooms making use of UDP protocol.
cli client-server cpp poker-game socket-programming udp-protocol
Last synced: 17 Jul 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/yuki-koyama/easy-qhull
A helper repository to use qhull in cmake-based c++ projects
Last synced: 04 Jun 2026
https://github.com/veld-dev/customgravityplugin
An Unreal Engine plugin meant to let developers custom the gravity in many ways in their level, mainly with located gravities and spherical gravities (planets).
blueprint blueprints-visual-scripting cpp gravity gravity-simulation physics physics-3d unreal-engine unreal-engine-4 unreal-engine-5 unreal-engine-cpp unreal-engine-cpp-plugin unreal-engine-plugin unrealengine unrealengine4 unrealengine5
Last synced: 08 Apr 2025
https://github.com/andreiavrammsd/cpp-zip
C++17 zip view and iterator
cpp cpp17 iterator view zip zip-iterator zip-view
Last synced: 11 Mar 2026
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/ryukinix/linked-list
Garbage + CancerPlusPlus
cancer cpp linked-list templates
Last synced: 09 Apr 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/ammarfaizi2/cppmysql
libmysqlclient C++ wrapper
cpp libmysqlclient mysql mysql-client
Last synced: 10 May 2026
https://github.com/morgancaron/latest-clang-action
GitHub action to provide a precompiled version of LLVM Clang for continuous integration without having to recompile at each run.
clang cpp cpp20 cpp20-modules cpp23 llvm
Last synced: 05 Jan 2026
https://github.com/codspeedhq/codspeed-cpp
C++ libraries to create CodSpeed benchmarks
benchmark cmake cpp google-benchmark performance-testing
Last synced: 09 Apr 2025
https://github.com/rekosk/rekosk_fourdigits_7segments_74hc595
An Arduino Library for 74HC595 4 digit 7 segment display
arduino arduino-ide arduino-ide-library arduino-library arduino-uno cpp esp32 esp8266 esp8266-arduino
Last synced: 14 Feb 2026
https://github.com/russlank/xpressformula
Windows C++/ImGui math plotting application for 2D curves, 3D surfaces, and implicit equations with export and installer packaging. Formula graphing desktop app built
3d-visualization cpp desktop-app directx11 equation-parser formula-editor graphing imgui math mathematics plotting scientific-computing win32 windows wix-toolset
Last synced: 02 Mar 2026
https://github.com/paltoudara/_vector_
simple vector class using c++
cpp cpp17 simple stl stl-containers vector
Last synced: 05 Sep 2025
https://github.com/petrenko-alex/logic-calculator
[Архив 2015] Логический калькулятор / Simple logic calculator
calculator cpp logic logical-operators logical-programming qt visualstudio2013
Last synced: 12 Apr 2026
https://github.com/yashkarthik/tinyrenderer
A rasterization engine written from scratch (no libraries) in C++
Last synced: 04 Jul 2025
https://github.com/andezion/mineisbetter
Пытаюсь разобраться в контейнерах и алгоритмах
cpp cpp14 cpp20 stl-algorithms stl-containers
Last synced: 05 Sep 2025
https://github.com/mhdzhhan/cpp-pattern-programs
It is helpful to improve our logic :)
Last synced: 18 Mar 2025
https://github.com/rbourgeat/scop
Basic GPU rendering with Vulkan (MacOS/Linux)
42born2code 42cursus 42projects 42school cpp linux macos scope vulkan
Last synced: 22 Feb 2026
https://github.com/gowthertg/cpp-module-06
This module is designed to help you understand the different casts in CPP.
cpp imperative-programming object-oriented-programming rigor
Last synced: 17 Mar 2025
https://github.com/kabasset/phifun
Fun with Phi!
cpp dft fftw image-processing optics under-development
Last synced: 04 Apr 2026
https://github.com/gershnik/ptl
C++ library for Unix system APIs.
bsd c-plus-plus-20 cplusplus-20 cpp cpp20 cygwin freebsd header-only linux mac macos mingw no-dependencies posix unix wrapper wrapper-library
Last synced: 06 May 2026
https://github.com/anshsinghsonkhia/oopm-3rd-sem
OOPS & OOPM Syllabus for B.Tech in C++
cpp object-oriented-programming oop oop-principles oops oops-in-cpp
Last synced: 10 Feb 2026
https://github.com/kumar-shivam-ranjan/computer-graphics-solar-system
The aim of this project is to show the shadow implementation using OPENGL which include movement,Light properties and also transformation operations on objects.
Last synced: 09 Apr 2025
https://github.com/immanuel-c/ilog
A Simple Logger, For people that don't want bloated libraries
Last synced: 10 May 2026
https://github.com/mohammed-3tef/encryption_and_decryption_application
This program is for encryption and decription your important information like your password, ID, etc.
assignment ciphers clean-code cpp cpp-projects
Last synced: 14 Apr 2025
https://github.com/ferhatgec/flide
Fegeya Flide, a language for creating CLI Slide-shows.
cli cpp cpp17 fegeya fpaper slide slide-show
Last synced: 23 Aug 2025
https://github.com/gigalasr/vhdlmake
A build system for vhdl that can infer all dependencies automaticaly
Last synced: 06 Mar 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/tvanfossen/entropic
Local-first agentic inference engine in C/C++. Multi-tier model routing, grammar-constrained output, MCP tool servers. Embeddable via C ABI.
agentic-ai agentic-framework cpp cpp20 cuda edge-ai embedded-ai gbnf gguf grammar-constrained-decoding inference-engine llama-cpp llm local-llm mcp on-device-ai privacy-first tool-calling
Last synced: 30 May 2026
https://github.com/wuriyanto48/block-chain-cpp
My simple implementation of blockchain written in C++
blockchain blockchain-demos cpp
Last synced: 07 Apr 2026
https://github.com/kar-dim/icsd-pkcrypto_algorithms
Implementation of various Public Key Algorithms (RSA, Rabin, ElGamal) by using GNU MP library. Part of my university coursework (2013-2019, Information and Communications Systems Engineering, University of the Aegean).
cpp cpp20 gmp public-key-cryptography
Last synced: 17 Oct 2025
https://github.com/bamx23/mobileoptimized
Sample project for MobileOptimized'19. iOS crash handling and stuff
2019 c cpp crash-reporting ios mobileoptimized moconf objc objcective-c swift
Last synced: 13 Apr 2026
https://github.com/muhammedmagdyy/acpc-kickoff-2022
Solutions for ACPC Kickoff 2022
algorithms cpp data-structures
Last synced: 18 Mar 2026
https://github.com/giuliom/basicrenderer
A simple renderer
3d-graphics cplusplus cplusplus-14 cplusplus-17 cpp cpp11 cpp14 cpp17 path-tracing pathtracing rasterizer ray-tracing raytracer raytracing-engine software-rendering
Last synced: 15 Feb 2026
https://github.com/29dch/data-structure-project-ofo-shared-bicycle
数据结构项目,C++实现,主要用到了链表、栈和文件存储等知识点。
Last synced: 20 Sep 2025
https://github.com/andy-messer/mipt-algo
Все решенные мною задачи по алгоритмам за long long time
Last synced: 09 Apr 2025
https://github.com/md-mafujul-hasan/hackerrank_cpp_solution
These Contain Some CPP Programming Solution of Hacker Rank😏
cpp cpp-hackerrank cpp-solutions hackerrank hackerrank-30dayschallange hackerrank-certification hackerrank-challenges hackerrank-cpp hackerrank-cpp-solution hackerrank-solutions
Last synced: 24 Jun 2026
https://github.com/vulcan-dev/gettext-gen
Automation utility for gettext
c cpp languages localization python
Last synced: 28 Feb 2025
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/ripunjay42/leetcode_practice
cpp leetcode-cpp oops-in-cpp stl
Last synced: 10 Jan 2026
https://github.com/amanoteam/venti
A GCC cross-compiler targeting DragonFly BSD
c cpp cross-compiler dragonflybsd gcc
Last synced: 13 Apr 2026
https://github.com/llnl/hdtopology
High-dimensional topological data analysis library for NDDAV
analysis cpp data-analysis data-viz high-dimensional-data topological-data-analysis visualization
Last synced: 29 Apr 2025