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-02 00:06:45 UTC
- JSON Representation
https://github.com/maricard18/pong-game
Replica of the Pong Game in C++
cpp cpp11 pong-game pong-game-cpp raylib raylib-cpp
Last synced: 08 Apr 2026
https://github.com/luweglarz/cpp_pool_42
CPP pool to learn basics of cpp concept
Last synced: 31 Jul 2025
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/cppshizoids/wgputest
webgpu in C++ test using https://github.com/google/dawn
Last synced: 31 Jul 2025
https://github.com/faresbakhit/cp
competitive programming ⚔️ resources and notes 🤺
algorithms competitive-programming cpp data-structures problem-solving
Last synced: 22 Mar 2025
https://github.com/sanjay-1458/banking-system
A C++ project for banking, providing the minimal features of the banking system
Last synced: 16 May 2025
https://github.com/evasabeeh/Travel-Route-Planner
Implemented Dijkstra's algorithm to find the most optimal path between the origin and destination.
Last synced: 10 Oct 2025
https://github.com/itsjibel/jmp
Jibel Multiple Precision Arithmetic Library
arithmetic bigint biginteger calculator cpp cpp11
Last synced: 05 Nov 2025
https://github.com/jmz-mzr/containers
A performant recreation of the C++ library containers
42 42born2code 42cursus 42network 42paris 42school algorithm containers cpp cpp-containers cpp98 metaprogramming redblacktree sfinae stl stl-containers
Last synced: 09 Apr 2026
https://github.com/robsonos/spie-firmware
A sample C++/Arduino firmware built with PlatformIO with support for CI/CD pipeline
arduino atmel automation cd ci cicd cpp cppcheck platformio serial unittest
Last synced: 18 Apr 2026
https://github.com/josh012006/height-of-binary-search-tree
Implementation of a method getHeight to compute the height of a Binary Search Tree.
algorithms-and-data-structures binary-search-tree cpp
Last synced: 25 Jul 2025
https://github.com/laolarou726/sortalgorithms
A collection of common sorting algorithms, with template programming to support different data types.
cpp generic sorting-algorithms templates
Last synced: 30 Mar 2025
https://github.com/endail/hx711-arduino-i2c-master
arduino cpp hx711 i2c i2c-master
Last synced: 08 Nov 2025
https://github.com/andersonhsporto/cpp_piscine
Dive into the fundamentals of C++
42 42saopaulo 42school 42sp c98 cpp piscine piscine-cpp
Last synced: 20 May 2026
https://github.com/ufrshubham/todo-plus-plus
This is simple CURD application written in C++ with elements and sqlite library.
cplusplus cpp cycfi cycfi-elements sqlite3 todo todoapp
Last synced: 07 Sep 2025
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/dollengo/chessdollplus
A console chess made with C++ by Dollengo
chess chess-game cpp dollengo dollengostudios
Last synced: 22 Mar 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/toxe/project-euler
Project Euler (https://projecteuler.net) problem solutions.
cmake cpp problems project-euler solutions
Last synced: 22 Mar 2025
https://github.com/toxe/google-benchmark
C++ Benchmarks with Google Benchmark
benchmark cmake cpp google-benchmark
Last synced: 22 Mar 2025
https://github.com/abhijithkunchati/weenix-os
A full operating system, based on Unix, built as a semester long project
c cpp kernel memory-management operating-system threads virtual-file-system virtual-memory
Last synced: 20 May 2026
https://github.com/fl444mingo/fl4-cs131-04-lab
Ch. 4, Lab 1, Grade Checker Function
Last synced: 14 Sep 2025
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/vcputtini/l1borg
l1borg is a utility designed to solve some of my needs for automating the use of BorgBackup. The l1borg load the settings for the backup running from the XML file l1borg.xml, and run the BorgBackup with the necessary parameters, in addition to being able to execute the native BorgBackup commands like: list, info, mount and so on.
backup borg borgbackup cpp cpp17
Last synced: 31 Jul 2025
https://github.com/paltoudara/algo_1
algo algorithms cpp fixed-point-iteration newtons-method
Last synced: 30 Jul 2025
https://github.com/engineersbox/cpp-lru-cache
A C++ implementation of a Least Recently Used cache
Last synced: 22 Mar 2025
https://github.com/m4zesec/clean-code-cpp
📝 Clean Code concepts adapted for c++
bestpractices clean-architecture clean-code cplusplus cpp encapsulation inheritance principles
Last synced: 01 Nov 2025
https://github.com/paltoudara/_single_linked_list_
containers cpp iterators linked-list simple stl-containers
Last synced: 30 Jul 2025
https://github.com/paltoudara/polynomial_interpolation
algorithms cpp gauss-elimination interpolation-polynomial polyomino
Last synced: 12 Sep 2025
https://github.com/tahsinayman/tahsin
This is a Repository Made by Tahsin Ayman
batch-file c cpp css html java javascript other python
Last synced: 08 Apr 2026
https://github.com/toxe/cpp-sanitizers
C++ Sanitizers and Static Analysis Examples
asan cpp lsan msan sanitizers tsan ubsan
Last synced: 13 Jul 2025
https://github.com/paltoudara/polynomial_interpolation_
algorithms cpp gauss-elimination interpolation-polynomial polyomino
Last synced: 30 Jul 2025
https://github.com/get-unknown-err0r/calculator
This is an advanced calculator program written in C++ that performs basic arithmetic operations. It provides a menu-driven interface with colored text for enhanced user experience. The available operations are addition, subtraction, multiplication, division, and modulus.
advanced-calculator arpit-prajapati c-programming-language calculator cli-mode-calculator cpp get-unknown-err0r github
Last synced: 16 Mar 2026
https://github.com/mataruzz/arcadeplayground
ArcadePlayground is a Qt-based platform featuring classic games like Tic-Tac-Toe and Tetris, with more titles coming soon. Explore and enjoy retro gaming in a simple, fun environment!
classic-game cpp gamedev qt tetris tic-tac-toe
Last synced: 11 May 2026
https://github.com/ashaduri/number-to-georgian-cpp
Transform any number to a Georgian text (C++ version)
cplusplus cplusplus-17 cpp cpp17 georgian georgian-language number translation words
Last synced: 13 Sep 2025
https://github.com/jankodedic/tappyplane
A "Flappy Bird" clone
cpp cpp17 flappy-bird game sdl2 sdl2-image sdlw
Last synced: 28 Jun 2026
https://github.com/kingcitaldo125/base64_cpp
Very basic Base64 solution in C++
Last synced: 14 May 2025
https://github.com/julelang/julec-ir
Official C++ IR codes of JuleC
cpp intermediate-representation jule julec julelang
Last synced: 13 May 2025
https://github.com/druxorey/ucv-ayed
Respuestas y ejercicios resueltos de las guías de Algoritmos y Estructuras de Datos en C++, organizados por temas.
algorithms-and-data-structures cpp ucv
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/quentinguidee/cpp-ultimate
C++ Ultimate is the extension you need for VSCode!
Last synced: 21 Sep 2025
https://github.com/kampi/particle-mqtt
MQTT client implementation for TCP supporting devices (i. e. Argon, Photon) from Particle IoT.
cpp mqtt particle-argon particle-iot particle-swarm-optimization spark
Last synced: 14 Mar 2025
https://github.com/vcputtini/squidlogparser
A small object library capable of interpreting the log entries generated by Squid-cache(tm) and manipulating this data.
cpp cpp17 http http-proxy https lib library parser squid squid-proxy
Last synced: 01 Jan 2026
https://github.com/coralkashri/cppsenioreas-iterators
This is an examples repository of C++ Senioreas blog iterators article.
code-refactoring cpp cppsenioreas iterators
Last synced: 29 Jul 2025
https://github.com/apostolouagge/Compilers
5 ασκήσεις στο μάθημα των Μεταγλωττιστών
Last synced: 21 Sep 2025
https://github.com/syperolao/mini-engine-with-games
Small C++/DirectX 11 game engine with shared Core systems and mini-games: Pong, Katamari, planet simulation
cascade-shadow-mapping cplusplus-20 cpp deferred-rendering directx11 game-engine gbuffer katamari katamari-damacy particle-system particles ping-pong planet-simulation pong pong-game shadow-mapping vcpkg
Last synced: 13 May 2026
https://github.com/aryangupta9680/dsa-solved-questions
This repository contains solutions to various Data Structures and Algorithms (DSA) problems solved by me. The questions are sourced from renowned coding platforms like GeeksforGeeks, LeetCode, Codeforces, InterviewBit, HackerRank, and more.
algorithms cpp data-structures dsa geeksforgeeks interviewbit leetcode problem-solving
Last synced: 07 Nov 2025
https://github.com/vishal-ahirwar/player
Image/Video Player with Nice looking UI made with C++ , OpenCV4, Qt, QML
cpp opencv4 qml qml-applications qml-samples qt
Last synced: 20 May 2026
https://github.com/palaceswitcher/alchemyplusplus
A data-driven Alchemy game using SDL3
cpp cpp23 game imgui sdl3 sdl3-image sdl3-ttf
Last synced: 30 Mar 2025
https://github.com/chimipupu/cc8r_zenn_cpp
Zenn『RustでCPUを自作して動くまで📝』のRustのコードをC++にしたものです🥳
Last synced: 07 Nov 2025
https://github.com/claby2/gol
C++ header-only Game of Life library
cellular-automata cpp game-of-life header-only run-length-decoding run-length-encoding single-file
Last synced: 29 Oct 2025
https://github.com/kientech/c-programming-language
C++ is a powerful, multi-paradigm programming language designed for system and application development that offers flexibility, efficiency, and speed.
Last synced: 22 Mar 2025
https://github.com/karusb/gw2-tp
Guild Wars 2 Trading Post Flipping APP for GW2 API in C++
c-plus-plus command-line-tool cpp flipping guildwars2 guildwars2-api trading
Last synced: 23 Jul 2025
https://github.com/reime005/rncppexample
This repository shows the usage of custom C++ code to be used in a React Native project.
android cpp example ios javascript react react-native
Last synced: 28 Feb 2026
https://github.com/meysam81/traveling-salesman-problem
an implementation of tsp using c++ in a simple way
cplusplus cplusplus-11 cpp cpp11 traveling-sales-person traveling-salesman traveling-salesman-problem traveling-salesperson tsp tsp-problem tsp-solver
Last synced: 03 Jan 2026
https://github.com/paulanerus/argparser
ArgParser - Simple, single header-only C++17 library for command parsing
argument-parser argument-parsing cli cli-args command-line-parser commands cpp cpp17 cpp20 header-only header-only-library parser parsing-library
Last synced: 03 Dec 2025
https://github.com/marcpage/yajson
Yet another JSON library lightweight C++ header
c-plus-plus c-plus-plus-11 cplusplus cpp cross-platform header-only json json-parser json-serialization rfc-6901 rfc-7158 rfc-7159 rfc-8259
Last synced: 30 May 2026
https://github.com/zselimreborn/kotharena
Third person shooter game both singleplayer and multiplayer
Last synced: 01 Apr 2025
https://github.com/dpetrosy/fractal
This project is a Fractal Visualizer developed in C++ with SFML and CUDA.
burning-ship cmake cmakelists cpp cpp-programming cpp-project cuda cuda-opengl cuda-programming fractal fractal-generation fractal-visualization julia mandelbox mandelbrot opengl opengl-project sfml sfml-library tricorn
Last synced: 21 Feb 2026
https://github.com/ocl-org/fix
The Financial eXchange Protocol C++ Library.
Last synced: 13 Jan 2026
https://github.com/datanoisetv/turbomidi
Header-only platform-independent Elektron TurboMidi implementation in C++.
audio cplusplus cpp elektron header-only midi octatrack protocol turbomidi
Last synced: 11 Mar 2026
https://github.com/squidmin/sfml-imgui-labs
ImGui + SFML sandbox
cmake cpp imgui imgui-sfml imgui-sfml-library sfml
Last synced: 01 Apr 2025
https://github.com/mirzaazwad/cse4403-data-structures-and-cse4404-algorithms
This is the repository where I outline the different implementations of various data structures and algorithms as well as different aspect covered by means of problem solving or various courses conducted by Mezbaur Rahman Ucchash Sir, Lecturer, IUT, Fardin Saad Sir, Lecturer, IUT and Mohammad Saidul Islam Sir, Lecturer, IUT.
Last synced: 14 Oct 2025
https://github.com/hasanulmukit/programming-problems
A curated repository of programming problem solutions implemented in C, C++, Java, and Python. Organized by topic and difficulty, it provides a clear and accessible resource for developers and learners to explore algorithms, data structures, and coding challenges.
c coding-interviews coding-test cpp java programming-exercises programming-problems python
Last synced: 13 Apr 2026
https://github.com/sr-tamim/bankman-cpp
A simple bank management system using C++ (OOP)
cpp cpp-programming oop oop-in-cpp oop-principles
Last synced: 29 May 2026
https://github.com/johnl28/qmanager-cefintegration
QManager is a windows application, which provides you the possibility to hide desktop icons automatically and, detect mouse activity.
cef cpp ipc javascript multiprocessing multithreading personalisation tool windows
Last synced: 13 Apr 2026
https://github.com/costingh/client-server
C++ application with a client that sends messages and a server that receives them. The client and server communicate through non-blocking sockets
client-server cpp socket-programming
Last synced: 31 Mar 2025
https://github.com/goggy369/qt-calculator
基于 Qt 框架的科学计算器
calculator cpp qmake qt6 qtcreator
Last synced: 17 May 2026
https://github.com/ferfoui/embeddeddisplay
Program to control a little screen with an ESP32
bluetooth bluetooth-le cpp esp32 esp32-arduino platformio
Last synced: 10 May 2026
https://github.com/crhowell3/libsersi
C++ implementation of the IEEE 1278.1-2012 Distributed Interactive Simulation (DIS) application protocol
Last synced: 05 Feb 2026
https://github.com/codernayeem/leetcode_interview_150
The top 150 interview question solve from leetcode
competitive-programming cpp interview-questions leetcode-solutions leetcode-top-150-questions
Last synced: 13 Jun 2025
https://github.com/guangie88/metta
Compile-time string / char array with constexpr methods only.
compile-time constexpr cpp cpp14 string
Last synced: 04 Jun 2026
https://github.com/nicosnicolaou16/androidprojectandndk
This project sets up the NDK (Native Development Kit) in Android for communication between an Android project and C/C++ code. In this example, the C/C++ code simply prints a text message to the Android application.
android c cmake cplusplus cpp jetpack-android jetpack-compose kotlin kotlin-android ndk ndk-cmake
Last synced: 22 Apr 2025
https://github.com/christinec-dev/pin-crusher
A basic pin guessing, command-line based game made with C++
console-application console-game cplusplus cpp numberguesser numberguessinggame
Last synced: 25 Mar 2025
https://github.com/thecrazymage/robin-hood-hashing
:hash: Robin Hood hashing implementation in C++ with examples.
algorithm cpp hash hash-algorithm hash-table
Last synced: 28 May 2026
https://github.com/beepboopbit/cpp-simplex-and-duality-calculator
Calculate some linear programming problem using simplex and/or duality method
calculator cpp duality simplex
Last synced: 12 Jun 2025
https://github.com/willkill07/adventofcode2018
advent-of-code advent-of-code-2018 adventofcode adventofcode2018 cpp cpp17
Last synced: 13 Jun 2025
https://github.com/avivnaaman/openu-defensive-programming
OpenU Course 20937 Work
buffer-overflow cpp defensive-programming metaprogramming python security
Last synced: 23 Apr 2025
https://github.com/diable201/ads2021_practice
Codes from practice lessons
algorithms cpp data-structures
Last synced: 30 May 2026
https://github.com/petitgrizzlies/metaheuristiques
Travaux pratiques de meta heuristique. Unige 2016-2017
cffi cpp golang heuristic-algorithm matplotlib numpy python35
Last synced: 13 Apr 2026
https://github.com/refvalue/svchostify
Hosting your C#/Java/C++ project as a DLL service easily, NOT ONLY svchost.exe!
cpp csharp dll java svchost windows windowsservices
Last synced: 19 Apr 2026
https://github.com/heyfoz/cpp-string-manip-read-write
The String Manipulator Read/Write Program (C++) reads a .txt file containing a list of fake personal data, such as names, addresses, etc. Lines of the file are changed to comma separated values (CSV) format. Finally, a .txt file is written using the newly formatted CSV data.
Last synced: 21 Aug 2025