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/clausklein/samples
short c++ samples, some from CppCoreGuidelines
clang-format clang-tidy cmake cpp
Last synced: 06 Apr 2025
https://github.com/bruhmoent/never-finite
A 2D up-and-coming remake of my little platformer game - TuxBall! The levels are endless, since they are randomly generated! Build your way and collect 10 coins to pass to the next level. Made in sfml.
2d-game 2d-platformer-game cpp platformer sfml
Last synced: 19 May 2026
https://github.com/gmitch215/terminal-miner
Idle Game for mining materials, written in C++
Last synced: 18 Jun 2025
https://github.com/callmesalmon/caw
Simple, yet semi-useful password manager written in C++
Last synced: 18 Jun 2025
https://github.com/theo-mestre/pixel-art-animation
A SFML-based tool for mapping texture coordinates to animations, enabling use of a single texture for all animations with an editor for customization.
Last synced: 19 May 2026
https://github.com/pgvalle/cppinvaders
Space Invaders coded in C++
cplusplus cpp oop pico-sdl sdl2 space-invaders space-shooter
Last synced: 20 May 2026
https://github.com/cmst0us/libblilivedanmaku
BiliBili Live Room, Websocket Danmaku Protocol in C++
bilibili bilibili-live cpp danmaku websocket
Last synced: 29 Mar 2025
https://github.com/ufrshubham/todo-plus-plus
This is simple CURD application written in C++ with elements and sqlite library.
cplusplus cpp cycfi cycfi-elements sqlite3 todo todoapp
Last synced: 07 Sep 2025
https://github.com/jasperdrescher/carrot
Jamming with the Unreal Engine Cropout sample project
Last synced: 06 Apr 2025
https://github.com/zitrus2k/bullymodmenu
This is a simple Console based ModMenu for the Game Bully : Scholarship Edition written in C++.
bully-scholarship-edition console console-application cpp external menu mod modding modmenu vs2022 windows
Last synced: 17 May 2026
https://github.com/ahmed0saber/c-cpp_console
ahmed0saber console-application cpp
Last synced: 20 May 2026
https://github.com/jadamka/sierpinskitriangle-opengl
cpp cpp17 opengl opengl3 sierpinski-triangle sierpinskitriangle triangles
Last synced: 02 Jan 2026
https://github.com/m4yers/crutch
Project generator to get your ideas running fast
Last synced: 03 Feb 2026
https://github.com/fahimahammed/cp-practice
codeforces-solutions competitive-programming cpp
Last synced: 29 Aug 2025
https://github.com/alvgaona/2d-feature-matching
A sample app showcasing 2D feature matching with OpenCV
cpp feature-matching opencv pixi rerun
Last synced: 20 May 2026
https://github.com/sagarmedtiya/dsa-in-c-plus-plus
Data Structures and Algorithms In C++
algorithms cpp data-structures
Last synced: 20 May 2026
https://github.com/kamilpolok/acssimulation
Automatic Control System Simulation. Allows for simulation of various scenarios using different controllers, control objects and actuators
cmake controlsystem cpp cpp17 googlemock googletest gtest pid pid-control
Last synced: 02 Jan 2026
https://github.com/andezion/simulatoroffalling
This is my small project demonstrating the fall of a ball depending on user specified parameters.
cpp object-oriented-programming physics sfml-cpp sfml-library simulation
Last synced: 21 Mar 2025
https://github.com/smoke-y/game1
A platformer prototype where you swap positions with slime monsters
Last synced: 29 Mar 2025
https://github.com/shivamm-verma/learn-cpp
This Repository is Track of all files; I have worked with to learn Data Structures and Algorithms using C++! I have learnt through Multiple Resources, and I am still keep digging.
cpp data-structures-and-algorithms leetcode problem-solving
Last synced: 29 Mar 2025
https://github.com/happyrao78/codsoft
"Explored fundamental C++ concepts with three console-based projects: a Number Guessing Game, Simple Calculator, and a To-Do List Manager. Enhancing my coding skills by implementing interactive and practical solutions."
Last synced: 29 Mar 2025
https://github.com/nsubiron/configure-pyz
Simple C++ build system for gcc and clang compilers.
build-system build-tool clang cpp gcc
Last synced: 20 May 2026
https://github.com/jakubriegel/cjr
Library adding some nice stuff to C++ [in development, currently only numbers are available]
Last synced: 27 Mar 2025
https://github.com/cyanide-burnout/fastring
Event multiplexing library for io_uring
Last synced: 20 May 2026
https://github.com/hgschandeepa/dsa-repo
This repository contains all the answers for the🚀 LEETCODE and ⭐GFG questions, And the files are named with the Date.
arrays competitive-programming competitive-programming-contests cpp data-structures geeksforgeeks graphs javascript leetcode linked-list tree
Last synced: 20 May 2026
https://github.com/saqibbedar/cpluspluslearninghub
Explore a comprehensive collection of C++ programs ranging from fundamentals to pointers, created during my first semester. Ideal for computer science students and learners mastering C++, providing hands-on practice and insights into object-oriented programming and beyond.
cpp cpp-programming cppnotes learncpp learning-notes
Last synced: 04 Apr 2025
https://github.com/mdabdullahibnaharun/c-cpp-projects
Some C/C++ Projects Develop By Me and My Team Fantastic Four
Last synced: 07 May 2026
https://github.com/amalija-ramljak/advent-of-code-2020
Advent of Code 2020 solutions, C++
Last synced: 29 Mar 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/zloteerer/texas-holdem-evaluator
C++ Texas Hold'em Poker Hand Evaluator 🃏
cpp hand-rank poker rank ranking texas-holdem
Last synced: 17 Mar 2025
https://github.com/ka-iden/raytracing-test
Following "Raytracing In One Weekend" and subsequent books to learn about raytracing. These books are found at: https://raytracing.github.io/
cpp ppm raytracing raytracing-in-one-weekend raytracing-the-next-week raytracing-the-rest-of-your-life stb-image
Last synced: 25 Mar 2025
https://github.com/penghanyuan/fattreegenerator
C++ program to generate a fattree topology file
Last synced: 08 Oct 2025
https://github.com/skyzh/serialpb
Reliable packet transmission over serial interface
Last synced: 08 Oct 2025
https://github.com/maipa01/margs
margs (Maipa's Args Analyzer) is a C++ library for parsing command-line arguments. It supports flags (--flag), values (--value value), and grouped arguments (e.g., group --group-flag). The library allows easy definition of valid arguments, automatically generates error messages for invalid input, and provides built-in help message generation.
args-parser bsd-3-clause cpp cpp-library cpp20 header-only open-source
Last synced: 03 Jan 2026
https://github.com/makjac/traffic_car_counter_opencv_yolov3
A tool for counting the number of vehicles in a video, utilizing OpenCV and YoloV3 for object detection, with the vehicle type count displayed on the video.
Last synced: 18 Apr 2026
https://github.com/baqar-abbas/data-structures---algorithms
This Repo contains the programs related to Data structures and algorithms built using C language, C# (C Sharp), JavaScript and Ruby.
abstract-data-types algorithms algorithms-and-data-structures arrays binary-search c cpp csharp data-structures javascript linear-search linked-list linkedlist queue recursion stack
Last synced: 12 Oct 2025
https://github.com/smdn/polish-notation-impls
数式の二分木化・記法変換・計算アルゴリズムの実装
algorithms binary-expression-tree c-language calculation cpp csharp expression-tree java javascript polish-notation python rpn-calculator rpn-expression visualbasic
Last synced: 12 Apr 2026
https://github.com/programmingrainbow/conways-game-of-life-cpp-sdl2
Conway's Game of Life written in C++ and using SDL2 game library.
Last synced: 25 Oct 2025
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/mariam-badr-mb/9-games
This project features 9 games developed in C++ using Object-Oriented Programming (OOP) principles. Each game is designed with modularity, reusability, and scalability in mind, following core OOP concepts like encapsulation, inheritance, and polymorphism.
cplusplus-games cpp game-development
Last synced: 09 Feb 2026
https://github.com/kaierikniermann/c_cpp-mini-project-template
This is a template you can use for small quick C projects
Last synced: 13 May 2026
https://github.com/mounishvatti/learndsa
This repository contains concepts in C++ from Beginner to Advanced with Data Structures & Algorithms
arrays binary-search cpp doubly-linked-list hashing linked-list math oops pointers problem-solving queue recursion sorting-algorithms stack stl strings
Last synced: 19 Apr 2026
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/seunomonije/quantum-programming-api
Allows programmers to harness quantum power with minimal quantum knowledge.
Last synced: 02 Sep 2025
https://github.com/asko7779/kernel-panic-module
Early and primitive version of a kernel panic module programmed in C++ as a part of my OS projects and tests
bare-metal cpp kernel-panic os programming testing-module
Last synced: 13 Oct 2025
https://github.com/lucamazzza/lmgl
A modern OpenGL Engine Library for general purpose 3D graphics applications.
computer-graphics computer-graphics-opengl cpp cpp17 glad glfw glfw3 glsl glsl-shader glsl-shaders library linux macos multiplaform opengl opengl4 opengl41 windows
Last synced: 13 Mar 2026
https://github.com/bowenfu/matchit.cpp-dev-history
Write your C++ pattern matching library from scratch
Last synced: 07 Jul 2025
https://github.com/razfrumkin/fractal-viewer
A fractal exploration tool powered by SFML and GLSL for GPU acceleration, offering real-time rendering, zooming, panning, and color adjustment capabilities to ensure seamless performance. Additionally, it utilizes ImGui for intuitive user interactions, all implemented in C++.
cmake cpp fractals glsl imgui sfml
Last synced: 03 Apr 2025
https://github.com/tomasmark79/dotnamecpp-pub
This repository is obsolete. DotNameCpp was completely free released at https://github.com/tomasmark79/DotNameCpp
automated-testing boilerplate clang-tidy cmake conan cpp cpp-template cross-platform doxygen emscripten github-actions googletest modern-cpp ninja production-ready project-template static-analysis vscode webassembly
Last synced: 13 Oct 2025
https://github.com/aavision/bubble-sort-benchmarks
Benchmarking Bubble sort using different languages!
bash bubble-sort bubblesort c cpp cython go golang javascript php python python3 ruby rust ubuntu
Last synced: 19 Jan 2026
https://github.com/mrk21/cpp-webmock
The cpp-webmock is HTTP mocking library that was created by referencing to WebMock of Ruby.
Last synced: 13 Oct 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/netcorelink/libchttpx
A powerful, cross-platform HTTP server library in C/C++ for building full-featured web servers.
Last synced: 23 Jan 2026
https://github.com/dtinth/soundplayer
A simple sampled sound player written using FMOD Ex.
Last synced: 13 Oct 2025
https://github.com/shybovycha/sse-optimizations
Samples of SSE intrinsics in C++
Last synced: 02 Apr 2025
https://github.com/nickken253/hap_dino
A CPP language game product that uses the SFML library, developed by Nickken during a period of one month in the ProGameCup 2023 competition.
Last synced: 13 Oct 2025
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/paul-maxime/lets-see-music
A school project about sound and music visualization (2012).
Last synced: 11 Mar 2025
https://github.com/gamatos/gold
A proof of concept C++ application for learning regular languages
cpp deterministic-finite-automata dfa learning-theory regular-languages
Last synced: 01 Apr 2025
https://github.com/jedimahdi/movie-network
Movie network system with c++
cpp cpp11 http mvc web-application
Last synced: 05 Oct 2025
https://github.com/jpenuchot/these
PhD thesis document (graduated)
constexpr cpp design generic hpc metaprogramming optimization template tmp
Last synced: 16 Jun 2026
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/willkill07/adventofcode2018
advent-of-code advent-of-code-2018 adventofcode adventofcode2018 cpp cpp17
Last synced: 13 Jun 2025
https://github.com/zyx-0314/cp1-grade-checker-basics-part-2
A C++ console app for collecting and averaging student grades across five subjects. Users enter their name, section, and school, then input grades for an average score. Includes options to continue or exit, with structured naming conventions and additional exercises to enhance coding skills.
basic-programming cpp school-project
Last synced: 27 Jan 2026
https://github.com/asynched/cpp-rsa
Implementation of the RSA encryption algorithm using C++.
Last synced: 12 Mar 2025
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/refvalue/svchostify
Hosting your C#/Java/C++ project as a DLL service easily, NOT ONLY svchost.exe!
cpp csharp dll java svchost windows windowsservices
Last synced: 19 Apr 2026
https://github.com/hellowrc/setwinsetupsplashtext
实时修改Windows在安装过程中在进度屏幕显示的状态文本
Last synced: 01 Apr 2025
https://github.com/vedanty3/dsa-codeground
This repository contains solutions for DSA questions which I've solved on LeetCode & GFG.
aditya-verma-dp algorithms-and-data-structures code-repository codeplayground cpp datastructure datastructures gfg-solutions interview-preparation interview-questions interviewbit-solutions javascript js leetcode leetcode-cpp leetcode-solutions strivers-sde-sheet
Last synced: 15 May 2026
https://github.com/aryank1511/cpp-object-oriented-programming
Compilation of all the files, notes and programs that I created while taking Tim Buchalka's "Beggining C++ Programming - From Begginer to Beyond" Course on Udemy which is taught by Frank Mitropoulos.
Last synced: 08 Oct 2025
https://github.com/terenstare/metabox
A handful of C++ programming utilities
cpp cpp17 cpp20 modern-cpp utilities
Last synced: 30 Mar 2025
https://github.com/omparghale/aes-rsa-hybrid
AES-RSA hybrid encryption implementation in C++.
Last synced: 01 Apr 2025
https://github.com/andreafioraldi/grassi-pi
Calculate PI using random numbers and probability
Last synced: 25 Mar 2025
https://github.com/trypsynth/sleepsoundly
Tiny C program to constantly pipe silent audio through audio devices on Windows, eliminating automatic sleeping.
accessibility audio c cpp sound soundcard soundcardsleep win32 windows winmm
Last synced: 11 Mar 2026
https://github.com/outdatedguy/sem-4-mini-project
A college Mini-Project made using C++ for topic 'Doctor's Appointment System'.
booking-system cpp login-system mini-project
Last synced: 16 Mar 2025
https://github.com/ymherklotz/mipscpu
A Mips I CPU simulation written in C++ that is completely programmable and can run most instructions.
cpp mips mips-sim mips-simulator
Last synced: 24 Apr 2025
https://github.com/foxmd/cmake_template
CMake template for small/mid C++/C projects with tests
c catch2 cmake codecov conan cpp github-actions github-pages project
Last synced: 18 Jan 2026
https://github.com/ameya-kawade/simple-calculator
It's a simple calculator to do simple operations with two numbers
Last synced: 03 Jul 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/sanchitbajaj02/my-c-project
C++ project of travel agency
Last synced: 04 Sep 2025
https://github.com/pfirsich/clipp
A command line argument parser library for C++17
command-line command-line-arguments command-line-arguments-parser cpp cpp17
Last synced: 02 Apr 2025
https://github.com/nekernel-org/superproject
The NeKernel.org project
cpp neboot nebuild necti nekernel superproject
Last synced: 14 Oct 2025
https://github.com/sileneer/ece-project
An Arduino project to control the car to travel through a maze using ultrasonic and infrared red sensors.
arduino cpp electrical-engineering electronics-engineering
Last synced: 28 May 2026
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/rodjjo/opengl-simple-game
A simple opengl game created using C++ using code::blocks ide and mingw toolset
Last synced: 15 Apr 2026
https://github.com/ovsidee/checkers
Java Panama Project. JNI. The Tic-Tac-Toe 5x5 game is done on the java and c++. Full logic was done using the c++, all the graphical part was done on the java side.
cpp java javafx jni jni-java junit5 mvc-pattern
Last synced: 13 Apr 2026