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/alexpreynolds/kmer-counter-unordmap
Count canonical kmers with STL unordered_map
bioinformatics cpp hash-tables kmer kmer-counting kmer-frequency-count
Last synced: 16 May 2025
https://github.com/AdityaAmanAir/Beginner-s-Code
This is my First Github repository. Starting form C++, Python, Java, CSS, HTML, JS and maybe more programming language. This will contain Code which were the part of my Journy...
beginner-code beginner-friendly beginner-project cpp cpp20 css html java java23 javascript python python3
Last synced: 18 Jul 2025
https://github.com/akshayrathore9010/cpp
A language that will make you fall in love, irritate you to no end, frustrate you beyond belief, but also give you that rare pleasure of a perfectly running program
Last synced: 29 Mar 2025
https://github.com/steponask/invalid-brackets-detector
Detect Invalid brackets in your file!
bracket-dectection cpp invalid-brackets oop
Last synced: 17 Jul 2025
https://github.com/fbrianzy/megakit-cpp
Modern C++ 17 toolkit of algorithms, data structures, and CLI utilities
Last synced: 17 Sep 2025
https://github.com/fyr1981/cellular-simulator
A high-performance artificial life simulation in C++17 using multithreading and data-oriented design.
artifical-life cmake cpp cpp17 data-oriented-design game-development multithreading performance portfolio-project raylib simulation
Last synced: 17 Sep 2025
https://github.com/jain1shh/dsa-striver-a2z
Code Solutions of Striver's A2Z DSA Sheet
Last synced: 22 Jul 2025
https://github.com/raffayk/vending-machine-using-cpp
algorithms cpp data-structures
Last synced: 22 Mar 2025
https://github.com/fabriciocovalesci/analise_desenvolvimento_sistemas
Repositório para salvar todos scripts, realizados em sala de aula.
cpp java javascript mysql postgresql python sql
Last synced: 10 Apr 2026
https://github.com/aminmirzaeione/chess_cpp
Two-person chess game project under the console in C++ language
console cpp msvc visual-studio
Last synced: 29 Mar 2025
https://github.com/danielblagy/containers
Implementations of containers in C++ as template classes.
algorithms containers containers-cpp cpp data-structures dynamic-array linked-list stack
Last synced: 19 Jun 2025
https://github.com/minijackson/inf2705
Computer graphics course implementations
Last synced: 02 May 2026
https://github.com/eric15342335/misc
Miscellaneous scripts. Stored here for backup.
batch c cpp inno-setup misc python
Last synced: 08 May 2026
https://github.com/wanwin04/opencv-cpp
cmakelists computer-vision cpp opencv
Last synced: 20 May 2026
https://github.com/anganda/finite-automata-interface
An Application for the Formal Languages and Compilers Course with C++ and Qt Framework
automation cpp moderncpp qtframework
Last synced: 17 Jul 2025
https://github.com/tanzeelafatima492/loops-and-decisions-statement-in-c-
solve the all programs in excerise of chapter 3 of book "Robert Lafore" (4Th edition)
cplus cpp excerise loop program robert-lafore
Last synced: 17 Sep 2025
https://github.com/tanzeelafatima492/function-in-c-
cpp function program programming-language
Last synced: 22 Jun 2026
https://github.com/joeesmithh/graphs
A modular graph library written in C++ with adjacency list/matrix representation, traversal algorithms, and a driver—used to validate shortest-path and connectivity algorithms.
cpp data-structures-and-algorithms gui qt
Last synced: 19 Apr 2026
https://github.com/srijanmukherjee/huffman-compression
A huffman coding based text compression utilility tool.
compression cpp huffman-coding
Last synced: 25 Jul 2025
https://github.com/hammadmajid/binarysnake
A simple snake game written in C++ using the SFML library.
cpp cpp-game game sfml sfml-game snake-game
Last synced: 14 Mar 2025
https://github.com/jackrekirby/accord2
AcCoRD 2: A redesigned Actor-based Communication via Reaction-Diffusion simulator in C++.
biochemistry cpp matlab modelling molecular-dynamics
Last synced: 20 May 2026
https://github.com/kasim95/monster_hunter
A CLI battle arena game made using C++
cpp game-development visual-studio
Last synced: 20 May 2026
https://github.com/joangq/bobs
Byte-Oriented Binary Search for looking up values in huge files.
big-data binary binary-file binary-search binary-search-algorithm cpp cpp11 pattern-matching py3 python python3 search search-algorithm
Last synced: 20 May 2026
https://github.com/sjinks/scope-action-cpp
Scope guard utilities for managing exit actions in C++
cpp cpp20 header-only raii scope-exit scope-fail scope-guard scope-success
Last synced: 25 Jul 2025
https://github.com/pprattis/sparse-matrices-addition-and-sub-matrices
A program that applies some functions on sparse matrices. First addition between two sparse matrices and secondly finding any 2x2 sub-matrix in which the sum of all 4 elements are greater than a variable c.
2darrays cpp exercise linked-list programm sparse-matrices student subarray timecomplexity
Last synced: 29 Mar 2025
https://github.com/hamedzarei/fun
some sample codes, just for fun written in cpp, php
Last synced: 08 Mar 2026
https://github.com/nadimnesar/online-judges-accepted-solutions
Explore accepted solutions to competitive programming problems from various online judges, including AtCoder, CSES, CodeChef, CodeForces, and more. Enhance your problem-solving skills by studying these solutions or contribute your own to help others learn and grow in the world of competitive programming.
competitive-programming cpp problem-solving
Last synced: 11 Aug 2025
https://github.com/aniekanbane/circuit-evaluation
Calculating parameters in a model circuit with two voltage sources
cpp electrical-engineering mesh-analysis python
Last synced: 18 Apr 2026
https://github.com/carlosagalicia/tc1031-act21-tda-list-template
This program implements a linear data structure ADT for a singly linked list. It includes CRUD operations.
cplusplus cpp data-structures labs
Last synced: 27 Jun 2025
https://github.com/kashemar2025/disruptor_cpp
Lightweight C++20 port of the LMAX Disruptor for high-performance, lock-free event processing. Ideal for low latency data-sharing between threads. 🚀🐙
concurrent cpp disruptor ipc lmax-disruptor ringbuffer
Last synced: 17 Jul 2025
https://github.com/buildkite/cmake-cpp-example
An example pipeline that builds and tests a C++ project using CMake.
buildkite cmake cmake-examples cpp example pipeline
Last synced: 17 Jul 2025
https://github.com/thesr007/cpp_projects
C++ projects that I have worked on
Last synced: 25 Jul 2025
https://github.com/nir3x/fastxor.cpp
FastXor - SIMD-based XOR Encryption
avx avx2 c-plus-plus cpp encryption simd sse sse2 xor xor-encryption
Last synced: 25 May 2026
https://github.com/erlankurnia/Key-Nearest-Neighbour
C++ Project - KNN Algorithm Implementation
Last synced: 18 Sep 2025
https://github.com/nidexingg/todo
To-Do List application implemented in various programming languages.
c cpp csharp elixir erlang golang java javascript js programming-language python rust starter todo todoapp todolist ts typescript zig
Last synced: 10 Apr 2026
https://github.com/walidhabbach/streamcinet-app
C++ Desktop Application
cpp curl-library json-api tmbd-api
Last synced: 22 Jul 2025
https://github.com/trungnt2910/codehashifier
Online C++ source obfuscation tool
Last synced: 20 May 2026
https://github.com/vpeti1/opencw
The linux port of CW-I
automation cpp first-time-setup installer-script linux port
Last synced: 26 Jul 2025
https://github.com/andymina/tetris
Clone of the age-old classic Tetris made using programming-only game engine raylib.
cpp game-dev game-development raylib-cpp tetris
Last synced: 26 Jul 2025
https://github.com/akilan04a/vui
vui offers small conversational speech models designed for on-device use. Explore its capabilities and contribute to the project on GitHub! 🐙✨
backups cpp dashboard desktop fashion-website generative-ai glfw livedata louis-vuitton music-explorer nix svelte ui velero vue vui vuido website
Last synced: 20 Jan 2026
https://github.com/jsoulier/3d_fluid_simulation
WIP 3D Fluid Simulation using SDL3 GPU with compute shaders
3d compute-shader compute-shaders cpp example examples fluid-simulation glsl gpu sdl sdl3 shaders
Last synced: 17 Jul 2025
https://github.com/msarmadqadeer/data-structures-implementation
These are the tasks that I performed during learning data structures.
cpp data-structures dsa dsa-algorithm
Last synced: 26 Jul 2025
https://github.com/jo-minseok/algorithm-problem
✔️ 백준, 프로그래머스,SWEA 문제 풀기 STUDY
algorithms baekjoon-online-judge cpp data-structures programmers-online-judge study swexpert-academy
Last synced: 26 Jul 2025
https://github.com/dan-niles/data-structures-and-algorithms
Collection of data structures and algorithms for CS2023
algorithms cpp cs2023 data-structures
Last synced: 18 Sep 2025
https://github.com/zyn10/rainfall_basic_anaylysis
Basic Analysis of Rainfall using cpp
cpp programming-exercises programming-fundamentals rainfall-data
Last synced: 23 May 2026
https://github.com/whitedodo/datastructure1
Horowitz의 C++ 자료구조(Horowitz's C ++ Data Structure)
cpp data-structure-cpp data-structures
Last synced: 26 Jul 2025
https://github.com/lmarzocchetti/cpplox
clox interpreter in C++
compiler cpp cpp20 crafting-interpreters interpreter virtual-machine
Last synced: 19 Jun 2026
https://github.com/yehiasharawy/smart-alarm-clock-system
This IOT project connects a website to an ESP32 using MQTT and a serverless server. It features LDR based light detection and time-based alarms for seamless remote control and natural wake-up experiences.
Last synced: 03 May 2026
https://github.com/pranjay-poddar/gfg-leetcode
Collection of LeetCode and GFG questions to ace the coding interview!
cpp gfg-solutions leetcode-solutions
Last synced: 04 Apr 2025
https://github.com/knoblauchpilze/cellular_automaton
Yet another implementation of a cellular automaton
Last synced: 15 May 2025
https://github.com/matthewoestreich/z3-static-build
Automated static builds of Z3 Theorem Prover for multiple platforms using GitHub Actions
c cpp smt smt-solver z3 z3-prover z3-smt-solver z3-solver
Last synced: 19 May 2026
https://github.com/andrewdarnall/srm-benchmark
A benchmark work between the C++, Rust and Python implementations of the SRM algorithm
computer-vision cpp image-processing python rust statistical-region-merging
Last synced: 30 Apr 2025
https://github.com/droc101/game-sdk
Development & Modding SDK for GAME
cpp cpp20 imgui modding-tool modding-tools sdk sdl3
Last synced: 20 Jan 2026
https://github.com/jorazon/suunnittelumallit
Various design patterns in C++
Last synced: 27 Jul 2025
https://github.com/pjborowiecki/comp3577-parallel-scientific-computing-i
This repository contains my final submission for the COMP3577 Parallel Scientific Computing I module assignment at Durham University in the academic year 2022/2023. The project focuses on exploring the N-body problem. Final grade received was 75/100.
cpp n-body n-body-problem n-body-simulator parallel-computing parallel-scientific-computing scientific-computing
Last synced: 18 Sep 2025
https://github.com/mateusz-sliwka/datastructures
Managing and comparing simple data structures
Last synced: 27 Jul 2025
https://github.com/emnasc/sensor_distancia
Implementação simples de sensor ultrassônico em Arduino
Last synced: 20 May 2026
https://github.com/janagokulg/bankmanagement-system
This C++ Bank Management System uses data structures like Hash Table for transactions, Bloom Filter for fraud detection, BST for account management, Graph for relationships, and Loan class for EMI calculations. It supports deposits, withdrawals, alerts, and interactive options in a menu-driven console.
bank banking-system cpp datastructuresandalgorithm
Last synced: 17 Jul 2025
https://github.com/inborastudio/quin-sandbox-code-in-seconds-on-your-desktop
Code in seconds on your desktop. A lightweight, native development environment built in C++ and Qt to eliminate friction between thought and execution.
ansi-escape-codes assenbly-language code-editor complier cpp desktop-application ide interactive-terminal multi-language sandbox systems-programming terminal-emulator
Last synced: 03 May 2026
https://github.com/imtiaznayeemshawon/cpp-daily-practice
this repo is fully CPP language
Last synced: 27 Jul 2025
https://github.com/sh1hab/online-judge-solutions
algorithms cpp data-structures problem-solving
Last synced: 28 May 2026
https://github.com/alexisvassquez/audiomix
AudioMIX is an AI-assisted music production software for independent artists, DJs, and developers with a live performance engine, live coding features with a custom DSL, real-time audio analysis, and LED integration.
audio audio-analysis audio-processing cmake cpp daw daw-software digital-signal-processing dsl dsp ethical-ai fastapi haskell live-coding live-performance machinelearning music-production-software music-programming-language portaudio python
Last synced: 07 Jul 2026
https://github.com/avitase/stateless_rand
Stateless and pure functional (pseudo) C++ random generator
constexpr cpp header-only pure-functional random-number-generators stateless
Last synced: 24 Jun 2025
https://github.com/thomascaneday/learncpp
C++ coding exercises based on the guidance of the LearnCPP website
Last synced: 17 Jul 2025
https://github.com/adilevi25/memorymanageroop
A C++ memory management system using OOP principles
allocator cpp data-structures memory-management oop simulation
Last synced: 17 Jul 2025
https://github.com/vexstate/.github
Welcome to Vexstate, where immersive storytelling meets cutting-edge development. If you’re here, you’re either curious, ambitious, or ready to jump into one of the most polished and unique roleplay experiences available on FiveM
c client cpp csharp css ejs fivem html java js json lua private python roleplay server shared state xml
Last synced: 07 Apr 2026
https://github.com/basemax/circularlinkedlistcpp
This is a simple implementation of a circular linked-list in C++.
circular circular-linked-list cpp data-structure datastructure ds linked-list linkedlist
Last synced: 19 Sep 2025
https://github.com/mysticquest/dev-cpp_project
Memory management, OOP, etc practice
Last synced: 14 Mar 2025
https://github.com/quadnucyard/matoy
A math interpreter toy featuring matrices
Last synced: 29 Mar 2025
https://github.com/daishe/popt
C++ program options library
c-plus-plus command-line-parser commandline-flags cpp header-only options-parsing program-options
Last synced: 28 Jul 2025
https://github.com/aryank1511/cpp-assembly-line-simulation
This project involves creating a C++ assembly line simulation using Object-Oriented Programming (OOP) principles. The simulation models an assembly line with multiple stations that work together to process customer orders for various products.
cpp object-oriented-programming stl
Last synced: 28 Mar 2025
https://github.com/codepeters/programming-techniques
My solutions for the course Programming Techniques-NTUA 2013-2014
binary-search-tree c cpp hashmap list programming-techniques
Last synced: 20 May 2026
https://github.com/radicazz/laya
SDL meets idiomatic C++
cmake cpp cross-platform library sdl sdl3 ui user-interface wrapper
Last synced: 07 Jul 2026
https://github.com/ognentrajkovski/objectorientedprogramming
Solutions for tasks and exercises from the Object Oriented Programming course @ FCSE - Skopje
Last synced: 06 Apr 2025
https://github.com/cryptovictor/morse-communicator-p2p
Inteli Activity - Morse Comunicator
arduino communicator cpp morsecode p2p
Last synced: 19 Apr 2026
https://github.com/rdmello/kaleidoscope
following along with an LLVM tutorial
cpp cpp11 kaleidoscope-lang llvm
Last synced: 19 Apr 2026
https://github.com/mohsen12999/cppblockchain
making little block-chain with cpp
Last synced: 06 Apr 2025
https://github.com/prayag2003/cses-for-fun
Solving CSES Problemset in Go and C++
Last synced: 20 May 2026
https://github.com/herdora/chipbenchmark
a platform for monitoring the chip situation
amd benchmark cpp gpu high-performance-computing large-language-models llm llm-benchmarking llms nvidia python quantization
Last synced: 17 Jul 2025
https://github.com/shaldonbarnes10/unique_element_in_an_array
Unique Element Finder : A C++ program to identify the unique element in an array using bitwise XOR operations. Efficient with O(n) time complexity and O(1) space complexity. Perfect for learning basic XOR logic and array manipulation. Leetcode :- 136. Single Number
algorithms-and-data-structures bit cpp dsa progamming xor
Last synced: 29 Jul 2025
https://github.com/zeekersky/activities
This repository contains assignment solutions for various courses conducted at IIT Mandi. The content spans across different topics, including Data Structures and Algorithms (DSA), Computer Vision, and the Computer Science Practicum course.
algorithms algorithms-and-data-structures computer-science computer-vision cpp data-structures python3
Last synced: 19 Apr 2026