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/4brunu/mobilecppmemorytest
Sample project showing memory error using djinni
Last synced: 15 May 2026
https://github.com/hbkabir004/listen-the-lesson
‘Listen The Lesson’ is an operating system-based desktop application program, that is designed by programming language Python which can read out any PDF in the system with the help of it associated features.
Last synced: 13 Apr 2026
https://github.com/vaibhav-kesarwani/food-billing-system
There is no better terminal site to order the best food than this one
Last synced: 21 Mar 2026
https://github.com/connectaman/c-and-data-structure
Program,Notes,Explanation on Data Structure using C++
cpp data data-structures sorting-algorithms
Last synced: 14 Mar 2025
https://github.com/chihebabiza/my-cpp-linked-list
A custom doubly linked list in C++ built using OOP, featuring core operations like insert, delete, update, and reverse. It showcases manual memory handling and class design without using STL.
cpp cpp-library doubly-linked-list oop
Last synced: 31 Aug 2025
https://github.com/nekruzash/sudoku-solver
A sudoku solver program that solves a sudoku game board using backtracking method and recursion.
Last synced: 05 Mar 2025
https://github.com/gvatsal60/cmakedockertemplate
🐳📦 Streamlined C++ Template Development with CMake and Docker
c cmake cpp docker docker-container docker-image dockerfile make makefile
Last synced: 11 Apr 2026
https://github.com/ivanbgd/branch_prediction
Compares execution speed of processing sorted and unsorted arrays, with and without branching. Disassembly and results included.
branch-prediction c-plus-plus cplusplus cpp
Last synced: 06 Jul 2025
https://github.com/sonarsource/sonarcloud_example_cpp-xcodebuild-macos-travis
Last synced: 26 Oct 2025
https://github.com/wrieg123/csp-adapter-zeromq
A CSP Adapter for the ZeroMQ Universal Messaging Library
cpp python stream-processing streaming zeromq
Last synced: 30 Apr 2026
https://github.com/naltun/eyes-cpp
eyes.sh rewrite... in C++! Let's you perform domain/IP information gathering. Wasn't it esr who said "With enough eyeballs, all your IP info are belong to us?"
cplusplus cpp information-gathering pentesting
Last synced: 30 Mar 2025
https://github.com/seigtm/prime-and-perfect-numbers
A simple C++ Qt program that lets you find out if a number is Prime or/and Perfect.
cpp cpp-qt homework homework-assignments homework-exercises perfect-numbers prime-numbers prime-numbers-calculation qt qt-cpp qt5 qtcreator
Last synced: 20 Apr 2025
https://github.com/plinkon/colorify
A nice little tool to help with ANSI escape codes
ansi color-tool console-tool cpp
Last synced: 05 Jul 2025
https://github.com/iaseth/calendar-cpp
Command-line calendar tool written in C++
Last synced: 09 Apr 2025
https://github.com/leoguilen/nodemcu_azureiothub_xamarinapp
IoT-based temperature and humidity monitoring system which is connected to Microsoft Azure. This is a Xamarin app to display real-time data from local sensors in an environment on a mobile device.
azure-cosmos-db azure-functions azure-iot-hub azure-service-bus c cpp dotnetcore flurl polly xamarin-forms
Last synced: 11 Apr 2026
https://github.com/princejoogie/cal
Different implementations of a terminal application that shows a calendar and highlights the current day
Last synced: 21 Apr 2026
https://github.com/amoeba/arrow-flight-playground
Various examples related to Apache Arrow Flight.
Last synced: 22 Mar 2026
https://github.com/hcolda/qchatclient
A lightweight chat software client (WIP)
chat chat-app chat-application chatapp chatroom client cpp cpp23
Last synced: 28 Mar 2025
https://github.com/nxhhoang/marisaoj-roadmap-solution
This is my journey learning competitve programming in MarisaOJ
competitive-programming cpp marisa online-judge roadmap
Last synced: 26 May 2026
https://github.com/heshamalsaqqaf2/problem-solving-c-plas-plas
This repository contains solutions to exercises and issues at various levels from easy and intermediate to relatively advanced in C++.
Last synced: 15 May 2026
https://github.com/shadowmitia/raytracer-upsud
Project for the photorealistic rendering class
Last synced: 05 Sep 2025
https://github.com/newbeeyhy/mygame
高级程序设计大作业,塔防游戏
cpp object-oriented-programming qt
Last synced: 01 Mar 2025
https://github.com/dariodumlijan/gif-compiler
Electron app for automation of gif creation
cpp electron-app gif-creator mac-app react typescript
Last synced: 18 Feb 2026
https://github.com/engineersbox/cpp-lru-cache
A C++ implementation of a Least Recently Used cache
Last synced: 22 Mar 2025
https://github.com/chimipupu/cc8r_zenn_cpp
Zenn『RustでCPUを自作して動くまで📝』のRustのコードをC++にしたものです🥳
Last synced: 07 Nov 2025
https://github.com/anmamun0/phitron-contest-solutions
A collection of solutions from various coding contests, showcasing problem-solving skills and algorithmic techniques in competitive programming.
Last synced: 05 Apr 2025
https://github.com/nazmusweb-coding/numerical-methods
Some Numerical Methods Implementation in C++ and Python
cpp numerical-algorithms numerical-calculations numerical-computation numerical-integration numerical-methods python
Last synced: 19 May 2026
https://github.com/kotomichigames/game-editor
Game Editor
cpp game-editor open-source opengl
Last synced: 31 Jan 2026
https://github.com/apostolouagge/Compilers
5 ασκήσεις στο μάθημα των Μεταγλωττιστών
Last synced: 21 Sep 2025
https://github.com/cherryrh/mydatastructure
个人数据结构代码仓库
algorithms cpp data-structures
Last synced: 10 Jul 2025
https://github.com/toxe/project-euler
Project Euler (https://projecteuler.net) problem solutions.
cmake cpp problems project-euler solutions
Last synced: 22 Mar 2025
https://github.com/frgfm/sdcnd-path-planning
Path planning project of Udacity Self-Driving Car Nanodegree
catch2 clang-format cpp motion-planning path-planning self-driving-car sensor-fusion spdlog spline-interpolation trajectory-generation
Last synced: 31 Dec 2025
https://github.com/leo6033/algorithms
algorithms-and-data-structures cpp java python
Last synced: 07 May 2026
https://github.com/kougen/cpp-tic-tac-toe
An Online/Offline multiplayer Tic-Tac-Toe written in C++
cli-game cpp multiplayer tictactoe
Last synced: 10 Jul 2025
https://github.com/quentinguidee/cpp-ultimate
C++ Ultimate is the extension you need for VSCode!
Last synced: 21 Sep 2025
https://github.com/vasar007/timle
Official repository of the 2D platformer game "This Is My Last Escapade" (TIMLE).
2d-game 2d-platformer cpp cpp-game game platformer sfml-game
Last synced: 30 Jul 2025
https://github.com/robertkist/vbcc_installer
Automated installer for VBCC Amiga C Compilers on Unix/Mac
amiga c cpp retrocomputing vbcc
Last synced: 15 Apr 2026
https://github.com/izzhafeez/szmatrix
Space-partitioning data structure to improve queries for clustered points in 2D space
cpp data-structures geospatial
Last synced: 06 Apr 2025
https://github.com/iwatakeshi/latte
A C++ testing framework that's as easy as sipping a latte.
Last synced: 18 May 2026
https://github.com/kojobailey/binary-cpp-library
A C++11 library for parsing the binary data of files and whatnot both easily and cleanly.
binary cplusplus cpp cpp20 cpp23 hpp library single-include
Last synced: 22 Mar 2025
https://github.com/kojobailey/xfbin-parser-plusplus
Unpacks CyberConnect2 XFBIN files and converts their data into more usable and editable formats.
binary cc2 cpp cyberconnect2 drag-and-drop jjba jojo json parser tool xfbin
Last synced: 22 Jul 2025
https://github.com/codebydant/video2image-opencv
This is a c++ program to convert a video to frames
cmake cmakelists cpp frame opencv opencv3 video
Last synced: 10 Sep 2025
https://github.com/JohnMata0427/Educational-Community-Information-Registration-System
Sistema de Registro de Información de Comunidad Educativa
cpp file-manager visual-studio
Last synced: 22 Sep 2025
https://github.com/yushikuni/library
My Library program for learning C++. Reading text file, writing in the text file. Update and delete record in specific index.
cpp finished-project portfolio-website unfinish unfinished-project
Last synced: 18 Jul 2025
https://github.com/chinmaykaitade/chai-aur-cpp
This repository contains code files for C++ Practice Problems and Concepts from Beginner to Advanced.
c-programming cpp dsa dsa-algorithm dsa-practice problem-solving
Last synced: 17 Jul 2025
https://github.com/vasconcelosvcd/gnsdkwrapperlib-cpp
A Gracenote C++ wrapper lib
Last synced: 05 Nov 2025
https://github.com/tajiknomi/clienthttp_windows
Windows-based client application interacting with REST/JSON HTTP server for system information retrieval, file management, remote command execution, data transfer, and automated task scheduling
client-http client-side cmake cpp http-client offsec rat red-team remote-access-tool rest-api windows-rat
Last synced: 20 Mar 2025
https://github.com/tayne3/gitversion.cmake
🏷️ GitVersion.cmake - Seamless Git-based versioning for CMake projects. One small module for automatic SemVer extraction from your Git tags.
c c-plus-plus cmake cpp version-manager versions
Last synced: 11 Apr 2025
https://github.com/emrecancorapci/sfml-timbergame
Basic C++ / SFML game which is a clone of a game named Timberman
cpp cpp-game game game-development sfml sfml-cpp sfml-game
Last synced: 11 May 2025
https://github.com/paltoudara/algo_3
algorithms cpp fixed-point-iteration newtons-method
Last synced: 30 Jul 2025
https://github.com/paltoudara/_single_linked_list_
containers cpp iterators linked-list simple stl-containers
Last synced: 30 Jul 2025
https://github.com/marcuwynu23/sclib
Cpp dynamic library project for easy console programming
console console-project cpp dynamic functional-programming functions library
Last synced: 14 May 2025
https://github.com/parxd/commandlinedb
In-memory & persistent key-value store
cpp data-persistence database in-memory-database json key-value key-value-store
Last synced: 04 May 2026
https://github.com/adamlm/libwheel
A collection of C++ libraries
cpp eigen geometry libwheel linear-algebra motion-planning strong-types strong-typing
Last synced: 31 Jul 2025
https://github.com/moehoshio/nlog
An easy-to-use, modern, lightweight, and efficient C++20 logging library.
Last synced: 23 Sep 2025
https://github.com/mcquerol/modulo-counter-cpp
C++ modulo counter project with focus on OOP, operator overloading, and design patterns.
cpp doxygen multiple-digit-counter object-oriented-programming operator-overloading postfix-increment prefix-increment single-digit-counter uml
Last synced: 26 Jun 2025
https://github.com/vaibhav-kesarwani/codechef-problem-solutions
Here i upload the solutions of codechef
algorithms-and-data-structures codechef codechef-solutions cpp dsa
Last synced: 10 Sep 2025
https://github.com/vokungahrotlaas/sfml-maze
C++ program which creates and solves mazes.
cpp maze maze-generator maze-solver sfml
Last synced: 31 Jul 2025
https://github.com/basemax/cpp-ostream-istream-example
A small C++ program to exercise istream and ostream >>, << operator and overriding * operator to generate a array list automatically.
cpp cpp-course cpp-io cpp-istream cpp-ostream
Last synced: 03 Apr 2025
https://github.com/danielgospodinow/alienattack
Single-player and Multiplayer arcade game similar to Space Invaders
ai ai-bots ai-players cpp linux multiplayer multiplayer-arcade-game sdl sdl2 single-player space-invaders
Last synced: 15 May 2026
https://github.com/bertandogancay/self-driving-car
A self driving car that detect lanes, and uses flask library to send live video footage to a web application.
cpp flask-application jetson-nano lane-detection nvidia opencv python
Last synced: 20 Apr 2026
https://github.com/ayesha-quazi/feb_leetcode-2025
I'm going to solve LeetCode's POTD (Problem of the Day) daily and keep track of my progress. I'll focus on easy tricks to improve my DSA problem-solving skills and enhance my practice! 😊
challenge cpp improvement leetcode leetcode-solutions
Last synced: 31 Jul 2025
https://github.com/basemax/tspcities
I love TSP problem, I usually use this in other topics but here need to design TSP problem to find minimum cost for moving between cities.
cpp np-hard nphard travelling-salesman travelling-salesman-problem travelling-salesperson-problem tsp tsp-problem tsp-solver
Last synced: 18 Jul 2025
https://github.com/csb6/backtrack
A C++17 library with Prolog-like functionality (Work-In-Progress)
cpp cpp17 logic-programming prolog rules-engine
Last synced: 14 May 2025
https://github.com/bumbelbee777/cxxutil
A C++ library containing an implementation of the STL and other data structures and/or containers.
c-plus-plus cpp cpp20 header-only std stl stl-containers stl-files
Last synced: 18 Jun 2025
https://github.com/ckormanyos/win_text_simple
win_text_simple makes a simple Win32-API window with dynamic text
Last synced: 13 Mar 2025
https://github.com/juhenfw/esp32-penutupjemuranotomatis-iot
Proyek ini menggunakan ESP32 Devkit V1 dengan berbagai macam sensor yang berkaitan dengan monitoring cuaca
arduino-ide arduinoide cpp esp32 iot-application monitoring-automation smart-home
Last synced: 17 May 2026
https://github.com/zabavb/employee-manager
Employee Manager is a simple console application written in C++ to manage employee records. This project was created to demonstrate core principles of object-oriented programming (OOP) and data management.
app-backend application console console-app console-application cplusplus-11 cpp crud crud-app crud-application file filesystem management
Last synced: 02 Jan 2026
https://github.com/hakoniwalab/hakoniwa-pdu-rpc
hakoniwa-pdu-rpc is a C++ library that provides a framework for remote procedure calls (RPC) based on Hakoniwa's PDU (Protocol Data Unit) communication.
Last synced: 09 Mar 2026
https://github.com/gilzoide/cpp-dispatch-queue
Dispatch Queue / Thread Pool implementation for C++11 with built-in C++20 coroutine support
concurrency concurrent coroutine coroutines cpp cpp11 cpp20-coroutine dispatch-queues dispatchqueue thread-pool threading threadpool
Last synced: 18 Jun 2026
https://github.com/blagojeblagojevic/neural-network
Implemention of a small 1 layer neural network suitable for use in embedded systems
arduino c cpp embedded-systems esp32 evolution genetic-algorithm neural-network
Last synced: 08 Apr 2026
https://github.com/axway-streams/axway-amplify-streams-cpp
Sample application to show how to use Streamdata.io in a C++ application
cpp eventsource server-sent-events sse streaming-data
Last synced: 13 Aug 2025
https://github.com/vafdaf12/dithery-do
Theme an image using a pre-defined palette
art colorimetry cpp dithering image-processing
Last synced: 20 May 2026
https://github.com/dias1c/pacman-cpp
ᗧ My First Game in C++. And This is Exam project
cpp educational-project exam game itstep packman
Last synced: 19 Aug 2025
https://github.com/mihneats1/fastio
High-Performance Buffered Input for C++
competitive-coding competitive-programming competitive-programming-contests cpp cpp17 input
Last synced: 16 Jul 2025
https://github.com/ranganivandan/resqtrack
ResQTrack is a smart roadside assistance system using IoT, AI, and emergency tags. It offers SOS alerts via app, crash detection through ESP32 sensors, and public-activated ResQTags on vehicles. With heartbeat monitoring and multi-layered fail-safes, it ensures fast, reliable help in critical moments.
Last synced: 01 Aug 2025
https://github.com/lnd3/ltools
C++ tool box for random purposes like graphics, physics, gui and network coding
concurrency cpp physics rendering threading tool-box
Last synced: 01 Aug 2025
https://github.com/widberg/tmpl
CLI template replacement tool
cli cmake cmd command-line-tool cpp lightweight linux macos mit mit-license template tmpl unix windows
Last synced: 08 Apr 2026
https://github.com/iamwatchdogs/dsa
Slate/Deprecated docs repo for DSA. I should have continued working on it.
algorithms c cpp data-structures documentation dsa interview java learning open-source preparation python
Last synced: 09 Apr 2026
https://github.com/fabianaferreira/lyrics-analysis
A project developed for a subject during bachelor degree on Electronic and Computer Engineering on Federal University of Rio de Janeiro
Last synced: 21 May 2026
https://github.com/l3odr0id/k_way_merge_sort
c++ k way merge sort
cpp example merge-sort mergesort mergesort-algorithm sort sorting-algorithm sorting-algorithms sorting-algorithms-implemented students study
Last synced: 18 Jul 2025