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-23 00:06:41 UTC
- JSON Representation
https://github.com/ryouze/date_and_time
Date and time recognition using regex.
Last synced: 04 Jun 2026
https://github.com/lilmgenius/solvedac-tierup
My Goal is [solved.ac] tier up to P.V
algorithms boj cpp problem-solving solved-ac
Last synced: 04 Jun 2026
https://github.com/szeta99/set_cpp
Crude implementation of a template set class + QT app
Last synced: 26 Feb 2026
https://github.com/devjjmv/practice1_calculator
Simple console application to perform basic calculator procedures using different languages including C++, Java, JavaScript & Typescript
calculator-application cpp java javascript typescript
Last synced: 20 Apr 2026
https://github.com/ronakjain1204/mythos
Welcome to MythOS, a minimalist productivity-focused operating system built from scratch! 🚀
assembly-language c-language computer-architecture cpp operating-system
Last synced: 07 May 2026
https://github.com/sunsided/libfixmatrix-conan
conan.io package for libfixmatrix
Last synced: 15 Apr 2026
https://github.com/daniyalahmad7/cpp-basic-projects
A collection of basic C++ projects, including CGPA Calculator, Rock Paper Scissors game, Login and Registration System, Search Engine, and Tic Tac Toe game.
c cplusplus cpp cpp-course cpp-projects programmin tutorial
Last synced: 07 May 2026
https://github.com/thenewjavaman/patternstreams
Simplifies searching and patching runtime memory in C++ using syntax similar to Java streams
Last synced: 07 May 2026
https://github.com/shreya888/learning-cuda-with-cpp-and-pytorch
My notes, code, & insights will be recorded here while learning CUDA with C++ and PyTorch
Last synced: 07 May 2026
https://github.com/yutotnh/spirit-mbed-can-motor-controller
spirit と CAN を用いた Mbed の モータードライバ制御プログラム(コントローラー側)
Last synced: 04 Jun 2026
https://github.com/pawel-12/squasher_ld54
Ludum Dare 54 game
2d cpp game ludum-dare ludum-dare-54 ludumdare sdl2
Last synced: 09 Feb 2026
https://github.com/kavin-du/mergesort-cpp
A merge sort implementation using C++
Last synced: 04 Jun 2026
https://github.com/obed-tc/race-car
🏎️ Race Car is a thrilling C++ racing game where players compete in a fun console interface. Enter your names and race to the finish!
Last synced: 13 Jun 2026
https://github.com/nir3x/markuplanguageparser.cpp
MarkupLanguageParser.cpp - Simple C++ Parser for Markup Language
c-plus-plus cpp markup-language parser parsing tree-structure unit-testing
Last synced: 04 Jun 2026
https://github.com/nathanjhood/napiaddon
Deprecated - please see my fork of cmake-js for the full implementation proposal instead (link below)
api bindings cmake cmake-js cpp javascript napi node node-addon node-addon-api nodejs typescript
Last synced: 20 Apr 2026
https://github.com/mtsprznto/aurca
Un sistema agéntico capaz de realizar autocrítica y refinamiento de pesos matemáticos mediante un bucle de retroalimentación constante con la API de Binance.
Last synced: 26 Feb 2026
https://github.com/jakubfr4czek/spoj-cpp
This repository contains solution for some of SPOJ exercises
Last synced: 04 Jun 2026
https://github.com/antarmukhopadhyaya/leetcode-problems
cpp dsa dsa-algorithm dsa-practice dsalgo python
Last synced: 07 May 2026
https://github.com/amastronaut5/imagevoyager
Image Voyager is a C++ image editing software built with Qt Framework and OpenCV, offering tools like blur, crop, grayscale, and flipping with real-time sliders. It includes Undo/Redo, gradient effects, and detailed image properties, ensuring an intuitive user experience.
cpp opencv opencv-cpp opencv4 qt6 qtcreator qtdesigner visual-studio
Last synced: 20 Apr 2026
https://github.com/siriusdemon/coffeestory
Reroll your potential while enjoying a cup of coffee.
auto cpp maplestory opencv potential
Last synced: 20 Apr 2026
https://github.com/servettonga/cpp_webserv
A lightweight HTTP/1.1 compliant web server supporting static file serving, CGI execution, and virtual hosts.
cpp cpp98 http http-server nginx websocket
Last synced: 08 Feb 2026
https://github.com/g-s01/templatelibrary
CP Templates
competitive-programming cpp cpp17
Last synced: 08 Feb 2026
https://github.com/akashjitu18/3d-ambari
This project features a detailed 3D model of the Golden Ambari, utilizing OpenGL and GLUT for rendering. It focuses on accuracy and detail to represent the cultural and historical significance of the Golden Ambari.
3d-graphics ambari computer-graphics cpp glut-library opengl
Last synced: 17 Mar 2026
https://github.com/randomgamingdev/cpp-vla
VLAs (Variable Length Arrays) are commonly used, stack-allocated arrays from C99, that don't work in standardized C++. This library is a header only library that brings VLAs to C++.
array arrays cpp fast header header-only memory memory-management simple small stack
Last synced: 20 Apr 2026
https://github.com/nklapste/ece_315_lab_5
ECE 315: Lab 5
c cpp http-server university-laboratory
Last synced: 17 May 2026
https://github.com/francescozoccheddu/androidpp
CMake-only Android native bootstrap project
android build-system cmake cpp native ndk template-project
Last synced: 20 Apr 2026
https://github.com/arijitcodes/dsa
Data Structure and Algorithm Stuff
algortihm c cpp data-structures datastructure datastructures-algorithms dsa javascript js
Last synced: 20 Apr 2026
https://github.com/tugcantopaloglu/navigation-plugin-ros
A mapping and navigation plug-in for ROS Noetic.
Last synced: 20 Apr 2026
https://github.com/faizanzaheergit/number-convertor-in-c-
this number convertor is used to convert numbers from one system or format into another, supported formats/number systems include decimal, hexadecimal, binary, octal
binary-to-decimal binary-to-hexadecimal binary-to-octal cplusplus cpp decimal-to-binary decimal-to-hexadecimal decimal-to-octal hexadecimal-to-binary hexadecimal-to-decimal hexadecimal-to-octal number-conversion number-converter octal-to-binary octal-to-decimal octal-to-hexadecimal
Last synced: 13 Jun 2026
https://github.com/kiblitz/stack-calculator
stack-based CLI postfix expression evaluator
calculator cli cpp evaluator json postfix stack
Last synced: 20 Apr 2026
https://github.com/revzim/azadventure-demo
turn-based online multiplayer battler demo developed with Unreal Engine 4.26/C++/Node.JS
colyseus cpp game-development node online-multiplayer-game
Last synced: 20 Apr 2026
https://github.com/jelhamm/n-queens-puzzle
"The classic 'N-Queens problem' is tackled using a variety of advanced techniques such as nested loops, heuristics, backtracking, genetic algorithms, and local search algorithms."
artificial-intelligence artificial-intelligence-application artificial-intelligence-projects back-tracking cpp genetic-algorithm genetic-algorithm-cpp genetic-algorithms genetics heuristic-algorithm heuristic-optimization heuristic-search-algorithms jupyter-notebook nested-loops nqueens-algorithm nqueens-problem nqueens-problem-solver python
Last synced: 07 May 2026
https://github.com/nfig03/3d-workspace
A 3D rendered workspace replicating a 2D photo, created using C++ and OpenGL for realistic visualization. 🎥
3d-environment 3d-modeling 3d-rendering computer-graphics cpp graphics opengl
Last synced: 21 Apr 2026
https://github.com/quqionfree/tarkovchargecalculation
Calculating for trading of Escape from Tarkov
application cpp cpp17 escape-from-tarkov tarkov-tools tax-calculator trading
Last synced: 17 Mar 2026
https://github.com/shreyasnayak/qtlogger
simple logger for qt c++ application
Last synced: 21 Apr 2026
https://github.com/maricard18/42-cpp
Introduction to C++
42 42born2code 42projects 42school cpp cpp-modules cpp-modules-42 cpp98
Last synced: 17 Mar 2026
https://github.com/mshahriarnihal/cpp_backtracking-oop-and-pointer-based-projects
Here I'm posting few C++ projects which are done based on backtracking, OOP, pointers etc. These projects were done mainly focusing on solving assignment questions of Professor Jerry Waxman's CSCI-211 - Object Oriented Programming in C++ course at CUNY QC. Posting Dr. Waxman's questions, my codes & report for those assignments & their algorithms
8queens 8queens-algorithm backtracking backtracking-algorithm cplusplus cpp cpppuzzle csci211 dynamic dynamic-programming dynamicmemorymanagement nqueens nqueens-solution object-oriented-programming oop-in-cpp pointer puzzle stable-marriage towers-of-hanoi vector
Last synced: 05 Jun 2026
https://github.com/kahngjoonkoh/lcd-clock
An Arduino lcd clock. Time can be set using the two buttons: one for choosing and one for incrementing.
arduino clock cpp lcd learning-by-doing
Last synced: 21 Apr 2026
https://github.com/tarc/yet-another-template-project
C++ template project featuring CMake, Conan, Google Test and Github actions
cmake conan cpp githubactions google-test template-project
Last synced: 21 Apr 2026
https://github.com/spicycactuar/unwrap
Triangle mesh UV mapping
computer-graphics cpp floaters half-edge-data-structure opengl qt5 texture-synthesis
Last synced: 15 Apr 2026
https://github.com/nxhawk/dsa-hcmus
Data structure and algorithms is a branch of computer science that deals with creating machine-efficient and optimized computer programs. The term Data Structure refers to the storage and organization of data, and Algorithm refers to the step by step procedure to solve a problem. By combining "data structure" and "algorithm", we optimize the codes
algorithms avl bfs bfs-search bst-tree cpp dfs dfs-search dijkstra-algorithm dsa graph hash lca python3 redblacktree segment-tree sorting-algorithms tree tree-structure
Last synced: 21 Apr 2026
https://github.com/jm6271/loc
A cli tool that counts the lines of code in a programming project
c code-metrics cpp csharp fsharp lines-of-code python rust
Last synced: 01 Feb 2026
https://github.com/ishre-yash/programming
my Personal Codes
algorithms c cpp data-structures leetcode-solutions python
Last synced: 07 May 2026
https://github.com/erthium/verlet-drawing
Drawing images using physics simulation.
cpp cpp11 makefile physics physics-simulation sfml sfml2 verlet verlet-integration
Last synced: 01 Feb 2026
https://github.com/acboujida/gameoflife
A C/C++ implementation of Conway's Game of Life with graphical rendering using SDL2.
cellular-automaton cpp sdl2 simulation
Last synced: 21 Apr 2026
https://github.com/remonhasan/cp-code-library
algorithms & data structures that i learned for CP 💡
cpp data-structures number-theory prefix-notation stl-algorithms
Last synced: 18 Jun 2026
https://github.com/grantlemons/stablerocket
Arduino code to stabilize a rocket in flight
Last synced: 07 May 2026
https://github.com/kookmin-sw/capstone-2021-26
Game engine with C++ and OpenGL
Last synced: 07 May 2026
https://github.com/poakapx/oop-inheritance_and_polymorphism
Приклад успадкування та поліморфізму на прикладі класу рослин.
Last synced: 13 Jun 2026
https://github.com/helomdrs/rockpaperscissors-cpp
Entry Level project for my C++ training
Last synced: 05 Jun 2026
https://github.com/rphii/bd
simple C/C++ build tool
build-tool build-tools c cpp cygwin windows
Last synced: 08 May 2026
https://github.com/tomcant/sudoku-solver
A brute force approach to solving Sudoku. Written in C++, compiled to WebAssembly and presented with React.
cpp emscripten sudoku sudoku-solver wasm web-assembly
Last synced: 01 Feb 2026
https://github.com/sleekpanther/rush-hour-game
C++ implementation of the board game Rush Hour (Windows exe download only)
board board-game c-plus-plus car cplusplus cpp game glut hour ice-cream-truck noah noah-patullo noahpatullo opengl patullo rush rush-hour
Last synced: 20 Apr 2026
https://github.com/leaomartelo2/slop-tile
small rogue-like 2D tilemap slop game to test out some C++ stuff
Last synced: 22 Apr 2026
https://github.com/philipszdavido/forgedb
A lightweight SQL-inspired database engine written in modern C++.
Last synced: 13 Jun 2026
https://github.com/badgerloop-software/sc2-driver-io
Solar Car 2 Driver IO Program - Firmware, Networking, and Dashboard
Last synced: 22 Apr 2026
https://github.com/ghevondw/cortex
C++ stackful coroutine library with native and WebAssembly support
async concurrency coroutines cpp emscripten library wasm webassembly
Last synced: 01 Feb 2026
https://github.com/mttgdd/openfabmap-python3
Pybind11 and numpy array bindings to openFABMAP
cpp numpy openfabmap pybind11 python robotics vision
Last synced: 08 May 2026
https://github.com/thurinum/qt-wasm-test
A showcase of the glorious Qt for WebAssembly technology
Last synced: 09 May 2026
https://github.com/johannes/jsjson
C++11 JSON serializer
cpp cpp11 cpp14 json serialization
Last synced: 22 Apr 2026
https://github.com/shahdd21/an-intelligent-system-for-healthcare-using-internet-of-things
The proposed system leverages the Internet of Things (IoT) to facilitate patient monitoring in Intensive Care Units (ICUs). Biological and environmental sensors send data in real-time to the application, enabling continuous monitoring.
arduino-ide c cpp dart embedded-systems esp8266 flutter google-apps-script google-cloud-platform google-sheets iot
Last synced: 25 Feb 2026
https://github.com/paulochang/cpp-uc3m
This was a HPC course final project. It uses Intel TBB to parallelize several algorithms used to value a given stock.
academic-project cpp multithreading
Last synced: 05 Jun 2026
https://github.com/raveriss/cpp08
C++ Module 08 covers containers, templates, iterators, and algorithms. Exercises include implementing easyfind, Span, and MutantStack. You'll work with STL containers and algorithms, adhering to C++98 standards. Focus on memory management and the canonical class form.
42school algorithms containers cpp cpp98 iterators programming stl templates
Last synced: 25 Feb 2026
https://github.com/surajkareppagol/linux-commands
🐧 Collection of linux commands built with C/C++.
Last synced: 08 May 2026
https://github.com/teddy-van-jerry/ucsd_cse202_code
UCSD CSE202 Code
algorithm cpp cpp20 cse cse202 graph polynomials rust ucsd
Last synced: 22 Apr 2026
https://github.com/georgehanymilad/cpp-task-about-escape-sequences
Programming
challenges cpp problem-solving programming programming-language solution-challenge
Last synced: 05 Jun 2026
https://github.com/kalyan4636/hackerrank
HackerRank is a platform for competitive programming challenges. 👨💻 It offers a variety of challenges in different programming languages and computer science domains. 🎯
challenges cpp hackerrank hackerrank-challenges hackerrank-solutions html java python python3
Last synced: 08 May 2026
https://github.com/zeyu-li/kattis_solutions
😾Kattis solutions (Competitive Programming)
cpp kattis kattis-solutions python
Last synced: 22 Apr 2026
https://github.com/gkaszewski/music-streaming-platform-desktop-client
Desktop client for my Music Streaming Platform
Last synced: 22 Apr 2026
https://github.com/eclipse-score/score_cpp_policies
Centralized C++ quality tool policies for S-CORE, including sanitizer configurations and safety-critical guidelines.
clang-tidy cpp policy sanitizers score
Last synced: 05 Jun 2026
https://github.com/nkh-lab/prog-arg-manager
c++ program options parser library
argument-parsing boost cli cpp program-options
Last synced: 05 Jun 2026
https://github.com/adcimon/webrtc-template
Template to bootstrap a C++ application with WebRTC.
Last synced: 09 May 2026
https://github.com/arapelle/arba-cryp
Small cryptographic C++ library.
cpp cpp-library cpp20 cpp20-library cryptography
Last synced: 31 Jan 2026
https://github.com/snandasena/courseera_gpu_specilization
Example for Cuda streaming
Last synced: 15 Apr 2026
https://github.com/nir3x/fs.cpp
Fs.cpp Library - A C++ Filesystem Utility Library
c-plus-plus c-plus-plus-library cpp cpp-library filesystem filesystem-operations modern-cpp std-expected utility
Last synced: 05 Jun 2026
https://github.com/tca166/minecraftballistics
Tools for performing ballistics calculations in as many languages as possible
ballistics c cpp d-lang fortran90 minecraft objective-c
Last synced: 31 Jan 2026
https://github.com/typeling1578/rename-to-lowercase
command-line-tool cpp cross-platform lowercase rename
Last synced: 24 Apr 2026
https://github.com/therealpad/creditcardvalidator
Program using Luhn algorithm to validate or not credit card number
bitwise-operators cpp luhn-algorithm
Last synced: 06 Jun 2026
https://github.com/rebelorc/cardgame
This system shuffle two card decks between eleven players to play some games.
Last synced: 06 Jun 2026
https://github.com/calesi19/chess
C++ program allows the users to play the game of chess in hotseat mode.
Last synced: 24 Apr 2026