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-06-23 00:06:41 UTC
- JSON Representation
https://github.com/eoguvo/uri-judge
URI Judge questions in C++ (cpp)
algorithms cpp cpp17 uri uri-online-judge
Last synced: 17 Mar 2025
https://github.com/xeyossr/citch
citch - fast system fetch written in c++ (nitch but c++)
command-line cpp fastfetch fetch flashfetch linux neofetch system terminal
Last synced: 24 Apr 2025
https://github.com/satharus/original-mastermind
A clone of the "Original Mastermind" game from the 70s written in C++ to practice the basics of OOP.
code-breaking cpp mini-project oop
Last synced: 13 Apr 2025
https://github.com/ferhatgec/inpuft
Fegeya Inpuft, Work-in-progress simple & single header line-editing library. Written in C++17.
cpp cpp17 library line line-editing line-editor single single-header
Last synced: 18 Feb 2026
https://github.com/ferhatgec/tyfe
Fegeya Tyfe, single header file type information library.
cpp cpp17 file-type-detection file-types filesystem magic
Last synced: 04 Sep 2025
https://github.com/nthnn/wtfc
Playful language extension for C and C++ that introduces unconventional and humorous macros aims to add a touch of creativity.
c c-programming c99 cpp cpp11 embedded-language functional-programming header-only language macros metaprogramming programming-language
Last synced: 10 Apr 2025
https://github.com/impiaaa/eastl-shim
Turns EASTL into a drop-in STL replacement
Last synced: 06 Jul 2025
https://github.com/zigaowang/usaco-cses-cf
USACO • CSES • CF Training Source Code
algorithm codeforces cpp cses usaco
Last synced: 05 Sep 2025
https://github.com/yonatankinfe/cpp-data-structures-and-algorithms
A complete collection of essential data structures and algorithms in C++, including arrays, linked lists, stacks, queues, trees, graphs, sorting, searching, and dynamic programming. Each topic is accompanied by clean code and examples, making it ideal for learning, interviews, and competitive programming.
algorithms algorithms-and-data-structures cpp data-structures tree tree-structure
Last synced: 10 Aug 2025
https://github.com/ldilley/junk
:wastebasket: An archive of random programs
asm bash bash-script c cpp cpp11 cpp14 cpp17 csharp freebsd freebsd-kld haskell junk junk-code linux linux-kernel-module nasm python shell shell-script
Last synced: 09 Apr 2025
https://github.com/germanaizek/picobase64
Very lightweight encoder and decoder base64 for C/C++
base64 c cpp cross-platform header-only lightweight
Last synced: 12 Oct 2025
https://github.com/berndporr/rpi_ads1115
ADS1115 Raspberry PI API using C++ callbacks. In contrast to unprecise getters this class hands over the data at a given sampling rate via a callback handler.
callback-api cpp cpp-library real-time realtime
Last synced: 14 Mar 2026
https://github.com/kayess/animray
Raytracer and animation program
animation c-plus-plus c-plus-plus-20 cpp cpp20 graphics raytracer
Last synced: 26 Apr 2025
https://github.com/snykk/competitive-programming
my competitive programming journey https://www.codewars.com/users/snykk https://leetcode.com/snyk/
codeforces codewars codewars-kata-solution codewars-solutions competitive-programming cpp hackerrank leetcode leetcode-cpp leetcode-solutions problem solutions toki
Last synced: 16 Oct 2025
https://github.com/kartikcode/data-structures-algorithms
Contains the implementation of various data structures and algorithms. The go-to resource for all your technical interviews and CP contests.
algorithms algorithms-datastructures cp-contests cpp data-structures hacktoberfest hacktoberfest2021 java
Last synced: 13 Apr 2025
https://github.com/HengXin666/HXLibs
C++20协程和基于io_uringの百万并发服务器; 可异步读写, 支持Transfer-Encoding分块编码传输文件; 基于压缩前缀树编写的路由, 支持通配符解析;+ http/https/websocket、socks5代理、Json解析、Json静态反射到结构体, 封装了线程安全的LFUCache和LRUCache, 静态枚举映射, 支持STL容器的print/toString等
coroutine cpp cpp20 http https io-uring json lfu-cache lru-cache openssl router websocket
Last synced: 31 Oct 2025
https://github.com/phoemur/wakeonlan
This is a widget that I use for wakeonlan on my local network. Made with C++ and QT5 on Linux.
cpp cpp14 network qt qt5 sockets wake-on-lan wakeonlan
Last synced: 21 May 2026
https://github.com/jakubvojvoda/bayes-classifier
Binary classification of images using Bayes classifier
bayes-classifier bayesian-classifier bmp classification cpp cross-validation evaluation image-processing machine-learning
Last synced: 14 May 2025
https://github.com/degirum/dg_gstreamer_plugin
DeGirum GStreamer AI plugin
ai cpp degirum gstreamer gstreamer-plugins ml
Last synced: 19 Jun 2025
https://github.com/choaib-elmadi/getting-started-with-ros
Learn the Robot Operating System (ROS), including both ROS1 Noetic and ROS2 Humble, installation and essential commands.
cpp debian-linux linux python robot robot-operating-system robotics ros ros1 ros1-noetic ros2 ros2-humble ubuntu
Last synced: 31 Oct 2025
https://github.com/michaelehab/snakes-ladders-and-monopoly-mix-game
A simple game application that is a mixture between the Snakes & Ladders and Monopoly games. This is an Educational Project for OOP course taken during Fall 2021 semester.
cpp game gui object-oriented-programming oop
Last synced: 04 Mar 2025
https://github.com/ferhatgec/shicpp
Fegeya SHiC++, extensible syntax highlighting engine for many programming languages.
cpp cpp17 engine syntax syntax-highlight syntax-highlighter
Last synced: 18 Feb 2026
https://github.com/ferhatgec/lsf
Colorful && User-friendly implementation of `ls` written in C++17
color cpp cpp17 implementation list ls user-friendly
Last synced: 18 Feb 2026
https://github.com/hengxin666/hxtest
现代C++学习、实验、实践 | 个人代码存储库 (内有 C++20无宏反射、tbb并发库的初步学习、std标准库的重现(一点点)、QT-QML、OpenGL、Linux-io_uring/win32-iocp+协程、线程池等) 注释清晰完善
Last synced: 09 Mar 2026
https://github.com/eclipse-uprotocol/up-transport-vsomeip-cpp
C++ uPClient for vsomeip (SOME/IP)
cpp up-transport uprotocol vsomeip
Last synced: 07 Mar 2026
https://github.com/steve3003/mcts-cpp
C++ implementation of the Monte Carlo Tree Search algorithm
cpp mcts monte-carlo-tree-search
Last synced: 15 Sep 2025
https://github.com/not-nik/cpp-stalin
A C++ standard library implementation
cpp cpp11 cpp14 cpp17 cpp20 cpp23 standard-library stl
Last synced: 12 Apr 2025
https://github.com/ferhatgec/flacat
Fegeya Flacat, Colocat implementation. Written in FlaScript.
cat cli colocat cpp cpp17 fegeya flascript implementation programming shell
Last synced: 14 Apr 2025
https://github.com/pkprajapati7402/leetcode-solutions
Solutions to various LeetCode problems implemented in Python, categorized by topics such as Array, LinkedList, Dynamic Programming, Tree, Graph, String, and HashMap. Each solution includes detailed explanations.
algorithms array coding-challenge competitive-programming cpp data-structures dynamic-programming graph hashmap leetcode leetcode-solutions linked-list problem-solving programming strings tree
Last synced: 06 Apr 2025
https://github.com/ferhatgec/mdth
Fegeya MDtH, Markdown to HTML converter. Written in C++17.
converter cpp cpp17 html markdown markdown-to-html parser tokens tool
Last synced: 14 Apr 2025
https://github.com/axel7083/nixie-clock
Custom firmware adding support for BLE and Wifi to the EleksTube IPS Nixie Tube Digital Clock.
Last synced: 31 Oct 2025
https://github.com/yuzukitsuru/colorcout
Simple cross-platform(?) colored terminal text in C++
Last synced: 15 Jul 2025
https://github.com/njroussel/natura
An infinite procedural world (OpenGL)
3d-world cpp glsl opengl procedural-generation
Last synced: 14 May 2025
https://github.com/n3v1/sodokuapp
Create a Sodoku App using C++
cpp glfw good-first-issue good-practices help-wanted open-source opengl sdl2 sodoku sodoku-generator sodokusolver
Last synced: 28 Jun 2025
https://github.com/oktomus/cpp-closest-point-on-mesh
Exemple of a closest point on mesh C++ implementation
Last synced: 25 Aug 2025
https://github.com/l-lawliet07/spyc
🖥️ cli tool for competitive programmers...
autoreload cli competitive-programmers cpp gcc nodejs
Last synced: 26 Jul 2025
https://github.com/slali87/cppsampleproject
Cross-platform C++ sample project which presents a base project structure.
application bash clang-format clang-tidy cmake conan cpp cross-platform doxygen gcc googletest graphviz lcov library linux lizard markdown mingw valgrind windows
Last synced: 13 Mar 2025
https://github.com/brynblack/voxelaria
An open world voxel playground.
clang-format cpp flake flake-utils glew glfw glsl meson ninja nix open-world opengl voxel wayland
Last synced: 10 Aug 2025
https://github.com/lambdaurora/typing_cat
A cat "clone" but with a typing effect.
cat cpp cpp17 lambdacommon typing-effect
Last synced: 16 May 2026
https://github.com/pranavgoel29/cpp-programs
These are the programs that will help you to get started with C++
cpp hacktoberfest hacktoberfest2022
Last synced: 19 Mar 2025
https://github.com/ferhatgec/cliutils
Fegeya CLIUtils, a CoreUtils alternative. Written in Kalem.
cli cli-utils commandline coreutils cpp kalem transpiler
Last synced: 18 Feb 2026
https://github.com/endstonemc/cpp-example-plugin
C++ example plugin for Endstone servers
bedrock bedrock-dedicated-server cplusplus cpp minecraft plugin
Last synced: 14 Apr 2025
https://github.com/shiponcs/tcp-server-client-cpp
Basic Implemtation of server and client using TCP socket for Linux system in C++ following OOP style
cpp network server-client tcp-socket
Last synced: 02 Sep 2025
https://github.com/NuroDev/xmake-scaffold
🌱 Minimal Xmake C++ Project Template
c cpp portfolio template template-project template-repository xmake
Last synced: 12 Mar 2025
https://github.com/habiburrahman-mu/password-based-circuit-breaker
Password based circuit breaker is a technology where we can control any circuit by a password. If we enter a password the circuit gives a break that means it is on. It can mainly be used in case of electric lines. Nowadays, electrical accidents to the line man are increasing, while repairing the electrical lines due to the lack of communication between the electrical substation and maintenance staff. This project gives a solution to this problem to ensure line man safety. In this proposed system, the control (ON/OFF) of the electrical lines lies with line man. This project is arranged in such a way that to ON/OFF the electrical line. The project is mainly based on Arduino. An Arduino controls all the functions. A matrix keypad is interfaced for taking password. There is a LCD display to read the password. When password is entered by the matrix keypad it is compared with the stored password in the ROM of the Arduino. If the password matches, relay is on. When the relay is on, led is on. If the password doesn’t match the circuit won’t be on.
arduino arduino-controls circuit-breaker cpp lcd-display man-safety matrix-keypad relay
Last synced: 27 Apr 2026
https://github.com/billyfrcs/reduxadventure
2D Platformer Game Redux Adventure.
cpp game game-developement game-development sfml-2d-engine sfml-cpp sfml-dev sfml-game sfml-game-development sfml-graphics-library sfml-library
Last synced: 07 Mar 2026
https://github.com/sewenew/cache
In-memory cache
cache cpp lfu lfu-cache lirs lru lru-cache slru slru-cache
Last synced: 14 Apr 2025
https://github.com/ldionne/accu-2017-metaprogramming-in-cpp14
My presentation on metaprogramming for ACCU 2017
accu boost cpp cpp11 cpp14 hana metaprogramming
Last synced: 28 Mar 2025
https://github.com/dan10ish/3dof-roboticarm-c
Implementation of the Mathematical Modelling of a yaw-pitch-pitch 3 DOF robotic arm in C
c cpp mathematics physics robotic-arm robotics robotics-simulation
Last synced: 07 Mar 2026
https://github.com/codingkoopa/mk8studio
A Mario Kart 8 texture exporter/injector. Mirror of: https://gitlab.com/CodingKoopa/mk8studio
Last synced: 18 Jun 2025
https://github.com/hhromic/e131-viewer
E1.31 (sACN) Xterm256 Console Viewer
c client console cpp e131 light-controller sacn viewer
Last synced: 14 Apr 2025
https://github.com/hozer07/sudoku-qt-widgets
Sudoku game developed using Qt Widgets
cpp game game-development gui gui-application python qt qt-creator qt-widgets qt6 sudoku sudoku-game sudoku-puzzle
Last synced: 22 Jul 2025
https://github.com/twistoy/cpp-toolkit.nvim
A simple toolkit for cpp development
cpp lua neovim neovim-lua neovim-plugin neovim-plugins nvim tree-sitter treesitter vim vimrc
Last synced: 18 Jun 2025
https://github.com/hawashra/problemsolving
here I add some of the problems I solved.
competitive-programming cpp problem-solving
Last synced: 08 Mar 2026
https://github.com/pecas-dev/mypong
PONG recreated in C++ by me using Raylib
Last synced: 04 Mar 2025
https://github.com/educ8s/cpp-analog-clock-with-raylib
An analog clock project using C++ and raylib, showcasing OOP concepts and dynamic graphics.
analog-clock cpp raylib raylib-cpp raylib-project
Last synced: 18 Feb 2026
https://github.com/subarnasaikia/tic-tac-toe
Created Tic Tac Toe game using OO design in c++
cpp cpp-game game terminal-game tic-tac-toe tictactoe
Last synced: 13 May 2025
https://github.com/tylerburdsall/lazy-cartesian-product
.hpp library to efficiently generate combinations using the Lazy Cartesian Product algorithm
cartesian cartesian-product combinations cpp cross-join distinct generate generation hpp hpp-library lazy random stl unique
Last synced: 02 Jul 2025
https://github.com/mamunul/face-alignment-lbf
Making compatiable of https://github.com/yulequan/face-alignment-in-3000fps project to iOS and macOS platform
computer-vision cpp face-alignment ios landmark-detection machine-learning macos opencv shape-prediction
Last synced: 26 Jul 2025
https://github.com/toxe/cpp-cli-parser-examples
C++ CLI Arguments Parser Examples
argparse cli cli11 clipp command-line command-line-arguments cpp
Last synced: 22 Mar 2025
https://github.com/JingOS-team/controlkit
controlkit plugins to build user interfaces based on the KDE UX guidelines
Last synced: 13 Apr 2025
https://github.com/stefanolusardi/tiny_inference_engine
Client/Server system to perform distributed inference on high load systems.
ai cmake conan cpp deep-neural-networks docker grpc inference-client inference-engine inference-server kserve onnxruntime
Last synced: 23 Apr 2025
https://github.com/ankitsultana/parallel-df
An OpenMP based solution for computing K-most frequent words in a corpus (see README for more). Also, my submission for Assignment 2 of Parallel Computing Course, BITS Pilani (2nd Sem 2017/18)
cpp document-frequency openmp openmp-parallelization
Last synced: 03 Feb 2026
https://github.com/aarav90-cpu/cpp-liquid-glass
Liquid Glass in C++
cpp cpp17 glassmorph glassmorphism-effect glassmorphism-ui glsl glsl-shader liquid-glass
Last synced: 18 May 2026
https://github.com/prariecomamile/electronic-system-control
Thanks to this project you can do system control on arduino
arduino arduino-ide arduino-uno cpp electronics python python3
Last synced: 13 May 2025
https://github.com/illud/crono
Crono is a desktop app that allows you to have all your games, apps in one place and track the time used.
Last synced: 15 Apr 2025
https://github.com/samankhamesian/two-level-genetic-algorithm-for-clustered-tsp
This project is an implementation of a two-level genetic algorithm for clustered traveling salesman problem with application in large scale TSPs
clustering-algorithm cpp genetic-algorithm tsp
Last synced: 28 Jun 2025
https://github.com/karnkaul/cronch
Celesta game jam using vulkify and tardigrade
Last synced: 09 Feb 2026
https://github.com/siyovush-hamidov/hamming-codes-8-4
🔐 This project implements the Hamming Code 8-to-4 algorithm for error detection and correction during information transmission, capable of handling one mistake
Last synced: 14 Apr 2025
https://github.com/berkaygediz/hm_console
💻 Simple console calculator in C++.
Last synced: 12 May 2025
https://github.com/pkprajapati7402/sudoku-solver
A C++ program to solve Sudoku puzzles using backtracking. Input a 9x9 grid with empty cells represented by 0s, and the solver will find the solution if it exists. Includes sample images for input format and solved output.
algorithms backtracking cpp grid problem-solving puzzle-solver recursion sudoku-solver
Last synced: 13 Apr 2025
https://github.com/pkprajapati7402/hangman-game-cpp
A simple C++ command-line implementation of the classic Hangman game. Guess the hidden word letter by letter before running out of attempts. This project provides an interactive and enjoyable way to practice basic programming concepts.
basic-programming cli command-line-game cpp fun-project hangman-game interactive oop word-game
Last synced: 13 Apr 2025
https://github.com/manraj29/logic_gates
C++ code for Logic-Gates Concept.
cpp logic-gates object-oriented-programming txt-files
Last synced: 20 Jun 2026
https://github.com/googlers-repo/node-native
Android native functions written in Node.js
android cpp javascript magisk magisk-module native
Last synced: 09 May 2026
https://github.com/svan9/nan
nan virtual machine and nan compiler
asm cmake cpp language-compiler nan virtual-machine
Last synced: 30 Apr 2026
https://github.com/pritz69/leetcode-solutions
Solutions of some of the best Programs available on LeetCode for Beginners and Intermediate , uploaded on languages namely Python , Java , C++, C .
competitive-coding competitive-programming cpp daily-coding-problem dailycodingproblem java leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions potd potd-github potd-practice potd-solution programming python
Last synced: 01 May 2025
https://github.com/donydchen/image-caption-cpp
A data driven query expansion approach for image caption, implemented in cpp
Last synced: 19 Jun 2026
https://github.com/ferhatgec/pls
Fegeya Please (or Pls), simple & cross-platform package searcher.
cpp cpp17 cross-platform installer manager package pls searcher simple
Last synced: 18 Jun 2026
https://github.com/dyekuu/opengl-seawave-animation-inf443
Using OpenGL in C++, implement a seawave animation from time-dependent Perlin noise and also a physics engine
animation cpp hierarchical-animation modeling modelling opengl perlin-noise physics-simulation procedural-animation simulated-animation spline-interpolation texture
Last synced: 24 Apr 2026
https://github.com/ishivanshgoel/cse-1002-problem-solving-and-object-oriented-programming
This repository contains my solutions to problems given for practice in course- CSE-1002 Problem Solving and Object-Oriented Programming(Winter Semester 2019-20)
c cpp cse1002 oops solutions vit vpropel
Last synced: 23 Jun 2026
https://github.com/glaumar/poptranslate
Translate the text selected by the mouse in wayland
cpp kde linux qt translator wayland
Last synced: 05 May 2026
https://github.com/davdag/cppconsolegamelibrary
Fast & Easy to use C++ Library to make console games.
buffer class console console-framework cpp cpp-class cpp-console cpp-library cpp11 cpp14 cpp17 easy easy-to-learn easy-to-understand easy-to-use fast game inheritance keyboard library
Last synced: 16 Jun 2026
https://github.com/r-o-b-o-t-o/podracer
P O D R A C E R
artificial-intelligence cpp game-engine python3 school-project sfml
Last synced: 20 Apr 2026
https://github.com/tsnsoft/wxwidgets_demo
Пример программы на С++ в Code::Blocks с использованием wxWidgets
codeblocks cpp example windows wxwidgets wxwidgets-applications
Last synced: 20 Apr 2026
https://github.com/harrymt/rasterizer
Rasterizer in c++ using SDL and GLM .
Last synced: 12 Jun 2026
https://github.com/vittorioromeo/cppcon2016
Repository for my `cppcon2016` talk: "Implementing static control flow in C++14"
control-flow cpp cpp11 cpp14 cpp17 cppcon presentation slides
Last synced: 29 Apr 2026
https://github.com/zlatnaspirala/web-to-native
Testing basic c++ compilers work
c cef cpp porting visual-studio web xcode
Last synced: 13 May 2026