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-06 00:06:48 UTC
- JSON Representation
https://github.com/thecomputekid/scrapper
pretends to export c++ functions but with a c abi
Last synced: 01 May 2026
https://github.com/rna3210d/qt-webengineview-browser
Qt browser with some random stuff
cpp qt5 qtcreator qwebengineview
Last synced: 02 May 2026
https://github.com/s12mmm3/qradioplayer
基于Qt实现的 跨平台 网络广播电台客户端
api apis cloudmusic cpp qt qt6
Last synced: 29 Apr 2026
https://github.com/basemax/onewaylinkedlistcpp
This is a simple implementation of a one-way linked-list in C++.
cpp linkedlist linkedlist-c linkedlist-delete linkedlist-implementation linkedlist-insert linkedlist-reverse linkedlists linkedlists-using-class
Last synced: 17 Jun 2026
https://github.com/poyea/whetstone
A CDCL SAT solver in C++23
cdcl cdcl-algorithm cdcl-solver cpp cpp17 cpp20 cpp23 sat-solver
Last synced: 17 Jun 2026
https://github.com/virendracarpenter/tictactoecpp
Basic Tic Tac Toe Game made in C++
cpp game hacktoberfest terminal tictactoe-cpp tictactoe-game
Last synced: 02 May 2026
https://github.com/gr3yknigh1/opengl-learning
Doodling around with opengl in C++. Doesn't build, because I am Accidentally deleted imgui subrepo :c
Last synced: 17 Jun 2026
https://github.com/yousryessam/deterministic-finite-automata
Implementation to solve any DAF machine that user input and determine if string accepted or not also detect dead states
cpp finite-state-machine state-machine
Last synced: 17 Jun 2026
https://github.com/konyd/game-of-life
A simple implementation of Conway's Game of Life built with raylib
cpp game-development raylib raylib-cpp simulation
Last synced: 17 Jun 2026
https://github.com/bmoretz/daily-coding-problem
A coding problem a day keeps the interviewers at bay.
algorithms algorithms-interview cpp data-structures julia optimization python
Last synced: 07 May 2026
https://github.com/ohioiot-esp32-wifi-examples/final-checklist
The code base accompanying one step in the video series on creating a next-level WiFi library for your ESP32 projects. The video associated with this code base focused on engaging with the events provided by WiFi.h and logging them to get the best information possible about your WiFi connection.
arduino-ide arduino-iot connectivity cpp embedded-systems esp-idf esp32 esp32-iot event-driven firmware home-automation internet-of-things iot microcontroller networking ohioiot platformio wifi wifi-events wifi-logging
Last synced: 07 May 2026
https://github.com/ivangrana/object-oriented-programming-cpp
object oriented programming concepts with C++
cpp object-oriented-programming
Last synced: 18 Jun 2026
https://github.com/chrisross5/pathfinding-visualizer
College mini project (Data structures and algorithms S2): Two C++ console apps visualizing the shortest path between two points on a 2d grid, without and with walls.
algorithms bfs console-application cpp
Last synced: 08 Jun 2026
https://github.com/sameetasadullah/producer-consumer-problem-using-semaphores
C++ code to solve producer consumer problem using threads and semaphores
cpp linux producer-consumer-problem semaphores threads ubuntu
Last synced: 13 May 2026
https://github.com/jmarrec/cppbenchmarks
A collection of some benchmark scripts I used for C++
benchmark c-plus-plus cmake conan cpp cpp20
Last synced: 02 May 2026
https://github.com/djoezeke/myyaml
Myyaml - Simple and Fast Yaml Ain't Markup Language (YAML) Parser for Modern C/C++.
c config configuration cpp deserialize emmiter modern parser serializer yaml yaml-parser
Last synced: 07 May 2026
https://github.com/sr1jan/competitiveprogramming
My solutions to the competitive programming problems from various contests
competitive-programming competitive-programming-contests cpp
Last synced: 08 Jun 2026
https://github.com/mehmetgulcu/arduino-voice-assistant
This project is python and c++ programming languages configuration. In addition, Google Cloud Firestore was used as the database.
arduino cpp firestore python3 smarthome voice-assistant voice-commands
Last synced: 09 May 2026
https://github.com/adityarajsingh/cp
All the code solutions for problems related to Data Structures and Algorithms and problems of various coding platforms.
algorithms competettive-programming cpp data-structures problem-solving
Last synced: 18 Jun 2026
https://github.com/gopalchand/hellothere_project
Hello World using CMake
chatgpt-assisted cmake cmakelists cpp pybind11 python python3 scikit-build
Last synced: 29 Apr 2026
https://github.com/thanatisia/dev-references
All-in-One Programming/Software Development concept references with implementation examples
cpp development programming python shellscripting
Last synced: 27 Apr 2026
https://github.com/marcuspy827/null-log-library
Simple log library for Qt that mainly optimizes the look and feel of your log.
ansi-color cmake cpp log qt qt-framework qt5 qt6
Last synced: 02 May 2026
https://github.com/kplanisphere/plotted-3d-environment
Plotted 3D Environment is a graphical project inspired by Minecraft, designed to demonstrate 3D object creation, animation, and interaction using OpenGL. It features first-person navigation, texture mapping, and collision detection within a dynamic 3D environment filled with obstacles and enemies - Final project for the Graphing course.
3d-graphics animation camera-movement collision-detection computer-graphics cpp data-visualization educational-project opengl texture-mapping
Last synced: 03 May 2026
https://github.com/embeddedos/patterns-in-c-cpp
Design systems and patterns in C/C++
c cpp design-pattern design-system embedded linux mcu
Last synced: 07 May 2026
https://github.com/jonathas/bouncing-ball
Programa C/C++ que usa OpenGL para simular um círculo se movimentando. Conforme o círculo se choca contra as paredes internas da janela, ele desvia a sua trajetória.
cpp opengl practice university
Last synced: 29 Apr 2026
https://github.com/elbouzkri/cpp_oop
this repo has the 42 CPP pool days wich are about concept of object-oriented-programming (OOP), incapsulation inhiretance polymorphisme ...
Last synced: 18 Jun 2026
https://github.com/bocaletto-luca/obstacle-avoiding-robot
Obstacle-Avoiding-Robot - A two-wheel differential drive rover that roams autonomously, uses an HC-SR04 ultrasonic sensor to detect obstacles ahead, and an MPU-6050 IMU to monitor tilt (prevent tipping). On obstacle detection it stops, reverses, turns randomly left or right, then resumes. If it tilts beyond a safety angle, it immediately halts.
arduino bocaletto-luca cpp obstacle obstacle-robot openhardware opensource robot standalone
Last synced: 28 Apr 2026
https://github.com/sbaldu/wealthdistributionmodel
Model for the distribution of wealth in a community
complex-systems cpp econophysics modelling pybind11 python
Last synced: 02 May 2026
https://github.com/learnwithfair/cpp-programming
Here, you can download 100+ c++ / cpp programming file with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]
c-plus-plus cpp learn-with-fair learnwithfair rahatul-rabbi rahatulrabbi
Last synced: 18 Jun 2026
https://github.com/tayeva/librdkafka-examples-cpp
Examples using librdkafka
cpp docker docker-compose kafka kafka-client
Last synced: 07 May 2026
https://github.com/angelagarwal2/leetcode_solutions
C++ Solutions of LeetCode Problems
arrays binary-search-tree binary-tree cpp greedy-algorithms leetcode leetcode-cpp leetcode-solutions linked-list-in-cpp queue recursion stack tree two-pointers
Last synced: 18 Jun 2026
https://github.com/telkomdev/putih
<IN PROGRESS & SUCKS> Redis Command Line Client Writen in CPlusPlus
cli cli-app cplusplus cpp redis redis-client
Last synced: 09 May 2026
https://github.com/evanpacini/functional
Bringing functional programming to C!
c c23 cpp cpp23 functional functional-programming
Last synced: 13 May 2026
https://github.com/deroyace/classes-cpp
Classes, Constructors, Destructors, inheritance, based programs here - C++
classes constructors cpp destructors friend-class inheritance-examples inline polymorphism virtual
Last synced: 11 Jun 2026
https://github.com/danielsio/pacman-game
Built as part of a Kirsh Amir's C++ & OOP course at The Academic Collage Of Tel-Aviv.
bfs-algorithm cpp game oop-principles
Last synced: 02 May 2026
https://github.com/degitx/stun
RFC5389 / tiny STUN protocol client implementation on C / Get my ip
Last synced: 27 Apr 2026
https://github.com/trojaner/eru-ceng-bz205
Assignment for C++ Data Structures and Algorithms Course at ERU
algorithms assignment cpp data-structures
Last synced: 18 Jun 2026
https://github.com/nadidlinchestein/programmingprinciples
Solutions to Programming Principles & Practice Using C++
book computer-science cpp programming
Last synced: 18 Jun 2026
https://github.com/saket-sk/tic-tac-toe-using-c-
Tic Tac Toe CMD Console game
Last synced: 18 Jun 2026
https://github.com/indianwhocodes/radxproj
aws cpp makefile multithreading network networking parallel-computing radar shell
Last synced: 10 May 2026
https://github.com/clazex/oi-study
A Repository for Storing Code Written During My OI Learning
Last synced: 18 Jun 2026
https://github.com/lefucjusz/kettle-pid-controller
Kettle temperature regulator using PID controller based on Arduino Nano. Measurements taken by the means of DS18B20 sensor, Fotek SSR-40DA SSR relay used as an actuator. Current temperature displayed on TM1637 LED display.
adc anti-windup arduino cpp ds18b20 kettle pid pid-controller platformio pwm ssr temperature-control tm1637
Last synced: 08 May 2026
https://github.com/qc20/spinningcube
This project pushes the boundaries of microcontroller capabilities, combining creative coding, interaction design, and physical computing to render a captivating 3D spinning cube animation on a compact OLED display, all powered by an Arduino Pro Mini.
3d-graphics arduino cpp cube embeddded embedded-c embedded-systems oled-display-ssd1306 physical-computing pro-mini spinning-cube visualization wokwi
Last synced: 08 May 2026
https://github.com/seanpianka/game-menu
C++ and SFML to create a game about shapes with a settings menu.
cpp cpp11 game-development sfml
Last synced: 23 Jun 2026
https://github.com/urpagin/mcconnectbot
Connects multiple offline bots to a Minecraft server using botcraft.
boost bot bot-command botcraft build-system cmake cpp debian dependencies git installation linux make minecraft minecraft-server multi-bot offline-mode openssl server submodules
Last synced: 29 Apr 2026
https://github.com/sathiiii/hackerrank-solutions
Solutions for hackerrank Medium | Hard Problems with explanations
cpp cpp14 dijkstra-algorithm dynamic-programming game-theoretic-algorithms gametheory graph-algorithms graph-theory hackerrank hackerrank-algorithms-solutions hackerrank-challenges hackerrank-cpp hackerrank-python hackerrank-solutions hackerrank-solutions-github hackerrank-solutions-in-cpp kruskal-algorithm python python-3 python3
Last synced: 10 May 2026
https://github.com/fabian-hk/homebot
This project is a bot which collects data and controls systems in your home.
bot cpp google-grpc google-protobuf homeautomation python3 telegram-bot webscraper
Last synced: 30 Apr 2026
https://github.com/ionux/arduino-bounded-queue
Helpful software library for quickly & easily adding support for fixed-size (bounded) queues to your Arduino project.
arduino arduino-library arduino-project cpp data-structures embedded fixed library queue safety-critical sbc
Last synced: 13 May 2026
https://github.com/wtrsltnk/system.drawing
Partial c++ implementation of .NET System.rawing classes
cpp system system-drawing systemdrawing
Last synced: 13 May 2026
https://github.com/simobin/dsa_ii
Data structure and algorithm
algorithm cpp data-structures dsa
Last synced: 18 Jun 2026
https://github.com/minuta18/cpp-http-server
Simple C++ HTTP Server. Currently in active dev
c cpp http system-programming web
Last synced: 13 May 2026
https://github.com/1dealgas/nemesis
Don‘t Leave the World Your Nemesis.
aerials cpp cpp20 defold lua mobile-game rhythm-game rhythm-game-charting
Last synced: 08 May 2026
https://github.com/creatingnull/null-packet-comms-arduino
A library for wrapping the arduino UART serial in a binary packet based communication protocol.
arduino communication cpp library uart
Last synced: 04 May 2026
https://github.com/brakmic/com_tutorials
My COM tutorials
atl com component component-object-model components cpp dotnet microsoft win32
Last synced: 13 May 2026
https://github.com/bocaletto-luca/precision-digital-thermostat
Precision-Digital-Thermostat - A three-zone thermostat that reads three DS18B20 temperature probes, displays each zone’s real-time temperature and setpoint on an OLED screen, and drives three relay outputs for heating/cooling. Users navigate zones and adjust setpoints via three push-buttons. By Bocaletto Luca.
arduino bocaletto-luca cpp openhardware opensource precision-digital-thermostat standalone thermostat thermostat-controller thermostat-digital
Last synced: 30 Apr 2026
https://github.com/esterified/automatic-license-plate-recognition-using-knn
Hardware-based implementation to identify license plate numbers and respond based on that
arduino c cpp knn-classification ocr-recognition xml
Last synced: 08 May 2026
https://github.com/arbmind/qbs-containers
Docker containers for building Qbs projects with Qt and Clang or GCC
clang cpp docker-container gcc qbs qt6
Last synced: 28 Apr 2026
https://github.com/mofazzal874/pimrc
A project based on Object Oriented Programming in C++(CSE-2102) Course.Pure C++ is used
console-application cpp oop-in-cpp
Last synced: 07 Jun 2026
https://github.com/soraxas/cppm
Progress monitor for C++, with fancy bar, speed monitor, and estimated time to finish
cpp cpp11 progress-bar progress-monitoring tqdm
Last synced: 19 Jun 2026
https://github.com/leander-dsouza/leander-dsouza.github.io
Codebase to host my personal portfolio website.
computer-vision cpp gazebo portfolio python3 robotics ros
Last synced: 08 May 2026
https://github.com/stephan-gh/seabattle
Simple, network-based multi-player implementation of the game Battleship / SeaBattle (in German "Schiffe versenken") using C++ and Qt 5
Last synced: 13 May 2026
https://github.com/jorazon/glfw-demo
Simple GLFW 3 application
cpp glfw glfw3 graphics-programming portal
Last synced: 19 Jun 2026
https://github.com/llnl/open-facility-viewer
Open Facility Viewer (OFV) is an application for 3D interactive walk-throughs of facilities
Last synced: 07 Jun 2026
https://github.com/frankkopp/frankycpp_old
Re-Learning C++ by migrating Franky Chess Engine to C++
chess chess-engine cmake cpp cpp17
Last synced: 19 Jun 2026
https://github.com/linqlover/uip-exercise-1
A simple command-line application for a Qt/C++ library that was developed as part of a study exercise.
Last synced: 02 May 2026
https://github.com/jayemscript/llm-systems-from-scratch
A hands-on learning project for building the core systems behind Large Language Models using C++, Rust, and optional Python/JavaScript bindings. Includes tensor operations, autograd, neural networks, tokenization, and a minimal transformer pipeline.
ai-systems autograd c-language cpp cuda educational-project high-performance-computing inference-engine machine-learning neural-networks-from-scratch pybind11 tensor-library tokenization transformers wasm
Last synced: 19 Jun 2026
https://github.com/jakobknauer/l0
Statically typed, compiled programming language based on LLVM
Last synced: 28 Apr 2026
https://github.com/ullaskunder3/sdl2-setup-linux-system
started learning SDL2 c++ for game development
automation boilerplate config cpp demo fedora linux scratch sdl2 task vscode
Last synced: 02 May 2026
https://github.com/jt2m0l3y/mypl
Programming language designed for the purpose of studying compilation and runtime processes. As a side note, OCaml was also introduced to contrast with imperative languages.
ast code-generation compiler-design cpp grammars jit lambda-calculus lexical-analysis ocaml parsing type-checking vm
Last synced: 01 May 2026
https://github.com/parkertomatoes/json-print
A printf-like JSON serializer with compile-time validation
Last synced: 04 May 2026
https://github.com/rohanrhu/catcrypt
Simple RSA public key encryption library for C/C++.
c cpp encryption public-key-cryptography public-key-infrastructure rsa
Last synced: 04 May 2026
https://github.com/leoraclet/sfml-imgui-template
🧩 A template for C / C++ projects using SFML, OpenGL and Dear ImGUI
c cmake cpp dear-imgui nix opengl sfml template
Last synced: 02 May 2026
https://github.com/jaytwolab/useoldqt5inqt6
Use old Qt5 in Qt6 :kr: Qt6에서 구형 Qt5 사용하기
Last synced: 27 Apr 2026
https://github.com/mcquerol/blackjack-cpp
Text-based Blackjack game in C++. Focuses on OOP, card deck handling, and game logic.
cards cpp object-oriented-programming
Last synced: 19 Jun 2026
https://github.com/vbharadwaj-bk/python_cpp_tutorial
Code for a Tutorial on Writing C++ Extensions for Python.
Last synced: 10 May 2026
https://github.com/louislelay/lane-detection-and-vehicle-tracking
C++ programming, using OpenCV, to process and analyze a video sequence of road traffic.
car-detection computer-vision cpp lane-detection lane-lines-detection opencv opencv-cpp opencv4 recognition road-detection
Last synced: 13 May 2026
https://github.com/alfi-lib/alfi
<CURRENTLY UNDER DEVELOPMENT> ALFI (Advanced Library for Function Interpolation) is a library for efficient function interpolation. It offers multiple interpolation methods with extensive documentation. Ideal for scientific and engineering applications.
cpp cpp-library interpolation library math maths
Last synced: 19 Jun 2026
https://github.com/ohjurot/jni-hpp
A Basic header only lib and jar that helps you connecting C++ and Java using JNI
Last synced: 28 Apr 2026
https://github.com/bc100dev/aboawt
"AOSP building on Android with Termux" -- Taken literally.
android-development aosp aosp-android aosp-build cpp cpp17 mobile-development termux termux-tool
Last synced: 29 Apr 2026
https://github.com/fairybow/stylist
Stylist is a small, in-progress Qt C++ library adding an in-app system for live-styling QWidgets en masse.
cpp cpp20 qss qt qt6 stylesheets
Last synced: 04 May 2026
https://github.com/ankargren/bayesnorm
Efficient sampling of normal posterior distributions
cpp package r rcpp rcpparmadillo
Last synced: 08 Jun 2026
https://github.com/pferreirafabricio/arduvino
🥘 Some codes from Tinkercad's projects
Last synced: 13 May 2026
https://github.com/ufthaq/aim-trainer
Just Simple Aim Trainer. Trying to implement all feature and UI from scratch.
aimtrainer cpp cppprojects learncpp raylib-cpp simple-game
Last synced: 07 Jun 2026
https://github.com/idanrosenzweig/daemond
Infrastructure for managing daemons, services, and systems. Suitable for development environments, servers, cloud services, IoT devices, and more. Offers greater flexibility and convenience compared to other daemon managers.
c cpp daemon-manager design-patterns inter-process-communication linux serialization service-manager
Last synced: 10 May 2026
https://github.com/douze/odo
OpenGL procedural terrain
cpp opengl procedural-generation terrain
Last synced: 08 May 2026
https://github.com/mguludag/exec_time
A simple C++ header for prints function execution time with RAII, macros and chrono
chrono cpp macros performance-metrics raii test
Last synced: 20 Jun 2026
https://github.com/vdwtanner/crusade
A semester game programming project from college. 2D side-scrolling destructible world where you play as a valiant night who levels up and gains new abilities by defeating monsters. Includes a level editor and examples of assets / scripts.
Last synced: 20 Jun 2026