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-06 00:06:48 UTC
- JSON Representation
https://github.com/ralvarezdev/uru-programming-1-dominoes
Simple dominoes terminal game from Programming 1 college course
cpp dominoes game game-development rafael-urdaneta-university terminal universidad-rafael-urdaneta uru
Last synced: 13 Feb 2026
https://github.com/swillner/cpp-library
Several code snippets and mini-projects that don't have their own repository yet
automatic-differentiation convenience-functions cpp cpp-library csv-parser progress-bar snippets zip
Last synced: 28 Jul 2025
https://github.com/bl33h/conwaysgameoflife
A real-time rendering program with Conway's Game of Life algorithm.
algorithm cmake conways-game-of-life cpp gcc make sdl2 wsl
Last synced: 28 Jul 2025
https://github.com/meysam81/traveling-salesman-problem
an implementation of tsp using c++ in a simple way
cplusplus cplusplus-11 cpp cpp11 traveling-sales-person traveling-salesman traveling-salesman-problem traveling-salesperson tsp tsp-problem tsp-solver
Last synced: 03 Jan 2026
https://github.com/alexiszamanidis/sql_query_executor
A Parallel SQL Query Executor that parses and executes SQL queries using a Thread pool. It also rearranges the predicates by frequency to reduce execution time.
bash c cpp parallelization sql-query-executor thread-pool
Last synced: 09 Apr 2026
https://github.com/coralkashri/cppsenioreas-iterators
This is an examples repository of C++ Senioreas blog iterators article.
code-refactoring cpp cppsenioreas iterators
Last synced: 29 Jul 2025
https://github.com/vasar007/timle
Official repository of the 2D platformer game "This Is My Last Escapade" (TIMLE).
2d-game 2d-platformer cpp cpp-game game platformer sfml-game
Last synced: 30 Jul 2025
https://github.com/druxorey/ucv-ayed
Respuestas y ejercicios resueltos de las guías de Algoritmos y Estructuras de Datos en C++, organizados por temas.
algorithms-and-data-structures cpp ucv
Last synced: 21 Sep 2025
https://github.com/eclipse-keypop/keypop-card-cpp-api
Eclipse Keypop project repository containing a C++ implementation of the 'Card API' standardized by the Calypso Networks association for ticketing terminal processing smart card
Last synced: 30 Jul 2025
https://github.com/paltoudara/gauss_elimination_no_guidance
algorithms cpp gauss-elimination gauss-elimination-algorithm
Last synced: 30 Jul 2025
https://github.com/paltoudara/polynomial_interpolation
algorithms cpp gauss-elimination interpolation-polynomial polyomino
Last synced: 12 Sep 2025
https://github.com/vokungahrotlaas/sfml-maze
C++ program which creates and solves mazes.
cpp maze maze-generator maze-solver sfml
Last synced: 31 Jul 2025
https://github.com/luweglarz/cpp_pool_42
CPP pool to learn basics of cpp concept
Last synced: 31 Jul 2025
https://github.com/longhao-li/ink
An easy-to-use D3D12 rendering framework.
Last synced: 01 Aug 2025
https://github.com/iamwatchdogs/dsa
Slate/Deprecated docs repo for DSA. I should have continued working on it.
algorithms c cpp data-structures documentation dsa interview java learning open-source preparation python
Last synced: 09 Apr 2026
https://github.com/t-katsumura/webassembly-examples-eratosthenes
webassembly examples which calculate prime by Sieve of Eratosthenes
assemblyscript c cpp golang javascript rust wasi wasm webassembly webassembly-demo
Last synced: 01 Aug 2025
https://github.com/nemuelw/cheska
Builder for analysis-aware Windows droppers
anti-analysis anti-debugging anti-sandbox anti-vm cpp defense-evasion detection-evasion dropper malware-development python security-research windows-malware
Last synced: 01 Aug 2025
https://github.com/bhabishworgrg/hangman
Daily C++ Learning Journey: From Basics to Building a Hangman Game
Last synced: 02 Aug 2025
https://github.com/3n3a/fibonacci_sequence
generating a fibonacci sequence in c++/cpp and getting the values with script
cpp fibonacci maths programming
Last synced: 02 Aug 2025
https://github.com/kerimkuscu/cpp-sorting-algorithms-execution-time
C++ selection sort, insertion sort, bubble sort and merge sort execution time. Demo =>
bubble bubble-algorithms bubble-sort bubblesort cpp dev-cpp devcpp insertion insertion-algorithms insertion-sort insertionsort merge merge-algorithms merge-sort mergesort selection selection-algorithms selection-sort selectionsort
Last synced: 02 Aug 2025
https://github.com/brdav/fastrvm
[fastrvm] Relevance Vector Machine in Python with a C++ Core
bayesian classification cpp python regression relevance-vector-machine sparse
Last synced: 17 May 2026
https://github.com/astafofo/password-strength-checker
A C++ program that checks password strength based on security criteria.
Last synced: 27 Sep 2025
https://github.com/cvcpatton/anagram-generator
A console-based C++ application that generates anagrams of a user-provided word. Demonstrates string manipulation, loops, and randomization.
anagram-generator console-application cpp stl string-manipulation
Last synced: 27 Sep 2025
https://github.com/mukeshlilawat1/zomato-app-design-pattern
This repository contains a low-level system design of a Zomato-like food delivery application implemented in C++. It demonstrates the use of Object-Oriented Programming (OOP) and Design Patterns to build scalable, modular, and maintainable software architecture.
Last synced: 27 Sep 2025
https://github.com/codeprovn/library-management-system
Bài tập lớn kinh điển quản lý thư viện viết bằng C++ dành cho sinh viên ngành Công nghệ thông tin. Dự án giúp quản lý sách, sinh viên và hoạt động mượn trả trong thư viện. Hoàn toàn không sử dụng AI, chia sẻ miễn phí để cộng đồng học tập và tham khảo.
console-application cpp education library-management non-ai student-management
Last synced: 27 Sep 2025
https://github.com/fulfilledcovenant/covenginea
An open-source semi-automated optimizations for improved overall windows 10-11 experience.
c cpp open-source ps1 windows-10 windows-11
Last synced: 29 Sep 2025
https://github.com/Pulkit1822/GeeksforGeeks
This repository compiles my daily solutions to Geeksforgeeks challenges, categorized by date and problem. Each solution directory includes the corresponding question in the README for quick reference. Contributions are welcome, and the project is licensed under MIT.
coding-challenges cpp data-structures-and-algorithms java problem-solving
Last synced: 09 Aug 2025
https://github.com/yotam180/xai
xAI - A Research Project in the Field of Machine Learning (Magshimim 3rd year project)
artificial-intelligence cpp deep-learning machine-learning neural-network python tensorflow
Last synced: 19 Apr 2026
https://github.com/bayars/hackerrankcodes
My hacker rank problems solve with listed. I add problem and solve.
algorithm c cpp hacker-rank python ruby
Last synced: 09 Apr 2026
https://github.com/vcputtini/udf_mariadb_cpp
MariaDB(tm) native User-defined functions in C++
cpp cpp17 database lib library mariadb mariadb-database mariadb-mysql mariadb-server mysql parser
Last synced: 25 Jan 2026
https://github.com/pegvin/dllbundler
Recursively Copy DLLs Required By A .exe or a .dll file.
cpp cpp17 dll-bundler mingw mingw-cross-environment mingw-environment mingw-w64 mingw32 mingw64 msys2 objdump
Last synced: 06 Oct 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: 14 Apr 2025
https://github.com/mvakili/cpp-assignments
My CPP assignments during BSc
assignment assignment-solutions cpp
Last synced: 14 Apr 2025
https://github.com/iabdullah215/digital-wallet
C++ based project
cpp devcpp project project-repository
Last synced: 12 Jan 2026
https://github.com/winseros/gulp-armapreprocessor-plugin
Plugin for Gulp which allows to resolve C++ preprocessor instructions
arma arma2 arma3 cpp gulpplugin preprocessor
Last synced: 20 Apr 2026
https://github.com/poncoe/datastructure_cpp_basic
introduction to Data Structure (Struktur Data) in Bahasa Indonesia & English (Using Jetbrains CLion for Build C++)
clion-cmake cpp cpp11 cpp14 jetbrains kucing-item-putih learning learning-by-doing luckytrue-development structured-data struktur-data
Last synced: 28 Aug 2025
https://github.com/stevenferrer/cpp-meson-template
C++ template repository with Meson build
Last synced: 25 May 2026
https://github.com/amzisys/temp-controlled-fan
Temperature Controlled Fan using Arduino Uno
arduino-uno atmega32 c cpp electronics sensors
Last synced: 23 Apr 2026
https://github.com/voutuk/taskmanager
Todo-list style task manager: My first project in C++, designed to help organize tasks and to-dos efficiently.
Last synced: 07 Apr 2025
https://github.com/nekruzash/sudoku-solver
A sudoku solver program that solves a sudoku game board using backtracking method and recursion.
Last synced: 05 Mar 2025
https://github.com/magnuschase03/base64-encryption
Encode ASCII text to base 64
Last synced: 07 Apr 2025
https://github.com/awais-124/itp-project
C++ games project for beginners. Five games in one.
cpp dice-game introduction-to-programming programming tic-tac-toe
Last synced: 07 Apr 2025
https://github.com/jacek13/mahjongsolitaire
Mahjong Solitaire based on the SDL2 library.
cpp cpp14 mahjong-solitaire sdl2 visual-studio
Last synced: 15 May 2025
https://github.com/piobeat/smartphone-webserver-template-mongoose
A native webserver implementation (C/C++) based on Mongoose for your smartphone.
android c cpp cpp11 cross-compilation cross-compiler-toolchain mongoose native smartphone webserver
Last synced: 10 Apr 2026
https://github.com/rudrodip/sonicrypt
Sonicrypt is a compact and intuitive tool designed to enhance the user experience for both buyers and sellers engaging in crypto transactions.
arduino cpp esp-idf esp32 esp32-s3 espressif platformio solana websocket
Last synced: 10 Apr 2026
https://github.com/smile040501/bodmass_calculator_cpp
A BODMASS Calculator made using CPP which allows you to evaluate the complex mathematical expression with ease.
bodmas bodmas-calculator bodmas-evaluator bodmas-operation cpp
Last synced: 27 May 2026
https://github.com/luisfelipepoma/junior_training
Learning about Competitive Programming
algorithms competitive-programming cp cpp python
Last synced: 19 Apr 2026
https://github.com/cedricschwyter/ogl
OpenGL part of my Vulkan vs. OpenGL comparison
3d-graphics cpp cpp17 linux opengl
Last synced: 04 May 2026
https://github.com/tanner-davison/asteroid-destroyer-sdl
Asteroid Destroyer made from scratch using C++ and SDL subsystems
cmake cmakel cpp cpp23 dll sdl2 sdl2-library
Last synced: 26 Dec 2025
https://github.com/jackm/jpeg-compressor
Automatically exported from code.google.com/p/jpeg-compressor
cpp jpeg jpeg-compressor jpeg-encoder
Last synced: 29 Jun 2025
https://github.com/haimozer123/cpp_finalproject_rted
This project implements a Quadratic Equation solver using operator overloading, Rule of Three/Five, and const-correctness (Task 1) and a Vet Management system with inheritance, RTTI, singleton pattern, and dynamic memory management for animal health tracking (Task 2).
cpp cpp14 doxygen-documentation final-year-project rted
Last synced: 17 May 2026
https://github.com/suhatanriverdi/document-indexing
Wordfinder system that responds single word queries. This system allows users to enter a single word, then returns a list of documents containing this word.
c-plus-plus cpp data-structures indexing linked-list searching visual-studio wordfinder
Last synced: 14 Mar 2025
https://github.com/rozhakxd/neosatsu
base64 cpp google-drive kali-linux neosatsu shortlink-bypass termux url-cleaning url-decoding
Last synced: 22 Mar 2025
https://github.com/patrickfc17/voyagerwc
File Explorer for Gnome
cpp gnome-desktop gtkmm4 mesonbuild
Last synced: 07 Apr 2025
https://github.com/igorskyflyer/carbon-playground
🗿 Just a playground for Carbon. 💎
back-end beginner carbon cpp google hello-world igorskyflyer playground test tryout
Last synced: 12 Apr 2025
https://github.com/anas-farooq8/bomberman
A terminal-based recreation of the classic Bomberman game, built in C++ using the ncurses library. Navigate mazes, plant bombs, defeat enemies, and save your pixelated world! Featuring dynamic gameplay, object-oriented design, and save/load functionality.
2d-game bomberman-game cpp ncurses-library oop-principles
Last synced: 26 Jun 2025
https://github.com/rprakashdass/c-cpp-guide
Contains tutorials and concise notes designed for pre-interview preparation, with a focus on algorithms, complexity, and the Standard Template Library (STL). This repository serves as a comprehensive, easy-to-navigate guide for C++ and C programming enthusiasts.
algorithms-and-data-structures c concept cpp cppguide notes programs sorting-algorithms tutorial-exercises unstop
Last synced: 31 Aug 2025
https://github.com/zigrazor/cxxcircularbuffer
A modern implementation of CircularBuffer, with STL-Like Style
circular-buffer cpp cpp17 stl-containers
Last synced: 25 May 2026
https://github.com/prot-security-studio/prot-defender-core
Prot Defender core code open source repository
cpp csharp defender dll machine-learning python python3 software windows
Last synced: 10 Apr 2026
https://github.com/knightfox75/psu_pro
Power Supply Unit for 8 bits microcomputers.
Last synced: 06 Mar 2025
https://github.com/zhb2000/maybe-extension
Functional interfaces and useful extension methods for "Maybe types" in C++ (e.g., std::optional, pointers, and smart pointers).
c-plus-plus cplusplus cpp functional-programming
Last synced: 15 Apr 2025
https://github.com/shadowshahriar/cse222
A repository containing my solutions to data structure (Java, C, C++) problems assigned by our CSE lecturer, NASR (3rd Semester)
Last synced: 04 May 2026
https://github.com/plinkon/colorify
A nice little tool to help with ANSI escape codes
ansi color-tool console-tool cpp
Last synced: 05 Jul 2025
https://github.com/gaurav-chaurasia/dsa
All my practice problem(data-structure and algorithmic) and code are here
algorithm competitive-programming cpp data-structures readme-md
Last synced: 29 Jun 2026
https://github.com/mohamed-samy26/flappy-bird-cpp-sfml
Remake for Flappy Bird game with custom made physics and 2 levels of difficulity
cpp game game-development physics sfml sfml-game
Last synced: 25 May 2026
https://github.com/connectaman/cpp-notes-and-programs
Notes and Programs in Cpp
cpp cppnotes notes programming-language programs
Last synced: 14 Mar 2025
https://github.com/connectaman/c-and-data-structure
Program,Notes,Explanation on Data Structure using C++
cpp data data-structures sorting-algorithms
Last synced: 14 Mar 2025
https://github.com/maudzung/self-driving-car-06-kidnapped-vehicle-particle-filters
An implementation of a 2D particle filter in C++
cpp cpp17 kidnapped-vehicle particle-filter particles
Last synced: 31 Aug 2025
https://github.com/pilgrimlyieu/antsvssomebees-cppver
南京大学 2024~2025《C++ 高级程序设计》期末项目大作业——Ants Vs. SomeBees (C++ version)
cpp cs61a game homework nanjing-university nju project
Last synced: 26 Feb 2025
https://github.com/falconlee236/irc_server
IRC Webserver based RFC1459
cpp socket-programming tcp-ip tcp-server tcp-socket
Last synced: 15 May 2025
https://github.com/coralkashri/cppsenioreas-ranges
This is an examples repository of C++ Senioreas blog C++20 ranges article.
Last synced: 15 May 2025
https://github.com/coralkashri/cppsenioreas-random
This is an examples repository of C++ Senioreas blog C++ Illusions - Random article.
code-refactoring cpp cpp20 cppsenioreas random
Last synced: 15 May 2025
https://github.com/coralkashri/cppsenioreas-metaprogramming-constexpr
This is examples repository of C++ Senioreas blog metaprogramming constexpr article.
constexpr cpp cpp11 cpp14 cpp17 cpp20 cppsenioreas metaprogramming
Last synced: 15 May 2025
https://github.com/edenreich/cpp-console-generator
An extension for vscode to generate a console project and commands quickly
code-generator console-component cpp utility
Last synced: 19 Apr 2026
https://github.com/kuro337/imghttp
High Performance Multi Threaded C++ Image Processing Web Server
Last synced: 11 Jun 2026
https://github.com/nrjsbudhe/c_plus_plus
Exploring C++ and its unique features | Practice Competitive Programming | Develop Toolchain using CMake | Unit Testing
Last synced: 26 May 2026
https://github.com/jilliennelapid/binarytreestorage
Project 2: An organism-storing binary tree that reads commands from input .txt, queries the data, and outputs to console and output .txt.
binary-search-tree binary-tree cpp data-structures infile-outfile txt-files
Last synced: 15 Mar 2025
https://github.com/scapix-com/cmodule_test
Example project for cmodule package manager
cmake cpp package-management package-manager
Last synced: 26 May 2026
https://github.com/shivamgupta92/leetcodesolution
Solution to LeetCode problems
Last synced: 10 Apr 2026
https://github.com/naemazam/word-to-binary-convert
Convert Your Love letter to Binary, Even Your GF can't Understand
Last synced: 19 Jun 2025
https://github.com/krisluczka/scrapium.h
Simple, light and fast C++ webscraping library.
cpp http scraping scrapping webscraping webscrapping
Last synced: 15 Apr 2025
https://github.com/agha-naveed/portfolio
Portfolio
cpp developer java javascript portfolio-website python reactjs website
Last synced: 11 Apr 2026
https://github.com/mondonno/algorithms
Collection of resuable algorithm templates written in pure C++
algorithm algorithms all cpp data-structures math prefix-sumes sorting trees
Last synced: 04 Jun 2026
https://github.com/am4nn/authentication-demo
how login data is stored in database and how login details are checked
authentication authentication-demo cli cpp login
Last synced: 29 Jun 2025
https://github.com/longluo/androidndk
android android-app c cpp java jni jni-android ndk ndk-sample
Last synced: 11 Apr 2026
https://github.com/vovandreevik/stack-and-queue-data-structures
This C++ project implements stack and queue data structures
cpp oop oops-in-cpp queue stack
Last synced: 07 Apr 2025