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/zakariaelbouzkri/my_cses_problems_solutions
this repo contains my solutions to the University of Helsinki's "Competitive Programming" course problem set hosted on the CSES (Code Submission Evaluation System) platform. This repository serves as a showcase of my problem-solving skills and coding journey as I tackle a variety of algorithmic challenges.
algo cpp cses-problem-set-solution data-structures dynamic-programming graph-algorithms math mathematics searching-algorithms sorting-algorithms
Last synced: 27 Feb 2025
https://github.com/mariopossamato/slope-sead
A work-in-progress decompilation of sead from Slope (Super Mario Maker 2) version 3.0.3. Decompiled with IDA Professional 9.0.
clang cmake cpp decompilation nintendo nintendo-switch reverse-engineering super-mario-maker-2
Last synced: 08 Apr 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/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/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/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/herenturker/easm
EASM is an educational 2-pass assembler project targeting x86 systems, primarily supporting 16-bit assembly instructions. It serves as a learning tool to understand assembler design, symbol tables, and machine code generation.
asm assembler c cpp educational-project open-source x86
Last synced: 06 May 2026
https://github.com/jowwan/tic-tac-toe
A console-based Tic-Tac-Toe game written in C, featuring three exciting modes: Classic Tic-Tac-Toe, Footy Tic-Tac-Toe, and Basketball Tic-Tac-Toe. Simple, fun, and perfect for nostalgic gameplay!
basketball c console console-application console-game cpp football project tic-tac-toe tictactoe
Last synced: 08 Apr 2025
https://github.com/tblauwe/cpp_lib_starter
Template repo for c++ libraries (as a learning process)
Last synced: 25 Mar 2025
https://github.com/ayesha-quazi/gfg-160-days-dsa-challenge-
I've embarked on a 160-day challenge to tackle the GFG DSA sheet starting from 15th November! 🚀 My goal is to share my journey from being a beginner to reaching a pro level in Data Structures and Algorithms (DSA). I'll be solving problems in C++ and documenting my progress along the way.
cpp dsa-cpp dsa-learning-series dsa-practice dsalgo dsalgo-questions
Last synced: 03 Apr 2025
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/ferhatgec/gsc
Gech temperature scale converter.
celcius cpp fahrenheit gech kelvin
Last synced: 18 Feb 2026
https://github.com/mahsank111/oops-fundamentals
Basic fundamental codes of oops
cpp object-oriented-programming
Last synced: 09 Oct 2025
https://github.com/platinumfrog/atrv_jr_qt
An interface for ATRV-JR with Ros2 and Qt5
Last synced: 06 Feb 2026
https://github.com/nilesh2000/errorfreecodes
Repository I use for my interview preparation.
algorithms cpp data-structures
Last synced: 09 Oct 2025
https://github.com/contisimone99/bulletin-board-system
Cryptography-focused messaging platform with Perfect Forward Secrecy, developed for cybersecurity education. Implements secure user registration (email challenge-response), encrypted message posting, and replay attack protection using raw OpenSSL primitives.
bulletin-board cpp cryptography openssl
Last synced: 02 Jul 2025
https://github.com/samarjit98/data-mining-algorithms
A few mining algorithms for Data Warehousing & Data Mining course at NITW!
Last synced: 05 Sep 2025
https://github.com/mlund/tafelmusik
C++ library for playing C64 SID music on macOS
c64 commodore-64 cpp emulation music-player
Last synced: 15 Apr 2026
https://github.com/urumqinsky/ft_containers
Reimplementation of some basics STL containers
Last synced: 12 Jun 2026
https://github.com/arianahejazyan/leetcode
My LeetCode solutions in C++ 🧩
cpp educational efficient learning leetcode leetcode-cpp leetcode-cpp-solutions leetcode-solutions
Last synced: 13 Jun 2025
https://github.com/alexoah/cppplayground
A playground for C++ programming language.
alexoah c-plus-plus cpp exercises exercises-code-cpp exercises-solutions experiments w3school-cpp-exercises w3school-exercises-solutions
Last synced: 09 Oct 2025
https://github.com/pechinkin/2nd-database-client
client for storing dates of birthday and zodiac sign recognising
Last synced: 31 Mar 2025
https://github.com/ron4fun/patternfinder
Helps find patterns in byte array.
byte-stream bytes bytestreams cplusplus cpp pattern-matching wildcard-matches
Last synced: 09 Oct 2025
https://github.com/arrowar/codice-fiscalae
Generatore codice fiscale c++ con imgui
codice-fiscale codicefiscale cpp imgui
Last synced: 08 Apr 2025
https://github.com/zhou2004/fmusic_player
A cross-platform music player based on qt6 and the UI is power by FluentUI.
cmake cpp fluent-design qml qt6
Last synced: 28 Dec 2025
https://github.com/ripunjay42/minimum_spanning_tree_visualize_cpp
#Finding minimum spanning tree using Krushkal algorithm #Visualize the Graph using SFML library in c++..
Last synced: 16 Mar 2025
https://github.com/tommylemon/unitauto-cpp
UnitAuto - ☀️ 最先进、最省事、ROI 最高的单元测试,机器学习 零代码、全方位、自动化 测试 方法/函数,用户包含腾讯、快手、某 500 强巨头等。本项目为 C++ 版,支持 C++ 17 以上 ☀️ The most advanced unit testing way powered by machine learning. Coding-free, comprehensive and automatic testing for methods/functions. Used by Tencent, Kwai, a Fortune 500 company, etc. This repo is the C++ version, compat C++ 17+.
apiauto apijson cpp cpp-library cpp17 unit-test unit-testing unit-testing-library unitauto unitest unittesting
Last synced: 02 Mar 2026
https://github.com/codernayeem/2d-maze-solver
Solve and view the solution path of a 2D Maze
backtracking-algorithm cpp maze maze-solver
Last synced: 04 Jul 2025
https://github.com/ryanbritodev/samepyeco
Nosso projeto desenvolve um gerador sustentável que usa pastilhas Peltier para converter o calor do sol em eletricidade, reaproveitando a diferença de temperatura entre reservatórios de água quente e fria. Com monitoramento em tempo real via IoT, oferecemos uma solução limpa e eficiente para gerar energia, sem combustíveis fósseis.
arduinojson cpp dallas-temperature ds18b20 esp32 http ipgeolocation lcd-i2c onewire peltier wokwi
Last synced: 30 Jan 2026
https://github.com/serengti/messagecache
Provides a single-allocation ring buffer data structure to be used for inbound network data traffic.
Last synced: 04 Jul 2025
https://github.com/harmim/vut-ims-project
Modelování a simulace - Projekt - Rozvoz jídla firmou Freshbox
cpp ims modeling simlib simulation vut vut-fit
Last synced: 31 Mar 2025
https://github.com/billyfrcs/graphicsprogramming
2D & 3D Rendering Vector Graphics with Modern OpenGL C++ and .NET C# Forms Application.
api cpp csharp csharp-forms dotnet dotnet-core dotnetcore graphics graphics-library graphics-programming modern-cpp modern-opengl opengl opengl-api opengl-application opengl3 rendering windows-forms
Last synced: 11 Apr 2026
https://github.com/utsavkash19/my-stress-test-template
competitive-programming contests cpp templates
Last synced: 08 Oct 2025
https://github.com/nelsonbittencourt/excel_to_dataframe
A high performance C++ library to convert Excel files to pandas dataframes.
converter cplusplus cpp dataframes excel pandas parser performance python worksheets
Last synced: 27 Jan 2026
https://github.com/vhtua/dfa-checking-tool
A tiny tool (developed in C++) to validate a given string if it is accepted by the input DFA
Last synced: 29 Mar 2025
https://github.com/ctkqiang/LQZ
灵取证是一款功能强大且专业的安卓设备数据取证工具,专门为执法部门、司法机构和安全调查人员设计开发。本工具采用先进的取证技术,确保数据提取过程的完整性和准确性。本工具的开发和使用严格遵循相关法律法规框架,确保所有数据提取操作都在合法授权范围内进行。通过专业的数据处理流程,为执法调查工作提供可靠的电子证据支持。
adb android china chinese chinese-characters cpp ctkqiang cybersecurity database forensics forensics-tools hacking mobile networking transfer-data
Last synced: 01 Apr 2025
https://github.com/runedgeai/agents-sdk
A modern, high performance C++ SDK for AI Agents
agentic-ai agents anthropic artificial-intelligence cpp gemini llama-cpp llm ollama openai sdk
Last synced: 08 Oct 2025
https://github.com/drapegnik/algorithms
⏱️practise tasks on theory of algorithms on FAMCS, BSU
algorithms brute-force bsu c-plus-plus cpp data-structures famcs graph-algorithms
Last synced: 05 Apr 2025
https://github.com/pr47h4m/datastructuresandalgorithmscpp
Repository Focuses On Implementation Of Data Structures And Algorithms In CPP
algorithms codejam cpp data-structures kickstart oop
Last synced: 09 Apr 2025
https://github.com/novama/logs-monitor-stack
Dockerized example on how to set-up a log stack based on Grafana Loki
cpp csharp docker grafana javascript logger-handler logging loki minio powershell promtail python serilog-sink
Last synced: 03 Feb 2026
https://github.com/8ightfold/variant
Custom variant implementation for c++20
cpp cpp20 template-metaprogramming template-project
Last synced: 09 Mar 2025
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/pymarcus/competitive_programming
Exercícios afim de melhorar a lógica e o desempenho nas competições
Last synced: 08 Oct 2025
https://github.com/shinkeonkim/3d-printer-calibration-program
daVinci 1.1 plus 3D priter calibration c++ cli program (created 2017)
3dprinter cli cpp highschool-project
Last synced: 13 Jun 2026
https://github.com/sl-pirate/snake
A Multi-Player Snake game in sdl
cpp cross-platform-game game multiplayer multiplayer-game sdl sdl2 snake snake-game snake-game-2d snake-game-in-cpp wxwidgets wxwidgets-gui
Last synced: 08 Oct 2025
https://github.com/tallamjr/computing-for-scientists-book
Exercises and code from Computing for Scientists Book.
Last synced: 03 Sep 2025
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/konrad1991/rpointer
A small and very dangerous R package. You can create a vector on the heap from R. Therefore, three classes exist: bool, integer and numeric which create the memory during the construction. The memory is not automatically freed. You have to use the method delete in order to three the memory.
Last synced: 06 May 2026
https://github.com/helcsnewsxd/famaf-computer_science-discrete_mathematics_ii
Laboratorio, algoritmos y demostraciones de la materia de Matemática Discreta II de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
algorithm-implementation c cpp demostration discrete-mathematics error-correction-codes famaf-unc graph-coloring graph-flow graph-matching math-theory university-subjects
Last synced: 28 Feb 2025
https://github.com/iassasin/configen
Custom config generator
clang config-management cpp cpp14 gcc generator
Last synced: 09 Apr 2025
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/helcsnewsxd/famaf-computer_science-networks_and_distributed_systems-lab3
Laboratorio 3 de la materia de Redes y Sistemas Distribuidos de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
algorithms analysis congestion-control cpp famaf-unc flow-control lab matplotlib network omnetpp optimization python transport-protocols university-project
Last synced: 28 Feb 2025
https://github.com/helcsnewsxd/famaf-computer_science-networks_and_distributed_systems
Laboratorios de la materia de Redes y Sistemas Distribuidos de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
analysis cpp famaf-unc network network-algorithms network-protocols omnetpp python university-subjects
Last synced: 28 Feb 2025
https://github.com/captainayan/accountlite-cli
💡💰Lightweight Command line Double-Entry Accounting Software💵💸
account-lite accounting commerce cpp finance journal journal-entries ledger parser personal statements trial-balance
Last synced: 29 Mar 2025
https://github.com/yothgewalt/cat-feeder
An IoT subject project that is simple and doesn't require a lot of thought.
Last synced: 13 Apr 2026
https://github.com/alpha74/icf
My Codeforces submissions. Maintained from 2020 onwards
algorithms codeforces codeforces-com codeforces-problems codeforces-solutions codeforces-submissions coders coding cpp data-structures programming water-buying
Last synced: 28 May 2026
https://github.com/refactor-group/ambi_client_cpp
A C++ implementation of the Edge IoT sensor framework for Particle Argon.
Last synced: 12 Jun 2025
https://github.com/wzslr321/leetcode
My leetcode solutions, update systematically :>
algorithms algorithms-and-data-structures cpp data-structures leetcode leetcode-cpp leetcode-solutions
Last synced: 07 Oct 2025
https://github.com/jcmoyer/puzzles
collection of solutions for various programming puzzles
Last synced: 10 May 2026
https://github.com/veljkobogdan/exponentialnotationlib
A lightweight C++ library for handling exponentially large or small numbers using scientific notation (mantissa × 10^exponent).
cpp exponential exponential-notation header-only math math-library notation
Last synced: 16 Mar 2025
https://github.com/eslamdyab21/hogwarts-battle-cpp
This repository has the code of Hogwarts Battle written in Cpp. it's the final software project of the training phase in MIA technical team.
cpp harry-potter hogwarts mia voldemort wizards
Last synced: 15 Mar 2025
https://github.com/connorslade/easyminecraftdeploy
🕹 Easy way to start a Minecraft server!
cmake console console-application cplusplus cpp easy-to-use minecraft minecraft-server sigma76
Last synced: 07 Oct 2025
https://github.com/7irelo/gymon
Engineering Render Engine (C++, OpenGL, GLFW, DirectX)
Last synced: 04 Feb 2026
https://github.com/lchsk/cookiecutter-cpp-project
Cookiecutter template for C++ projects
c-plus-plus cookiecutter cookiecutter-c-plus-plus cookiecutter-cpp cookiecutter-template cpp
Last synced: 07 Oct 2025
https://github.com/taselectrik/arduino
This repository showcases a range of Arduino projects, from sensor integration and I2C LCD displays to servo control and precise temperature measurement. A practical collection for exploring embedded systems and real-world interfacing.
Last synced: 27 Feb 2026
https://github.com/fl444mingo/fl4-cs131-02-03-if
Ch. 2, Lesson 3, If statements
Last synced: 23 Jun 2025
https://github.com/threeal/sunny-land
A Simple platform game written in native C++ using SDL
Last synced: 07 Oct 2025
https://github.com/fl444mingo/fl4-cs131-04-01-func-type
Ch. 4, Lesson 1, Functions and Type Casting
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-05-01-callbyref
Ch. 5, Lesson 1, Function Call by Reference
Last synced: 01 Apr 2025
https://github.com/gastonchenet/ascii
🎨 Ascii is a simple command line tool that allows you to convert any PNG image to an ascii art
Last synced: 06 Sep 2025
https://github.com/jullysilva/atvs_praticas_pucminas
Este é um repositório onde concentra muitas das atividades práticas dadas pela Pucminas, no Curso de Engenharia, enquanto estudante. Alguns projetos foram individuais e outros foram em coletivo.
c cpp crud-sample docker java javascript python react travis-ci
Last synced: 13 Apr 2026
https://github.com/nextpointer/dsa-journey
In this repo i share all my journey with DSA
Last synced: 26 Feb 2026
https://github.com/chetanpyasi/sorting-visualiser
Sorting Visualizer is a project designed to help users understand and visualize how various sorting algorithms work. It provides a graphical interface to demonstrate sorting step-by-step, making it an excellent tool for educational purposes.
cpp qt qt6 qtcreator sorting-algorithm-visualizations visualization
Last synced: 12 Feb 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/hongyihao-sxit/sesame_algorithm_club
The documents about Sesame Algorithm Club
Last synced: 06 Oct 2025
https://github.com/fahadpathan7/information-and-network-security-
To do the lab tasks of Information and Network Security course.
Last synced: 16 Apr 2026
https://github.com/piotrpsz/clap
C++ library for analyzing program call arguments.
Last synced: 17 May 2025
https://github.com/budd9442/midnight-dash
A raylib based endless runner game
cpp endless-runner libcurl raylib-cpp
Last synced: 07 Feb 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/i-umairkhan/big-integers
A big integer calculator for solving calculaitons of big numbers
biginteger cpp data-structures
Last synced: 28 May 2026
https://github.com/am4nn/kill-the-enemy-game
A game made using c++ and SFML
Last synced: 25 Mar 2025
https://github.com/krisluczka/better-than-python
Prettier-like program that does the unpretty.
Last synced: 07 Feb 2026
https://github.com/arapelle/cmtk
This CMake ToolKit (CMTK) provides helping CMake functions to manage simple C++ CMake projects easily.
Last synced: 31 Jan 2026
https://github.com/origox/energy-meter
Read metrics from energy meter via han port P1
Last synced: 08 Feb 2026
https://github.com/filiprokita/colorgrabber
The "ColorGrabber" program written in C++ allows users to grab the RGB values of any pixel on the screen by pressing a specified key. It uses the Windows API to obtain the color information of the pixel under the cursor, and then displays the RGB values in the console window.
colorgrabber console-windows cpp cursor pixel programming rgb rgb-values windows-api
Last synced: 06 Oct 2025