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-08 00:07:05 UTC
- JSON Representation
https://github.com/alexcoder04/arduino-trautonium
Electronic music instrument with the Arduino
arduino arduino-music c cpp creativity ino melody music music-instrument notes
Last synced: 13 May 2026
https://github.com/wx257osn2/linse
BSD licensed header-only C++17 readline library that supports UTF-8 and Windows.
cpp cpp17 header-only linenoise readline
Last synced: 19 Jun 2026
https://github.com/jdsherbert/chess
A simple command-line chess game implemented in C++. It allows you to play against an AI player using basic chess rules.
chess cplusplus cpp minmax-algorithm
Last synced: 25 Jun 2026
https://github.com/muhammad-fiaz/tunix-library
A powerful, cross-platform terminal UI framework written in pure C11 with an optional modern C++20 wrapper.
bash c c-language c-libraries c-library c-programming cmake cpp cpp-library cpp-programming terminal-app terminal-ui tui tui-cpp xmake
Last synced: 20 Jun 2026
https://github.com/rachbowyer/fudlib
FUDLibrary - a user defined function library for Interbase 6
cpp interbase rdbms udf user user-defined-functions
Last synced: 10 Jun 2026
https://github.com/wendellast/car-robot
Undergraduate Research Project 2nd semester, 03/10/2022. This project combines the autonomy of a car with proximity sensors using Arduino with the convenience of manual control through a mobile app. The vehicle is equipped with proximity sensors for obstacle detection and can operate autonomously, avoiding collisions.
Last synced: 19 Jun 2026
https://github.com/contactvaibhavi/algdesign
Solution codes for the Stanford course on Design and Analysis of Algorithms by Tim Roughgarden.
algorithm algorithms algorithms-and-data-structures coursera coursera-algorithms-specialization coursera-assignment cpp data-structures dsa-practice github java mit-license
Last synced: 08 May 2026
https://github.com/shadowchiki/nvim-cpp-tools
Plugin for Nvim to give funcionalities witch is not included in Clangd like, Remove Unused includes, Generate a .cpp from .hpp
Last synced: 08 May 2026
https://github.com/kxtools/kx-packet-inspector
Inspect Guild Wars 2 network packets via hooking and an ImGui overlay
cheat cpp directx directx11 dll dll-injection game-hack game-hacking game-tools guildwars2 gw2 hack imgui internal mmorpg modding reverse-engineering windows
Last synced: 10 May 2026
https://github.com/burhanahmed1/dsa
Practice Codes for Data Structures and Algorithms in C++
avl-tree binary-search-tree binary-tree bst circular-linked-list cpp double-linked-list doubly-linked-list dsa dsa-algorithm dsa-cpp dsa-practice linked-list maxheap minheap queues recursion recursion-problem singly-linked-list stacks
Last synced: 17 Jun 2026
https://github.com/tinawebdev/cpp-lafore
Exercises from "Object-Oriented Programming in C++" by Robert Lafore (Fourth Edition)
Last synced: 17 Jun 2026
https://github.com/jorazon/glfw-demo
Simple GLFW 3 application
cpp glfw glfw3 graphics-programming portal
Last synced: 19 Jun 2026
https://github.com/samrb-dev/asmforre
Collection of assembly program of IA-32 CPU architecture to understand how things work under each high level language. The main goal of the repo is get with familiar with ASM to identify various procedures while reversing a binary/executable
8086-programs assembly-language c cpp cybersecurity malware-analysis reverse-engineering x86 x86-assembly
Last synced: 07 May 2026
https://github.com/esraa-emary/task-worker-matching
A desktop application that helps clients find and connect with suitable workers (e.g., plumbers, carpenters, electricians, etc.) for specific tasks. This system includes user registration, task management, rating and feedback mechanisms, and matching logic, all implemented with a GUI using Qt C++ and backed by an SQL database.
Last synced: 07 May 2026
https://github.com/juangburgos/quaaccesscontrol
Test library for [QUaServer](https://github.com/juangburgos/QUaServer) access control
access-control cplusplus cpp opc-ua qt qt5
Last synced: 07 May 2026
https://github.com/1dealgas/nemesis
Don‘t Leave the World Your Nemesis.
aerials cpp cpp20 defold lua mobile-game rhythm-game rhythm-game-charting
Last synced: 08 May 2026
https://github.com/chrovis/parattice
Recursive paraphrase lattice generator
cpp graphviz java nlp paraphrase paraphrase-generation rust
Last synced: 08 May 2026
https://github.com/mijisu0103/game-programming
This repository contains a collection of mini-games I've developed using C#, C++, and Lua.
cpp csharp game-programming lua
Last synced: 08 May 2026
https://github.com/yayuniversal/homemade-pacman
Homemade Pacman with C++ and OpenGL
Last synced: 09 May 2026
https://github.com/ohioiot-esp32-wifi-examples/intro-to-events
The code base accompanying one step in the video series on creating a next-level WiFi library for your ESP32 projects. The video associated with this code base focused on engaging with the events provided by WiFi.h and logging them to get the best information possible about your WiFi connection.
arduino-ide arduino-iot connectivity cpp embedded-systems esp-idf esp32 esp32-iot event-driven firmware home-automation internet-of-things iot microcontroller networking ohioiot platformio wifi wifi-events wifi-logging
Last synced: 09 May 2026
https://github.com/oresoftware/modify-socket
Set options on socket using `setsocketopt`
c cpp file-descriptor nodejs nodejs-addon socket
Last synced: 09 May 2026
https://github.com/stanislavkozlovski/softuni-cpp-february
Exercises and Homework from Software University's CPP course at https://softuni.bg/trainings/1573/cpp-programming-february-2017
cpp cpp11 homework softuni softuni-course thecore
Last synced: 10 Jun 2026
https://github.com/sahilsrivastava25/dsa
A collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v2](https://github.com/arunbhardwaj/LeetHub-2.0)
Last synced: 28 Apr 2026
https://github.com/zouariomar/code-practice
Welcome to my Code Practice solutions repository! Here, you'll find my solutions to various coding problems from different platforms.
algorithms bash c code codepractice codeproject cpp geeksforgeeks github leecode
Last synced: 16 Apr 2026
https://github.com/konvt/tish
A Tiny Shell written by modern C++.
cmake cpp cpp20 linux linux-shell makefile modern-cpp shell
Last synced: 09 May 2026
https://github.com/roberthue/mcts-connectfour
Implementation of an AI in the game Connect-Four using Monte Carlo Tree Search (MCTS) and QT.
ai cpp game-connectfour mcts-algorithm mcts-connectfour
Last synced: 09 May 2026
https://github.com/jaganathanb/node-usbspy
An event based node.js c++ addon/binding to retrive the connected usb storage devices and detect the storage device insertion/removal and notifify the subscribed apps.
addon cpp javascript n-api nodejs
Last synced: 10 May 2026
https://github.com/melardev/cppqtbindshell
Cpp Qt Bind Shell
bind-shell cpp cybersecurity infosec networking qt qt-cpp qt5 reverse-shell security shell sockets
Last synced: 10 May 2026
https://github.com/vbharadwaj-bk/python_cpp_tutorial
Code for a Tutorial on Writing C++ Extensions for Python.
Last synced: 10 May 2026
https://github.com/0x6r1an0y/fastled-aurora-effect-ws2812b
✨在arduino及ws2812b燈條使用fastled函式庫建立極光效果🌌
arduino cpp effects fastled fastled-library ws2812b
Last synced: 18 May 2026
https://github.com/caioaletroca/rfideasy
Make your RFID life much easer than you think
arduino arduino-library cpp mfrc522 mifare nodemcu rfid
Last synced: 10 May 2026
https://github.com/eslamdyab21/bi-modes-robot
In this project, we built a BI-Model Robot that can be controlled via a mobile application through Wi-Fi, or can operate as a self-driving car that can avoid obstacles.
arduino-ide blynk blynk-arduino control-robot cpp electrical-engineering esp32 esp32-arduino hardware microcontroller microprocessors robot robotics self-driving-car wifi-module
Last synced: 10 May 2026
https://github.com/benslabbert/mqtt-paho-cpp-cmake-demo
A repo which will hopefully help those starting out with C++ and CMake. This is a working example of setting up a simple C++ project with some external dependencies you need to manually install on your system
Last synced: 10 May 2026
https://github.com/nir3x/dll-finder
DLL Finder - A Simple C++ Program for Finding DLL Files
c-plus-plus command-line-tool cpp dll-finder file-search windows-program
Last synced: 10 Jun 2026
https://github.com/raadiah/rooflesshouse
A graphics project using OpenGL library, which includes game walking, interactive camera view, roll, yaw, pitch, interactive light, texture mapping, Koch Curve, Complex Objects made etc.
cpp interactive opengl pitch roll yaw
Last synced: 12 May 2026
https://github.com/hantaro171902/-ascii-digital-clock
This project is make digital clock on terminal
Last synced: 10 Jun 2026
https://github.com/ihorshevchuk/spdlog-spm
Fast C++ logging library now in Swift Package Manager
cpp spdlog spdlog-wrapper swift swift-package-manager
Last synced: 12 May 2026
https://github.com/toxicbishop/software-dev-internship
Six multi-language programming tasks (Java, C++, C#) completed during a Software Development Internship — covering CLI games, pattern generators, CRUD managers, and web scraping.
cli cpp crud csharp dotnet gradle java maven web-scraping
Last synced: 12 May 2026
https://github.com/jasperdrescher/learnopengl
Following https://learnopengl.com/ and http://www.opengl-tutorial.org/ with an easy-to-use development environment.
Last synced: 12 May 2026
https://github.com/myl7/oht
Oblivious 2-tier hash table C++ header-only library
cpp crypto enclave hash-table header-only oblivious
Last synced: 12 May 2026
https://github.com/amogh7joshi/annotator
A lightweight image annotation framework for deep-learning-based object detection, built using pure OpenCV.
annotation computer-vision cpp object-detection opencv
Last synced: 12 May 2026
https://github.com/marcpage/yalo
Yet Another Logger C++ light-weight logging
c-plus-plus c-plus-plus-11 cplusplus-11 cpp cross-platform header-only logger logging logging-library
Last synced: 11 Jun 2026
https://github.com/jessmattless/rubiks-gl
A project made during my first year in university. I got a Low First grade for it
Last synced: 14 May 2026
https://github.com/ahasannn/flappy-bird
A flappy bird game implemented in C++ with OpenGL
computer-graphics cpp flappy-bird-game glut-library opengl
Last synced: 14 May 2026
https://github.com/sorgazb/library_cpp
Program based on the use of OOP in C++
Last synced: 12 Jun 2026
https://github.com/nadidlinchestein/leetcode
Solutions to LeetCode Algorithms & Data Structures Questions
algorithm-challenges algorithms-and-data-structures alrogithm challenges cpp leetcode leetcode-cpp leetcode-solutions logic programming
Last synced: 12 Jun 2026
https://github.com/dylanbuchi/data-structures-and-algorithms-cpp
Repo to practice implementing data structures & algorithms in C++
algorithms cpp data-structures
Last synced: 12 Jun 2026
https://github.com/h2co3/lambda
Doing homework for fun, from a class I don't attend, because I like compilers
cpp cpp14 lambda lambda-calculus
Last synced: 12 Jun 2026
https://github.com/alienobserver/codeforces-solutions
Here are solutions of some Codeforces problems
Last synced: 13 Jun 2026
https://github.com/helmssyss/tps-shooter-system-alternative
This (intermediate) system is made with Unreal Engine 4.27
cpp cpp17 game game-system ue4 ue5 unreal-engine unreal-engine-4 unreal-engine-5 unreal-engine-cpp
Last synced: 13 Jun 2026
https://github.com/hailiang-wang/nnetcpp
Simple, Fast and Powerful RNN for textsum
Last synced: 14 Jun 2026
https://github.com/ravi-prakash1907/computer-networks
This repo. stores the practicals of Computer Network
algorithms college computer-network cpp hacktoberfest hacktoberfest2020 networking
Last synced: 14 Jun 2026
https://github.com/dolotovevgeniy/cpp-yandex-coursera
Основы разработки на C++ (Yandex / Coursera)
Last synced: 15 Jun 2026
https://github.com/sorgazb/ball_sort_puzzle
Game made in c++ (in development)
alegro cpp game game-development
Last synced: 15 Jun 2026
https://github.com/daniel1302/game
Simple 2D game written to improve my C++ skils
arkanoid cmake cpp gamedev google-test modern-cpp smfl2
Last synced: 16 Jun 2026
https://github.com/basemax/onewaylinkedlistcpp
This is a simple implementation of a one-way linked-list in C++.
cpp linkedlist linkedlist-c linkedlist-delete linkedlist-implementation linkedlist-insert linkedlist-reverse linkedlists linkedlists-using-class
Last synced: 17 Jun 2026
https://github.com/gr3yknigh1/opengl-learning
Doodling around with opengl in C++. Doesn't build, because I am Accidentally deleted imgui subrepo :c
Last synced: 17 Jun 2026
https://github.com/adityarajsingh/cp
All the code solutions for problems related to Data Structures and Algorithms and problems of various coding platforms.
algorithms competettive-programming cpp data-structures problem-solving
Last synced: 18 Jun 2026
https://github.com/elbouzkri/cpp_oop
this repo has the 42 CPP pool days wich are about concept of object-oriented-programming (OOP), incapsulation inhiretance polymorphisme ...
Last synced: 18 Jun 2026
https://github.com/nadidlinchestein/programmingprinciples
Solutions to Programming Principles & Practice Using C++
book computer-science cpp programming
Last synced: 18 Jun 2026
https://github.com/clazex/oi-study
A Repository for Storing Code Written During My OI Learning
Last synced: 18 Jun 2026
https://github.com/uilianries/gitpitch-gitlab-cpp
GitPitch for Gitlab C++ at Native Floripa
Last synced: 07 May 2026
https://github.com/breadrock1/topsystemsinterview
There is test case that I had got while processing interview to TopSystems.
cpp interview interview-practice qt6
Last synced: 20 Jun 2026
https://github.com/saket-sk/semester4-sppu-data-structures-and-files-lab
Data Structure and Files Programs
Last synced: 20 Jun 2026
https://github.com/chloro-pn/metaprogramming
编译期排序
cpp cpp20 metaprogramming quicksort
Last synced: 20 Jun 2026
https://github.com/hhkit/cpp.property
A single-header property system for C++17.
cpp cpp17 getters properties property setters single-header-lib
Last synced: 22 Jun 2026
https://github.com/josedavidss/aed2.lineaproduccion-simulada
Trabajo para el curso de Algoritmos y Estructuras de Datos 2. La idea es implementar un programa que permita simular la gestion de una memoria virtual utilizando el lenguaje de programación C++.
cpp production-line virtual-memory
Last synced: 22 Jun 2026
https://github.com/beliumgl/sudokusolver
C++23 implementation of a Sudoku solver that can solve standard 9x9 Sudoku puzzles (can be modified) using backtracking algorithms. It is designed to be efficient, easy to use, and extendable for future enhancements.
cpp cpp23 sudoku sudoku-game sudoku-puzzle sudoku-solution-finder sudoku-solver
Last synced: 23 Jun 2026
https://github.com/kailash-natarajan/hospital-record-management
Data Structures Project
binary-search-tree computer-science cpp data-structures filehandling linked-list
Last synced: 24 Jun 2026
https://github.com/thiti-dev/terminakes
The classic snake game that putting its all logics/gameplay together within the terminal. written in c++
conio cpp iostream terminal-based-game
Last synced: 24 Jun 2026
https://github.com/atennop1/codeproblemssolutions
Repository for making tasks from Codewars and LeetCode
codewars codewars-solutions cpp learning leetcode leetcode-solutions
Last synced: 25 Jun 2026
https://github.com/gurrudev/data-structure
data-structure programs using C++
cpp data-structures dsa dsa-algorithm
Last synced: 29 Jun 2026
https://github.com/tak172/yandexcontest_3.0-div_a
my solutions to problems from Yandex contest div A
cpp sport-programming yandex yandex-contest
Last synced: 04 Jun 2026
https://github.com/opensrcerer/paddy-firmware
Firmware for Project Paddy, the Power Administration Daemon
arduino cpp electronics homemade iot meter mqtt power smart
Last synced: 18 Apr 2026
https://github.com/ghosts6/matrix
matrix animation with c++ cmd bash and html/js
bash batch cpp html-css-javascript matrix
Last synced: 19 Apr 2026
https://github.com/porem5002/quartz
A library for making graphical applications and games
c cpp game-development gamedev graphics opengl videogames
Last synced: 26 Feb 2026
https://github.com/apsrcreatix/daily-coding-problem
This repository contains solution to the problem I have got through mail after subscribing to daily coding problem.
c cpp daily-coding-problem dailycodingproblem js
Last synced: 19 Apr 2026
https://github.com/mnikander/cpp_sequence
Sequence pipelines in C++. A functional programming-inspired approach to processing data with map, filter, reduce, and more.
algorithm cpp cpp17 functional-programming generator map-filter-reduce pipeline rappel sequence
Last synced: 19 Oct 2025
https://github.com/devalone/ml_linear_regression
Implementation of linear regression algorithm from Stanford's machine learning course
coursera cpp gradient-descent linear-regression qt
Last synced: 19 Apr 2026
https://github.com/hhyyrylainen/mlbrickbreaker
AI learns to play brick breaker
cpp cpp17 godot machine-learning
Last synced: 21 Jan 2026
https://github.com/virajmavani/opencv-utils
Utilities for OpenCV
computer-vision cpp opencv python
Last synced: 19 Apr 2026
https://github.com/iepcbm/tower_of_hanoi
Tower of Hanoi game
cpp game sfml sfml-game tower-of-hanoi towers-of-hanoi
Last synced: 19 Oct 2025
https://github.com/mstanimirovic/make-template
Custom Makefile build system for C and C++ projects, enhancing development efficiency and flexibility.
build-system c cpp make makefile
Last synced: 19 May 2026
https://github.com/crime-trix/ntscope
C++20 Windows Native API metadata inspection library
cpp cxx20 metadata native-api ntdll pe-parser windows
Last synced: 02 Jun 2026