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-03 00:06:50 UTC
- JSON Representation
https://github.com/fl444mingo/fl4-cs131-03-lab
Ch. 3, Lab 1, Number Guessing Game
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-06-01-fileio
Ch. 6, Lesson 1, File In/Out
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-04-02-custfunc
Ch. 4, Lesson 2, Custom Functions
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-02-03-if
Ch. 2, Lesson 3, If statements
Last synced: 23 Jun 2025
https://github.com/rsusik/pycerializer
PyCerializer is a lightweight serialization module for Python. This serializer allows easily deserialize the data in C/C++.
c cpp packing python serialization serializer
Last synced: 12 Apr 2026
https://github.com/heyfoz/cpp-coin-toss-payout-simulator
The Coin Toss Payout Simulator Program (C++) creates 10 simulations for a coin toss payout game, where the payout equals 2 raised to the nth power, and n is the number of flips required before the 1st instance of heads (H) is recorded. The sequence of results, payouts, and average payout are printed to the console in table format.
coin-toss cpp probability simulator
Last synced: 25 Mar 2025
https://github.com/heyfoz/cpp-sales-report-struct-read-write
The Sales Report Structure Read/Write Program (C++) reads a text file titled sales.txt, generates a sales report, and uses a custom writeReport function to create a text file titled inventoryReport.txt. The report includes calculated values for total sales and percentages for each category.
cpp read-write reporting sales
Last synced: 03 Jul 2026
https://github.com/artainmo/dual-n-back
Personal project. Bash dual-n-back game in c++.
Last synced: 16 Mar 2025
https://github.com/anjasfedo/penerapan-adt
Abstract Data Type Implementation on C++
Last synced: 29 May 2026
https://github.com/jsmolka/disarmv4t
An ARMv4T disassembler.
armv4t cpp disarmv4t disassembler
Last synced: 08 Apr 2025
https://github.com/garyhilares/chess
A chess game interface created using SFML and C++.
Last synced: 08 Apr 2025
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
https://github.com/goggy369/qt-calculator
基于 Qt 框架的科学计算器
calculator cpp qmake qt6 qtcreator
Last synced: 17 May 2026
https://github.com/khaledhosseini/polygolt-dsa
Data structures and algorithms for polyglot programmers.
algorithms cpp csharp datastructures dsa java javascript python swift
Last synced: 12 Apr 2026
https://github.com/rinatmambetov/codewars-solutions
My solutions of the katas from Codewars platform
codewars codewars-kata codewars-solutions cpp
Last synced: 16 Mar 2025
https://github.com/omparghale/aes-rsa-hybrid
AES-RSA hybrid encryption implementation in C++.
Last synced: 01 Apr 2025
https://github.com/seahuyty/c-c--lessonsandexercises
A collection of lessons and exercises of C and C++ programming languages.
cexercises cplusplus cpp cppexercises cprogramming cprogramming-language
Last synced: 23 Apr 2025
https://github.com/divyanshu013/aks-parallel
This is parallel implementation of AKS algorithm in Intel
aks-algorithm aks-parallel cpp
Last synced: 23 Aug 2025
https://github.com/pranav2092/ipmp
This repo contains solution to various LeetCode and GeeksForGeeks DSA practice questions for placements
cpp cpp-all cpp-programming geeksforgeeks geeksforgeeks-cpp geeksforgeeks-dsa geeksforgeeks-interview-prep geeksforgeeks-practice geeksforgeeks-practice-solutions geeksforgeeks-solutions interview-preparation leetcode leetcode-cpp leetcode-practice leetcode-questions leetcode-solutions placement-preparation
Last synced: 07 Jan 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/coding-chez/deck-of-codes
compilation of all coding activities @school
assembly-language c-programming cpp html-css-javascript java kotlin php
Last synced: 09 Apr 2026
https://github.com/abdulahshoaib/minigolf
2D mini golf game developed in C++ using raylib
cpp game-development raylib raylib-cpp
Last synced: 29 May 2026
https://github.com/yousufislam191/compiler
Solution of Compiler Design courses
Last synced: 04 Sep 2025
https://github.com/zachstruck/assign_ptr
Utility function for interfacing C++ smart pointers with C-style APIs that allocate resources through output parameters
Last synced: 31 Mar 2025
https://github.com/pritz69/cses-problemset-solutions
This repository contains my solutions to the problems from the CSES Problem Set. Each solution is implemented in Python and thoroughly tested. Feel free to explore, learn, and use these solutions as a reference for your own understanding of algorithmic problem-solving.If you would like to contribute, fork and branch/pull request this repository.
competitive-coding competitive-programming competitiveprogramming cp cpp cses cses-dp-section cses-problem-set cses-problem-set-solution cses-solutions java java-8 python python3
Last synced: 28 Feb 2025
https://github.com/sanchitbajaj02/my-c-project
C++ project of travel agency
Last synced: 04 Sep 2025
https://github.com/hasanyahya101/oop-lab-2-fast-nuces-2023
This repository contains C++ programs for performing various data manipulation tasks. It includes programs for array manipulation, memory management, and string concatenation. The programs demonstrate the use of dynamically allocated arrays and other dynamic memory management methods. It is a Lab Solution from Fast Nuces Lahore.
arrays cpp fast lahore nuces oop pointers
Last synced: 04 Sep 2025
https://github.com/awais-124/stack-expression-converter
Expressions Converter. Third semester project using data structures concept.
cpp data-structures expression-converter-application programming stack
Last synced: 07 Apr 2025
https://github.com/Mute124/Atlas
An efficient cross-platform game engine built with raylib and keeping developer's sanity, native support for modding with lua and Angel Script, extensibility, and more in mind.
3d 3d-engine angelscript cpp cpp20 cross-platform engine game-development game-engine linux lua modding modern-cpp raylib scripting sol2 windows
Last synced: 28 Jul 2025
https://github.com/bisocm/rykeshell
RykeShell is a custom Unix shell built entirely in C++, offering users a powerful and customizable command-line experience.
cli cmake command-line cpp shell terminal unix-shell
Last synced: 07 Jan 2026
https://github.com/c0de4un/cxx-thread-util
C++ utility library for threads api (posix & Windows).
async-programming asynchronous-programming cpp cxx multithread multithreading multithreading-library pthread stl stl-threadsafe thread thread-safety threading
Last synced: 14 Jun 2026
https://github.com/salma-mamdoh/student-management-data-structures
Our project for Data Structures Course taken during fall 2023 semester
avl-tree binary-search-tree cpp filesystem heap-tree tree-structure
Last synced: 05 Sep 2025
https://github.com/vovandreevik/binary-search-tree
This C++ program demonstrates the implementation of a Binary Search Tree (BST) along with custom Stack and Queue data structures.
binary-search-tree bst cpp oop oops-in-cpp queue stack
Last synced: 07 Apr 2025
https://github.com/nanda-gopal-sb/password_manager
A Password Manager in mordern C++.
bitwise cli cpp cryptography file filesystem password
Last synced: 03 Apr 2025
https://github.com/rfgplk/bbench
a lightweight Linux benchmarking library written in C++20
bench benchmark benchmark-suite cpp cpp20 cpp20-library header-only microbenchmark single-header single-header-library
Last synced: 04 Feb 2026
https://github.com/jthelin/cause_crash_dump
A small utility program that will run and then crash. Primarily for use with testing any crash dump collection utilities and scripts.
Last synced: 04 May 2026
https://github.com/sudodevinci/skyimager-obfuscated
Public facing version of the devinci.cloud website functionality, with appropriate obfuscation and censorship.
arduino cpp data-science esp32 esp32-arduino flask image-processing mysql object-detection ota-update
Last synced: 21 Jan 2026
https://github.com/busraozdemir0/minigamewithcpp
Adam Asmaca oyunu
cpp hangman hangman-console hangman-game
Last synced: 13 Jun 2025
https://github.com/andreafioraldi/grassi-pi
Calculate PI using random numbers and probability
Last synced: 25 Mar 2025
https://github.com/P4dro-Dev/introducao-a-Cpp
Recentemente, em um curso de Lógica de programação, realizei alguns algoritmos, e códigos em C++. E tive a oportunidade aprender mais sobre essa linguagem. Colocando meus conhecimentos em prática!
cpp scripts-collection scripts-server
Last synced: 05 Sep 2025
https://github.com/jaydattpatel/overloading-operator-function
Operator Overloading and Function Overloading in C++
cpp function-overloading function-overriding operator-overloading operator-override overloading overriding
Last synced: 11 Mar 2025
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/johnl28/volkano-gl
A 3D Volcano simulation with OpenGL & C++
3d-graphics cpp glsl glsl-shaders graphics-programming graphics-rendering opengl3 particle-system simulation
Last synced: 30 May 2026
https://github.com/flagarde/khaos
A C/C++ library to simplify cross-platform programming
c cpp cross-platform cxx predef
Last synced: 13 May 2026
https://github.com/helcsnewsxd/famaf-computer_science-networks_and_distributed_systems-lab4
Laboratorio 4 de la materia de Redes y Sistemas Distribuidos de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
analysis cpp dijkstra-algorithm famaf-unc graph-topology lab matplotlib network omnetpp optimization python red-protocol routing-algorithm university-project
Last synced: 28 Feb 2025
https://github.com/hyunjinno/algorithm
A repository for learning algorithms.
algorithm cpp java javascript kotlin problem-solving python typescript
Last synced: 13 Apr 2026
https://github.com/dougsoftware/college_computer_science
This repository is my college computer science studies.
c code-block code-blocks cpp data-science data-structures database eclipse gcc-complier html-css-javascript intellij java java-8 javascript jvm opengl operating-system php vscode
Last synced: 05 Jul 2025
https://github.com/basemax/cppfileuse
Sample project for working with the file in cpp with add, search, delete, edit.
cpp delete-in-file edit-in-file file file-add file-create file-edit file-read search-in-file
Last synced: 03 Apr 2025
https://github.com/norbcodes/nfractallizer
C++ renderer of the Mandelbrot Set fractal.
bigint cpp cpp17 fractal fractal-rendering mandelbrot mandelbrot-fractal mandelbrot-set math renderer rendering
Last synced: 06 Sep 2025
https://github.com/ferhatgec/gsc
Gech temperature scale converter.
celcius cpp fahrenheit gech kelvin
Last synced: 18 Feb 2026
https://github.com/simonmaracine/alfred
Free and open source cross-platform synthesizer and sequencer program
Last synced: 11 Mar 2026
https://github.com/aryannn053/cpsolutions
my solutions for various cp problems
competitive-programming cp cp-solutions cpp python
Last synced: 13 Apr 2026
https://github.com/lai-huy/csce-221
Source code for CSCE 221
algorithms cpp csce221 data-structures data-structures-and-algorithms tamu tamu-csce221
Last synced: 05 Jul 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/neuracollab/uni
Большие данные и распределенная цифровая на ПМ-ПУ СПБГУ 2024-2027г.
Last synced: 27 Apr 2025
https://github.com/DaLae37/OnTheTop
Quiz and battle game
cpp quiz turn-based-strategy windows-console-game
Last synced: 11 Mar 2025
https://github.com/shubhansu-kr/dailychallenge-2023-leetcode
Leetcode Daily Challenge 2023 | Solutions and Progress | C++/ C
cpp daily-challenge leetcode leetcode-daily-challenge leetcode-solutions
Last synced: 03 Jan 2026
https://github.com/gnyiri/cmake-sandbox
CMake sandbox
c cmake cpp example-project skeleton-project
Last synced: 30 Jan 2026
https://github.com/apebl/eight-puzzle-solver
A 8-puzzle solver written in C++
8puzzle 8puzzle-solver assignment cpp cpp17
Last synced: 06 Sep 2025
https://github.com/charamza/zelda
Klon nejstarší 8bitové nintendo verze hry Zelda.
a cpp nadeje opengl opensource prodavame qt qt5 qtcreator sny strky zelda zelda-like
Last synced: 13 Apr 2026
https://github.com/sasisadev/betelengine
An engine for creating pixel-perfect games and more.
cpp cpp20 game-engine pixel pixel-perfect vulkan
Last synced: 22 Jul 2025
https://github.com/kkkaan/general-clang-format
A general .clang-format file, with most of the configurations, for auto formatting your code.
Last synced: 13 Mar 2025
https://github.com/tychosoft/moderncli
C++17 header only library for common uses.
cpp cross-platform cryptography header-only lock-free logging-library multithreading serial socket-programming ssl string-manipulation sync
Last synced: 06 Jul 2025
https://github.com/Fitsumhelina/comptative_programing_problames
The Collection of My solved Leetcode and Homework Problames | In Random languages
class cpp homework java javascript js leetcode-solutions python
Last synced: 09 Apr 2025
https://github.com/phattharaphorn/itc-lab
⚙️🔥 Introduction to computer laboratory using the Arduino Microcontroller Board.
arduino cpp hardware lab-assignment
Last synced: 16 May 2026
https://github.com/m039/void
cinder concept cpp game game-engine idea prototype thoughts
Last synced: 09 Jun 2026
https://github.com/singularisart/stoockfish
A stupid, younger brother version of StockFish
chess chess-engine cpp cpp11 sdl2 sdl2-image
Last synced: 06 Sep 2025
https://github.com/nirjhardebnath/graphics_and_physics_simulations
Graphics ans simulations in C or other languages
algorithms-and-data-structures c cpp graphics low-level-programming optics-simulation physics-simulation raytracing simulation
Last synced: 11 Mar 2025
https://github.com/wolgemoth/international-standard-atmosphere
A C++ port of Max Bernard's C# solution for calculating temperature, pressure and air density at a given altitude, according to the ISA.
atmosphere atmosphere-model cpp cpp17 density earth header-only header-only-library international-standards isa pressure temperature template templated templates
Last synced: 08 Feb 2026
https://github.com/ranveeraggarwal/wagit
Why not Another Git? Because there aren't enough implementations already. This is a hobby project to better understand Git and churn out some more C++ code.
Last synced: 15 May 2026
https://github.com/sfrechette/binary-clock-station
A modern, optimized binary clock implementation for the LilyGo T-Display-S3 ESP32 board. Displays time in binary format using illuminated dots, with WiFi connectivity for automatic NTP time synchronization.
arduino binary-clock binaryclock c clock cpp esp32 esp32-s3 lilygo lilygo-tdisplay-s3 platformio
Last synced: 13 Apr 2026
https://github.com/vaibhav-kesarwani/food-billing-system
There is no better terminal site to order the best food than this one
Last synced: 21 Mar 2026
https://github.com/tvumcc/pde-sandbox
Interactive simulation of physics based PDEs using OpenGL compute shaders
Last synced: 17 Apr 2026
https://github.com/wtrsltnk/graphicsfileloader
Old piece of code that I wrote around 2005. This was an application which could load 3d meshes from file and editor it with tools, far from complete ofcourse!
Last synced: 08 May 2026
https://github.com/ivanbgd/branch_prediction
Compares execution speed of processing sorted and unsorted arrays, with and without branching. Disassembly and results included.
branch-prediction c-plus-plus cplusplus cpp
Last synced: 06 Jul 2025
https://github.com/iaseth/calendar-cpp
Command-line calendar tool written in C++
Last synced: 09 Apr 2025
https://github.com/pandarudra/ds
Data Structure And Algorithm
algorithms cpp datastructures-algorithms dsa geeksforgeeks leetcode
Last synced: 30 May 2026
https://github.com/Alex0vSky/UePrjCreator
Unreal Engine project generator from command line
command-line command-line-tool cplusplus cplusplus-17 cpp cpp17 unreal-engine unreal-engine-4 windows
Last synced: 11 Mar 2025
https://github.com/ammoor/tic-tac-toe-game-project
Simple XO game with some extra futures and more secure code from errors and vulnerabilities
Last synced: 30 May 2026
https://github.com/charlot-dedjinou/matrice
Ce projet est une bibliothèque de manipulation de matrices qui permet d'effectuer des calculs matriciels essentiels. Avec cette bibliothèque, vous pouvez créer des matrices, effectuer des opérations mathématiques sur les matrices telles que l'addition, la soustraction, la multiplication, le calcul de l'inverse, etc.
c cpp matrix matrix-factorisation matrix-multiplication matrix-transpose
Last synced: 01 Mar 2025
https://github.com/flyingcakes85/random-football-cpp
WORK UNDER PROGRESS! PRs SHALL NOT BE ACCEPTED UNTIL VERSION 1 IS COMPLETE
console cpp football game project school-project student-project
Last synced: 13 Jul 2025
https://github.com/krystianity/grpc-hybrid-container
gRpc < node.js + C++ > Container = <3
containers cpp docker grpc http nodejs webservice
Last synced: 13 Apr 2026
https://github.com/yell/integral
∫ App for numerical integration (course project)
c cpp gaussian-quadrature numerical-computation numerical-integration parsing-math-expressions qt rpn shunting-yard symfony
Last synced: 13 Apr 2026
https://github.com/abidmuin/codeforces_problemset_solution
Solved using C++, Python and C#
c-plus-plus c-sharp codeforces codeforces-problems codeforces-solutions cpp csharp python python3
Last synced: 13 Apr 2026
https://github.com/izaaccoding36/projetos_tinkercad
Esse repositório foi criado para disponibilizar/desenvolver os códigos necessários para programar sistemas da plataforma Tinkercad e arduino
arduino cpp robotics tinkercad
Last synced: 26 Mar 2025