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/liraymond04/olc-rts
Simple pixel-style hex based RTS game.
c-plus-plus cpp game-development hex hexagonal-grids hexagonal-tiles olc olcpixelgameengine pge pixel-art real-time-strategy rts
Last synced: 16 Mar 2025
https://github.com/binoydipu/cp-templates
Competitive Programming Templates using C++.
competitive-programming cpp data-structures-and-algorithms problem-solving templates
Last synced: 13 Jun 2025
https://github.com/c0de4un/cxx-thread-util
C++ utility library for threads api (posix & Windows).
async-programming asynchronous-programming cpp cxx multithread multithreading multithreading-library pthread stl stl-threadsafe thread thread-safety threading
Last synced: 14 Jun 2026
https://github.com/aquanox/quickplaypresetsplugin
Plugin adding quick launch of PlayInEditor presets for Unreal Engine
cpp unreal-engine unreal-engine-5 unreal-engine-cpp-plugin unreal-engine-plugin work-in-progress
Last synced: 29 May 2026
https://github.com/heshanera/charrecognizer
Character Recognition using an artificial neural network. Network is trained for 26 characters. Implemented in C++ and Magick++ API is used for pixel manipulation
artificial-neural-networks character-recognition cpp magick-api
Last synced: 03 Jul 2025
https://github.com/longwater1234/space-checkers
Offline and Online Multiplayer Checkers (draughts) game in C++17 built with SFML, ixWebsockets and Protobuf. Works on Windows, MacOS & Linux Desktop
boardgame checkers checkers-game cpp gui multiplayer-game protobuf sfml sfml-game websocket
Last synced: 22 Feb 2026
https://github.com/dmamakas2000/filter-ppm-cpp
An academic project featuring a PPM image editor with custom 2D data representation, file handling, and image processing filters using C++. Supports reading, writing, and parametric transformations via runtime arguments. Highlights core concepts in image manipulation and data management.
2darrays cpp filter functions image-processing inheritance mathematics ppm-image
Last synced: 28 Mar 2025
https://github.com/imshawan/snippetscloud
A small collection of code snippets that can make coding easier
c cloud-computing cpp csharp good-first-issue javascript nginx programming python python3 snippets software-engineering webdevelopment
Last synced: 14 Apr 2026
https://github.com/jsmolka/disarmv4t
An ARMv4T disassembler.
armv4t cpp disarmv4t disassembler
Last synced: 08 Apr 2025
https://github.com/ntia/propagation-library-wiki
Wiki for NTIA/ITS Propagation Library, built with Quarto and GitHub Pages
cpp csharp dotnet matlab propagation python quarto
Last synced: 26 Nov 2025
https://github.com/KalbarczykDev/sdl2-pong
Recreation of the classic Pong game with SDL2 lib and C++!
beginner beginner-friendly cpp first-contributions pong pong-game sdl sdl-library sdl-ttf sdl2
Last synced: 16 Oct 2025
https://github.com/jcbhmr/platformdirs-cpp
📂 Python's platformdirs module for C++
cmake cpp cpp-library platformdirs port xdg
Last synced: 02 Apr 2025
https://github.com/abhisaphire/geeksforgeeks-array.practice
Solved practice set problems of GeeksforGeeks.com
abhisaphire array-manipulations c competitive-programming cpp data-structures-algorithms multidimensional-arrays python searching-sorting-array
Last synced: 12 Apr 2026
https://github.com/daisvke/ft_otp
This program allows you to securely store an initial password in an encrypted file and generate a new TOTP (Time-based One-Time Password) every time it is requested. It provides both a CLI and a GUI version.
cpp cryptography ecole42 ft-otp otp-generator qrcode-generator qt security totp totp-generator
Last synced: 28 Feb 2025
https://github.com/shubhansu-kr/dailychallenge-2023-leetcode
Leetcode Daily Challenge 2023 | Solutions and Progress | C++/ C
cpp daily-challenge leetcode leetcode-daily-challenge leetcode-solutions
Last synced: 03 Jan 2026
https://github.com/hynduf/mystersy---a-sdl2-cpp-game
Mystersy - A SDL2 Game for 2122II_INT2215_2 (UET)
Last synced: 18 Apr 2026
https://github.com/hashlag/plusml
A C++ library that aims to provide implementations of common machine learning algorithms with clean API
Last synced: 28 May 2026
https://github.com/ajisubarkah/struktur-data
Introduction to Data Structures and Algorithms in C++
Last synced: 06 Jun 2026
https://github.com/ferfoui/embeddeddisplay
Program to control a little screen with an ESP32
bluetooth bluetooth-le cpp esp32 esp32-arduino platformio
Last synced: 10 May 2026
https://github.com/chihebabiza/my-cpp-queue-array
A simple, template-based queue class in C++ built on top of a custom dynamic array (`clsDynamicArray`). This implementation supports core queue operations such as `push`, `pop`, `front`, and `back`, along with extended utilities like reversing the queue and inserting at custom positions.
cpp cpp-library data-structures oop programming-advices queue
Last synced: 10 Mar 2026
https://github.com/artainmo/ft_containers-unittest
Personal project. An advanced unit-test written in c++ for 42 school's ft_containers project or other c++ containers.
42school cpp forks personal-project threads unittest
Last synced: 16 Mar 2025
https://github.com/fl2mex/vkengine
WIP Toy Vulkan Engine for the sole purpose of learning Vulkan and its best practices
cpp cpp20 vulkan vulkan-engine
Last synced: 25 Mar 2025
https://github.com/stuart6854/gfx
C++ Graphics Wrapper - Work In Progress (Only Vulkan ATM)
Last synced: 10 Nov 2025
https://github.com/antonioberna/spectrum-analyzer
ESP32 Spectrum Analyzer using FFT (radix-2) in C++
cpp embedded engineering esp32 fft platformio radix-2 spectrum-analyzer
Last synced: 10 May 2026
https://github.com/garyhilares/chess
A chess game interface created using SFML and C++.
Last synced: 08 Apr 2025
https://github.com/ka-iden/opengl-test
Testing out and Learning Modern OpenGL, repo for bkp/testing
assimp cpp cpp20 modern-opengl opengl stb-image testing
Last synced: 25 Mar 2025
https://github.com/vietanhdev/neural-network-from-scratch
AI From Scratch in C++ - for educational purposes. Available now: Fully Connected Network and Convolution Neural Network.
ai cnn cpp from-scratch neural-network nlp
Last synced: 28 May 2026
https://github.com/stellardx/cspaceengine-project-vs-edition
A simple C++ static library for astronomic calculation and modding SpaceEngine
astronomy astronomy-library cpp library spaceengine
Last synced: 23 Apr 2025
https://github.com/ka-iden/chips
chips haha get it like the food
chip-8 chip8 chip8-emulator chip8-interpreter cpp emulator interpreter sdl2
Last synced: 25 Mar 2025
https://github.com/shadowshahriar/cse112
A repository containing my solutions to OOP problems assigned by our CSE lecturer, NAB (2nd Semester)
Last synced: 23 Mar 2025
https://github.com/brainboxdotcc/evalbot
D++ Evaluator bot
bot cpp discord discord-bot dpp
Last synced: 29 Apr 2026
https://github.com/bola-nabil/codeforces
codeforces solutions
algorithm algorithms algorithms-and-data-structures codeforces codeforces-solutions cpp data-structures problem-solving
Last synced: 16 Mar 2025
https://github.com/kanannuruyevs/basic-programming-exercises
Some Programming Exercises in My Learning Journey. This repository contains code in Java, C++, Python, HTML, CSS, and JavaScript.
cpp css html java javascript learning programming python
Last synced: 11 Apr 2026
https://github.com/nirjhardebnath/graphics_and_physics_simulations
Graphics ans simulations in C or other languages
algorithms-and-data-structures c cpp graphics low-level-programming optics-simulation physics-simulation raytracing simulation
Last synced: 11 Mar 2025
https://github.com/DaLae37/OnTheTop
Quiz and battle game
cpp quiz turn-based-strategy windows-console-game
Last synced: 11 Mar 2025
https://github.com/nakira974/commons-langc
Simple library that compile all commonly used data structures and algorithms, including linked lists, hash maps, and array lists and many others. It allows you to efficiently manage and manipulate collections of data in your C / C++ projects. Feel free to fork for your own needs.
algorithms-and-data-structures c collections cpp library
Last synced: 10 Jun 2025
https://github.com/cppshizoids/cppbackend
Attempt to writing a REST API in C++ using DrogonFramework
Last synced: 06 Jul 2025
https://github.com/xwirkijowski/ccmt-a3-insignias
🛠 An Arma 3 Insignias addon from Crastinum Community Modding Team
Last synced: 06 Apr 2025
https://github.com/phattharaphorn/itc-lab
⚙️🔥 Introduction to computer laboratory using the Arduino Microcontroller Board.
arduino cpp hardware lab-assignment
Last synced: 16 May 2026
https://github.com/akhand-pratap-tiwari/conway-game-of-life-using-cpp-and-sfml
An implementation of Conway's game of life using C++ and SFML.
conways-game-of-life cpp custom-headers sfml
Last synced: 23 Mar 2025
https://github.com/codernayeem/leetcode_interview_150
The top 150 interview question solve from leetcode
competitive-programming cpp interview-questions leetcode-solutions leetcode-top-150-questions
Last synced: 13 Jun 2025
https://github.com/pablitoo1/battleship-game
Classic Battleship Game made in C++ with SFML library
Last synced: 16 Mar 2025
https://github.com/mdalauddin45/c---for-data-structure
C++ for Data Structure
cpp data-structures ds python3
Last synced: 16 Mar 2025
https://github.com/diath/hellspawn
Data editor for forgottenserver and otclient.
cpp editor game-development qt tool tools
Last synced: 28 May 2026
https://github.com/uhpoler/kpi-second-semester
This repository contains materials from all disciplines of the second semester
activity-diagram bfs bstree bubble-sort cisco-packet-tracer class-diagram component-diagram cooperation-diagram cpp deployment-diagram hash-functions insertion-sort merge-sort python quick-sort salesman sequence-diagram state-diagram use-case-diagram
Last synced: 06 May 2026
https://github.com/alphaharrius/veil
The implementation of the Veil programming language.
cpp cpp17 custom-language language-runtime programming-exercises programming-language
Last synced: 24 Mar 2025
https://github.com/noamrodrik/rodrikgameboyemulator
My own version of the GameboyEmulator written in C++17, for educational purposes only!
cpp cpp17 dmg-001 emulator gameboy gameboy-emulator gb
Last synced: 12 Apr 2025
https://github.com/arsdever/programming_on_linux
Wrapping linux's file manipulation API into classes
Last synced: 17 Apr 2026
https://github.com/kfirfitousi/cpp-triangles
Project from C++ course: 3 Algorithms for finding triangles in graphs.
Last synced: 01 Apr 2025
https://github.com/codernayeem/2d-maze-solver
Solve and view the solution path of a 2D Maze
backtracking-algorithm cpp maze maze-solver
Last synced: 04 Jul 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/jdpadillavigo/pathfinder
This project involved implementing an application to test and compare two pathfinding algorithms: BFS (Breadth-First Search) and D* Lite. The application was developed in C++ and Java, using Raylib for the graphical user interface in C++ and Swing in Java. The main objective was to evaluate the performance and memory usage of both languages.
c cpp java makefile pathfinder raylib swing visual-studio-code
Last synced: 20 Apr 2026
https://github.com/prasundas99/problem-solving
A list of all common problems (solved) from beginners to advance in problem solving
c codeforces-solutions cpp data-structures java oops-in-java problem-solving
Last synced: 09 May 2026
https://github.com/lostsh/stickgame
A tiny game on arduino with LCD Display (16*2)
arduino arduino-game arduino-lcd arduino-nano arduino-uno cpp game lcd lcd-display lcd16x2 tiny-game
Last synced: 02 May 2026
https://github.com/da-huin/pikachu-mahjong-hack
✨ Simple Pikachu Mahjong Hack. It changes in a way that matches different things.
cpp hack pikachu-mahjong simple
Last synced: 07 Sep 2025
https://github.com/xottab-duty/x-day-engine
X-Day Engine
c-plus-plus c-plus-plus-17 cpp cpp17 game-engine glfw vulkan vulkan-game-engine
Last synced: 26 Mar 2025
https://github.com/sumdiboii/rainwater-harvesting-simulation-opengl
A rainwater harvesting simulation built using OpenGL in C++, featuring animated rainfall, gutter collection, and water storage. It’s a modified version of an existing project with unknown origin. We enhanced the visuals, structure, and flow to make it more suitable for academic use. Demonstrates basic OpenGL rendering and environmental concepts.
cpp environment graphics opengl rainwater-harvesting simulation visualisation
Last synced: 11 Apr 2026
https://github.com/rexapex/ose-game-engine
Origami Sheep Game Engine
3d 3d-engine 3d-graphics cplusplus cpp cpp17 engine engine3d game game-dev game-development game-engine opengl origami-sheep-engine
Last synced: 02 May 2026
https://github.com/someaspy/csc109template
A template for starting repos of my comp sci class
Last synced: 20 Mar 2025
https://github.com/ralvarezdev/udemy-dsa-cpp
Practices and projects from Abdul's DSA course
binary-search-tree binary-tree cpp data-structures dsa linked-list merge-sort queue sorting-algorithms stack terminal tree-structure udemy udemy-course
Last synced: 15 May 2026
https://github.com/risc-os-community/strongedmodes
A repository of some StrongED editor Modes
arm cpp cpp20 editor editor-plugin gnu-assembler gnu-assembly gnu-cpp risc-os riscos stronged syntax-highlighting
Last synced: 15 May 2026
https://github.com/omarhany3/scientific-calculator
Scientific Calculator Using C++
Last synced: 03 Jul 2026
https://github.com/rajjitlai/virtualpaint
An OpenCV Project on Virtual Paint using C++
computer-vision cpp opencv opencv-cpp virtual-paint
Last synced: 12 May 2026
https://github.com/rodrigobdz/robotics-orange
TU Berlin: Robotics Fundamentals 2016 Orange
Last synced: 09 May 2026
https://github.com/poornesh-v/bank-management-system-in-cpp
BankEase – A Simple Banking Management System BankEase is a console-based banking management system built using C++. It allows users to create accounts, deposit and withdraw money, check balances, and modify account details. The project utilizes object-oriented programming (OOP) principles and file handling to ensure data persistence.
cpp dsa filehandling oops-in-cpp
Last synced: 04 Oct 2025
https://github.com/imtjl/computational-maths
Learn Computational mathematics
approximation-algorithms cpp extrapolation interpolation-techniques latex linear-algebra maths
Last synced: 14 May 2026
https://github.com/rizanw/tamagotchi-cli
oop assignment: missing retro game? try tamagotchi game on your cmd!
Last synced: 09 Jul 2025
https://github.com/lazypanda07/guiframework
Framework for desktop GUI applications.
cpp cpp20 cpp20-lib cpp20-library framework gui guiframework
Last synced: 31 Jan 2026
https://github.com/vibhuti03/maths-game
It is a simple maths game with 25 levels and 3 lives
cpp cpp14 game maths maths-quiz-game project
Last synced: 01 Jun 2026
https://github.com/curiousci/codeforces
ʕつಠᴥಠʔつ ︵ ┻━┻
codeforces-solutions competitive-programming cpp
Last synced: 01 Apr 2025
https://github.com/w-n-r/fast
National University of Computing and Emerging Sciences
cpp funtions logic-programming programming statements switches
Last synced: 02 Apr 2025
https://github.com/sayakdattagupta/x11imageview
A simple image viewer for X11, written in C++ and using stb_image for decoding
Last synced: 15 Jun 2025
https://github.com/sartim/drogon_user_service
User service using Drogon Framework
cplus cpp drogon drogonframework rest-api
Last synced: 13 Apr 2025
https://github.com/AhmedOsmanDev/Arduino-LED-Cube
Fun project for our Embedded Systems course.
Last synced: 10 Apr 2025
https://github.com/akash-rajak/hello-world-with-android-ndk
A simple Android NDK(Native Development Kit) based Hello World Program.
Last synced: 11 May 2026
https://github.com/jonathspirit/_list
_list is a headers only library for a convenient replacement of std::list
analysis c container containers cpp list optimization performance replacement tests
Last synced: 16 May 2026
https://github.com/chen0040/cpp-linear-genetic-programming
Package provides C++ implementation of linear genetic programming algorithm
cpp genetic-programming linear-genetic-programming machine-learning spiral-classification symbolic-regression
Last synced: 03 Apr 2025
https://github.com/kr1zzo-FER/Robot-Programming-and-Simulation-Laboratory-Exercises
This repository is a part of the Robot Programming and Simulation laboratory exercises at the Faculty of Electrical Engineering and Computing, University of Zagreb
cpp navigation python ros rviz
Last synced: 05 May 2025
https://github.com/marenkeneshov/simpe-rat
A simple remote administration tool written in C++.
cplusplus cpp cybersecurity cybersecurity-tools kazakhstan open-source remote-access-tool remote-administration-tool visual-studio vs2022
Last synced: 28 Mar 2025
https://github.com/autokaka/learnopengl2
Self made LearnOpenGL video series source code.
cmake cpp learning-by-doing opengl
Last synced: 15 May 2026
https://github.com/kambala-decapitator/mpqsimpleio
CLI to work with MPQ files (for Diablo 2)
Last synced: 26 Apr 2026
https://github.com/ptahmose/sqliteimgdoc
An experiment - use SQLite as a fileformat for multidimensional tiled images (in 2D and 3D)
cpp fileformat gigapixel gigapixel-images sqlite sqlite3 volumetric-data
Last synced: 10 May 2026