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/wolgemoth/cpp-hashset
Concurrent multiplatform hashset with simple API, exception safety, and sequential collision resolution.
concurrency concurrent cpp cpp17 exception-safety hashset initializer-list modern-cpp multiplatform multithreading sequential-chain set templates
Last synced: 24 Feb 2026
https://github.com/skulblakka/at24c256
Simple platformio library for AT24C256 EEPROM supporting page-writes and ACK-polling
arduino cpp eeprom library microchip platformio
Last synced: 19 Jan 2026
https://github.com/divanny/data-structure-and-algorithms-i
Repository created for Data Structure and Algorithms I assignments
algorithms-and-data-structures cpp efficient-algorithm problem-solving
Last synced: 12 Oct 2025
https://github.com/saimaneeesh/system-process-monitor
A C++ terminal-based Linux system process monitor using /proc
cli cpp linux procfs system-monitoring terminal
Last synced: 14 Apr 2026
https://github.com/uhpoler/searchinarray-coursework
This is my coursework for the second semester of the first year in KPI , in which I implemented the search for given elements in the array
cpp fibonacci-sequence hash-function interpolation-search winforms
Last synced: 15 May 2026
https://github.com/diapolo10/tamk-exercises
School repositories
cpp cpp11 school school-assignment tampere-university
Last synced: 24 Oct 2025
https://github.com/jsmolka/raspbell
Send doorbell alerts using a Pi 4 and a sound sensor.
cpp python raspberry-pi websockets
Last synced: 14 Apr 2026
https://github.com/abdelrahmantaymour/problem-solving
algorithms cpp data-structures database database-management filesystem mssqlserver opp sql
Last synced: 14 Mar 2026
https://github.com/askiadopoulos/sololearn-workshop-cpp
C++ Programming Exercises by SoloLearn
cpp cpp-course cpp-programming functions sololearn
Last synced: 12 Oct 2025
https://github.com/git-user-cpp/console_trainer-translator
:boom: This training translator program is implemented in C++ programming language for Linux systems. Created to improve foreign languages skills :boom:
cpp cpp-programming linux linux-app oop trainer training translate translation
Last synced: 12 Oct 2025
https://github.com/berquist/factorials
(In)correct implementations of (double) factorials in different languages
chrestomathy cpp double-factorial factorial python
Last synced: 19 Jan 2026
https://github.com/sassanghz/esp32-wifi-wirelesscontrol---arduino
The ability to create your own wireless network control via WIFI. Windows CP210x Universal Windows Driver setup in Device Manager.
Last synced: 12 Oct 2025
https://github.com/kalebers/ros2_mestrado_2025
Packages and workspaces for robot systems class for mandatory classes for masters at Pontoifical Catholic University of Parana in 2025
cpp python robot-simulation ros2-humble
Last synced: 15 May 2026
https://github.com/mohitjaisal/leetcode-problem-solutions
Creating records of all my LeetCode Problems Solutions in C++ (CPP). Leetcode Solutions on daily basis
cpp leetcode leetcode-cpp leetcode-problems-solutions leetcode-solutins-cpp leetcode-solutions
Last synced: 12 Oct 2025
https://github.com/isaurabhmeshram28/cuda-examples
This repository contains examples and experiments with CUDA programming to explore GPU computing and parallel processing using NVIDIA's CUDA framework.
Last synced: 19 May 2026
https://github.com/terrence-ou/design-patterns-cpp
Design patterns implemented in C++
Last synced: 19 Aug 2025
https://github.com/roseewood/dsa
Learn Data Structures and Algorithms
c cpp data-structures-and-algorithms python
Last synced: 08 May 2026
https://github.com/ivzeng/chinese-chess-xiangqi
My Chinese Chess application.
chinese-chess-engine cpp game-theory-algorithms
Last synced: 04 Feb 2026
https://github.com/cybergeist0/riemann
A program that approximates the definite integral of a relation using Riemann Sum approximations.
Last synced: 12 Oct 2025
https://github.com/dunningkrueg/machine-learning-2.0
hmzmmzmzmzmz
analysis clang cpp machine-learning project
Last synced: 12 Jun 2025
https://github.com/dsite42/cpp06
42 project - CPP06 - This module is about the different cast types in CPP.
Last synced: 03 Jul 2026
https://github.com/wajahat001/cryptoplatform
This is the cryptocurrency platform and work as a dummy platform you can place and execute your order easily
class cpp oop-concepts oop-principles oops-in-cpp
Last synced: 12 Oct 2025
https://github.com/aks-arise1600/network_qt
qt/c++ based network interfaces detail fetch
Last synced: 14 Apr 2026
https://github.com/ruimaciel/fempcli
Command line interface for libfemp, a small finite element method library written in C++ and developed to analyse 3D elastic solid models.
cmake command-line-tool computational-mechanics cpp finite-element-analysis finite-element-method solid-mechanics structural-engineering
Last synced: 04 Jul 2025
https://github.com/tanmayvaij/cpp-syntax
Overview of the syntax of C++ language
Last synced: 14 Jul 2026
https://github.com/rafali25/snake_game
This is a simple snake game in C++ which includes multithreading
Last synced: 12 Oct 2025
https://github.com/atauveron/itr-2019
Tutorials/project for the ITR course (2019)
course-project cpp cpp11 posix real-time
Last synced: 12 Oct 2025
https://github.com/tigran-sargsyan-w/cpp-module-02
This module is designed to help you understand ad-hoc polymorphism, function overloading, and orthodox canonical classes in C++.
42 42-school ad-hoc-polymorphism bsp canonical-form cpp cpp-modules cpp98 cross-product fixed fixed-point geometry module02 operator-overloading operator-overloads orthodox-canonical orthodox-canonical-class point-in-triangle school-42
Last synced: 29 May 2026
https://github.com/tigran-sargsyan-w/cpp-module-07
This module is designed to help you understand templates in C++.
42 42-common-core 42-cursus 42-school array-template class-templates cpp cpp-module-07 cpp-modules cpp07 cpp98 function-templates generic-programming generics iter memory-management operator-overloading orthodox-canonical-form templates
Last synced: 29 May 2026
https://github.com/fabberr/aoc2024
Solutions for Advent of Code 2024 puzzles written in C++
advent-of-code advent-of-code-2024 aoc aoc-2024-in-cpp aoc2024 cpp cpp26 programming-challenge
Last synced: 12 Oct 2025
https://github.com/tigran-sargsyan-w/cpp-module-05
This module is designed to help you understand try/catch and exceptions in C++.
42 42lyon 42school c-plus-plus canonical-forms cpp cpp98 custom-exceptions ecole-42 exceptions factory-pattern object-oriented-programming ocf oop operator-overloading polymorphism try-catch
Last synced: 29 May 2026
https://github.com/markcaldropoli/cs350assignment3
Optimal, Least Recently Used, FIFO, Random, and Clock Page Replacement Algorithms & Visualizations
c cpp gnuplot makefile page-replacement
Last synced: 28 Apr 2026
https://github.com/nikita-petrovich/nikita-blend-mode
Original composite mode to blend 2 images. Including OFX plugin.
cpp davinci-resolve dctl digital-image image-processing ofx openfx
Last synced: 19 May 2026
https://github.com/sbmueller/rust-conan-template
Proof of concept how to use a Rust library as Conan dependency in a C++ program
Last synced: 27 Jan 2026
https://github.com/zeyu-li/rref
A ref calculator in C++ 🧮
cpp ref-calculator rref-calculator
Last synced: 12 Oct 2025
https://github.com/ntkot/icm20948_i2c
Library package for communication using I2C with ICM20948 IMU sensor
cpp i2c icm20948 imu mraa raspberry-pi sparkfun-imu
Last synced: 27 Jan 2026
https://github.com/AcrNischal/nepLang
Step into NepLangCPP, where code is spicier than curry and syntax is as wild as a mountain breeze! 💻🏔️ NepLangCPP is the rebel of programming – more like a Bollywood dance-off than a serious coding affair. It's where bugs are features and errors are just the language telling jokes. 🎭🐜
cpp language nepaliprogramming neplangcpp
Last synced: 12 Oct 2025
https://github.com/kidagine/asteroids-sdl2
Exercise for learning C++ game development with SDL2
Last synced: 12 Oct 2025
https://github.com/y252328/aterm-cpp
A simple serial terminal implemented in Qt
Last synced: 18 May 2026
https://github.com/garrettsummerfi3ld/wxwidgetsinstallscript
Installs wxWidgets from source, used for STLCC IS 267
cpp python3 setup-script windows wxwidgets
Last synced: 15 Apr 2026
https://github.com/dsarceno/other
Repositorio dedicado a archivos, problemas, material y programas variados.
bash-script cpp fortran95 gnuplot mathematica python3
Last synced: 12 Apr 2026
https://github.com/itzcozi/learning-c-with-classes
I am learning C++ and thought I would share my "Humble beginning" programs
c-with-classes cpp how-to learning low-level self-taught
Last synced: 12 Oct 2025
https://github.com/kishan-25/solving-bufferbloat-using-multilevel-feedback-queues-mlfq-
Developed an advanced Multilevel Feedback Queueing (MLFQ) algorithm to mitigate network performance issues like latency, jitter, and bufferbloat. Optimized packet prioritization for real-time applications, improving throughput, latency, and bandwidth fairness, with validated results demonstrating enhanced network efficiency.
Last synced: 09 Apr 2025
https://github.com/vishalku03/gpa-cgpa-calculator
This project is based on C++ programming language.
Last synced: 12 Jun 2025
https://github.com/marwanradwan7/spaceball
Space Ball is a 2D PC arcade game written in C++ and SFML.
arcade arcade-game cpp sfml sfml-game sfml-graphics-library
Last synced: 25 Mar 2025
https://github.com/reetugupta/library-management-system
Library Management System in C++ - A simple console-based library management system using C++ and OOP concepts. Features include adding, issuing, returning, and viewing books. 🚀📚
Last synced: 13 Oct 2025
https://github.com/crrapi/tulip-engine
C++ game engine designed for high performance and modularity
cpp game-engine gpu-acceleration
Last synced: 13 Oct 2025
https://github.com/allanrodriguesmachado/queue-vectors
Data Structure - Queue Implementation using Vectors
Last synced: 28 Mar 2025
https://github.com/atomicptr/jello
A tiny, single file, header only logging library for C++23
cpp cpp-logger cpp23 logging logging-library
Last synced: 02 Apr 2025
https://github.com/heyfoz/cpp-mobile-plan-cost-effectiveness
This Mobile Plan Cost Effectiveness program (C++) allows the user to enter a plan as well as the number of minutes expected to be used in a billing cycle. The program then calculates the phone bill according to the user input, providing an idea of which plan would best fir the user's needs.
billing cost-effectiveness cpp finance
Last synced: 30 Jun 2025
https://github.com/heyfoz/cpp-array-function-exercises
The Array Function Exercises Program (C++) contains five exercises to demonstrate operations using array data types. An int array of size 10 is created, and each exercise utilizes the array values to complete a specific operation.
Last synced: 25 Mar 2025
https://github.com/timerke/biginteger_and_rationalnumber
Классы Big_integer и Rational_number для работы с неограниченно большими целыми числами и рациональными числами
Last synced: 10 Jul 2025
https://github.com/lightandlight/vulkan-hello-triangle
Drawing a triangle using C++ and Vulkan.
Last synced: 13 Oct 2025
https://github.com/biud436/macos-textwindow
This project is test purpose for porting My 2D Game Engine named Initial2D on Windows, as Mac OSX M1
Last synced: 24 Apr 2026
https://github.com/nesktf/metnum
Numerical methods in C++17
armadillo college-assignment cpp cpp17 gnuplot numerical-methods
Last synced: 25 Mar 2025
https://github.com/taedmonds/flower-exchange-cpp
A simple flower stock exchange system that accepts data from a csv file, then process it and output the trades to a new csv file.
Last synced: 15 Jun 2026
https://github.com/lvntky/aoc2024
Advent of Code 2024 solutions
advent-of-code advent-of-code-2024 adventofcode cpp cpp17 cpp20 moderncpp
Last synced: 25 Mar 2025
https://github.com/andrem222/study-projects
Small project I make to learn the basics
api cpp css html java javascript python study website
Last synced: 13 Apr 2026
https://github.com/christosgalano/oops_hunt
Role Playing Game (RPG) for Linux terminal.
cpp game make makefile oop oops-in-cpp rpg-game terminal-game
Last synced: 10 Mar 2026
https://github.com/net-dev-id/dns-wrapper
A DNS wrapper service
boost c cpp dns linux networking unix windows
Last synced: 21 Jan 2026
https://github.com/llsaimur/contacttracing
Contact Tracing (school project)
cpp data-structures queue treenode
Last synced: 25 Mar 2025
https://github.com/liraymond04/olc-game-of-life
Implementation John Conway's Game of Life in the One Lone Coder game engine.
c-plus-plus cpp game-development game-of-life john-conway olc olcpixelgameengine pge
Last synced: 16 Mar 2025
https://github.com/xukeawsl/codinginterviewchinese2-cpp
《剑指Offer:名企面试官精讲典型编程面试题》第二版的 C++ 实现
Last synced: 13 Oct 2025
https://github.com/liraymond04/usaco-practice
A collection of solutions for problems on the USA Computing Olympiad, ranging from Silver to Gold difficulty.
algorithms algorithms-and-data-structures c-plus-plus competitive-programming cpp usaco
Last synced: 16 Mar 2025
https://github.com/arminveres/pico-oled
Refactored C++ driver for Waveshare Pico OLED 1.3
Last synced: 18 Jan 2026
https://github.com/alexcoppe/vcf_to_tsv
Transforms a VCF (variant call format) file to a tab-separated values (.tsv) one
bioinformatics cpp genomics mutations variant-calling vcf
Last synced: 13 Oct 2025
https://github.com/obitech/exercises
A pool of small scripts and exercises I've done in different languages
c cpp javascript python ruby tutorial
Last synced: 10 Apr 2026
https://github.com/bola-nabil/hackerrank-solutions
HacerRank Solutions
algorithm algorithms algorithms-and-data-structures cpp data-structures hackerrank hackerrank-solutions javascript problem-solving
Last synced: 21 May 2026
https://github.com/abdullah-sheikh/ludo-game
Language: C++ GUI: Sfml
cpp gui ludo-game programming sfml visual-studio
Last synced: 13 Oct 2025
https://github.com/gunter0216/simplenavigator
Реализация нескольких основных алгоритмов на графах. Реализован консольный интерфейс для работы с графами(обход в ширину/глубину, поиск пути, остовное дерево, задача коммивояжёра и др.).
Last synced: 13 Oct 2025
https://github.com/bola-nabil/codechef
codechef solutions
algorithm algorithms algorithms-and-data-structures codechef codechef-solutions cpp data-structures problem-solving
Last synced: 16 Mar 2025
https://github.com/frgfm/sdcnd-p6-kidnapped-vehicle
Kidnapped vehicle project of Udacity Self-Driving Car Nanodegree
catch2 clang-format cmake cpp particle-filter self-driving-car spdlog
Last synced: 31 Dec 2025
https://github.com/dandeto/profiling
Testing how fast different languages run selected algorithms based on different platforms
algorithms batch c cpp javascript performance-analysis performance-testing python ruby shell
Last synced: 12 Apr 2026
https://github.com/jgaa/asiotest
Performance test for asio work-queues with and without strands
Last synced: 04 Jul 2025
https://github.com/mcleber/sfml_arkanoid_game
Arkanoid game made in SFML
cpp games learning-cpp sfml sourcecode
Last synced: 14 Oct 2025
https://github.com/jackrekirby/heatmyhome-simulator-dev
This repository was used to develop the heating simulator for the HeatMyHome.ninja website. The website simulates domestic heating and solar systems to find the most optimal configuration. The simulations incorporate spatial and temporal factors, including solar and temperature weather data specific to a home’s location.
cpp heating matlab modelling renewable-energy rust wasm
Last synced: 12 Apr 2026
https://github.com/pap-stavros/reactiontime-cpp
A simple reaction time measurement game with C++ and Raylib.
Last synced: 14 Oct 2025
https://github.com/gloryofnight/cpp-cmake-template
Template for your C++ project using CMake and LLVM
c cmake cpp cpp-templates cxx llvm ninja-build
Last synced: 13 Apr 2026
https://github.com/coders-school/cmake
C++ online course. Modules about build systems - CMake and make
cmake cplusplus cpp cpp17 make makefile modern-cmake
Last synced: 14 Oct 2025
https://github.com/erikaax08/omegaup-answers
Mis soluciones a problemas de algoritmia en OmegaUP
algorithms algorithms-and-data-structures algoritmos c competitive-coding competitive-programming competitive-programming-contests cpp data-structures omegaup
Last synced: 15 May 2026
https://github.com/rewrking/rew.cpp-xtd-syntax
C++ Extended Syntax Highlighting
cpp visual-studio-code vscode-extension
Last synced: 18 Apr 2026
https://github.com/jurgen-kluft/cgenerics
Cross platform generics
containers cpp generics list map queue slice stack vector
Last synced: 27 Jan 2026
https://github.com/smercer10/blockbuster
WIP collection of lock-free data structures.
cpp data-structures lock-free non-blocking
Last synced: 14 Oct 2025