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-25 00:06:43 UTC
- JSON Representation
https://github.com/kydronepilot/space-eye-windows-node-api
Native Windows API for SpaceEye app, to set multi-monitor wallpaper images
cpp node-addon-api nodejs spaceeye wallpaper win32 windows
Last synced: 12 Jan 2026
https://github.com/corejust/thegame
Every programmer must write a clone of Minecraft
3d cpp cpp20 minecraft minecraft-clone opengl sfml
Last synced: 19 May 2026
https://github.com/techcsispit/dsa-snippets
DSA Snippets in C++, Java & Python
cpp datastructures java python
Last synced: 09 Sep 2025
https://github.com/sebe324/various-visualizations
This program demonstrates various concepts related to programming, mathematics and physics.
collision-detection cpp good-first-issue graphs pathfinding qt sorting
Last synced: 19 May 2026
https://github.com/pardhusreerushivarma20060119/exploit-engineering
Welcome to the definitive record of my journey into x86-64 Assembly Language, System-Level Programming, Reverse Engineering, and Exploit Development.
assembly-x86 cpp cprogramming exploit-development low-level reverse-engineering system-programming
Last synced: 19 May 2026
https://github.com/codspeedhq/opencv-benches
OpenCV benchmarks written in C++
Last synced: 19 May 2026
https://github.com/Chimipupu/rp2xxx_dev
RP2040 & RP2350 x2CPU & FreeRTOS C++ F/W Development by Chimi(ちみ)
Last synced: 12 Apr 2025
https://github.com/jaytwolab/setroutepriotity
Set Route Priority in Windows
c cpp mfc priotity route visualstudio vs vs2019
Last synced: 25 Apr 2026
https://github.com/hasanyahya101/pf_assignments
Solutions to Programming Fundamentals assignment questions from Fall 2022 Semester in Fast Nuces Lhr. The actual questions can be found in pdf files. Note that, this is for the theory (subject), not the Lab subject.
cpp fast-nuces fast-nuces-lhr programming-fundamentals
Last synced: 29 Mar 2025
https://github.com/mklemmingen/entropyvisualizer
Arduino equipped with a gas meter, temperature/humidity sensor, sound meter, display, and LED strip. It uses sensor data to generate randomness, visualizes it with colors on the LED strip, and outputs a random long unsigned integer via its serial interface, which can be read in to try to get close to true randomness.
arduino cpp random random-generation random-number-generators
Last synced: 19 May 2026
https://github.com/amirmghanem/turbo-c-ball-boom
🎈🔮Turbo-C Ball Boom. project programmed with c++(CPP File) On DOSBOX Showinga swinging line from the top. 🎈🔮
ball c cpp dosbox swinging-line turbo-c-plus-plus
Last synced: 01 May 2026
https://github.com/saleh0987/cpp_problems_solving
CodeWars CPP Problems Solving
cpp problem-solving programming
Last synced: 28 Mar 2025
https://github.com/saleh0987/assignments-cpp
C++ Solutions Of Elzero Web School Channel Assignments and elzero.org Website Assignments
Last synced: 28 Mar 2025
https://github.com/kavicastelo/cpp-bakery-inventory-cli
This is a simple C++ program for identifying fundamental concepts of programming. Data handled through .txt files.
bakery cpp inventory-management nodatabase pos
Last synced: 26 Jun 2025
https://github.com/kgorze/molecular-dynamics-simulator
A 2D molecular dynamics simulator that models atomic interactions using Lennard-Jones forces on a Boltzmann lattice. Currently implements an all-pairs algorithm for force calculations with visualization capabilities. This academic project aims to evolve into a 3D simulation of water and solutes.
atom-simulation cpp lennard-jones molecular-dynamics physics-simulation
Last synced: 06 Apr 2025
https://github.com/georgecatalin-codepractice-courses/linux-system-programming-tools-and-techniques
Code work associated with the course "Linux System Programming Techniques & Concepts" authored by Abhishek CSEPracticals on Udemy.
cpp cpp-library cprogramming udemy-course-project
Last synced: 10 May 2026
https://github.com/mrpicklepinosaur/a9e
ncurses game engine with physics and ecs
Last synced: 13 Mar 2025
https://github.com/vidiptvashist/library-management-system
Library Management Systems helps to maintain a database that is useful to enter new books record books borrowed by the members, with the respective submission dates. Moreover, it also reduces the manual record burden of the librarian.
Last synced: 11 Oct 2025
https://github.com/nerooc/preoop_labs
Exercises from my C++ laboratories (third semester).
Last synced: 22 Mar 2025
https://github.com/thomas-chqt/graphics
Abstraction layer on top of multiple graphics api
cpp graphics-programming metal opengl
Last synced: 29 Apr 2026
https://github.com/desmondjs/bst_student_info
This is a a C++ program implementing a Binary Search Tree (BST) to manage student data read from a text file. This program can insert student records based on their student ID, print the deepest node, display students in ascending or descending order, clone a subtree, print nodes at each level, and print paths in the tree.
Last synced: 09 Sep 2025
https://github.com/neontuts/code-snippets
A collection of code snippets for web developers and programmers, including code for HTML, CSS, JavaScript, Java, PHP, Python, C & C++.
c code-snippets cpp css html java javascript php python snippets
Last synced: 30 Dec 2025
https://github.com/vincent-devine/omengine
One More Engine is a real-time 3D rendering engine using Direct3D 12 in C++.
Last synced: 22 Jul 2025
https://github.com/lqxhub/dynamic-loading-lib
use C++ dynamic lodaing library on windows or linux
Last synced: 03 Apr 2025
https://github.com/lschrafstetter/42_cpp05
Project 05 of the 42 Wolfsburg c++ piscine.
Last synced: 03 Apr 2025
https://github.com/ylogx/trees
Trees & Graphs implemented in C++ with Unit Tests
Last synced: 29 Mar 2025
https://github.com/anekobtw/todo-cli
CLI Todo using C++
cli cplusplus cpp password password-hacker password-hacking
Last synced: 21 Jul 2025
https://github.com/dssgabriel/huffman-compression
A Qt5 interface for converting ASCII text to binary using a C++ implementation of the Huffman compression algorithm.
cpp huffman-compression-algorithm qt5-gui
Last synced: 04 Jul 2026
https://github.com/sufftea/pathfinding
pathfinding visualizer
algorithms cpp qt visualization
Last synced: 19 May 2026
https://github.com/lschrafstetter/42_cpp02
Project 02 of the 42 Wolfsburg c++ piscine.
Last synced: 03 Apr 2025
https://github.com/robertpaulp/congestion-control-swift
PCOM (Communication Networks) project in C++
congestion-control cpp htsim swift-congestion-control
Last synced: 16 May 2026
https://github.com/accessory/flowget
Http(s) Server that can list and serve files and folders.
Last synced: 25 Jun 2025
https://github.com/melardev/cppboostserializationsnippets
Cpp Boost Serialization Snippets
boost cpp demos examples serialization snippets
Last synced: 21 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: 06 Apr 2025
https://github.com/zhassanq/cplusplus
This repository may be helpful if you want to start learning C++
Last synced: 23 Jun 2026
https://github.com/me-phew/square-matrix
Implementacja macierzy kwadratowej w C++
Last synced: 22 Mar 2025
https://github.com/lp1dev/dijkstracpp
Dijkstra C++ implementation
cpp dijkstra dijkstra-algorithm recursive
Last synced: 29 Mar 2025
https://github.com/diegoquintanilha/proceduralpollock
ProceduralPollock is an open source C++ project that generates abstract, math-based art using procedurally generated pixel shaders.
art cpp directx11 hlsl procedural-generation shader
Last synced: 09 Sep 2025
https://github.com/anower77/all-type-patterns-c-plus-plus
triangle rectangle upper_triangle lower_triangle, reverse_triangle, upper_rectanlge, lower_rectangle, reverse_rectangle
all-type-file-download cpp cpp-code patterns problem-solving
Last synced: 14 Mar 2025
https://github.com/v3ssel/graph_algorithms
Collection of graph algorithms. Graph is based on adjacency matrix.
ant-colony-algorithm bfs branches-and-bounds cpp dfs dijkstra-shortest-path floyd-warshall-algorithm genetic-algorithm prim-algorithm traveling-salesman-problem
Last synced: 02 Mar 2025
https://github.com/yyomna-mmaged/codeforces
My own solutions to some problems
Last synced: 09 Apr 2025
https://github.com/stefan2810/oop_labs
OOP problems solved in C++
cpp oop problem-solving programming
Last synced: 02 Aug 2025
https://github.com/codiepp/ml-cpp-chrono
OCaml embedded cross-platform C++ <chrono>
chrono cpp hacktoberfest ocaml
Last synced: 16 May 2026
https://github.com/bearslay/bearslay-launcher
ncurses-based launcher for multiple (unfinished) games and other applications; runs entirely within compatible terminals
blokus catan cpp monopoly ncurses ncurses-game painting terminal-based
Last synced: 27 Mar 2025
https://github.com/vitusveit/tsvparser
A simple and easy-to-use C++ TSV Parser, it can read TSV files, modify them, and export them
cpp cpp11 tsv tsv-parser tsv-reader
Last synced: 11 Apr 2025
https://github.com/robin-qwerty/windows-api
just trying some things out with the windows api in C while folowing a youtube tutorial series
c cpp windows-api windows-services
Last synced: 19 May 2026
https://github.com/erthium/game-of-life
Simple simulation of infamous Conway's Game of Life with C++ using SDL2
conway-s-game-of-life conways-game-of-life cpp cpp11 game game-of-life makefile sdl2
Last synced: 02 Jan 2026
https://github.com/aritrosaha10/cplusplus-math
A set of C++ Programs that can do a wide variety of math-related tasks, such as solving equations, converting equations and more.
Last synced: 16 May 2026
https://github.com/md-emranhossen/leetcode-practice
This repository stores my solutions to LeetCode problems, organized by problem number and title.
cpp data datastructures-algorithms leetcode-solutions
Last synced: 26 Jun 2025
https://github.com/ilikeurm1/w3schools-tutorials
Repository with all the tutorials I (will) follow on w3schools.com
Last synced: 16 May 2026
https://github.com/fabianaferreira/applied-math-topics-cpp
Repositories for the exercises of the subject Applied Math Topics, developed while in UFRJ
Last synced: 22 Jul 2025
https://github.com/brainlesslabs/salt
Lightweight implementation of Raft consensus algorithm in C++
cplusplus cpp cross-platform fast header-only headeronly raft-consensus-algorithm raft-cpp small
Last synced: 22 Mar 2025
https://github.com/tarsir/cpp-practice
Where I put the silly things I make in C++ for practice
Last synced: 19 May 2026
https://github.com/tawfik-s/old-course-datasturcturewith-cpp
study dataStructure with cpp ==>L classes for structures
academic-task cpp data-structures oop
Last synced: 14 Mar 2025
https://github.com/ekkoz897/cpp_modules
CPP modules of 42 school
42born2code 42school cpp cpp98 oop-concepts oop-principles
Last synced: 25 Jan 2026
https://github.com/mayankgupta-dev08/mycppwork
All of my C++ work, programs, notes and other stuff..
algo algorithms cplusplus cpp datastructures datastructures-algorithms
Last synced: 06 Apr 2025
https://github.com/chrisross5/game-of-life
College mini project (Data structures and algorithms S2): A C++ console app showcasing Conway's Game of Life.
algorithms console-application cpp
Last synced: 11 Jun 2026
https://github.com/truongdd03/searchengine
A search engine written in c++.
cpp crawler search search-engine
Last synced: 06 Apr 2025
https://github.com/werefin/pmi-asih-photon-detectors
PMI implementations of a-Si:H carrier mobility models for Synopsys Sentaurus TCAD
c cpp hydrogenated-amorphous-silicon particle-detectors physical-model-interface synopsys-sentaurus-tcad
Last synced: 16 May 2026
https://github.com/ygor-sena/42cursus-piscine-object
This repository contains the solutions developed during an immersion in advanced topics of object-oriented programming in C++.
42 42saopaulo 42school 42sp aggregation association composition cpp cpp-programming ecole42 encapsulation gang gang-of-four oop-principles oops-in-cpp smart uml-diagram
Last synced: 10 Jun 2026
https://github.com/saadhaniftaj/triefunctions-cpp
Trie data structure implementation in C++ for efficient word insertion, search, and prefix-based retrieval. Ideal for applications like autocomplete and spell-check
Last synced: 20 Mar 2025
https://github.com/frodoalaska/gilgamesh
A simple, crude, ECS-based 3D game engine
3d-game-engine cpp game-development game-engine game-engine-3d
Last synced: 20 Mar 2025
https://github.com/btobin0/cpp-examples
This is all about c++. I post as I learn.
cplusplus cplusplus-11 cplusplus-14 cplusplus-17 cpp cpp-programming
Last synced: 02 Jan 2026
https://github.com/jujax/m5coreink-lightmeter
Light meter with m5coreink and Dlight HAT (BH1750)
aperture arduino bh1750 cpp e-ink esp32 iso light-meter m5coreink photography photometry shutter
Last synced: 13 Oct 2025
https://github.com/prayag2003/cses-for-fun
Solving CSES Problemset in Go and C++
Last synced: 20 May 2026
https://github.com/usmana5809/flappybirdgame
A Flappy Bird game implemented in C++
c console-game cpp data-structures data-structures-and-algorithms flappy-bird-game game-development gameplay score-tracker-in-c simple-game user-registration
Last synced: 20 Mar 2025
https://github.com/haileamlak/learning-cpp
Collection of C++ problem solutions from my learning journey, covering basics, data structures, algorithms, OOP, and STL.
clean-code cpp learning-by-doing programming
Last synced: 20 Mar 2025
https://github.com/jtpeller/csort
various sorting algorithms written in c++
cpp sort sorting sorting-algorithms visual-studio
Last synced: 23 Feb 2026
https://github.com/istk0/school-work-fourth-year
Se hai bisogno di una mano con i compiti per casa o i compiti in classe, dai un occhiata a questa repo, i file sono organizzati per anno e linguaggio (e specifici capitoli di programmazione) | If you need help with your homework or classwork, take a look at this repo, the files are organized by year and language (and specific programming chapter
cpp homework homework-assignments homework-exercises homework-helper homework-template java javafx-application javafx-desktop-apps javafx-gui
Last synced: 08 Apr 2026
https://github.com/dominik-developer/simple-calculator-cpp
simple calculator in C++
Last synced: 29 Mar 2025
https://github.com/novara754/filter-magic
A simple little CLI tool to apply a few different filters to images.
cli cpp filters image-processing images opencv2
Last synced: 22 Apr 2026
https://github.com/codingwizard2001/leetcode
LeetCode features a variety of math-related problems to test and improve algorithmic and mathematical problem-solving skills
cpp cpp17 daily-coding-problem dailyprogrammer leetcode leetcode-cpp leetcode-cpp-solutions leetcode-potd leetcode-practice leetcode-problem-solution leetcode-questions leetcode-solutions potd potd-solution practice
Last synced: 27 Mar 2025
https://github.com/moozunch/lab-5-ap
khusus lab praktikum Algoritma Pemrograman
c college college-assignment college-project cpp
Last synced: 20 May 2026
https://github.com/aeckar/libcollect
Garbage collection library for C/C++
c cpp garbage-collector memory-safety
Last synced: 20 May 2026
https://github.com/dextercd/self-signed
Tool for generating self-signed certificates
certificate cpp mbedtls preact wasm
Last synced: 06 Apr 2026
https://github.com/bagwanmisbah/tutorial-notes
cpp oop oop-concepts oop-principles
Last synced: 22 Mar 2025
https://github.com/thesstraight/compassdlc
External Compass DLC for Counter-Strike: Source v92 (6630498) on Linux
compass counter-strike cpp dlc external linux memory
Last synced: 20 May 2026
https://github.com/sh1hab/online-judge-solutions
algorithms cpp data-structures problem-solving
Last synced: 28 May 2026
https://github.com/emnasc/sensor_distancia
Implementação simples de sensor ultrassônico em Arduino
Last synced: 20 May 2026
https://github.com/jeevanbabu7/codevita2023
Problem statements of tcs codevita 2023
Last synced: 15 Jul 2026