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-14 00:06:48 UTC
- JSON Representation
https://github.com/vasikyrg/ir-remote-sensor-using-car-mp3-control
IR remote Sensor using Car mp3 Control using Arduino uno starter kit.
Last synced: 17 Mar 2025
https://github.com/dzobamain/autocliker-cpp
Auto-clicker with the ability to add custom functionality
Last synced: 02 Jul 2025
https://github.com/spear97/tree-cpp
Source Code for a Tree that was implemented using C++
application-development command-line cpp data-structures object-oriented-programming tree tree-structure visual-studio
Last synced: 23 Mar 2025
https://github.com/or18/rubiks-cube-xcross-solver
C++ source to solve Rubik's cube cross, xcross, xxcross, xxxcross, xxxxcross, last layer substeps (OLL, ZBLS, etc.), last layer.
cpp ida-star-algorithm rubiks-cube rubiks-cube-solver
Last synced: 15 Mar 2025
https://github.com/calint/raspberry-pico-w
experiments with raspberry pico w
Last synced: 05 Jun 2026
https://github.com/abdul-rehman-0787/space-shooter
Space Shooter is a simple C++ game with SFML for graphics.
cpp sfml-game sfml-graphics-library
Last synced: 31 Mar 2025
https://github.com/rajsoni03/leetcode
competitive-programming cpp dynamic-programming leetcode
Last synced: 15 Mar 2025
https://github.com/umarlypoeta/bubble_sort_visualisation
A simple visual representation of the Bubble Sort algorithm using SFML in C++.
Last synced: 02 Jul 2025
https://github.com/romelium/very-simple-http-server-asio
This is a very simple and minimal HTTP server using the Asio library in C++. The code is only 28 lines long. This is meant to showcase how minimal you can make an HTTP server at a near barebone level while being cross-platform.
asio basic cmake cplusplus cpp html http http-server minimal simple vcpkg very-basic very-simple
Last synced: 20 May 2026
https://github.com/xorz57/servicelocator
Service Locator written in C++11
cpp service-locator service-locator-pattern
Last synced: 24 Mar 2025
https://github.com/xorz57/portscanner
Port Scanner written in C++20
cpp port-scanner tcp-port-scanner
Last synced: 24 Mar 2025
https://github.com/wtrsltnk/system.net
Partial c++ implementation of .NET System.Net classes
cpp net system-net systemnet sytem winsock2
Last synced: 11 Apr 2026
https://github.com/frozenlemontee/liscpp
A simple Scheme interpreter
cpp debugger interpreter lisp lisp-interpreter scheme scheme-interpreter
Last synced: 22 May 2026
https://github.com/chinmayshah99/timetable-generator
Timetable generator
cpp np-complete timetable-generator
Last synced: 02 Jul 2025
https://github.com/iamdyeus/uctool
Making Compiler Stages Seamless! 🚀
compiler-design cpp lexical-analysis llm semantic-analysis
Last synced: 18 Mar 2025
https://github.com/na-varez/real-time-sobel-filter-optimization
Exploring Sobel Filter Optimization on a Raspberry Pi. Documented. Each Part builds ontop of the other.
cpp embedded-software makefile raspberry-pi-3 sobel-filter
Last synced: 19 Apr 2025
https://github.com/sshaplygin/make-file-tutorial
It is simple tutorial about make file by article from habr.com
Last synced: 15 Mar 2025
https://github.com/jacnils/biner
Combine and separate text files
combine cpp replacement sed separate text
Last synced: 19 Jun 2026
https://github.com/abdullah00001/phitron-fall2023
Phitron-Fall2023 represents my programming journey, featuring course codes in C, C++, data structures, algorithms, Python, OOP, SQL, HTML, CSS, JavaScript, Django MVT, and DRF. From writing "Hello World" in C to advanced concepts, this repo encapsulates my learning path.
algorithm bootstrap5 c cpp css data-structure django django-rest-framework html javascipt mysql oop postgresql python sql
Last synced: 12 Apr 2026
https://github.com/sabkat-ahmed-rafi/library-management-system
A Library Management System built using C++ to demonstrate Object-Oriented Programming (OOP) concepts. This system allows for efficient management of book inventory and user records.
cpp library-management-system oop
Last synced: 24 Mar 2025
https://github.com/kplanisphere/tda_list_implementation_cpp
Proyecto 2 - Estructuras de Datos
algorithm-implementation circular-linked-list cpp data-structures doubly-linked-list list-implementation memory-management singly-linked-list
Last synced: 28 Dec 2025
https://github.com/abdul-rehman-0787/1024_game
"A simple 1024 game using basic concepts of programming fundamentals (PF) in C++
Last synced: 02 Jul 2025
https://github.com/saadarazzaq/formulas-to-code
A repository that translates Math Formulas to Code
cpp mathematics problem-solving
Last synced: 02 Jul 2025
https://github.com/benz206/compengclub2024
Project code for the 2023/2024 Computer Engineering Club
Last synced: 19 May 2026
https://github.com/gsri30/cacheimplementation
A simple implementation of a Direct Mapped Cache and Set Associative Cache in C++. Supports for different sizes of the cache, block, #ways, etc.
bitset cache cpp direct-mapped-cache dynamic-size set-associative-cache traces
Last synced: 03 Sep 2025
https://github.com/ty7swkr/cppurcu
C++ RCU: header-only, dependency-free, RAII-based snapshot isolation
cpp cpp17 header-only lock-free rcu user-space
Last synced: 28 May 2026
https://github.com/mrk21/bandit_with_gmock
This library is for using GoogleMock by Bandit.
Last synced: 28 May 2026
https://github.com/dev-apollo/melhores-restaurantes
Programa que lê o arquivo WorldsBestRestaurants.csv e faz certas operações com as informações.
Last synced: 16 Mar 2025
https://github.com/danylevych/cat-with-heart
This is my cat`s first project by using SFML.
cpp game-development sfml sfml-game-development stl-containers
Last synced: 24 Mar 2025
https://github.com/kaiofelps/estrutura-de-dados-lista-4-e-5
Resolução dos exercícios das listas quatro e cinco de Algoritmos e Estruturas de Dados 1 (recursão).
algoritmos bcc3001 cpp estruturas-de-dados exercises utfpr
Last synced: 02 Jul 2025
https://github.com/praths71018/task-manager
A Task Manager Program which utilises all OOPs and other concepts in C++
cpp friend-class object-oriented-programming oops-in-cpp operator-overloading task-manager
Last synced: 24 Mar 2025
https://github.com/0xHericles/FaceRecognition
Face recognition with OpenCV integrated with arduino
arduino cpp face-recognition opencv
Last synced: 24 Mar 2025
https://github.com/mohanad-80/cli_snake_game
A classic Snake game implemented in C++.
Last synced: 23 Mar 2025
https://github.com/damianlebiedz/langtons-ant
Implementation of Langton's ant in C++
cellular-automata cellular-automaton cmake cpp google-test gtest langtons-ant langtonsant sfml
Last synced: 09 Jun 2026
https://github.com/laxical/openssl-evp-cpp
This is a introduction project showcasing how to use the OpenSSL EVP API (openssl/evp.h) for implementing various cryptographic techniques using C++.
Last synced: 03 Sep 2025
https://github.com/jrob774/lala
My first ever finished game.
2d cpp cpp17 emscripten game lala sdl sdl2 simon-game simple
Last synced: 12 Jul 2026
https://github.com/vigsterkr/autobajnd
AutoBájnd for auto-generate binding for C++ classes when using emscripten
cpp emscripten llvm webassembly
Last synced: 06 May 2026
https://github.com/duaa-a/multi-gameboard-engine
A robust, object-oriented game engine that supports multiple board games
cpp gameboard oops-in-cpp tic-tac-toe xo
Last synced: 16 Mar 2025
https://github.com/kseen715/ai-foundations-lr
БГТУ:: Основы ИИ
ai c cpp laboratory python university
Last synced: 12 Apr 2026
https://github.com/niazlv/universitykpfu1coursec--
Laboratory works of 1st year of KFU IVMiIT University
cpp kfu kpfu lab labwork labworks university university-course university-project
Last synced: 16 Jul 2025
https://github.com/toshimasakitamura/directx12-texturetest
DirectX12を勉強するために作成したアプリケーションです。
cpp directx12 source visual-studio windowsapi
Last synced: 11 Jun 2025
https://github.com/kenpusney/dc
DumpCore -- Vitrual Machines
cpp language-runtime virtual-machine
Last synced: 24 Mar 2025
https://github.com/solareenlo/42cpp-module-01
C++ practice 01 (stack, heap, pointer, reference, delete[], overload, stream)
42 42born2code 42cursus 42projects cpp
Last synced: 03 Sep 2025
https://github.com/aurimasniekis/cpp-parcel
Wrappable, wire-transferable C++23 value system with JSON serialization.
Last synced: 28 May 2026
https://github.com/aurimasniekis/cpp-metadata
Modern C++23 header-only metadata container (JSON-like)
cpp cpp23 header-only header-only-library json metadata
Last synced: 28 May 2026
https://github.com/stefanhamminga/cpp_lib_scripts
Scripts for managing C++ header-only libraries
c-plus-plus cmake cpp documentation library
Last synced: 30 Mar 2025
https://github.com/cctechyashdoshi/visualizer
converter cpp dat-files qt qt5 stl-files translator visual-studio yash-doshi
Last synced: 29 Apr 2026
https://github.com/pereirar3/simuladorafd
Work in the Discipline of Theory of Formal Languages and Automaton - UFMT
automatons computer-science-discipline cpp
Last synced: 24 Mar 2025
https://github.com/eulphean/holons-and-holarchy
Abstract prints modelled after binary search tree data structure.
complex-networks cpp holarchy holon interactive-visualizations openframeworks recursion
Last synced: 31 Mar 2025
https://github.com/prathameshkhade/solution-of-differential-equation
This program will help you to find out the answers of the Numerical methods
adams-bashforth applied-mathematics computational-mathematics cpp differential-equations engineering-mathematics euler-method heun-method numerical-analysis numerical-integration numerical-methods ode-solver predictor-corrector runge-kutta scientific-computing
Last synced: 02 Sep 2025
https://github.com/sudodevinci/esp-sky-imager
ESP32-S3 sky Imager/Weather Station equipped w/ SHT31-D, BMP390 and OV5640.
arduino cpp esp32 esp32-s3 iot sky weather-station
Last synced: 08 May 2026
https://github.com/yunusemrejr/worlds-to-password-cpp
Worlds to Password (C++)
Last synced: 30 Mar 2025
https://github.com/kodiem9/Snapling-Engine
A scratch inspired game engine made with C++ using the Raylib game library.
cpp cpp17 engine game-editor game-engine game-engine-2d raylib raylib-cpp
Last synced: 04 Oct 2025
https://github.com/max-ghadri/computer_programming_course
I did a few projects for the Computer Programming course using C++.
Last synced: 13 Jul 2026
https://github.com/schanur/36-cube-solver
Brute force solver that unveals that the puzzle described in https://en.wikipedia.org/wiki/36_Cube cannot be solved without using a trick...
backtracking cpp puzzle recursion solver
Last synced: 24 Mar 2025
https://github.com/artainmo/examrank05
42 school exam. Fifth exam, make c++ programs containing classes on time.
Last synced: 22 Jun 2025
https://github.com/filiprokita/legitclicker
It is an autoclicker that can be enabled and disabled with specific keyboard keys, and allows the user to set the number of clicks per second. It uses the Windows.h library to simulate mouse clicks.
autoclicker clicker-games cpp gaming keyboard-shorcuts mouse-clicks open-source productivity user-input windows-h
Last synced: 24 Aug 2025
https://github.com/cppshizoids/webserver
web server in C++ 20 using io_uring and corutines
Last synced: 20 Jul 2025
https://github.com/lucas54neves/gcc216-data_structures
Repository for the activities of the discipline of Data Structures of the course of Computer Science of the Federal University of Lavras
algorithms cplusplus cpp data-structures ufla
Last synced: 28 May 2026
https://github.com/vafdaf12/cmake-project
Template repository for building a cross-platform CMake Project, with some personal formatting configruations
cmake cpp cross-platform template
Last synced: 17 Jun 2025
https://github.com/bropenguin847/atm_cpp
This is an Automated Teller Machine (ATM) project programmed in C++. Feel free to try it.
Last synced: 13 Oct 2025
https://github.com/cppshizoids/coroutines
Coroutines tools and project that it used
Last synced: 08 Apr 2025
https://github.com/flarive/cortex-engine
Simple OpenGL realtime PBR 3D engine
blinnphong cpp glsl-shaders opengl3 pbr-materials realtime
Last synced: 11 Mar 2026
https://github.com/hesic73/snippets
A bunch of C++ code snippets for tackling LeetCode problems
Last synced: 24 Mar 2025
https://github.com/echel0nn/brainflow-fuzz
more like brain overflow - an attempt to fuzz data_handler::read_file
Last synced: 16 Jan 2026
https://github.com/muszic/chat-application
Dive into real-time communication with this C++ chat application! Featuring a server-client model, it lets multiple users chat seamlessly, showcasing the power of sockets and threads in a fun and interactive way.
cpp multithreading networking socket-programming tcp
Last synced: 13 Jul 2026
https://github.com/markmusic27/cs106b
Notes and assignments from CS106B programming abstractions.
Last synced: 03 Jul 2025
https://github.com/daniil-tiunchyk/dormitory-assignment-cpp
Программа распределения мест в общежитии на C++
c-plus-plus console-app console-application cpp
Last synced: 08 Apr 2025
https://github.com/mobskuchen/cpp_console_lib
A small console library in C++
console console-application cpp cpp-library
Last synced: 03 Jul 2025
https://github.com/ufthaq/map-generator
"Map Generator" by using random walks
Last synced: 29 May 2026
https://github.com/manucabral/cosevawriter
Program to overwrite and read .csv files for Windows
Last synced: 16 Mar 2025
https://github.com/freakwill/computer-language-comparison
Comparison of Computer Languages
comparison computer-language cpp go java javascript julia lua php python ruby scala swift
Last synced: 03 Apr 2026
https://github.com/fardinhash/cpp-based-student-grading-system
cplusplus cpp grading-system student-grade-application
Last synced: 29 May 2026
https://github.com/koelopog16/BetterFPSUnlocker
A Fork of FPS Unlocker that gives UNCOMPROMISING PERFORMANCE, more customizability and more options!
cpp customizability fps gpl gplv3 libre macos open-source opensource options osx performance roblox unlocker windows windows-10
Last synced: 10 Mar 2025
https://github.com/sproc01/8ballpool
A program to crate a 2d view of a billiards clip
Last synced: 11 May 2026
https://github.com/xpd54/tetris_game
Tetris Game in C++
2d-game cpp game oops-in-cpp raylib-cpp simple-game tetris-game
Last synced: 22 Apr 2025
https://github.com/tayeva/librdkafka-docker
Docker image source files for: tayeva/librdkafka
Last synced: 06 Apr 2025
https://github.com/0xromjobert/cpp07
42 school exercices on templated classes and functions. Generic programming concept learnt through the creation of templates such as a generic iterator or dynamic array
array cpp cpp98 generic-programming iterator template-class
Last synced: 01 Apr 2025
https://github.com/rusyaev-dk/convolutional_neural_network
Simple convolutional network.
convolutional-neural-network cpp machine-learning neural-network
Last synced: 24 Apr 2026
https://github.com/josedsferreira/qtretroviewer
Desktop application made with Qt for editing pictures to give them a retro look
cpp desktop-app image-manipulation qt6
Last synced: 04 Feb 2026
https://github.com/blayung/my-multi-clock
The code for my own electronic clock, that I'm already planning to add way more features to than just showing the time. You won't do much with it unless you make a circuit just like mine.
arduino cpp electronics esp8266
Last synced: 12 Apr 2026