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-08 00:07:05 UTC
- JSON Representation
https://github.com/paltoudara/polynomial_interpolation
algorithms cpp gauss-elimination interpolation-polynomial polyomino
Last synced: 12 Sep 2025
https://github.com/paltoudara/algo_1
algo algorithms cpp fixed-point-iteration newtons-method
Last synced: 30 Jul 2025
https://github.com/moehoshio/nlog
An easy-to-use, modern, lightweight, and efficient C++20 logging library.
Last synced: 23 Sep 2025
https://github.com/atennop1/codeproblemssolutions
Repository for making tasks from Codewars and LeetCode
codewars codewars-solutions cpp learning leetcode leetcode-solutions
Last synced: 25 Jun 2026
https://github.com/hywing/qt-mvvm
This mvvm structure is helpful for extracting the ui model from your application when there are a lot of modules in your code project, then you can have distinct view and model not the mix of them.
Last synced: 29 Jun 2026
https://github.com/mcquerol/heater-cpp
Heater system simulation in C++. Demonstrates OOP, multithreading, and UML design.
components cpp doxygen heater object-oriented-programming simulation threads uml
Last synced: 24 Jun 2026
https://github.com/forhanshahriarfahim/leetcode_solutions
Collection of LeetCode questions to ace the coding interview!
cpp data-structures-and-algorithms leetcode problem-solving
Last synced: 24 Jun 2026
https://github.com/daviinacio/arduino-buffer
Buffer library to arduino
arduino-library cpp cpp-lib utils-lib
Last synced: 24 Jun 2026
https://github.com/rbaltrusch/cpp-natscript
C++ translation of Natscript interpreter previously implemented in Python.
cpp custom-interpreted-language custom-language interpreter programming-language programming-languages
Last synced: 24 Jun 2026
https://github.com/qluana7/cpp-archive
A personal archive of C++ code snippets, algorithms, and utility programs.
Last synced: 28 Jun 2026
https://github.com/marcos-moura97/simple-flir-spinnaker-camera
Easy-to-use FLIR camera interface with Spinnaker SDK
cpp flir spinnaker-sdk usb-camera
Last synced: 28 Jun 2026
https://github.com/pratikpakhale/kmb-cpu
Steiner Tree Problem (STP) KMB algorithm implementation in C++ and Python. Used OpenMP for faster calculation.
cpp openmp python steiner-tree-problem stp
Last synced: 29 Jun 2026
https://github.com/tudeorangbiasa/ansicolorcpp
Simple ANSI escape color code to print colored text or background in terminal using c++
Last synced: 29 Jun 2026
https://github.com/keshav2010/sdltest
1st Game Framework using Simply DirectMedia Layer (SDL) , framework design is adapted from the book "SDL Game Development" by Shaun Mitchel.
codeblocks cpp framework game-development sdl2 video-game-development
Last synced: 29 Jun 2026
https://github.com/sur16-cse/internity-internship-dsa-2021
This internship is for Design and Analysis of Algorithm. It is 45 days internship cover important concepts of data structure and algorithm . It also cover advanced topic for placement.
Last synced: 29 Jun 2026
https://github.com/youssefali11997/file-analyzer-mini-project
A mini project that takes a file path and counts how many lines, words and characters there are in that file
Last synced: 29 Jun 2026
https://github.com/grebano/arduino_solar_track
Diy project that involves the realization of an automatic sun tracker panel
arduino cpp diy diy-electronics servo-motor solar solar-energy
Last synced: 29 Jun 2026
https://github.com/yousryessam/tic-tak-toe
Simple XO game implemented by Console C++ Application
Last synced: 29 Jun 2026
https://github.com/joseasoler/cmake_cpp_warnings
CMake module that defines an extensive set of reasonable warnings to be used in a project.
c-plus-plus cmake cpp warnings
Last synced: 29 Jun 2026
https://github.com/nanot1m/project-einz
Terminal ECS shooter in C++ — friction-based movement, BFS pathfinding, cell-grid reconciler render
ascii-game cpp ecs learning-project pathfinding roguelike terminal-game
Last synced: 29 Jun 2026
https://github.com/vishal-raj-1/language-proficiency-in-cpp
It contains all the solutions of HackerRank (Language Proficiency In C++).
basic-cpp basic-programming-language cpp hackerrank-cpp language-proficiency
Last synced: 24 Jun 2026
https://github.com/zirnc/lspro
Pro version ls. Written in C++ 17.
cpp cpp17 cross-platform get-childitem ls
Last synced: 29 Jun 2026
https://github.com/preetmishra/tictactoe
A Tic-Tac-Toe game for two players written in C++.
Last synced: 24 Jun 2026
https://github.com/smooll-d/slou
"Smooll" LOgging Utility.
cpp logger loggers logging logging-library meson
Last synced: 25 Jun 2026
https://github.com/timbergus/sockets-playground
This project is a playground to test C++ sockets.
Last synced: 26 Jun 2026
https://github.com/openvanilla/win-mcbopomofo
小麥注音輸入法 TSF 版本/ Windows port of McBopomofo Input Method built on TSF.
chinese cplusplus cpp ime input-method input-method-editor tsf windows windows-11 zhuyin
Last synced: 26 Jun 2026
https://github.com/Osestic/Electrical-Vehicle-Control-Interface
An electrical vehicle control interface
automotive can-bus cpp electric-vehicles engineering mechatronics xbox
Last synced: 27 Jun 2026
https://github.com/vevdokimovm/string-operations-cpp
C++ lab: custom String class built on sequence abstractions with sorting and searching
algorithms cpp data-structures string
Last synced: 27 Jun 2026
https://github.com/vevdokimovm/cpp-university-programs
University C++ programs, Codeforces competitive solutions, Assembler, Pascal and multi-language exercises
algorithms assembler competitive-programming cpp university
Last synced: 27 Jun 2026
https://github.com/arjunshajitech/sip-proxy-server
A simple SIP server (proxy) for handling VoIP calls based on SIP
cpp proxy proxy-server server sip voip
Last synced: 27 Jun 2026
https://github.com/v3ssel/thecalculator
Calculator with basic functionality, plotting function graphs and two financial modes
c calculator-application cpp macos qt reverse-polish-notation shunting-yard-algorithm stack
Last synced: 10 Apr 2026
https://github.com/arcvaishali/ghw-mlh-tic-tac-toe
This is a simple implementation of Tic-Tac-Toe game using C++
cpp day-2-game-week-may-2023 global-hack-week--2023 tic-tac-toe-game
Last synced: 23 Aug 2025
https://github.com/mathusanm6/cpp-primer-training
Learning C++ with C++ Primer Book
Last synced: 23 Aug 2025
https://github.com/sshoecraft/shepherd
An interactive multi-backend LLM runtime with intelligent cache eviction and persistent retrieval-augmented memory.
anthropic cli cpp cuda gemini grok inference kv-cache llama-cpp llm mcp ollama openai openai-server rag smart-evictions tensorrt tool-calling ulimited-context
Last synced: 10 Apr 2026
https://github.com/solareenlo/42cpp-module-07
C++ practice 07 (template, iter, array, operator[])
42 42born2code 42cursus 42projects cpp
Last synced: 28 Jan 2026
https://github.com/nfig03/grocery-list-tracker
Grocery list tracker utilizing file handling to output item frequency in a chosen format :clipboard:
cpp filehandling header-files mapping
Last synced: 16 Mar 2025
https://github.com/ergus/eigennumpy
Interface to mimic some Numpy functions with Eigen on the back.
cmake cpp inter-language object-oriented-programming python testing
Last synced: 13 Jun 2025
https://github.com/mwombeki6/a-blockchain-based_supply-chain-tracking-system_with_proof-of-work
a blockchain simulation of a supply chain tracking system based on blockchain's proof of work
blockchain cpp proof-of-work supply-chain
Last synced: 22 Aug 2025
https://github.com/prayas7102/leetcode-solutions-in-cpp
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)
array-manipulations backtracking binary-search-tree binary-tree bit-manipulation cpp dynamic-programming graph interview-questions leetcode leetcode-solutions linked-list recursion string-manipulation trie
Last synced: 17 Jun 2025
https://github.com/poakapx/oop_using_gets_and_sets-1
Клас яблука iз застосуванням конструктора, get та set.
Last synced: 17 Oct 2025
https://github.com/andezion/network
cpp cpp17 mutex-lock threads windowsapi
Last synced: 22 Aug 2025
https://github.com/arindal1/hackerrank-problems
Questions and Solutions from Hackerrank.
algorithms cpp hackerrank hackerrank-solutions java python
Last synced: 13 Apr 2026
https://github.com/mohammaddaeizadeh/space-invaders
algorithms cpp game sbu shahid-beheshti-university space-invaders
Last synced: 22 Aug 2025
https://github.com/mackenziestarr/advent-of-code
advent of code exercises
advent-of-code-2018 advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 cpp ocaml rust
Last synced: 22 Aug 2025
https://github.com/rana-m-ahmed/compresso
Compresso is a Huffman Compression Application build using QT creator
application cpp dsa gui huffman-coding huffman-compression huffman-compression-algorithm huffman-compression-application huffman-compressor qt ui
Last synced: 13 Apr 2026
https://github.com/thimc/cmpdb
editor agnostic tool for generating json compilation database files
c clangd cli compilation-database cpp makefile
Last synced: 07 May 2026
https://github.com/brendanburkhart/pidsim
Tool for simulating and visualizing the tuning of PID controllers
cpp frc pid-controller qt robotics robotics-control
Last synced: 29 Apr 2026
https://github.com/natdev15/iot_payload_optimization_natesh_masters_thesis_2025
Comparative implementation of binary serialization protocols — CBOR, MessagePack, Struct + Zlib, and Protobuf — for IoT payload optimization under hybrid TN/NT satellite networks. Developed and validated using Astrocast LEO and oneM2M (Mobius) middleware.
astrocast cbor cpp docker iot javascript messagepack networking nginx nodejs onem2m protobuf protocol-buffers python struct thesis thesis-project zlib
Last synced: 13 Apr 2026
https://github.com/gaurav0502/operating-systems-lab
These are the various lab experiments done as partial fulfillment of Operating Systems Course
cpp linux operating-system procedure-calls process scheduling-algorithms system-call
Last synced: 21 Aug 2025
https://github.com/mgthetrain/usd-experiments
Experimenting with C++ libraries capable of parsing USD files
cpp universal-scene-description usda usdc usdz
Last synced: 16 Aug 2025
https://github.com/dheerajshenoy/fitsexplorer
Modern FITS Image viewer with handy features
cfitsio cpp fits image-processing qt
Last synced: 16 May 2026
https://github.com/sumit-kr-das/data_structure_and_algo
algorithms cpp data-structures
Last synced: 21 Aug 2025
https://github.com/mkdirer/classifying-documents-distributed-and-parallel
Classifying documents in the form of a distributed and parallel application such as Manager Workers
cpp distributed-systems mpi-library parrallel-computing upc
Last synced: 22 Feb 2026
https://github.com/jarjk/blackjackpp
A cross-platform implementation of BLACKJACK written in C++ for the terminal
addictive client cpp cross-platform gambling game server tui
Last synced: 04 Feb 2026
https://github.com/nokibularfinsiam/university-course-materials
University Course Materials all semester
cpp csharp css html java javascript php
Last synced: 13 Apr 2026
https://github.com/inferiorak/c-compiler-setup
Here I have Explained how to Setup VS Code for C and C++ Programming. So, Just do it as I have Shown.
c c-compiler c-compiler-setup cpp cprogramming mingw mingw-environment mingw64 vscode vscode-setup
Last synced: 28 Apr 2026
https://github.com/bostonsinaga/flapduobirds
Play the flapping bird game with double birds
Last synced: 05 Jul 2025
https://github.com/sachindwi17/xgit
This is the git clone.
cmake cpp git github shell-script
Last synced: 13 Apr 2026
https://github.com/jbahire/cuda-convnet2
This is a fast C++/CUDA implementation of convolutional (or more generally, feed-forward) neural networks.
artificial-intelligence convolutional-neural-networks cpp cuda-convnet2 machine-learning-algorithms neural-network
Last synced: 05 Sep 2025
https://github.com/seng3694/sudokusolver
C++ Sudoku Solver using the backtracking algorithm
backtracking backtracking-algorithm cmake cpp sudoku sudoku-solver
Last synced: 20 Aug 2025
https://github.com/anilsudhakar/simple_cpp_project
A Simple C++ project setup for beginners
cmake conan cpp docker github-actions jfrog-artifactory
Last synced: 13 Apr 2026
https://github.com/rlesser/genetickingbattle
A genetic-algorithm-like program based on 538's similar riddler.
Last synced: 24 Aug 2025
https://github.com/kplanisphere/multilist-graph-operations
Proyecto 5 - Estructuras de Datos
adjacency-list algorithm-implementation breadth-first-search cpp data-structures depth-first-search graph-operations graph-theory multilist
Last synced: 20 Aug 2025
https://github.com/filip-kustura/graph-cycle-detection
Solution to a graph theory problem meeting a specific time complexity constraint. Developed in C++ using the breadth-first search algorithm. Created in December 2021 as part of the Design and Analysis of Algorithms course, with a presentation delivered in January 2022.
algorithms bfs breadth-first-search c-plus-plus coding-assignment cpp cycle-detection data-structures graph-algorithms graph-theory graph-traversal time-complexity time-complexity-analysis undirected-graphs
Last synced: 12 Apr 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: 22 Feb 2026
https://github.com/kononovarseniy/cpp-example
Если захочу кого-то учить C++ буду использовать этот репозиторий
Last synced: 25 Mar 2025
https://github.com/sleepingcat4/deathhash
a barebone programming language written in C++
barebones compiler cpp programming-language
Last synced: 13 Jun 2025
https://github.com/sharmasanchay/onlinecodecomplier
The Online Code Compiler is a powerful web application that allows users to write, compile, and execute code in various programming languages directly from their browser. Built with React.js, Node.js, Express.js, and MongoDB, it supports multiple languages, real-time output, making it an essential tool for coding enthusiasts.✨👍
backend c cors cpp css express java javascript mongdb nodejs pytho reactjs
Last synced: 10 Apr 2026
https://github.com/sid911/neuralnetworkcpp
A small experiment to learn about neural networks and their runtimes in cpp
cpp cuda machine-learning neural-network
Last synced: 20 Aug 2025
https://github.com/chen941008/poker_game_99
midterm-mini-project
99 99-card-game 99-poker-game card-game cpp cpp17 poker-game
Last synced: 09 Apr 2025
https://github.com/leighgarbs/jenkins-sl
Jenkins shared library for continuous integration and testing of C++ projects
c-plus-plus cpp groovy jenkins jenkins-ci jenkins-pipeline
Last synced: 03 Jan 2026
https://github.com/cactoes/leaguepp-connector
A league of legends client connector written in c++20
cmake cpp cpp20 league-of-legends league-of-legends-api library websocket
Last synced: 11 Mar 2025
https://github.com/matis-schotte/opengl_cpp
Solution for an assignment from university course 'Computergraphik & Visualisierung'
c-plus-plus cpp linux mac opengl
Last synced: 10 Apr 2026
https://github.com/chenshaw010/advising-assistance-program
Text file parser that displays data back to the user primarily for categorizing educational classes.
Last synced: 16 Sep 2025
https://github.com/fesabelilla/offlineproblemssolvedindifferentojs
codechef codeforces cpp hackerearth hackerrank
Last synced: 12 Feb 2026
https://github.com/basemax/mathematicalexpressionevaluator
This is a C++ program that evaluates mathematical expressions containing operators +, -, *, and /, and parentheses ( and ). The program supports multi-digit numbers and guarantees that parentheses are used for each operator.
calculator calculator-app calculator-application calculator-cpp cpp cpp-calculator expression-calculate expression-checker expression-evaluator expression-language expression-parser expression-tree expressions mathematical
Last synced: 03 Apr 2025
https://github.com/antwankakki/fct
functional cpp at compile time, the compiler turns to the perfectly slow interpreter XD
compile-time-meta-programming cpp functional functional-programming reflection
Last synced: 14 Feb 2026
https://github.com/abdelrahmanelsokary/3d_printer
Open-source 3D printer project based on Arduino Mega 2560 and RAMPS 1.6. Includes Marlin firmware configuration, hardware setup, slicer profiles, and automation scripts. ("Unfinished").
3d-printing arduino-mega2560-board c cad cpp electronics firmware-library hardware javascript linker-script marlin-config marlin-firmware mechanical-design open-source-hardware python ramps shell stepper-motor stl switchboard
Last synced: 19 Aug 2025
https://github.com/nwpu66/cookiekiss-engine
CookieKiss Engine include a render and other small tech related to compute graphic.
compute-graphics cpp cuda opengl vulkan
Last synced: 09 Apr 2026
https://github.com/ahmedosmandev/train-station
A simple App by C++ for the train station and reservations.
Last synced: 19 Aug 2025
https://github.com/jb3rndt/mastermind
This is an Implementation of the guessing game "Mastermind" in C++ using Qt.
Last synced: 13 Apr 2026
https://github.com/xndrxssx/mydoctor
Sistema embarcado de alarme para auxiliar idosos em tratamento medicamentoso
arduino arduino-uno cpp ios ios-swift swift swiftui
Last synced: 10 Apr 2026
https://github.com/breeze648/oj-algorithms
欢迎来到我的算法笔记仓库!本仓库整理了我一年来整理的高效算法模板与笔记,内容涵盖了图论、数据结构、数据库、模拟与字符串处理、搜索与回溯、动态规划、贪心以及数学知识等多个方面的内容。每个文档均附有详细的算法解析和C++代码示例,旨在帮助更好地理解算法原理以及如何在OJ(在线数学系统)中大家应用C++与STL。
algorithms cpp online-judge stl template
Last synced: 30 May 2026