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-22 00:06:44 UTC
- JSON Representation
https://github.com/tsnsoft/codeblocks_linux
Code::Blocks с русским интерфейсом для Linux
c codeblocks codeblocks-ide cpp linux wxwidgets
Last synced: 22 Apr 2025
https://github.com/gmorales08/proyectodungeoncrawler
Juego Dungeon Crawler de terminal hecho en C++
Last synced: 01 May 2025
https://github.com/gjbex/defensive_programming_and_debugging
This is material to complement the FutureLearn MOOC on "Defensive programming and debugging", as well as for training purposes.
bash best-practices c cpp debugging fortran mpi openmp parallel-programming python training unit-testing
Last synced: 13 Jul 2025
https://github.com/qninhdt/cybrion
Cybrion - A voxel game written in C++ using SDL2 and modern OpenGL
cpp game gamedev glsl minecraft-clone modern-cpp opengl voxel voxel-engine voxel-game
Last synced: 19 Jun 2026
https://github.com/yhisaki/plotly.cpp
📈 plotly.cpp: A C++ plotting library for expressive, interactive, real-time and streaming data visualization
animation cpp physics-simuation plot plotly plots real-time robotics scatter-plot visualisation
Last synced: 14 May 2026
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/harrymt/rasterizer
Rasterizer in c++ using SDL and GLM .
Last synced: 12 Jun 2026
https://github.com/mortennobel/oocholmod
An object oriented C++ header-only wrapper for Timothy A. Davis' Cholmod library (part of SuiteSparse)
cholmod cpp hpc sparse-matrices
Last synced: 19 Jun 2026
https://github.com/cmbtea/opencv-and-qt-on-macos
This repository will guide you step by step to use OpenCV and Qt on MacOS using Xcode
cpp opencv opencv4 qt qt-applications qt5 xcode
Last synced: 13 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/zlatnaspirala/web-to-native
Testing basic c++ compilers work
c cef cpp porting visual-studio web xcode
Last synced: 13 May 2026
https://github.com/stdbug/argparse
Single-header C++ command line argument parser
argument-parser c-plus-plus c-plus-plus-17 cpp cpp17 option-parser
Last synced: 20 Jul 2025
https://github.com/vittorioromeo/ssvmenusystem
[HEADER-ONLY] C++14 lambda-based library for quick creation of menus. Supports multiple nested menus (categories). Supports Single/Toggle/Slider menu item types. Useful in game development or console applications-
c-plus-plus cpp cpp11 cpp14 game game-development gamedev library menu
Last synced: 12 Jul 2025
https://github.com/chahelgupta/dsa-project-familytree
C++ program for building and visualizing a hierarchical family tree. The program should allow users to interactively add family members, specify their parent-child relationships, and visualize the family tree's structure.
cpp dsa dsa-algorithm dsa-project dsa-solutions miniproject
Last synced: 11 Apr 2025
https://github.com/deccer/fuk
Trying out Bulkan
cpp deccer-cubes engine-development graphics-programming vulkan
Last synced: 17 Mar 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/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/rokhan/gocpp
Quick and dirty experimentations to parse go code and generate equivalent c++ code
Last synced: 20 Mar 2025
https://github.com/bollos00/qtmessagefilter
A GUI Message Handler used for debugging on Qt/C++ Applications
cpp debug debugging-tool qt qt5
Last synced: 06 Mar 2026
https://github.com/rir360/login-systems
The repository contains some different types of simple login systems programmed in c/c++ language. From a very simple password checking program to an advanced encryption system.
c cpp decryption encryption login password system
Last synced: 17 May 2026
https://github.com/jchiefelk/node-quandl
Stock Analytics Platform built with the following stack; Node, C++, Express, React.
c-plus-plus coinbase-api cpp flux node-addon node-js reactjs
Last synced: 07 Apr 2026
https://github.com/whoabhisheksah/email-classification
CS299 B.Tech Project (k-type of e-mail classification)
chrome-extension cpp js machine-learning python
Last synced: 10 Jul 2025
https://github.com/s4m-mo/language-runner-vscode
A VS Code extension that can run a variety of file types.
c cpp javascript language-runner nodejs python vbnet vscode vscode-extension
Last synced: 08 Apr 2026
https://github.com/ksachdeva/tensorflow-cc-sdk-generator
Set of scripts to generate a CMake enabled tensorflow c++ SDK
cmake cpp sdk tensorflow tensorflow-cc tensorflow-cmake
Last synced: 18 Apr 2026
https://github.com/basemax/banksystemcli
A tiny and CLI program for Bank system with 2 different user access using C.
Last synced: 11 Jun 2025
https://github.com/florianpfleiderer/simplesynth
The motivation for this project was to develop a modular synthesizer to produce different sounds and create short loops to use in music production. It utilises the ImNodes and ImGui libraries for generation and the Synthesis Toolkit (STK) for creating and processing sounds.
catch2 cmake cpp imgui imnodes object-oriented-programming stk
Last synced: 22 Jun 2026
https://github.com/flipcoder/mx
C++ coroutine await, yield, channels, i/o events (single header + link to boost)
await concurrency coroutines cpp cpp11 iomultiplexing threads yield
Last synced: 08 May 2025
https://github.com/howprogrammingworks/generics
Generic Programming
cpp generic generics javascript js typescript
Last synced: 07 May 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/theo-mestre/sfml-static-premake
This repository provides a simple setup to create an SFML application using Premake 5.
Last synced: 05 Oct 2025
https://github.com/ferhatgec/fsplusplus
Single header filesystem library for specific functionalities
cpp fegeya filesystem header library single
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/Panquesito7/setup-jule
Setup a JuleC development environment in your project.
action-composite actions c clang composite composite-action cpp hacktoberfest jule julec julelang programming
Last synced: 09 May 2025
https://github.com/bitartisan1/wize
Wize UCI C++ Chess Engine with Multithreading and NNUE Stockfish Evaluation
ai chess chess-ai chess-engine chessboard cpp engine game gplv3 lc0 neural-network nnue opensource search search-algorithm search-engine software sports stockfish uci
Last synced: 04 Mar 2026
https://github.com/sspeedy99/cyweather-weather-forecast
A real-time command line weather application written in c++.
api cpp terminal weather-app web-api
Last synced: 14 May 2026
https://github.com/korosuke613/etrobocon2017
ETロボコン2017
cpp et-robocon2017 ev3rt japan toppers
Last synced: 03 Jul 2025
https://github.com/dulikvor/sweetpy
:cake: Extend python using C++14 and beyond with ease.
connectivity cpp cpp11 cpp14 python python3 python37
Last synced: 16 Feb 2026
https://github.com/nurodev/xmake-scaffold
🌱 Minimal Xmake C++ Project Template
c cpp portfolio template template-project template-repository xmake
Last synced: 08 May 2025
https://github.com/grazianobolla/monke-engine
Simple and Fast 2D Game Engine based on OpenGL and C++
Last synced: 19 Mar 2025
https://github.com/elfaz19/double-linked-list-by-c--
📚 Student Management System 🎓 A C++ doubly linked list project to manage student records. Features: insert, delete, search, display, and demo mode. Perfect for learning dynamic data structures! 🚀 Happy Coding! ✨
cpp dsa dsa-algorithm dsa-practice
Last synced: 11 Jul 2025
https://github.com/joanstinson/pathfinding
C++ SDL AI Pathfinding: BFS, Dijkstra, GBFS and A* algorithms.
ai algorithm artificial-intelligence astar-algorithm breadth-first-search cplusplus-11 cpp dijkstra-algorithm game-engine-2d sdl2
Last synced: 08 Jul 2025
https://github.com/ergus/gpukalmanfilter
Kalman Filter test code using C, C++, Cuda and OpenCL.
cpp cuda gpgpu kalman-filter makefile opencl performance vectorization
Last synced: 28 Oct 2025
https://github.com/consti10/telemetry
Parse telemetry data coming from multiple platforms for use in an OSD (On-Screen-Display)
android cpp frsky java ltm mavlink telemetry wifibroadcast
Last synced: 10 Apr 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/aldenhovel/i-love-coding
Collections of code, Python, C/C++, JavaScript/TypeScript/Vue .
cpp csharp javascript leetcode python typescript
Last synced: 05 May 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/coord-e/dsp6951
Library for DSP6951 DSP Radio IC.
arduino arduino-library cpp dsp radio
Last synced: 16 May 2026
https://github.com/supercmmetry/bitio
A simple and fast bitio library for c++
benchmark bitio cpp filesystem io memory-buffers read-write
Last synced: 02 Apr 2025
https://github.com/zeloe/bytetosound
Reads raw data and outputs it as a wave file
audio bytes cpp databending encoding wave
Last synced: 11 Jul 2025
https://github.com/viral32111/gm_regex
Lua Patterns are rubbish, Regular Expressions are the standard.
cpp cpp11 dll garrysmod glua lua module regex visual-studio
Last synced: 21 Jul 2025
https://github.com/afondiel/cs-courses
This is a list of Computer Science free courses and resources available on Github and internet.
ai algorithms compter-vision computer-science computer-science-courses cpp data-science free-courses machine-learning python rust software-engineering
Last synced: 22 Jul 2025
https://github.com/georgesittas/remote-file-transfer
Multi-threaded file transferring app, based on the client-server model
client-server cpp file-sharing linux pthread sockets tcp-ip
Last synced: 09 Sep 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/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/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/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/farout101/arduino-arcadebox-16x16-dot-matrix-diaplay
This is a prototype for something big
Last synced: 03 Mar 2025
https://github.com/rikard-helgegren/leverage_analysis_tool
Analyst tool for portfolio construction. How can levereged certificates be used to increase returns in a portfolio while keeping the risk as low as possible. Use the tool and find out.
cpp data-analysis investment kivy-framework python3
Last synced: 12 Apr 2025
https://github.com/s1ink/visionserver
A C++ vision processing library designed for raspberry pi deployment on an FRC robot
cpp cscore frc ml networktables opencv raspberry-pi tensorflow-lite vision wpilib
Last synced: 25 Jun 2025
https://github.com/leosery/proceduralterraingeneration--unrealengine5-2024
A procedural terrain generation system with dynamic chunk loading and optimized mesh generation using Perlin noise in Unreal Engine 5.
cpp game-development mesh-generation perlin-noise procedural-generation terrain-generation unreal-engine-5
Last synced: 05 May 2025
https://github.com/antixk/sgmrfmix
A Python library for sGMRFmix model for anomaly detection in time series
anomaly-detection cpp graphical-lasso machine-learning python3 sgmrfmix sparse-modeling sparse-representations time-series variational-bayes
Last synced: 13 Apr 2025
https://github.com/kaplanz/cake
Just another C/C++ Makefile-based build system, aimed at providing quick and easy development
build-system c cpp make makefile
Last synced: 18 Feb 2026
https://github.com/showxu/Magicians
A magic extension
c cocoapods cpp cpp17 cpp1z interface-builder ios macos magician objective-c objective-c-plus-plus swift swift-3 swift4 tvos watchos
Last synced: 09 May 2025
https://github.com/astrodynamic/game-of-life-in-qt-qml
Game of Life is a cellular automaton where cells evolve based on simple rules. It demonstrates emergent behavior and can simulate complex patterns and systems.
algorithms cell classic-game cpp cpp17 game primitive qml qt qt6 qt6-gui tableview
Last synced: 07 Jul 2025
https://github.com/maxoodf/tgnews
Telegram Data Clustering Contest (Bossy Gnu's submission )
cpp document-clustering document-embedding document-similarity nlp nlp-machine-learning telegram word2vec
Last synced: 03 Apr 2025
https://github.com/ghulamghousdev/algorithm-analysis
This repository consists of codes written during my undergraduate Design and Analysis of Algorithms course!
algorithm-challenges algorithms c complex-analysis complexity cpp cutting greedy-algorithm greedy-algorithms hacktoberfest hybrid insertion-sort matrix merge-sort optimization-algorithms sorting sorting-algorithms
Last synced: 23 Jun 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/php1ic/nuclear-data-reader
Read and combine data from the Atomic mass evaluation (AME) and NUBASE data files into a single array (std::vector) which can then be manipulated as required, or written to files for use with other code and software.
cpp cpp-library cpp20 nubase nuclear nuclear-data nuclear-physics physics
Last synced: 30 Dec 2025
https://github.com/tremus/figmaboundsheader
Figma plugin for generating a c friendly Bounds.h file with the dimensions of all selected nodes
Last synced: 11 Apr 2025
https://github.com/AhmedOsmanDev/HackerRank-Solutions
HackerRank's challenges solutions. Above 350 solutions.
algorithms bash c competitive-programming cpp data-structures hackerrank hackerrank-solutions java javascript linux-shell online-judge problem-solving python3 shell sql
Last synced: 10 Apr 2025
https://github.com/ilyachalov/learncpp-com-examples
Примеры с сайта www.learncpp.com, посвященного изучению языка программирования C++
Last synced: 19 Jul 2025
https://github.com/soerlemans/acris
Acris is a compiler project for a systems programming language aimed at interoperability with multiple languages.
acris ast c cmake codegen compiler cpp cpp23 interoperability language lexer llvm python3 transpiler
Last synced: 02 Feb 2026
https://github.com/arjunnair/chip8
Chimp: A Chip-8 emulator in C++
chip8 chip8-emulator cpp emulation
Last synced: 23 Jun 2025
https://github.com/ferhatgec/ffind
Colorized, Categorized && User-friendly :^) implementation of `find` written in C++17
bsd cpp cpp17 find gnu implementation linux list unix
Last synced: 13 May 2026
https://github.com/andreimoraru123/needforscenes
Multi Object Tracking Sensor Fusion 3D Interactive Simulation/Game in PCL
3d cpp eigen game interactive lidar multi-object-tracking object-tracking pcl physics point-cloud-library radar self-driving sensor-fusion simulation state-estimation state-space unscented-kalman-filter vcpkg vtk
Last synced: 27 Sep 2025
https://github.com/maksimdrachov/cpp-project-template
C++ project template
clang-format clang-tidy cmake cpp gcov googletest valgrind
Last synced: 11 Oct 2025
https://github.com/epeios-q37/epeios.bak
Free (AGPL) multi-platform software components.
amd64 arm backend cef client-server cpp frontend ia32 linux macos multithreading node odroid osx posix raspberry-pi windows
Last synced: 15 Feb 2026
https://github.com/ferhatgec/fpaper
Fegeya FPaper, an e-paper file format.
cpp cpp17 e-paper fegeya file file-format fpaper implementation paper read
Last synced: 13 Mar 2026
https://github.com/ejunjsh/leetcode
😄 (600/800) learn algorithms and learn c++ by the way
algorithm cpp learning-algorithm leetcode shell sql
Last synced: 13 Apr 2025
https://github.com/bugsplat-git/my-unreal-crasher
⚙️👾🤯 Sample Unreal Engine 5 project integrated with BugSplat.
bugsplat cpp crash crash-reporting game-development reporting ue4 ue5 unreal unreal-engine
Last synced: 14 Oct 2025
https://github.com/qengineering/yolov5-segmentation-ncnn-rpi4
YoloV5 segmentation for a bare Raspberry Pi 4
aarch64 cpp deep-learning ncnn ncnn-framework ncnn-model raspberry-pi-4 raspberry-pi-64-os segmentation yolov5 yolov5-seg
Last synced: 07 Oct 2025
https://github.com/paladin-t/jpath
An easy to use RapidJSON reader/writer in one header.
Last synced: 13 Oct 2025
https://github.com/0x0c/midible
MIDI over BLE interface for esp-idf.
ble bluetooth-low-energy cpp cpp11 esp-idf esp32 midi midi-over-ble
Last synced: 07 Sep 2025
https://github.com/mortennobel/kick_obj_loader
A small library parsing and saving Wavefront OBJ 3D models
Last synced: 07 Sep 2025
https://github.com/gershnik/argum
Fully-featured, powerful, command line argument parser in C++20
argument-parser argument-parsing cli command-line command-line-parser command-line-parsing cplusplus cpp cpp20 header-only option-parser option-parsing parser
Last synced: 10 Feb 2026