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-15 00:06:45 UTC
- JSON Representation
https://github.com/notakeith/task-scheduler
Task scheduler with dependency graph resolution
cpp task-scheduler template-metaprogramming type-erasure
Last synced: 03 Jun 2026
https://github.com/notakeith/battleship
Console bot for Battleship over stdin/stdout. Supports master/slave roles, configurable grid, and two shot strategies: ordered sweep and hunt-and-target.
Last synced: 03 Jun 2026
https://github.com/kilemonn/socketforwarder
A TCP and UDP forwarder that accepts socket connections and registers them into designated group. Messages received from registered sockets will be forwarded to other sockets in the same group.
cpp docker-image forwarder group-id multithreading socket-programming tcp udp
Last synced: 17 Apr 2026
https://github.com/tomohxx/mahjong-algorithms
algorithms cpp cpp20 cpp23 japanese-mahjong mahjong
Last synced: 04 Apr 2026
https://github.com/latentprion/cppbessot
CPPBESSOT (C++ BackEnd Single Source of Truth): a framework that uses OpenAPI to maintain a single source of truth for the data model of a software project. It generates C++ headers, JSON serdes, ODB-based ORM headers, DB migrations, Typescript types and Zod schemas. I.e: a type-safe backend-to-frontend data model manager.
backend-cpp backend-development cmake cpp database-migration database-schema json json-deserialization json-serialization json-validation odb openapi orm postgresql sqlite type-safety typescript typescript-definitions zod zod-validation
Last synced: 17 Apr 2026
https://github.com/krotrn/cpp
This repository contains C++ code and projects. It serves as a collection of examples, utilities, and applications written in C++. Whether you are a beginner looking to learn C++ or an experienced developer seeking useful snippets and projects, this repository aims to be a valuable resource.
Last synced: 04 Apr 2026
https://github.com/tsnsoft/dialogblocks_wxgrid_demo
Пример работы с табличными данными в программе на C++ с использованием wxWidgets и DialogBlocks
Last synced: 04 Apr 2026
https://github.com/abanoub-asaad/problemsolving
LeetCode Solutions and Ds & Algo Resources.
cpp java leetcode problem-solving
Last synced: 17 Apr 2026
https://github.com/gatarelib/random-programs
Random Programs from my Computer Science Course 2017-2021
c cpp data-structures executable golang java-8 object-oriented-programming python3
Last synced: 04 Apr 2026
https://github.com/sven4500/setfr
Утилита для отправки Ethernet фреймов
c-plus-plus c-plusplus cpp ethernet ethernet-frame osi tcp udp
Last synced: 17 Apr 2026
https://github.com/camillamendess/estudosfaculdade
Exercicios e trabalhos desenvolvidos na faculdade.
Last synced: 18 Apr 2026
https://github.com/1dagord/leetcode-solutions
Solutions to LeetCode problems that I have solved. Not comprehensive.
cpp cpp20 dsa-practice javascript mysql python python3
Last synced: 18 Apr 2026
https://github.com/woolseyworkshop/article-driving-a-dc-motor-with-an-arduino
Driving A DC Motor With An Arduino Article Resources
arduino cpp drv8833 electronics kicad linux macos motor motor-driver programming windows
Last synced: 04 Apr 2026
https://github.com/deepgram-starters/cpp-flux
Get started using Deepgram's Flux API for real-time transcription with turn detection using this C++ demo app
boost-beast cpp crow deepgram demo end-of-turn flux quickstart real-time-transcription streaming-stt turn-detection
Last synced: 05 Apr 2026
https://github.com/almirneeto99/learn-open-gl
A repository for my learning path of OpenGL
cpp glfw glm graphics graphics-programming learn opengl
Last synced: 18 Apr 2026
https://github.com/w3scribe/practice
A multi-language playground (C, Go, Python, TypeScript) featuring practice code, examples, and resources for algorithms, data structures, and more—ideal for learning and reference.
bun cpp golang javascript typescript
Last synced: 05 Apr 2026
https://github.com/sibnaofficial/sibna-protc
Home to the Sibna Protocol and cryptographic tools powering secure communication
cpp dart encryption project protocol rust
Last synced: 05 Apr 2026
https://github.com/susannnnnna/qt-habitflowdiary
A user-friendly app that allows individuals to record essential health-related data
cmakelists cpp database qml qt6 sqlite
Last synced: 18 Apr 2026
https://github.com/villepekkaa/atm-simulator-project
School project where we developed an ATM simulator with QT Framework and Node.js/Express.js using a MySQL database.
cpp expressjs mysql-database nodejs qt
Last synced: 05 Apr 2026
https://github.com/breezy-codes/cheat-sheets
Cheat Sheets I've collected through my uni subjects to help me with the different programming languages I've been learning.
cheatsheet cpp git-cheatsheet grep-cheatsheet linux-cheatsheet markdown markdown-cheatsheet nmap-cheatsheet nmap-commands programming pycharm python python-language quick-reference r-language reference-material shortcuts vscode
Last synced: 05 Apr 2026
https://github.com/cintia-shinoda/univesp
Data Science Undergrad Notes, Codes, and Homeworks
algorithms c cpp data-mining data-science data-structures django flask java linear-algebra python statistics web-development
Last synced: 05 Apr 2026
https://github.com/ex539/docker-dev-env
A collection of ready-to-use Docker development environments for multiple Linux distributions (Ubuntu, Debian, Alpine, Arch, Kali). Includes shared configurations, utility scripts, and comprehensive documentation for reproducible development setups across teams and CI/CD pipelines.
big-data cpp cuda docker docker-image docker-php docker-setup environment hadoop jenkins kubernetes qtcreator reproducibility x11
Last synced: 05 Apr 2026
https://github.com/flp2113/algorithm-visualizer
Algorithm Visualizer using SDL3 and Dear ImGUI
Last synced: 18 Apr 2026
https://github.com/btframework/tempgauge
Jeep Grand Cherokee ZJ 1993 Temperature sensor Arduino code
arduino c cpp electronics gauge jeep sensor
Last synced: 18 Apr 2026
https://github.com/aditiisaxena/cuda-accelerated-box-filter-for-texture-image-enhancement
Enhances grayscale texture images using a CUDA-based box filter. Built with CUDA, C++14, and OpenCV for high-performance image processing.
cpp cuda gpu-programming linux nvidia opencv
Last synced: 18 Apr 2026
https://github.com/spear97/ue5-q-learning
This is a Remake of the Senior Design Capstone that was created for the Spring Semester of 2022 at Texas Wesleyan University. I scaled down the Scope of the application, and the overall simulation focused on getting an AI Agent to Navigate a Maze to reach the location of a Goal in a Maze using Reinforcement Learning via the Q-Learning Algorithm.
artificial-intelligence capstone-project computer-graphics cpp game-development machine-learning object-oriented-programming q-learning q-learning-algorithm simulation-game simulation-programming unreal-blueprints unreal-engine unreal-engine-5 visual-studio
Last synced: 18 Apr 2026
https://github.com/thecrazymage/bourne-shell
:shell: Bourne shell implementation in C++
Last synced: 18 Apr 2026
https://github.com/zaedus/gtk-planner
Manage your various projects, schedules, and daily tasks with a GTK based planner application.
Last synced: 18 Apr 2026
https://github.com/polaris/eva-vm
A simple virtual machine for the Eva programming language.
cpp eva programming-languages virtual-machine
Last synced: 04 Jun 2026
https://github.com/cinarcivan/arduino-guide
Guide and sample codes for those who want to learn and understand Arduino better.
arduino arduino-basics arduino-examples arduino-guilde cpp
Last synced: 19 Apr 2026
https://github.com/poakapx/oop_using_multi-file_constructor_gets_and_sets-1
ООП із застосуванням конструктора, гетів, сетів і многофайловістью.
Last synced: 04 Jun 2026
https://github.com/timanema/msc-thesis-public
Repository containing a GPU-accelerated compressor based on FSST
compression cpp cuda gpu thesis
Last synced: 19 Apr 2026
https://github.com/tsnsoft/nb_cpp_wx_cross-platform
Пример визуальной программы с wxWidgets на C++ в NetBeans с использованием wxFormBuilder для Linux и кросскомпиляцией для Windows
cpp cross-platform linux netbenas windows wxwidgets
Last synced: 19 Apr 2026
https://github.com/luisgomes2002/data-structures
Study of Data Structures Js/Py/Cpp
Last synced: 19 Apr 2026
https://github.com/manavmehta/tcp-file-sharing
A Client-Server architecture CLI that allows transfer of files hosted on the server to any number of connected clients, making use of TCP protocol for reliable file transfer.
cli cpp file-sharing socket-programming tcp
Last synced: 19 Apr 2026
https://github.com/cactoes/reflection
Reflection -UI is a c++20 desktop application library.
cmake cpp desktop-apps library windows
Last synced: 19 Apr 2026
https://github.com/junaidsalim/leetcode_solutions
This repository contains my solutions to a range of LeetCode problems.
cpp javascript leetcode leetcode-cpp leetcode-javascript leetcode-practice leetcode-python leetcode-solutions postgresql python sql
Last synced: 19 Apr 2026
https://github.com/schanur/cycle-breaker
Find cyclic references in code modules
c command-line-tool cpp cyclic-references graph linter python python3 shell shell-script stacktrace static-analyzer
Last synced: 19 Apr 2026
https://github.com/agauniyal/conan-string-view-lite
Conan package for https://github.com/martinmoene/string-view-lite
conan cpp cpp11 cpp14 cpp17 nonstd-lite string-view
Last synced: 19 Apr 2026
https://github.com/absallam1999/console-applications
Simple C++, C# Console Applications
algorithms console-app cpp cprogramming-language csharp
Last synced: 19 Apr 2026
https://github.com/zeynepcol/space-shooter-game-opengl
C++,OpenGL Game-Space Shooter Game
cpp game game-2d game-developement gamedev opengl space-shooter-game
Last synced: 19 Apr 2026
https://github.com/rfrench3/controllable
QML Module providing controller support
Last synced: 04 Jun 2026
https://github.com/nikitakarmakarp/ninjas-sde-sheet
The Ninjas SDE Sheet is a highly regarded resource for software developers preparing for coding interviews. It provides a comprehensive set of problems curated to enhance problem-solving skills and covers a wide range of topics critical to technical interviews.
Last synced: 19 Apr 2026
https://github.com/nightmarevco/a20j-ladders
My solutions for A2OJ CodeForces Ladder.
Last synced: 04 Jun 2026
https://github.com/scyth3-c/opengl-comic-text-font
fuente retro para glut/freeglut, multiplataforma
Last synced: 19 Apr 2026
https://github.com/smooll-d/ttt-docs
Documentation for TTT.
cpp docs documentation doxygen doxygen-documentation sfml ttt website
Last synced: 04 Jun 2026
https://github.com/tim-gromeyer/triangle
My first QML app, it calculates the missong sides and angles of a triangle
calculations cpp qml qt6 triangle
Last synced: 19 Apr 2026
https://github.com/tirimid/ematrm
esolang and interpreter thereof
cpp esolang esoteric-language intepreter register-machine
Last synced: 04 Jun 2026
https://github.com/songit-kraft/algorithm
This is an auto push repository for Baekjoon Online Judge created with BaekjoonHub.
algorithm baekjoon-online-judge cpp
Last synced: 20 Apr 2026
https://github.com/noam-dori/dynamica
a ROS package that allows persistent and dynamic reconfiguration of parameters in a JSON-like manner
cpp cpp98 dynamic-reconfigure ros ros-kinetic
Last synced: 20 Apr 2026
https://github.com/zyn10/salsa-sales-code
salsa sales basic programme using cpp
conditional-statements cpp loops-and-iterations programming-fundamentals
Last synced: 04 Jun 2026
https://github.com/yutotnh/spirit-mbed-can-motor-controller
spirit と CAN を用いた Mbed の モータードライバ制御プログラム(コントローラー側)
Last synced: 04 Jun 2026
https://github.com/zfifteen/orchard-flow
A deterministic production-grade incompressible CFD solver optimized exclusively for Apple Silicon
apple-silicon arm64 cfd computational-fluid-dynamics cpp deterministic finite-volume-method fluid-dynamics incompressible-flow multigrid navier-stokes scientific-computing
Last synced: 20 Apr 2026
https://github.com/joshuachp/progetto_sistemi_operativi_2020
Progetto sistemi operativi UNIVR 2019/2020
c cpp google-test linux-syscall
Last synced: 20 Apr 2026
https://github.com/berlin0308/movinet-openvino
cpp edge-computing intel openvino rtsp tensorflow
Last synced: 20 Apr 2026
https://github.com/albovo/adventofcode
A repository with all my solution for the advent of code's problems that I solved in my spare time.
advent-of-code c christmas cpp data-structures problem-solving python3 rust
Last synced: 20 Apr 2026
https://github.com/vipul1432/gtu-is-practicals
GTU 7th Semester Information security All Practicals Source code
c cpp java security security-tools
Last synced: 20 Apr 2026
https://github.com/alexmollard/enetplayground
🌐 A playful networking sandbox where packets come to party and sometimes die - my personal experiment with ENet that sometimes works, often breaks, and always teaches me something new!
cpp enet multiplayer server udp
Last synced: 20 Apr 2026
https://github.com/hasnathjami/data-structures-and-algorithms
algorithms cpp data-structures java stl
Last synced: 20 Apr 2026
https://github.com/poakapx/oop-dynamic_array
ООП із застосуванням динамічного масиву з переліком користувачів.
Last synced: 04 Jun 2026
https://github.com/icrobotics-team167/2019deepspace
Robot code for the 2019 FRC game
cpp first frc frc-deep-space robotics
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/vasar007/algorithm_analysis
Empirical analysis of algorithms.
algorithms analysis automation cpp empirical-analysis excel math netcore statistics
Last synced: 20 Apr 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/magnetic-fox/simplenoter
Simple Noter Client for 16-bit Windows
80286 80386 80486 8086 advanced c cpp experiments http json networking noter openwatcom resources utf8 watcom win16 win16-api winapi windows-3-x
Last synced: 08 May 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/h3rodev/tupcs203
Quizzes, Assignments and Projects in C/C++ for Data Structures and Algorithms Class of TUP ETEEAP
algorithms c cpp data-structures
Last synced: 20 Apr 2026
https://github.com/starlitdreams/mandelbrot-set-plotter
This repository contains a simple Mandelbrot set plotter in C++ using SDL2. It visualizes the Mandelbrot set by calculating iterations for each point in the complex plane. Features include customizable colors and efficient SDL2 rendering. Requires SDL2 and a C++ compiler. Contributions welcome. Licensed under MIT.
cmath complex-numbers cpp math numeric sdl2
Last synced: 05 Jun 2026
https://github.com/the-guild-of-calamitous-intent/gcigps
GPS NEMA message parser
Last synced: 21 Apr 2026
https://github.com/arthur24-t/code-deust1
This is my repositories of my C,C++ of my first year of DEUST IOSI
Last synced: 21 Apr 2026
https://github.com/nyrrrr/arduino
Simple Client that processes user input into commands which are sent via UDP
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/lrshsl/arduinospf_binary-adder
Arduino code for a binary adder with sevensegment display
Last synced: 21 Apr 2026
https://github.com/vdoninav/gui-csv-editor
GUI-based Data Management Application
cpp csv csv-editor mvc qt qt-gui qtcreator
Last synced: 21 Apr 2026
https://github.com/om-arya/stockrank
A stock performance comparison tool, analyzing metrics between different companies over a specified time interval.
Last synced: 21 Apr 2026
https://github.com/tisttnf/praktikum-sda
Data Structure & Algorithm Lab Tasks/Exercise
Last synced: 21 Apr 2026
https://github.com/anty-filidor/tic-tac-toe
Example of CMake and C++ linters in simple CLI game
Last synced: 20 Jun 2026
https://github.com/gcca/lofi-cpp
A utility library delivering modularity & extras.
Last synced: 05 Jun 2026
https://github.com/firyanulrizky/grafkom_simulasi_basket
Mega Projek Matakuliah Grafika Komputer
c-plus-plus computer-graphics cpp glut
Last synced: 22 Apr 2026
https://github.com/badgerloop-software/sc2-driver-io
Solar Car 2 Driver IO Program - Firmware, Networking, and Dashboard
Last synced: 22 Apr 2026