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/quasarapp/heart
QuasarApp Heart - it is base backend for C++/Qt projects. This library support work with databases and work with lite network requests.
Last synced: 20 Aug 2025
https://github.com/zqpei/pybind11_cpp_python
cpp call python, or python call cpp, hybrid programming using pybind11, with and without numpy
cpp cpp-call-python mat-numpy numpy opencv-numpy pybind11 python python-call-cpp
Last synced: 14 Apr 2025
https://github.com/rkirlew/elm-media-player
A media player with the flavor of Windows Media player. Enjoy juicy graphics while you listen to your favorite music
audio audio-player bass-library contributions-welcome cpp fft good-first-issue imgui video
Last synced: 15 Apr 2025
https://github.com/alin00r/car-racing-game
A 2D Racing game that You can race with other cars developed using OpenGL and C++
car-game codeblocks computer-graphics cpp game-development opengl racing-game
Last synced: 06 Apr 2025
https://github.com/sewenew/cache
In-memory cache
cache cpp lfu lfu-cache lirs lru lru-cache slru slru-cache
Last synced: 14 Apr 2025
https://github.com/michaelehab/snakes-ladders-and-monopoly-mix-game
A simple game application that is a mixture between the Snakes & Ladders and Monopoly games. This is an Educational Project for OOP course taken during Fall 2021 semester.
cpp game gui object-oriented-programming oop
Last synced: 04 Mar 2025
https://github.com/habiburrahman-mu/password-based-circuit-breaker
Password based circuit breaker is a technology where we can control any circuit by a password. If we enter a password the circuit gives a break that means it is on. It can mainly be used in case of electric lines. Nowadays, electrical accidents to the line man are increasing, while repairing the electrical lines due to the lack of communication between the electrical substation and maintenance staff. This project gives a solution to this problem to ensure line man safety. In this proposed system, the control (ON/OFF) of the electrical lines lies with line man. This project is arranged in such a way that to ON/OFF the electrical line. The project is mainly based on Arduino. An Arduino controls all the functions. A matrix keypad is interfaced for taking password. There is a LCD display to read the password. When password is entered by the matrix keypad it is compared with the stored password in the ROM of the Arduino. If the password matches, relay is on. When the relay is on, led is on. If the password doesn’t match the circuit won’t be on.
arduino arduino-controls circuit-breaker cpp lcd-display man-safety matrix-keypad relay
Last synced: 27 Apr 2026
https://github.com/shiponcs/tcp-server-client-cpp
Basic Implemtation of server and client using TCP socket for Linux system in C++ following OOP style
cpp network server-client tcp-socket
Last synced: 02 Sep 2025
https://github.com/axel7083/nixie-clock
Custom firmware adding support for BLE and Wifi to the EleksTube IPS Nixie Tube Digital Clock.
Last synced: 31 Oct 2025
https://github.com/choaib-elmadi/getting-started-with-ros
Learn the Robot Operating System (ROS), including both ROS1 Noetic and ROS2 Humble, installation and essential commands.
cpp debian-linux linux python robot robot-operating-system robotics ros ros1 ros1-noetic ros2 ros2-humble ubuntu
Last synced: 31 Oct 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/myriad-dreamin/influxdb-v2-client
c++11 flux api (influxdb v2)
Last synced: 20 Sep 2025
https://github.com/miromannino/mexpr
C++ library which parses human-like arithmetic expressions
compiler cpp interpreter mathematical-expressions parser parsing parsing-library
Last synced: 05 Sep 2025
https://github.com/jakubvojvoda/bayes-classifier
Binary classification of images using Bayes classifier
bayes-classifier bayesian-classifier bmp classification cpp cross-validation evaluation image-processing machine-learning
Last synced: 14 May 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/n3v1/sodokuapp
Create a Sodoku App using C++
cpp glfw good-first-issue good-practices help-wanted open-source opengl sdl2 sodoku sodoku-generator sodokusolver
Last synced: 28 Jun 2025
https://github.com/endstonemc/cpp-example-plugin
C++ example plugin for Endstone servers
bedrock bedrock-dedicated-server cplusplus cpp minecraft plugin
Last synced: 14 Apr 2025
https://github.com/haoming02/tensorrt-cpp
Example TensorRT Program written in C++
cpp image-super-resolution tensorrt
Last synced: 27 Jul 2025
https://github.com/florianpfleiderer/simplesynth
The motivation for this project was to develop a modular synthesizer to produce different sounds and create short loops to use in music production. It utilises the ImNodes and ImGui libraries for generation and the Synthesis Toolkit (STK) for creating and processing sounds.
catch2 cmake cpp imgui imnodes object-oriented-programming stk
Last synced: 22 Jun 2026
https://github.com/pecas-dev/mypong
PONG recreated in C++ by me using Raylib
Last synced: 04 Mar 2025
https://github.com/mohitmishra786/my-codeforces-solution
This repo is just made to store my solution.
codeforces-solutions competitive-programming cpp python
Last synced: 19 May 2026
https://github.com/twistoy/cpp-toolkit.nvim
A simple toolkit for cpp development
cpp lua neovim neovim-lua neovim-plugin neovim-plugins nvim tree-sitter treesitter vim vimrc
Last synced: 18 Jun 2025
https://github.com/jchiefelk/node-quandl
Stock Analytics Platform built with the following stack; Node, C++, Express, React.
c-plus-plus coinbase-api cpp flux node-addon node-js reactjs
Last synced: 07 Apr 2026
https://github.com/eclipse-uprotocol/up-transport-vsomeip-cpp
C++ uPClient for vsomeip (SOME/IP)
cpp up-transport uprotocol vsomeip
Last synced: 07 Mar 2026
https://github.com/yuzukitsuru/colorcout
Simple cross-platform(?) colored terminal text in C++
Last synced: 15 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/JingOS-team/controlkit
controlkit plugins to build user interfaces based on the KDE UX guidelines
Last synced: 13 Apr 2025
https://github.com/yusixian/student_system
c++课设-学生综合测评管理系统,采用c++语言,多文件组织形式编成。具有基本的登陆注册、学生信息的增删查改功能、统计显示功能、报表功能等
Last synced: 21 Sep 2025
https://github.com/pencilcaseman/symbomathpaper
Exploring symbolic mathematics in C++, including differentiation
Last synced: 09 Feb 2026
https://github.com/melardev/cppwxwidgetsconsolesnippets
Cpp wxWidgets Snippets related to text processing, concurrency, filesystem, IO, etc
concurrency console cpp demos examples filesystem io process snippets wx wx-widgets wxwidgets
Last synced: 18 Sep 2025
https://github.com/howprogrammingworks/generics
Generic Programming
cpp generic generics javascript js typescript
Last synced: 07 May 2025
https://github.com/ankitsultana/parallel-df
An OpenMP based solution for computing K-most frequent words in a corpus (see README for more). Also, my submission for Assignment 2 of Parallel Computing Course, BITS Pilani (2nd Sem 2017/18)
cpp document-frequency openmp openmp-parallelization
Last synced: 03 Feb 2026
https://github.com/illud/crono
Crono is a desktop app that allows you to have all your games, apps in one place and track the time used.
Last synced: 15 Apr 2025
https://github.com/hhromic/e131-viewer
E1.31 (sACN) Xterm256 Console Viewer
c client console cpp e131 light-controller sacn viewer
Last synced: 14 Apr 2025
https://github.com/dan10ish/3dof-roboticarm-c
Implementation of the Mathematical Modelling of a yaw-pitch-pitch 3 DOF robotic arm in C
c cpp mathematics physics robotic-arm robotics robotics-simulation
Last synced: 07 Mar 2026
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/lambdaurora/typing_cat
A cat "clone" but with a typing effect.
cat cpp cpp17 lambdacommon typing-effect
Last synced: 16 May 2026
https://github.com/veeso/stringext
C extension of string.h
ascii-to-hex c cpp hex-to-ascii join-in-c library libstring replace-in-c replaceall-in-c reverse-in-c string string-extended string-extension string-manipulation substr-in-c substring-in-c trim-in-c
Last synced: 21 May 2026
https://github.com/ferhatgec/diffusion
Data Interchange Format for C++
cpp data data-interchange format fusion
Last synced: 18 Feb 2026
https://github.com/havrak/uav-project
Building a UAV as part of my final year on high school, now my hobby project
camera cpp drone raspberry-pi rpi0 uav
Last synced: 13 Apr 2025
https://github.com/thecompez/shaparak-validator
A tool for validating Iranian banking gateways.
cpp iranian-bank qml shaparak validator
Last synced: 27 Jun 2025
https://github.com/robertcorponoi/unreal-interactive-actors
Demo project for the tutorial at https://robertcorponoi.com/unreal-c-an-in-depth-guide-to-creating-interactive-actors/
cpp tutorial unreal-engine unreal-engine-4
Last synced: 28 Jul 2025
https://github.com/ferhatgec/zahlen.cpp
Zahlen[dot]cpp, C++ implementation of Zahlen CLI file manager.
cli command-line cpp cpp-cli cpp20 file file-manager zahlen
Last synced: 18 Feb 2026
https://github.com/ferhatgec/namegenplusplus
Name Generator library for C++ Developers
cli cpp gen name pseudo-random
Last synced: 18 Feb 2026
https://github.com/frostzt/dnspup
A toy implementation of a DNS Server which came in my dreams to tell me to make it production grade so WIP.
authoritative-dns cplusplus cpp dns dns-server
Last synced: 24 Dec 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/samankhamesian/two-level-genetic-algorithm-for-clustered-tsp
This project is an implementation of a two-level genetic algorithm for clustered traveling salesman problem with application in large scale TSPs
clustering-algorithm cpp genetic-algorithm tsp
Last synced: 28 Jun 2025
https://github.com/hengxin666/hxtest
现代C++学习、实验、实践 | 个人代码存储库 (内有 C++20无宏反射、tbb并发库的初步学习、std标准库的重现(一点点)、QT-QML、OpenGL、Linux-io_uring/win32-iocp+协程、线程池等) 注释清晰完善
Last synced: 09 Mar 2026
https://github.com/murilochianfa/protobuffeddrogon
PROTOBUF implementation with DROGON framework.
cpp drogon drogonframework network-monitor protobuf protocol-buffers
Last synced: 20 Sep 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/andreasgdp/robo-throw
Project about creating a robot system capable of picking up an object and throwing it hitting a given target.
Last synced: 07 Mar 2026
https://github.com/apwhitehat/openmp-irc
An IRC server and client based on openMP and Non-Blocking Sockets
asynchronous cpp irc multithreading nonblocking-sockets openmp
Last synced: 28 Jul 2025
https://github.com/toxe/cpp-cli-parser-examples
C++ CLI Arguments Parser Examples
argparse cli cli11 clipp command-line command-line-arguments cpp
Last synced: 22 Mar 2025
https://github.com/oktomus/cpp-closest-point-on-mesh
Exemple of a closest point on mesh C++ implementation
Last synced: 25 Aug 2025
https://github.com/siyovush-hamidov/hamming-codes-8-4
🔐 This project implements the Hamming Code 8-to-4 algorithm for error detection and correction during information transmission, capable of handling one mistake
Last synced: 14 Apr 2025
https://github.com/steve3003/mcts-cpp
C++ implementation of the Monte Carlo Tree Search algorithm
cpp mcts monte-carlo-tree-search
Last synced: 15 Sep 2025
https://github.com/ferhatgec/flacat
Fegeya Flacat, Colocat implementation. Written in FlaScript.
cat cli colocat cpp cpp17 fegeya flascript implementation programming shell
Last synced: 14 Apr 2025
https://github.com/mamunul/face-alignment-lbf
Making compatiable of https://github.com/yulequan/face-alignment-in-3000fps project to iOS and macOS platform
computer-vision cpp face-alignment ios landmark-detection machine-learning macos opencv shape-prediction
Last synced: 26 Jul 2025
https://github.com/gbowne1/antenna_calc
This is a antenna length calculator in C++
amateur-radio amateurradio antenna antenna-design calculator cpp cpp11 shortwave-radio
Last synced: 14 Apr 2025
https://github.com/drapegnik/merge_sort
:new_moon_with_face: Multithread merge sort on C++
bsu c-plus-plus cpp famcs labs mergesort mpi sort sorting-algorithms study
Last synced: 05 Apr 2025
https://github.com/prariecomamile/electronic-system-control
Thanks to this project you can do system control on arduino
arduino arduino-ide arduino-uno cpp electronics python python3
Last synced: 13 May 2025
https://github.com/jdsherbert/a-star-pathfinding
Simple C++ implementation of an A* Pathfinding class.
cpp cpp17 pathfinder pathfinding pathfinding-algorithm
Last synced: 29 Oct 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/ahmedhamed3699/process-scheduler
A simple process scheduler project for Data Structures & Algorithms course
algorithms cpp data-structures os process-scheduler simulation
Last synced: 06 May 2025
https://github.com/jingwood/raygen-renderer
A simple cross-platform ray tracing engine for 3D graphics rendering.
3d cpp cross-platform engine graphics path-tracing ray ray-tracing raytracer renderer rendering tracing
Last synced: 19 Mar 2025
https://github.com/rpotter12/data-structure
basic syntax and data structure programs of different languages
algorithms c cpp data-structures hacktoberfest hacktoberfest2019 java languages python rust sort stack syntax tree
Last synced: 11 Apr 2025
https://github.com/sam0jones0/sugarsentry
ESP32-based portable blood glucose visualisation device with e-ink display. Utilizes Dexcom API, BME280, and VCNL4040 sensors. Developed in C++ for low power, long battery life.
blood-glucose-monitoring bme280 cpp dexcom dexcom-api e-ink esp32 low-power portable vncl4040
Last synced: 10 Apr 2025
https://github.com/k1ethoang/party-management
Bài Tập Lớn - Lập trình hướng đối tượng (OOP). Đại học Giao Thông Vận Tải - Phân hiệu TP.HCM (UTC2).
Last synced: 11 Jan 2026
https://github.com/tremus/figmaboundsheader
Figma plugin for generating a c friendly Bounds.h file with the dimensions of all selected nodes
Last synced: 11 Apr 2025
https://github.com/rokhan/gocpp
Quick and dirty experimentations to parse go code and generate equivalent c++ code
Last synced: 20 Mar 2025
https://github.com/deccer/fuk
Trying out Bulkan
cpp deccer-cubes engine-development graphics-programming vulkan
Last synced: 17 Mar 2025
https://github.com/kassane/Standalone-Server
Asio standalone C++ HTTP/S Server (uses zig build-system)
Last synced: 06 May 2025
https://github.com/ssusnic/windows-console-game-framework
This repo contains a simple game framework for making Windows Console games in C++, and the source codes of the games made by using it.
c-plus-plus command-line command-line-app command-prompt console console-framework console-game cpp framework game-2d game-dev game-development game-engine gamedev making-2d-games making-games mingw mingw-w64 simple-game windows-console
Last synced: 03 May 2026
https://github.com/complexorganizations/code-formatter
✔️ Formatting, beautifying, and optimizing code.
cpp csharp dart go html java javascript julia kotlin markdown php powershell python r ruby rust shell-script swift typescript yaml
Last synced: 30 Apr 2025
https://github.com/kkebo/cloumo
Web アプリケーション専用 OS
assembly cpp operating-system os web-browser
Last synced: 18 Jun 2025
https://github.com/kishyassin/crud-using-text-files-in-c
CRUD operations using just text files in C/CPP >>>> build my mini SGBD from scratch :)
Last synced: 03 Mar 2025
https://github.com/gershnik/thinsqlitepp
A thin, safe and convenient C++ wrapper for SQLite API.
c-plus-plus c-plus-plus-17 cplusplus cplusplus-17 cplusplus-20 cpp cpp17 cpp20 header-only sqlite sqlite3 wrapper wrapper-library
Last synced: 29 Apr 2025
https://github.com/atharvathorve/game-engine
Custom made game engine from scratch.
cpp game-development game-engine javascript networking scripting sdl2 v8 zmq
Last synced: 20 Jun 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