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-15 00:06:45 UTC
- JSON Representation
https://github.com/a9na/top-100-cpp
🚀 A collection of the top 100 C++ coding problems with solutions, designed to sharpen your problem-solving skills! 💻📚
algorithm-challenges algorithms-and-data-structures cpp
Last synced: 01 Aug 2025
https://github.com/filiprokita/frclicker-pro
This program allows the user to set the enable and disable keys for the autoclicker, as well as the clicks per second (cps) rate. Once the enable key is pressed, the program clicks the left mouse button at the set cps rate until the disable key is pressed. The status of the autoclicker (enabled or disabled) is displayed on the console.
autoclicker cpp gaming input keyboard mouse productivity user-interface windows-api
Last synced: 01 Aug 2025
https://github.com/xirzo/tictactoe
Multiplayer Tic-Tac-Toe game
cpp game multiplayer tictactoe
Last synced: 19 May 2026
https://github.com/ben-crowhurst/llvm-project
Implementation of proposed C++ Manifold Operators.
compiler compiler-design compilers cpp llvm llvm-tutorial proof-of-concept rfc wg21
Last synced: 17 May 2026
https://github.com/potakaaa/tftf_edge_api
TFTFEdge API is a FastAPI-powered web service designed to calculate the most efficient jeepney routes in Cagayan de Oro using geographic coordinates and transfer range. This API integrates a C++ algorithm for route calculation, delivering real-time route data in a flexible, scalable format.
algorithm cpp minimum-transfer network pathfinding
Last synced: 19 May 2026
https://github.com/i-am-snehachauhan/striver-sde-sheet-challenge
Striver SDE Sheet contains very handily crafted and picked top coding interview questions from different topics of Data Structures & Algorithms.
cpp problem-solving programming
Last synced: 04 Jul 2026
https://github.com/benami171/pipeline_leader-follower
This project emphasize the concurrent workflow of Pipeline and Leader-Follower design patterns.
cpp design-patterns leader-follower linux multithreading pipeline server thread-pool threads
Last synced: 19 May 2026
https://github.com/sainipankaj15/billing-system
This is a CPP Project on Billing System where admin can make a new entry and check previous all entries
Last synced: 01 Aug 2025
https://github.com/leonardogemin/password_manager
Personal project to implement a password manager in C++
cpp object-oriented-programming password-manager sqlite3
Last synced: 17 Jun 2026
https://github.com/ikajdan/lychee_potd_provider
Plasma POTD plugin that will fetch a random picture from a Lychee instance
cpp plasma-applet plasma-desktop plasmoid
Last synced: 04 Mar 2025
https://github.com/m4xshen/math-cpp
Implement some mathematical methods with cpp
Last synced: 02 Sep 2025
https://github.com/mattiasjahnke/arduino-tetris
Matrices, matrices everywhere
Last synced: 19 May 2026
https://github.com/bainash10/project-student_information_system-
Admin can enter, update, delete, display data of teacher and student. Admin gives username and password to teacher and student. Teacher can enter, update, delete GPA of students and display personal information. Student can display Obtained GPA and display personal information.
Last synced: 02 Aug 2025
https://github.com/ne0w0r1d/yumeyo_no_army_knife
Yumeyo的瑞士军刀(重构与Yumeyo开发的《NetInfoChecker 网络综合查询器》【基于易语言】 )
cpp network network-analysis qt6
Last synced: 25 Sep 2025
https://github.com/shoyeb45/datastructureandalgorithm
This repo contains implementation of various data structure and algorithms.
algorithms cpp data-structures data-structures-and-algorithms dsa java python3
Last synced: 09 Apr 2026
https://github.com/vitorbaraujo/competitive-programming
Repository containing some solutions of competitive programming problems
codeforces codejam competitive-programming cpp python uri-online-judge uva
Last synced: 19 May 2026
https://github.com/actualcannibalpanda/boom
Mirror of https://gitlab.com/robertosheagamedev/Boom
Last synced: 02 Aug 2025
https://github.com/wcoder/vs-code-cpp
Sample project for setup build and debug C++ in Visual Studio Code on macOS
clang cpp cpp11 lldb macos vscode vscode-cpp
Last synced: 05 Apr 2025
https://github.com/zyn10/transpose-of-matrix
Taking transpose of matrix using cpp
cpp matrix programming-fundamentals transpose-matrix
Last synced: 02 Aug 2025
https://github.com/suraj-singh12/cpp-dsa
Data Structure and Algorithm C C++
Last synced: 18 May 2026
https://github.com/erthium/code-status
Project to calculate how many lines of code has be written and in which langauges
code-lines code-stats cpp cpp17 line-counter
Last synced: 04 Jun 2026
https://github.com/rokibulhasan7/leetcode
Leetcode problems solution.
algorithms cpp data-structures dp go heap interview interview-preparation leetcode leetcode-algorithms leetcode-cpp leetcode-cpp-solutions leetcode-practice leetcode-solutions
Last synced: 16 May 2026
https://github.com/abidhasanrafi/programming-contest-series
Coding practice and exercises from "প্রোগ্রামিং কনটেস্ট ডেটা স্ট্রাকচার ও অ্যালগরিদম" and "প্রোগ্রামিং কনটেস্ট সমস্যা ও সমাধান" by মো: মাহবুবুল হাসান for comprehensive understanding of programming contest.
algorithms-and-data-structures cpp problem-solving
Last synced: 14 Mar 2025
https://github.com/arducat/tcpping
Простая утилита для отправления запросов на TCP сервер.
cpp cxx multiplatform pet-project tcp tcp-client tcp-client-cpp
Last synced: 21 Jul 2025
https://github.com/tsnsoft/dialogblocks_wx_demo
Пример программы на C++ с использованием wxWidgets и DialogBlocks в Visual Studio 2022
2022 cpp cross-platform dialogblocks linux visual-studio wxwidgets
Last synced: 05 Apr 2025
https://github.com/danbuxton/csp-2425
SOFT10101: Computer Science Programming @ NTU
Last synced: 30 Aug 2025
https://github.com/yansh07/cpp
All the chaos written in C++, whether an algorithm, code block, and everything is here for my quick access.
algorithms-and-data-structures cheatsheet cpp notes
Last synced: 27 Sep 2025
https://github.com/traximuser6/data-structures-in-cpp
A simple project to practice and implement Data Structures & Algorithms (DSA) using C++.
algorithms challenges competitive-programming cpp data-structures dsa leanring-from-books programming-exercises
Last synced: 27 Sep 2025
https://github.com/adik2405048/crop-growth-tracker
a fast and lightweight console application built entirely from the ground up in C++. As an agricultural engineering student, I created this tool to help farmers and students manage crops by providing real-time data.
cpp growth tracker-application
Last synced: 27 Sep 2025
https://github.com/gabd-s/tp2
This repository contains materials and projects from the Programming Techniques course. It explores different approaches to problem-solving, algorithm design, and coding practices through practical exercises and implementations.
Last synced: 27 Sep 2025
https://github.com/esri/link-what-you-include
A tool to help maintain a coherent build system target model
build-system code-quality cpp tool
Last synced: 27 Sep 2025
https://github.com/gregorykogan/md5-lib
A production-grade, high-performance, and self-contained C++17 library for RFC 1321 MD5 hashing, featuring a modern streaming API for large files.
cmake cpp cpp17 cross-platform hashing library md5 rfc-1321 security self-contained zero-dependencies
Last synced: 27 Sep 2025
https://github.com/debasish-dutta/seven-seas-console-rpg
It is a console RPG game developed using C++.
Last synced: 02 Aug 2025
https://github.com/tsnsoft/DialogBlocks_wx_demo
Пример программы на C++ с использованием wxWidgets и DialogBlocks в Visual Studio 2022
2022 cpp cross-platform dialogblocks linux visual-studio wxwidgets
Last synced: 27 Sep 2025
https://github.com/fahim1049/c-plus-plus-basic-to-advance
C++ Programming Language Practice for Competitive Programming and Build up my Logic Skill
cplusplus cpp object-oriented-programming
Last synced: 30 Aug 2025
https://github.com/vibhujawa/parallel-adaboost
The repo contains a multi-core parallel implementation of adaboost algo in C++
adaboost cpp machine-learning-algorithms
Last synced: 25 Jun 2025
https://github.com/khaledalam/problem-solving
Samples of my problem solving solutions in C++
competitive-programming cpp problem-solving
Last synced: 04 Apr 2025
https://github.com/zly-u/godot_gde_cmake_example
A CMake + CLion example project for developing Plugins for Godot.
Last synced: 18 May 2026
https://github.com/infinityintegral/sgextn
C++ application development framework
cpp cpp20 data-structures filesystem gpu-programming gui-application library qt qt-gui qt6 qtcreator utility-library
Last synced: 10 Apr 2026
https://github.com/bdegreve/liar
LiAR isn't a raytracer
cpp physically-based-rendering python raytracing
Last synced: 18 May 2026
https://github.com/opensourcedoc/cpp-boilerplate-library
C++ Boilerplate Project to Build C++ Based Library
boilerplate boilerplate-library cpp
Last synced: 12 Sep 2025
https://github.com/dtinth/2011-tetris-bot
A Tetris bot I have written in 2011 (note: it plays badly)
Last synced: 18 May 2026
https://github.com/aniketraut16/cpp-stl
A handy cheatsheet for mastering C++ string STL—covers functions, modifications, tricks, and interview must-knows. Ideal for quick revision during contests, placements, or interviews.
Last synced: 03 Aug 2025
https://github.com/kahlery/2d-terrain-map
🗺️ cli simulation: gravity effect on the objects in the given terrain on a 2d height-map.
Last synced: 10 Oct 2025
https://github.com/senssei/azure-eventhub-kafka-c
Sample C/C++ consumer and producer implementation for Azure EventHub with Kafka surface
azure-eventhub c cpp kafka kafka-consumer kafka-producer librdkafka
Last synced: 19 Apr 2026
https://github.com/dantehemerson/arkanoid-returns
Juego Arkanoid hecho en C++ con ayuda de la librería Allegro 5
allegro arkanoid arkanoid-returns codeblocks cpp cpp11 game game-development gamedev
Last synced: 21 Mar 2025
https://github.com/aviscaerulea/vdskswtch
CLI tool to switch Windows 11 virtual desktops with pre/post script hooks
automation cli cpp virtual-desktop windows windows11
Last synced: 18 May 2026
https://github.com/petertseng/adventofcode-cpp-2015
Solutions to https://adventofcode.com/2015 (complete)
advent-of-code advent-of-code-2015 cpp
Last synced: 04 Aug 2025
https://github.com/juicychicken877/HangmanCPP
console-application cpp hangman-game
Last synced: 29 Sep 2025
https://github.com/bursasha/cpp-projects
Programming and algorithmization in C++ 🖥
algorithms big-o classes-and-inheritance cpp cvut-fit huffman-algorithm kmp-algorithm linked-list multimap oop queue set stl templates time-complexity unordered-map vector
Last synced: 30 Aug 2025
https://github.com/yeshasvitirupachuri/oatpp-websocket-server-client-example
Oatpp server client c++ examples without using dependency injection framework macros components.
cpp cpp17 network oatpp oatppwebsocket
Last synced: 12 May 2025
https://github.com/kauefraga/dinossaron
🐱🐉 Embark on a endless running game with a frenzy feline. Written in C++, using Raylib.
cats cpp dino dinosaur-game game-development gamedev raylib raylib-cpp
Last synced: 04 Aug 2025
https://github.com/6367f766/nvim-cpp-project
clang-format clang-tidy conan cpp cpp-project-template nvim vimspector
Last synced: 29 Sep 2025
https://github.com/daniel-191/number-cruncher
A C++ script that sorts numbers via: merge, selection, insertion. bubble and also calculates the: Mean, Mode, Median, Range
bubble bubble-sort bubblesort cpp insertion insertion-sort insertionsort linux merge merge-sort mergesort number-sorter windows
Last synced: 04 May 2026
https://github.com/shantanupatne/flappycpp
Flappy Bird in C++ and Raylib.
cpp cpp-games flappy-bird game game-2d game-development raylib raylib-cpp
Last synced: 04 Aug 2025
https://github.com/abdullahselek/queuecxx
C++ generic Queue implementation.
Last synced: 04 Aug 2025
https://github.com/arkaht/cpp-curve-editor-x
Curve Editor X ─ a C++ and raylib Bézier spline editor for the Curve-X library
bezier cmake cpp curve editor raylib raylib-cpp simple spline
Last synced: 10 Sep 2025
https://github.com/brendanm12345/simple_renderer_cs149
Simple CUDA renderer implementation. 19th most efficient out of 150+ submissions
Last synced: 18 May 2026
https://github.com/omaraflak/gameoflife
Conway's Game of Life implemented in C++ with SFML.
conway-s-game-of-life cpp game-of-life sfml
Last synced: 05 Apr 2025
https://github.com/sub-xaero/neverdoom
A 2D top down survival shooter, that serves as more of a test of my programming skills than an actual game. the first iteration in a series of increasingly playable games
c-plus-plus cpp cpp17 hobby-project sfml sfml2 sfml2-game
Last synced: 11 Nov 2025
https://github.com/labatata101/oximeter-monitor
Oximeter monitor project using the ESP32 microcontroller and the MAX30100 sensor
bot c cpp esp32 fastapi max30100 microcontroller oximeter python rest-api telegram-bot
Last synced: 09 Apr 2026
https://github.com/teemperor/libmemintercept
Library for intercepting memory allocation functions (malloc, free, ...)
cpp free malloc malloc-free memory-allocation
Last synced: 05 Apr 2025
https://github.com/najlae01/gas_tuto
Gameplay Ability System Tutorial
cpp fun hobby-project learning unreal-engine-5
Last synced: 03 Jul 2026
https://github.com/pwalig/mini-rts-server
server for minimalistic RTS game
bsd-sockets c-plus-plus college-assignment college-project cpp game game-server rts rts-game server tcp tcp-server
Last synced: 09 Nov 2025
https://github.com/matiascarabella/multithreading
C++ programs showcasing multithreading, concurrent programming, and parallel algorithms.
concurrency cpp multithreading parallel-algorithm threads
Last synced: 06 Aug 2025
https://github.com/bgreni/qsfactcpp
cpp integer-factorization qs quadratic-sieve
Last synced: 17 Aug 2025
https://github.com/raveriss/cpp05
C++98 exercises on Repetitions and exceptions. Exercises on class and exception handling in C++98, including handling bureaucracies and forms with note validations.
class cpp cpp98 exceptions form-management handling object-oriented-programming standard-grade-validation
Last synced: 02 Feb 2026
https://github.com/talhat298/cse2122
This lab covers core data structures and algorithms, including array operations, linked lists, stacks, queues, recursion, and tree manipulation. It also explores graph algorithms, matrix operations, and sorting techniques, providing hands-on experience with fundamental concepts in computer science.
Last synced: 25 Jan 2026
https://github.com/hd-genius/data-structures
C++ datastrucure implementations without the standard library
Last synced: 07 Aug 2025
https://github.com/eoan-ermine/cppcorehard-autumn-2019
Slides for C++ Corehard Autumn 2019 conference
Last synced: 21 Aug 2025
https://github.com/omarmgaber/v6
Basic text search engine based on the classical Vector Space Model.
cpp information-retrieval search-engine vector-model
Last synced: 07 Aug 2025
https://github.com/p5-vbnekit/async_primitives.prototypes
C++17 asynchronous primitives prototype library
async async-architecture async-await async-functions async-programming asyncapi asynchronous asynchronous-tasks asynctask cpp cpp17 cpp17-library
Last synced: 03 Jul 2026
https://github.com/saddam-94/mshossain.ai
personal pages
aws c cpp css docker docker-compose gcp html javascript python rust
Last synced: 09 Apr 2026
https://github.com/mateusz-przybyla/personalbudget_objectoriented
Final C++ application to manage your personal budget [OOP]
Last synced: 09 Nov 2025
https://github.com/mmartin46/taco_platformer
An SDL2 Gaming Platformer Project Written in C++. The player's only objective within the game is to collect as many tacos as possible.
c cpp game-2d game-development game-programming sdl2
Last synced: 18 May 2026
https://github.com/tomas542/mtuci
Some university subjects from Moscow Technical University of Communications and Informatics (MTUCI) / Московского Технического Университета Связи и Информатики (МТУСИ)
asse assembler c ci-cd cpp deep dev java labs linux machi practices python pytorch react systemverilog tenso typescript ui vhdl
Last synced: 13 Apr 2026
https://github.com/dirkjbosman/ml-inference-benchmarks
Compare inference performance of ML models across C++ vs Python
cpp inference inference-engine ml mlops modelserving onnx onnxruntime python
Last synced: 09 Apr 2026
https://github.com/jeheecheon/create-algorithm
Algorithm starter template
algorithm backjoon cpp javascript template typescript
Last synced: 19 Feb 2026
https://github.com/macabdul9/ds-algo
This repository contains some well known DS and Algo implementation in C++
algorithms cpp data-structures
Last synced: 21 Aug 2025
https://github.com/brave-tarnished/gpu-accelerated-opc
Optical Proximity Correction (OPC) is a photolithography technique that modifies photomask geometry to counteract diffraction and process effects, ensuring accurate printing of patterns on the wafer. This work demonstrates a proof of concept showing how using a GPU-based approach can significantly speed up these modifications compared to a CPU.
cpp cuda gpu-acceleration photolithography semiconductors
Last synced: 02 Oct 2025
https://github.com/sabertazimi/cpp-primer
System Language Learning
c-plus-plus cpp cpp-primer learning sabertazimi
Last synced: 24 Aug 2025
https://github.com/spicycactuar/ball-impulse
Ball impulse against varied terrains
ball-physics computer-graphics cpp impulse opengl qt5
Last synced: 09 Apr 2026
https://github.com/massimo-marino/perf-timer
A performance timer for C++ functions
cpp cpp17 performance performance-testing
Last synced: 25 Jun 2025
https://github.com/wiwiwinter/smart-street-light-system-using-iot
A Smart Street Light System using IoT for energy-efficient, adaptive lighting. It integrates sensors, Arduino, and ThingSpeak for real-time monitoring, motion-based brightness control, and dynamic color adjustment to enhance public safety and reduce power consumption. 🚦💡
Last synced: 20 Jun 2026
https://github.com/khandakeraliariyan/dsa-practice
This is my self Data Structures and Algorithms notes
Last synced: 04 Apr 2025