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-10 00:06:50 UTC
- JSON Representation
https://github.com/aavache/cpp-tutorial
Get started with C++ with this tutorial repository. It contains plenty of intuitive examples.
cmake cpp cpp-programming getting-started patterns pointers programming tutorial
Last synced: 19 Jul 2025
https://github.com/ilovenooodles/coding-problem
This is my coding journey filled with solutions of problem that i worked on in leetcode, codeforces, atcoder, etc.
atcoder codeforces cpp go java javascript leetcode
Last synced: 25 Jan 2026
https://github.com/kzamanbd/codeforces-problem
Welcome to our Problem-Solving Repository! This repository is a curated collection of solutions and resources aimed at addressing a variety of challenges encountered in software industry. Whether you're a developer, a project manager, or an enthusiast in software development field...
codeforces codeforces-solutions competitive-programming cpp
Last synced: 04 Oct 2025
https://github.com/madhur-25/token-gate
A modern C++17 implementation of a thread-safe rate limiter with an LRU Cache for efficient memory management. Fully unit-tested with Google Test and built with CMake.
cmake concurrency cpp cpp17 googletest lru-cache multithreading oop-principles rate-limiter system-design token-bucket unit-testing
Last synced: 05 Oct 2025
https://github.com/ahmed-ibrahim-30/cpp-socket-chat
A simple C++ socket-based console application where the server receives messages from multiple clients, displays them on the server console, and responds individually to each client.
client-server cpp socket socket-programming winsock2
Last synced: 18 Aug 2025
https://github.com/sv592/secure_file_manager
A lightweight C++ application for secure file encryption, decryption, hashing, and digital signature management.
Last synced: 10 Jun 2026
https://github.com/franciscomoretti/cppcoreguidelinesdocs
A modern documentation site for "C++ Core Guidelines" that's user friendly and has better performance than official site.
cpp documentation guidelines nextjs nextra vercel
Last synced: 10 Apr 2026
https://github.com/komiyamma/hm_cpp_invoke
「秀丸マクロ」と「C++」を シームレスに扱えるようにするライブラリ。 loaddll経由。
cplusplus-17 cplusplus-20 cpp dll editor embed extensions hidemaru macros
Last synced: 19 Feb 2026
https://github.com/eoan-ermine/cppcorehard-autumn-2018
Slides for C++ Corehard Autumn 2018 conference
Last synced: 18 Aug 2025
https://github.com/majarolabs/smart-farm-esp8266-config
ESP8266 Config for SmartFram Project.
Last synced: 05 Oct 2025
https://github.com/lucaman99/forest_fire_engine
Predicting and Modelling Forest Fires
arduino cpp forest-fires modelling-wildfire-dynamics mysql python raspberry-pi simulation
Last synced: 10 Apr 2026
https://github.com/sr-tamim/entropy-calculator
Entropy and heat calculation in C++
cpp cpp-programming entropy thermodynamics
Last synced: 25 Sep 2025
https://github.com/cosmopetrich/ue-css-uwebsockets
The uWebSockets C++ library compiled for the version of Unreal Engine used by Satisfactory
cpp modding satisfactory unreal-engine websockets
Last synced: 12 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/jack74387/data-structure-and-algorithm
Data Structure and Algorithm
algorithms cpp datastructures gui qt
Last synced: 19 May 2026
https://github.com/leninld/brickbreaker
A classic Brick Beaker game built in C++
Last synced: 02 Aug 2025
https://github.com/m4xshen/math-cpp
Implement some mathematical methods with cpp
Last synced: 02 Sep 2025
https://github.com/evasabeeh/dsa
Data Structure & Algorithms in C++ topicwise for self-learning.
Last synced: 02 Aug 2025
https://github.com/roohparvar/acm-icpc-contest-problem-solutions
In this repository, we present four simple exercises from ACM contests, each accompanied by the problem statement (as an image) and the solution written in C++.
Last synced: 19 Aug 2025
https://github.com/simionrobert/cpp-template-layout
Template layout for a simple Visual Studio-based C++ project
architecture cpp layout structure visual-studio
Last synced: 02 Aug 2025
https://github.com/saphereye/logic-proof-parser
C++ implementation of logic-programming
Last synced: 02 Aug 2025
https://github.com/matis-schotte/opengl_cpp
Solution for an assignment from university course 'Computergraphik & Visualisierung'
c-plus-plus cpp linux mac opengl
Last synced: 10 Apr 2026
https://github.com/nohomey/sap-contest-2016
Programs written to answer questions in "SAP Техноблъсканица" contest
Last synced: 02 Aug 2025
https://github.com/leighgarbs/jenkins-sl
Jenkins shared library for continuous integration and testing of C++ projects
c-plus-plus cpp groovy jenkins jenkins-ci jenkins-pipeline
Last synced: 03 Jan 2026
https://github.com/mmncit/pramp-solutions
Accepted solutions of pramp (https://www.pramp.com)
cpp pramp-mock-interviews pramp-solutions
Last synced: 20 Aug 2025
https://github.com/sirridemirtas/pishti
Implementation of the popular card game Pişti in C++ for the console. UNDER CONSTRUCTION
console-game cpp design-patterns oop oop-in-cpp pishti pisti pisti-game
Last synced: 08 Nov 2025
https://github.com/sid911/neuralnetworkcpp
A small experiment to learn about neural networks and their runtimes in cpp
cpp cuda machine-learning neural-network
Last synced: 20 Aug 2025
https://github.com/andreysolovyev381/hash_table_no_invalidation
C++20 hash table that never invalidates its pointers and iterators. Slightly better than std::unordered - see ./benchmark
cpp cpp20 data-structures hash-table hashmap hashtable header-only invalidating invalidation
Last synced: 08 Jul 2026
https://github.com/helyousfi/hackerrankproblemsolving
This GitHub repository contains a collection of solutions to Hackerrank & LeetCode problems implemented in C++.
algorithms algorithms-and-data-structures cpp data-structures hackerrank hackerrank-solutions leetcode problem-solving
Last synced: 01 Aug 2025
https://github.com/ayushexploring/banking-system
A Banking System implemented using OOP concepts in C++ and saves the data for future use in a .dat file.
banking-system cpp object-oriented-programming
Last synced: 01 Aug 2025
https://github.com/henriquestocco/my-notes
Repositório dedicado ao meu aprendizado e de coisas (para futuras consultas)
asmx64 bash c cpp docker javascript nodejs typescript
Last synced: 10 Apr 2026
https://github.com/womblee/retardlink_uploader_client
A C++ Desktop Client for a URL Shortening service "Retard Link"
client cpp cpp-programming http parser request shortener tool url url-shortener url-shortener-api
Last synced: 01 Aug 2025
https://github.com/seng3694/sudokusolver
C++ Sudoku Solver using the backtracking algorithm
backtracking backtracking-algorithm cmake cpp sudoku sudoku-solver
Last synced: 20 Aug 2025
https://github.com/makcoder-2004/advanced-cpp-sheet
The C++ Advanced Level Sheet repository provides practical examples to help developers master advanced C++ topics . With clear, concise code illustrations, it simplifies complex concepts, making it ideal for developers seeking to deepen their C++ knowledge through hands-on learning.
Last synced: 20 Aug 2025
https://github.com/jagadeeshm007/leetcode
This repository serves as a collection of my solutions to various LeetCode Data Structures and Algorithms (DSA) problems using c++.
algorithms cpp data-structures leetcode leetcode-cpp leetcode-practice leetcode-questions leetcode-solutions
Last synced: 07 Jun 2026
https://github.com/caiocarneloz/percpp
Simple perceptron code developed to a master's class lesson.
cpp machine-learning-algorithms neural-networks perceptron
Last synced: 21 Aug 2025
https://github.com/gaurav0502/operating-systems-lab
These are the various lab experiments done as partial fulfillment of Operating Systems Course
cpp linux operating-system procedure-calls process scheduling-algorithms system-call
Last synced: 21 Aug 2025
https://github.com/durydevelop/dwebsocket
cross-platform WebSocket library based on IXWebSocket and emscripten
cpp cross-platform emscripten wasm websocket
Last synced: 21 May 2026
https://github.com/skt1803/live-assembly-extension
VS Code extension for real-time C/C++ assembly output with Intel/AT&T syntax, optimization levels, and source mapping.
assembly c compiler cpp live-asm vscode-extension
Last synced: 10 Apr 2026
https://github.com/berkemuftuoglu/algo
Just some cpp scripts which could be useful in a coding interview
Last synced: 21 Aug 2025
https://github.com/carlosagalicia/tc1031-act52-integral-activity-hash-template-ad2023
This program processes and evaluates the results of a competitive programming contest, ranking teams based on the number of problems solved, penalty time, and team number. It uses tuples and maps to record results and calculate penalties.
cplusplus cpp data-structures labs
Last synced: 23 May 2026
https://github.com/denyskryvytskyi/capgemini-opencl
OpenCL implementation of vector additon, matrix multiplication, reduction and sorting
bitonic-sort cpp matrix matrix-multiplication matrix-multiplication-parallel matrix-transpose opencl opencl-kernels reduction sorting-algorithms vector vector-addition vectorization
Last synced: 01 Aug 2025
https://github.com/shashwat9kumar/rna_sequencing_and_genome_analysis
A project to sequence the RNA from actual error prone reads from a PCR process and then to analyze the sequenced protein sequence
cpp dna dna-sequences gnuplot graph-theory pcr-process rna rna-seq-analysis sequencing
Last synced: 21 Aug 2025
https://github.com/rebelorc/booking-system
This project is a booking system like a cinema or theater.
Last synced: 21 Aug 2025
https://github.com/amarjithtk/cpp_cs-2018-19
This repository contains the basic c++ programs of First year computer science of Kerala state syllabus
Last synced: 01 Aug 2025
https://github.com/mackenziestarr/advent-of-code
advent of code exercises
advent-of-code-2018 advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 cpp ocaml rust
Last synced: 22 Aug 2025
https://github.com/andezion/network
cpp cpp17 mutex-lock threads windowsapi
Last synced: 22 Aug 2025
https://github.com/poakapx/oop_using_gets_and_sets-1
Клас яблука iз застосуванням конструктора, get та set.
Last synced: 17 Oct 2025
https://github.com/adam-gladstone/adam-gladstone.github.io
My Personal Website
cpp cppwinrt csharp data-science excel programming r r-stats software-development winui3 word xaml
Last synced: 10 Apr 2026
https://github.com/jncrmx/website
My personal website
cpp cpp-coroutines cpp-modules cpp-wasm cpp26 wasm website
Last synced: 22 Apr 2026
https://github.com/robaho/cpp_fix_engine
High performance FIX engine in C++
boost boost-libraries cpp fix fix-engine fix-protocol
Last synced: 16 May 2025
https://github.com/hoesentoet/esp-mqtt-handler
A variable handler for knolleary's PubSubClient MQTT library.
cpp esp32 esp8266 mqtt mqtt-client platformio pubsub
Last synced: 09 Apr 2026
https://github.com/madusales/exercicios-cpp
Exercícios de C++ realizados em aula no curso técnico em desenvolvimento de sistemas do SENAI
Last synced: 28 Oct 2025
https://github.com/lamteteeow/scientificvisualization
Simulating our Solar System with C++ library VTK from FAU Erlangen-Nürnberg by Prof. Tobias Günther
Last synced: 23 Aug 2025
https://github.com/fra98/graph-coloring
Parallel graph coloring
cpp graph-coloring parallel-computing
Last synced: 01 Aug 2025
https://github.com/arcvaishali/ghw-mlh-tic-tac-toe
This is a simple implementation of Tic-Tac-Toe game using C++
cpp day-2-game-week-may-2023 global-hack-week--2023 tic-tac-toe-game
Last synced: 23 Aug 2025
https://github.com/thanasisgeorg/tic-tac-toe
A simple tic-tac-toe game in C++
Last synced: 11 Nov 2025
https://github.com/v3ssel/thecalculator
Calculator with basic functionality, plotting function graphs and two financial modes
c calculator-application cpp macos qt reverse-polish-notation shunting-yard-algorithm stack
Last synced: 10 Apr 2026
https://github.com/sergio-eld/pattern_matching
C++ Pattern Matching interface
Last synced: 08 Nov 2025
https://github.com/samratanilkumar/multithreading-bible
Designing and Implementing a Multi-threading library, provides set of Thread Synchronization Data Structures
cpp cprogramming multithreading mutex posix pthread semaphore threadsynchronization
Last synced: 18 May 2026
https://github.com/triyan-salazar/invetory_system_cli
Proyecto para fortalecer y poner en practica conceptos de cpp, desarrollando un sistema para la gestion de invetarios.
Last synced: 23 Aug 2025
https://github.com/300degree/db-final-project
This is part of the Database (D121*2001) course project
Last synced: 22 Aug 2025
https://github.com/caphosra/traveling-wav
This is an library for helping your making or reading wav file on C++ or C#
cpp cpp-library csharp csharp-library wav wav-file wav-format wav-library
Last synced: 16 Apr 2026
https://github.com/kamilkrauze/openkrauze3d
A hobby 3D graphcs engine project. The aim is to make it customizable yet practical. NOT A GAME ENGINE
3d-graphics-engine cpp glfw3 opengl45
Last synced: 23 Aug 2025
https://github.com/grachale/search_collisions_sha-512
The provided task is to implement a function or a set of functions for a program designed to find any message whose SHA-512 hash begins with a sequence of zero bits when represented from the leftmost side. In other words, the goal is to locate a message that produces a SHA-512 hash with a leading sequence of zeros.
cpp hashfunctions mathematica openssl
Last synced: 08 Jul 2026
https://github.com/zaki-x86/express-cxx
Web framework for C++ inspired by Express JS
Last synced: 09 Mar 2026
https://github.com/khaledsalshibani/cpp-nested-linked-lists
This repository was created as a college assignment. It includes detailed explanations for each file, class, and method used. The project implements nested linked lists for handling basic file operations.
cpp cpp-tutorials data-structures file-handling linked-list
Last synced: 24 Aug 2025
https://github.com/isaaguilar/joinby
A little bin to convert whitespaces to commas (via command line or pipes)
Last synced: 31 Jul 2025
https://github.com/frodoalaska/wonderaudio
An audio library for playing and loading audio clips.
Last synced: 20 May 2026
https://github.com/sombriks/my-cpp-handbook
Small exercises and experiments on C++
Last synced: 31 Jul 2025
https://github.com/dmarzzucco/temprecycle
Console application that scans the Windows TEMP folder, displaying a detailed analysis of the space occupied by files and folders. Allows you to eliminate them automatically, excluding those in use by running applications.
console console-application cpp cpp17 low-code
Last synced: 12 Sep 2025
https://github.com/zyn10/menu_based_practise
Practice of making menu using cpp
Last synced: 12 Oct 2025
https://github.com/michaelrutherford/aethergrim
A CLI roguelike game written in C++.
cplusplus cpp game game-development gamedev roguelike roguelike-game roguelikedev
Last synced: 25 Aug 2025
https://github.com/mgunawardhana/learning-cpp
Welcome to my repository where I will be documenting my journey of learning C++. This repo will contain various C++ programs, projects, and exercises I work on as I progress through concepts like data structures, algorithms, object-oriented programming (OOP), and memory management.
basics-of-cpp cpp learning-by-doing self-learning
Last synced: 25 Aug 2025
https://github.com/dishenmakwana/algorithms-implement-in-cpp
This repo contains the basic Algorithms implemented in CPP. All code is based on user input so you need to take input from like below committed input code.
algorithms algorithms-implemented cpp
Last synced: 25 Aug 2025
https://github.com/sayyad-n/programming-summaries
arabic Programming summaries by SayyadN
cpp csharp html-css-javascript mohammed-sayyad programming programming-contests programming-languages python sayyadn
Last synced: 20 Jan 2026
https://github.com/janchy2/json-expression-parser-cpp
A C++ console application that allows evaluating expressions on a JSON file.
Last synced: 16 Apr 2026
https://github.com/ryouze/nlp-time-parser
Recognize date and time using regex.
Last synced: 31 Jul 2025
https://github.com/engelmarkus/conway
C++ compile time version of Conway's Game of Life
conway-s-game-of-life cpp template-metaprogramming
Last synced: 31 Jul 2025
https://github.com/abdurrehman7452/route-optimization-for-event-logistics
A Data Structures and Algorithms C++ project in which a logistics team needs to understand the shortest distance to reach the destination keeping in view the constraints.
bfs-algorithm cplusplus cpp data-structures dsa graphs-algorithms queues-ds
Last synced: 03 Jan 2026
https://github.com/v41bh4vr4jput/dsa-practice
Practice Codes of DSA topics
algorithms-and-data-structures cpp data-structures leetcode leetcode-solutions
Last synced: 26 Aug 2025
https://github.com/marcoratto/mqtt-sn-arduino
C++ implementation of the MQTT-SN protocol for Arduino devices.
arduino arduino-library cpp devices iot mqtt-sn mqtt-sn-client protocol
Last synced: 08 Nov 2025
https://github.com/juanmuruaolalde/miniappcpp
Una muestra de código... ...por si a alguien pudiera serle de alguna utilidad...
Last synced: 31 Jul 2025
https://github.com/r4mpo/cpp-curso
Primeiro contato com C++ durante formação da Alura: "C++: Conhecendo a linguagem e a STL".
Last synced: 26 Aug 2025
https://github.com/blackwakhu/cpp-scientific-calculator
this is a cli scientific calculator
Last synced: 24 May 2026
https://github.com/captainepoch/caesar_cipher_converter
Simple Caesar cli tool
Last synced: 27 Aug 2025
https://github.com/eldskald/creative-block
Just learning C++
cpp game-development gamedev games glsl graphics raylib shaders
Last synced: 27 Aug 2025