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-06 00:06:48 UTC
- JSON Representation
https://github.com/sumitgirwal/quickstartwithcp
Quick Tips-Tricks-Functions for Competitive Programming(CP).
competitive-programming cpp docuemntation-tool python3
Last synced: 15 May 2026
https://github.com/autokaka/learnopengl2
Self made LearnOpenGL video series source code.
cmake cpp learning-by-doing opengl
Last synced: 15 May 2026
https://github.com/tr0yspradling/jsontree
A fast, lightweight, cross-platform utility for viewing & navigating large JSON documents. Built with C++ & gtkmm4.
Last synced: 14 May 2026
https://github.com/kalakit/kalaphysics
Physics library for Windows and Linux, made with C++ 20.
cpp cpp20 cpp20-lib cpp20-library opengl physics physics-engine
Last synced: 15 May 2026
https://github.com/simone-contorno/rtos-priority-ceiling
Real-Time Operating Systems (RTOS) - Managing of 4 threads using Semaphores and Priority Ceiling Policy
cpp engineering real-time-operating-systems robotics
Last synced: 15 May 2026
https://github.com/maximbilan/t-block
T-Block
android cpp game game-development ios proton tblock tetris
Last synced: 25 Apr 2026
https://github.com/rayyan9477/operating-systems-and-shell-scripting
This repository contains assignments related to Operating Systems. The main focus is on understanding system-level programming, including shell scripting and signal handling in C.
bash-scripting c cpp operating-system process-manager shell-scripting
Last synced: 15 May 2026
https://github.com/stefanasandei/tiny-autograd
small autograd engine built from scratch in modern C++
autograd cmake cpp deep-learning neural-networks
Last synced: 14 Nov 2025
https://github.com/t-88/domes
another todo app in my cv
cpp engine hacktoberfest hacktoberfest2022 layout-engine
Last synced: 16 Jun 2025
https://github.com/frodoalaska/whoami
A linear story-based 2D side-scroller made with Raylib
2d 2d-game cpp raylib side-scroller side-scrolling-game storytelling
Last synced: 20 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: 01 May 2025
https://github.com/frozenassassine/fastedit-winapi
Fastedit WinApi is a little text editor for windows. It is not made for daily use, but It shows the principles of creating a text editor and using the WindowsApi in C++.
Last synced: 03 May 2025
https://github.com/h-d-owl/variablestovariables
Adds nodes to convert variables to other variables that are not in the standard library.
blueprints cpp game-dev game-development game-engine gamedevelopment plugin plugins ue5 unreal unreal-engine unrealengine unrealengine5 variable variables
Last synced: 18 Mar 2025
https://github.com/terroo/raycaster
A Wolfstein3D-style Raycasting implementation with C++ and SFML
cpp doom gamedev raycasting sfml
Last synced: 18 Mar 2025
https://github.com/zheoni/parsegar
Another and worse C++ command line argument parser
argument-parser command-line-parser cpp parser
Last synced: 29 Oct 2025
https://github.com/codejester01/multifunctional-social_platform_management_system
本项目是一款多功能的聊天社交管理系统,系统将QQ、微信、微博三大聊天系统的核心功能进行了整合实现,用户可以注册并登录自己的账号,同时原本不同平台的账号还可支持绑定,比如可以在qq管理系统中来添加微信和微博的推荐好友或者是直接建立微信或微博账号并与QQ账号进行绑定,同时自己还可以登录客户端进行个人好友管理、群组管理、个人信息管理, 同时也开发了两款趣味小游戏(贪吃蛇和十字消除)可供用户游玩,项目还利用网络通信和多线程编程以及锁的机制实现了即时通讯
cpp design-patterns mutilthread mysql network-programming oop
Last synced: 18 Mar 2025
https://github.com/esraa-emary/photo-editor-team
C Plus Plus Code (Photo Editor)
clean-code cplusplus cpp photo-editing
Last synced: 08 Sep 2025
https://github.com/toikron/dear-design-manager
Real-time UI builder and advanced design manager built with Dear ImGui & ImDrawList. Features dynamic interactions, intuitive animation controls, and instant visual feedback for modern UI development.
cpp design design-system design-tool gui imgui imgui-extension imgui-menu ui ui-builder ui-framework ui-imgui
Last synced: 18 Mar 2025
https://github.com/gwynbleidd0241/-mirea_2sem_oop-
Практические задания и курсовая работа по ООП(2 семестр МИРЭА)
Last synced: 30 Aug 2025
https://github.com/sjellipses/lockscreencmd
Invoke a command line on the Windows lock screen.
batch cpp csharp shell-scripts
Last synced: 06 May 2026
https://github.com/shaman-dp/patterns
Паттерны проектирования на C++ с примерами
cpp designpatterns development oop patterns patterns-cpp softwaredesign
Last synced: 04 May 2025
https://github.com/surajmaurya14/vscode-config
This contains my Coding Template
cpp keybindings settings snippets template
Last synced: 30 Jun 2026
https://github.com/poornesh-v/bank-management-system-in-cpp
BankEase – A Simple Banking Management System BankEase is a console-based banking management system built using C++. It allows users to create accounts, deposit and withdraw money, check balances, and modify account details. The project utilizes object-oriented programming (OOP) principles and file handling to ensure data persistence.
cpp dsa filehandling oops-in-cpp
Last synced: 04 Oct 2025
https://github.com/davidson-souza/cpp
Códigos aleatórios em c/c++
code cpp data-structures examples math number-theory
Last synced: 06 Sep 2025
https://github.com/vovandreevik/polygon-analysis
This C++ program reads and processes polygon data from a file and provides various commands for analyzing the polygons. It supports commands for calculating areas, finding polygons with maximum or minimum properties, counting polygons, and more.
cpp oops-in-cpp polygon struct
Last synced: 07 Apr 2025
https://github.com/shineiarakawa/diffusion-model-cpp
A C++ implementation of a diffusion model using libtorch.
Last synced: 14 Mar 2025
https://github.com/nrjsbudhe/c_plus_plus
Exploring C++ and its unique features | Practice Competitive Programming | Develop Toolchain using CMake | Unit Testing
Last synced: 26 May 2026
https://github.com/genebit/sync-files
Sync files from A to B where A is the main file you want to be synced to file B
Last synced: 20 May 2026
https://github.com/halffd/hvc
Hotkey Manager and Window Control System
automation cpp gtk hotkey linux lua scripting window-management x11
Last synced: 07 Apr 2025
https://github.com/vladbologa/raytracer-cpp
Building a ray tracer in C++, following "The Ray Tracer Challenge" by Jamis Buck
cpp cpp17 eigen3 gtest raytracer raytracing
Last synced: 15 Jun 2025
https://github.com/sameetasadullah/dependency-analysis-and-speedup-code-snippets
Dependency Analysis is performed on some code snippets and they have been improved in speed if possible
cpp dependency-analysis dependency-types openmp openmp-parallelization parallel-processing parallel-programming speedup
Last synced: 15 Mar 2025
https://github.com/dpbm/snake-ai
A simple AI in pure c++ to play the snake game
algorithms c cmake cpp ctest dot-product games games-ai games-ia genetic-algorithm google-test machine-learning machine-learning-algorithms make matrix snake-game
Last synced: 10 Apr 2026
https://github.com/shivamgupta92/leetcodesolution
Solution to LeetCode problems
Last synced: 10 Apr 2026
https://github.com/sameetasadullah/game-of-life
A simple Game of Life coded in C++ language using Microsoft Visual Studio
Last synced: 20 May 2026
https://github.com/gabygold67/buttontoswitch_stm32
An STM32-RTOS library to implement all kind of switches out of simple push buttons (Momentary buttons) by using embedded simulated behavior
button buttons cpp debounce debounce-button deglitch potentiometer-simulation pushbutton-library pushbutton-switch rtos-library stm32 stm32-library
Last synced: 01 Sep 2025
https://github.com/sameetasadullah/binary-search-tree-implementation
My own templatized C++ implementation of Binary Search Tree and its different traversals i.e, PreOrder, PostOrder, InOrder using Microsoft Visual Studio. You can also check the type of BST as well
binary-search-tree cpp traversals tree-structure visual-studio
Last synced: 15 Mar 2025
https://github.com/mubarizahmed/ros-vehicle
This is a project to that intends to explore the world of vehicular automation through the design and creation of a differential drive robot.
arduino autonomous-robots cpp js mechatronics robotics ros
Last synced: 11 Apr 2026
https://github.com/mondonno/algorithms
Collection of resuable algorithm templates written in pure C++
algorithm algorithms all cpp data-structures math prefix-sumes sorting trees
Last synced: 04 Jun 2026
https://github.com/agauniyal/naive_malloc
An implementation of naive and bare bones malloc
Last synced: 23 Mar 2025
https://github.com/aimensahnoun/textsimilaritychecker
A C++ Plagiarism checker script that that checks direct similarities.
Last synced: 14 Nov 2025
https://github.com/khip01/kalkulator-cpp
Tool/Alat
calculator cpp devcpp executable simple
Last synced: 29 Jun 2025
https://github.com/comba92/life-automata
⬜⬛ C++ implementation with SDL2 of Conway's Game of Life
conways-game-of-life cpp game makefile sdl2 simulation
Last synced: 17 Apr 2026
https://github.com/am4nn/authentication-demo
how login data is stored in database and how login details are checked
authentication authentication-demo cli cpp login
Last synced: 29 Jun 2025
https://github.com/dyollb/itktopologycontrol
ITK external module to control topology of binary mask regions
cpp image-preprocessing itk itk-module python segmentation
Last synced: 13 Apr 2025
https://github.com/longluo/androidndk
android android-app c cpp java jni jni-android ndk ndk-sample
Last synced: 11 Apr 2026
https://github.com/vovandreevik/cross-reference-generator
This C++ program reads text from a file, generates a cross-reference table of words along with the lines they appear on, and prints the text with line numbers.
cpp cross-reference dictionary map vector
Last synced: 07 Apr 2025
https://github.com/vovandreevik/string-manipulation
This C++ program is designed for string manipulation. It provides various string operations, such as sorting, searching for repetitions, and finding strings that start with a specific sequence. The program is based on a custom String class.
cpp custom-string oop oops-in-cpp string
Last synced: 30 Oct 2025
https://github.com/vovandreevik/counting-sort-algorithm
This C++ program demonstrates the Counting Sort algorithm for sorting an array of integers in three different scenarios: best case, average case, and worst case.
chrono counting-sort cpp vector
Last synced: 07 Apr 2025
https://github.com/jonasalbuquerque/ping
Simple ping application with two threads (client and server) communicating by sockets and exchanging ICMP messages.
cplusplus cplusplus-11 cpp cpp11 icmp icmp-ping network-programming networks ping ping-pong pingpong socket-programming sockets
Last synced: 26 Dec 2025
https://github.com/artemka-sh/wificam
Cross-platform client for broadcasting a camera (for example, a phone) to a computer (or another) using wifi
android-camera cpp cross-platform http-camera ip-camera obs-studio qml qt6 remote-cameras wifi-camera
Last synced: 12 Apr 2026
https://github.com/ohtoai-research/avm
AVM aims to reduce binary distribution piracy of software by detecting Virtual Machine Characteristics.
anti-virtualmachine cpp crossplatform
Last synced: 10 Jun 2026
https://github.com/pbentes/projecttemplate
A quick-start CMake project template for C++ projects which utilize a Core/App project architecture
cmake cpp template template-project
Last synced: 06 Mar 2025
https://github.com/zcfan/create-your-own-javascript-runtime
Notes of my research of nodejs.
c cpp javascript javascript-runtime libuv nodejs v8
Last synced: 11 Apr 2026
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/4brunu/mobilecppmemorytest
Sample project showing memory error using djinni
Last synced: 15 May 2026
https://github.com/phantom7knight/vulkanrenderer
My first Vulkan Renderer.
cpp graphics graphics-rendering vulkan vulkan-renderer
Last synced: 30 Jun 2025
https://github.com/marekmosna/pgms
Postgres mass spectromentry extension
bioinformatics cpp mass-spectrometry plpgsql postgres postgresql sql
Last synced: 18 Jan 2026
https://github.com/ohtypek/minesweeper-sdl2
A minesweeper game made in C++ using SDL2.
amateur cpp game learning minesweeper sdl2 sdl2-image sdl2-ttf
Last synced: 28 Apr 2026
https://github.com/3mr-5aled/supermarko-gui
🛒 A modern supermarket shopping system built in C++ with WinForms. Includes login/register, product browsing by category, cart management, live bill view, printable receipts, and a beautiful start-to-end GUI experience.
Last synced: 30 Jun 2025
https://github.com/mohitbansal964/binary-tree
Binary Tree Insertion, Traversal and display in vertical and horizontal format
binary-trees cpp data-structures
Last synced: 30 May 2026
https://github.com/khoinguyen2k/cpp-starter-game
my first ever game, for educational purposes
beginner-project cpp sdl2 starter-kit
Last synced: 06 Mar 2025
https://github.com/jwillikers/gnu-arm-embedded-image
A container image for running the bare metal ARM GCC toolchain for C and C++, built on Fedora
buildah c cpp fedora gnu-arm-embedded-toolchain oci-image
Last synced: 15 Apr 2025
https://github.com/mollybeach/pastis
C++ programs projects algorithms framework tests and cmake configurations
cmake cmake-scripts configureawait cpp framework
Last synced: 15 Mar 2025
https://github.com/wolgemoth/cpp-hashmap
Concurrent multiplatform hashmap with simple API, exception safety, and sequential collision resolution.
concurrency concurrent cpp cpp17 dictionary exception-safety hashmap initializer-list modern-cpp multiplatform multithreading sequential-chain templates
Last synced: 30 Mar 2025
https://github.com/zezav-cz/matrixcalculator
CLI app fro basic matrix operations
cpp linear-algebra matrix matrix-calculations
Last synced: 30 Jun 2025
https://github.com/dhimasardinata/caxe
A modern C/C++ project manager that cuts through build system complexity.
build-tool c cli cpp developer-tools make package-manager rust
Last synced: 13 Jan 2026
https://github.com/jcbritobr/ercos-fltk-cheat-page-modern-cpp
This is a rewrite of ercos cheat page examples in modern c++ 17
Last synced: 01 Sep 2025
https://github.com/chihebabiza/cpp-oop-bank-system
C++ console application use OOP concepts , it manages client records in a banking system. It allows users to view, add, update, and delete client information, as well as perform transactions like deposits, withdrawals, and balance checks. The system includes user login functionality with different access levels .
bank-application bank-system console-application cpp cpp-bank-management-system cpp-oo oop visual-studio
Last synced: 07 Apr 2025
https://github.com/humayan-kabir/data-structure
data structure repository for competitive programming
competitive-programming cpp data-structures
Last synced: 30 Jun 2025
https://github.com/supermoathx7/cpu-scheduling-algo-
This project is an implementation of the six CPU-Scheduling algorithms using C++.
algorithm algorithms cpp cpu cpu-scheduling
Last synced: 18 Jul 2025
https://github.com/abdulahshoaib/chessmasters
Lichess-esk multiplayer chess game made using C++ and SFML
chess-game cpp lichess-clone sfml sfml-game
Last synced: 26 May 2026
https://github.com/jilliennelapid/singly-linked-list
Practicing the implementation of a singly linked list data structure in C++.
cpp header-file linked-list singly-linked-list
Last synced: 11 Jun 2025
https://github.com/end2endzone/libargvcodec
libArgvCodec is a c++ library which properly encode and decode command line arguments. It allows one to properly escape string values to use as command line parameters.
argument-encoding argument-parsing codec command-line cpp encoding-arguments
Last synced: 18 Mar 2025
https://github.com/amr-khaled-ahmed/some-cipher-for-fun
this repository include XOR, Vigenere, and Polybius ciphers
cipher cipher-algorithms cpp low-level-programming
Last synced: 21 Apr 2026
https://github.com/xoofx/customformattingdemo
Code saved from Charles Petzold article: Character Formatting Extensions with DirectWrite
cpp direct2d directwrite dwrite
Last synced: 01 Sep 2025
https://github.com/sameetasadullah/snake-game
A Simple Snake Game in C++
cpp game game-development glut linux opengl ubuntu
Last synced: 09 May 2026
https://github.com/sameetasadullah/centipede-game
A Simple Centipede Game in C++ using OOP (Object Oriented Programming) concepts
cpp game game-development glut linux oop oop-principles opengl ubuntu
Last synced: 07 May 2026
https://github.com/sameetasadullah/consensus-problem-using-openmp
Program coded in C++ language to solve the consensus problem between multiple threads using OpenMP
consensus-problem cpp linux openmp openmp-parallelization ubuntu
Last synced: 17 May 2026
https://github.com/sameetasadullah/avl-tree-implementation
My own templatized C++ implementation of AVL Tree and its different traversals i.e, PreOrder, PostOrder, InOrder using Microsoft Visual Studio. You can also check the type of AVL tree as well
avl-tree cpp traversals tree-structure visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/dijkstra-algorithm-implementation
My own templatized C++ implementation of Dijkstra Algorithm using Microsoft Visual Studio
cpp dijkstra-algorithm dijkstra-shortest-path graph list stack visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/doubly-linkedlist-implementation
My own C++ implementation of Doubly LinkedList using Microsoft Visual Studio
cpp doubly-linked-list visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/check-curly-brackets-using-stack
A simple C++ code to validate curly brackets of given code using stack
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/graph-implementation
My own templatized C++ implementation of Graph and its different traversals i.e, BFS, DFS using Microsoft Visual Studio
bfs cpp dfs graph visual-studio
Last synced: 13 Oct 2025
https://github.com/seboste/sapper
Sapper is a CLI tool written in Go that enables you to rapidly create, extend, and update C++ microservices
cloud-native cmake conan cpp hexagonal-architecture microservices sapper
Last synced: 18 Jan 2026
https://github.com/gringolito/cpp-pre-commit-hooks
C++ hooks for pre-commit based on Google C++ Style Guide
cpp google-style pre-commit pre-commit-hooks
Last synced: 16 May 2026
https://github.com/ranveeraggarwal/leetcode-cpp
Leetcode Solutions in Modern-ish C++
Last synced: 02 Apr 2025
https://github.com/shadowmitia/whitespace
A whitespace interpreter
cpp cpp20 whitespace-interpreter whitespace-language
Last synced: 15 Mar 2025
https://github.com/vaibhav1826/understanding_cpp
This repository is a comprehensive and well-documented guide for c++ providing detailed explanations and best pratice questions .
Last synced: 30 Jun 2025
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/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/avakar/intrusive_list
Header-only, composition-based, allocation-free double-linked list for C++11
cpp cpp11 intrusive-containers linked-list
Last synced: 12 Apr 2025
https://github.com/tomswan/collections
In this repository are collected ZIP files containing listings from programming tutorials I wrote and published roughly between 1980 and 2001.
assembly-language c cpp java pascal program-listings programming-languages programming-tutorial source-code
Last synced: 10 Mar 2026