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/saxijing/zeus
autonomous vehicle control with LQR and PID controller
carla cpp frenet-cartesian lqr-controller opendrive openscenario pid-controller ros
Last synced: 24 Apr 2026
https://github.com/kerneloso/cmake_project_template
CMake projects configuration files
c cmake configuration-files cpp
Last synced: 24 Apr 2026
https://github.com/nekruzash/sorting-algorithms
This is one of the assignments from CS2028 - Data Structures. This program tests Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Counting Sort, and Radix Sort for array sizes 10 to 100,000 and lists the efficiency for each sort.
bubble-sort counting-sort cpp insertion-sort merge-sort quick-sort radix-sort
Last synced: 06 Jun 2026
https://github.com/bocaletto-luca/ambient-light-temperature
Ambient-Light-Temperature - Arduino | A self-hosted logger that measures ambient light (lux) via BH1750 and temperature via DS18B20, then serves a live dashboard (charts) over Wi-Fi. No external server—just browse to the ESP8266’s IP. By Bocaletto Luca.
ambient-light ambient-light-temperature arduino bocaletto-luca cpp light-temperature openhardware opensource standalone temperature
Last synced: 24 Apr 2026
https://github.com/pgvalle/opengl-cpp-2
My second C++ Template to quickstart your opengl journey!
cmake cpp glfw graphics-programming jesus jesus-christ opengl opengl33 template template-project
Last synced: 25 Apr 2026
https://github.com/awrsha/kalman-filter
Kalman Filter Implementation without library
Last synced: 06 Jun 2026
https://github.com/bvcxza/sonos
C++ library and command line tool for Nostr
command-line-tool cpp library nostr
Last synced: 06 Jun 2026
https://github.com/hoccyy/arduino-timer-display
Created a stopwatch timer with a 7-segment display and C++ using an Arduino
arduino arduino-boards arduino-project cpp embedded-cpp timer timer-clock
Last synced: 25 Apr 2026
https://github.com/razzile/segoemdl2cppheaders
C++ Header wrapping Segoe MDL2 font assets
cpp segoe-fonts segoe-mdl-icons
Last synced: 25 Apr 2026
https://github.com/fl444mingo/fl4-cs131-class-3-5-pointers
March 5 Class, Pointers
Last synced: 06 Jun 2026
https://github.com/zaki-x86/es-notes
Embedded systems notes
avr c cpp electrical-engineering embedded-linux embedded-system-design embedded-systems rtos
Last synced: 25 Apr 2026
https://github.com/giannycabral/c-programs
Esse repositório contém uma coleção de códigos e projetos desenvolvidos em linguagem C. Ele inclui exemplos práticos, algoritmos, exercícios úteis para quem deseja aprender e explorar o mundo da programação em C.
Last synced: 25 Apr 2026
https://github.com/cogan-software/hlwa
High-Level Windows Abstraction API to help developers access and manage the windows API (such as the registry) for application development in C++.
api cpp library lightweight registry windows
Last synced: 25 Apr 2026
https://github.com/arashout/blobcombatsimulator
A combat simulation that uses neural networks and genetic algorithms
cpp evolution genetic-algorithm machine-learning neural-network sfml2
Last synced: 06 Jun 2026
https://github.com/skivhisink/marshalingclrsamples
Guide for Using C++ or C code in C#
clr cpp csharp dll library marshaling
Last synced: 26 Apr 2026
https://github.com/jelhamm/memory-management
"This repository contains an implementation of diverse memory management techniques in an operating system, aiming to optimize resource allocation and utilization."
allocator cpp memory-allocation memory-management operating-system operating-systems-project paging python
Last synced: 26 Apr 2026
https://github.com/joswinemmanuel/leetcode
A collection of solutions to LeetCode problems.
Last synced: 26 Apr 2026
https://github.com/liardeauxq/babel
3rd Year Epitech Project - VOIP application
boost cpp qt server student-project voip-application
Last synced: 26 Apr 2026
https://github.com/lucacasamentigamedev/pong
Simple Pong-clone projects in C++ and raylib. Without getting points
Last synced: 27 Apr 2026
https://github.com/akshat2602/sem3_cgl
Assignments for SPPU Sem 3 Comp Engineering CGL (Computer Graphics Lab)
Last synced: 27 Apr 2026
https://github.com/cristicretu/cp-scraper
Competitive programming problem input parser
codeforces competitive-coding competitive-programming competitiveprogramming cp-scraper cpp deepsource infoarena pbinfo python scraper snippets web-scraper
Last synced: 27 Apr 2026
https://github.com/adamczykpiotr/simple-xpad
Simple C++ Library for Xbox One Controller / Pad
bluetooth cpp cpp14 linux usb usb-devices usb-hid xbox xbox-controller xbox-one xbox-one-controller
Last synced: 27 Apr 2026
https://github.com/duffn/dont-kill-santa
A runner of short proportions, with large consequences.
c cpp game game-development gamedev raylib
Last synced: 27 Apr 2026
https://github.com/uts58/retro-2d-space-shooter
Retro 2D Space Shooter: Dive into classic arcade action with this space shooter game, optimized for 1080p monitors. Built using C++, OpenGL, and the immersive IrrKlang Audio Driver
2d-game arcade audio-driver classic-game cmake collision-detection cpp game-development gaming irrklang opengl retro space-shooter visual-studio
Last synced: 27 Apr 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/sampreets3/orb-tracking
Tracking of an object using the ORB detector in OpenCV
computer-vision cpp object-tracking opencv
Last synced: 27 Apr 2026
https://github.com/glory42/microprocessors-class-arduino-projects
⚙🦾This repository contains a collection of Arduino projects completed as part of my Microprocessors class. Each project illustrates practical applications of microprocessor theory and provides hands-on experience with hardware 🛠️ and software 💻 development using Arduino.
Last synced: 28 Apr 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/libhide/webshop
Command line tool to create websites! [HTML and CSS]
cbse cpp css html turbocpp website-builder
Last synced: 28 Apr 2026
https://github.com/jerboaburrow/gpgpuparticles
10,000,000 Particles that follow your mouse and collide with drawable obstacles!
cpp gpgpu opengl physics-simulation
Last synced: 28 Apr 2026
https://github.com/pineforge-4pass/pineforge-engine
Deterministic PineScript v6 backtest runtime. Validated trade-for-trade against TradingView.
algorithmic-trading algotrading backtest backtesting c-api cpp cpp17 crypto deterministic ffi finance ohlcv pine-script pinescript python-bindings quantitative-finance static-library technical-analysis trading-strategies tradingview
Last synced: 08 Jun 2026
https://github.com/atta238/learnova-course-registration
System that applies Data Structures concepts using C++ and QT for GUI
Last synced: 28 Apr 2026
https://github.com/jakobknauer/l0
Statically typed, compiled programming language based on LLVM
Last synced: 28 Apr 2026
https://github.com/hanilr/netcom
TCP/UDP Communication GUI. Written in C++ with Qt
cplusplus cpp gui qt qt6 qtcreator tcp tcp-client tcp-protocol tcp-server tcp-socket udp udp-protocol udp-socket
Last synced: 28 Apr 2026
https://github.com/pkoscielny/sun_tracker
Project for tracking position of the sun based on ESP8266 device.
c cpp nodemcu nodemcu-esp8266 pca9685 photoresistor rest rest-client restful-client servo servo-controller servo-motor servos sun tracker
Last synced: 28 Apr 2026
https://github.com/t-88/learn-opengl
following learnopengl.com website tutorial to learnopengl duh and graphics dev
Last synced: 28 Apr 2026
https://github.com/iricartb/rpc-gateway-sockets
Ivan Ricart Borges - Use of sockets to emulate a basic RPC service in order to execute remote commands on a Windows server regardless of architectures.
c-sharp cpp rpc-client rpc-server sockets visual-studio
Last synced: 28 Apr 2026
https://github.com/rkolovanov/kapec-engine
Попытка написать свой 3D-движок на основе SFML
Last synced: 28 Apr 2026
https://github.com/nexusgksoftwares/classes
🚀 What You'll Find Here - 📚 C++ basic to intermediate concepts - 🧮 Code examples and practice problems - 🔄 Object-Oriented Programming (OOP) exercises - 🧵 Concepts such as classes, functions, loops, arrays, inheritance, etc. - ✅ Completed assignments and mini-projects
Last synced: 28 Apr 2026
https://github.com/xandao-dev/universal-controller
A programmable IR controller that records and replays IR signals.
arduino atmega328p controller cpp electronics hc-05 ir-transmitter remote-control tsop4838
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/vertexwahn/rules_embree
Bazel build rules for Intel Embree
bazel bazel-rules bazel-support cpp embree embree-renderer raytracing
Last synced: 29 Apr 2026
https://github.com/astrodynamic/barleybreak-in-qt-qml
BarleyBreak: Classic English game implemented in Qt6 Quick. Move tiles to solve the puzzle. Enjoy the nostalgic gameplay!
barley-break classic-game cmake cpp cpp17 game makefile nostalgia puzzle-game qml qt qt6 qt6-gui
Last synced: 29 Apr 2026
https://github.com/iwolf22/symphony_strips_program
Shad Canada 2022 at Carleton University - DE Group 2's Prototype "Symphony Strips"
Last synced: 29 Apr 2026
https://github.com/abhi999k/smart_shoes
Smart shoes with smart navigation system
ai assembly cpp iot-device navigation programming shoes smart wearable-devices
Last synced: 29 Apr 2026
https://github.com/shakfu/pd-cpp
Basic example(s) of puredata externals using cpp
cpp puredata puredata-external
Last synced: 08 Jun 2026
https://github.com/wesgtox/programming-lab-ii
College "Programming Lab II" exercises.
algorithms c cpp programming-language
Last synced: 29 Apr 2026
https://github.com/skyv26/employee-management-system
The Employee Management System, built in C/C++ with Borland Graphics and Turbo C/C++ Windows, features CRUD operations for efficient employee management. It showcases impressive graphics, a "Taj Mahal" Thank You page, and data security through a built-in barrier. Reflecting my dedication and proficiency in programming and design.
borland-cpp borland-graphics-interface c compiler cpp object-oriented-programming procedural-programming
Last synced: 29 Apr 2026
https://github.com/dumitory-dev/cpp-vigenere-decryptor
cpp vigenere decryptor
Last synced: 29 Apr 2026
https://github.com/mcountryman/rookie
Intends to play chess via robot arm that I have yet to purchase
chess computer-vision cpp opencv
Last synced: 29 Apr 2026
https://github.com/gob52/gob_easing
Easing functions that allowed compile-time calculation with constexpr (C++ 11 or later)
Last synced: 08 Jun 2026
https://github.com/beyondmagic/competitive-programming
Where I rest my mind's ~impulse~ feeling to learn logic.
c competitive-programming cpp secret
Last synced: 29 Apr 2026
https://github.com/johnkun136nvcp/my-project-euler
Solving problems of Project Euler in Haskell (if it's possible)
cplusplus cpp euler haskell project-euler
Last synced: 29 Apr 2026
https://github.com/jamesql/opendetection
Open source detection software using computer vision & OpenCV (WIP)
computer-vision cpp detection face-recognition how-to mit-license object-detection open-source opencv opencv2
Last synced: 29 Apr 2026
https://github.com/jdibenes/cormorant
Game Boy Color emulator.
cpp game-boy-color-emulator game-boy-emulator windows
Last synced: 29 Apr 2026
https://github.com/jonasagx/macosresolution
command line tool to change macOS resolution
Last synced: 29 Apr 2026
https://github.com/giulioromualdi/idyntree-meshcat-cpp
A simple bridge between iDynTree and the meshcat-cpp interface
cpp meshcat robotics visualizer
Last synced: 29 Apr 2026
https://github.com/gsquire/farmhash-ffi
Simple Rust bindings to Google's FarmHash
Last synced: 29 Apr 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/iamareebjamal/semaphores-example
Basic process synchronisation using semaphores in linux demonstrated by special kind of Dining Philosophers problem
cpp dining-philosophers-problem process-synchronisation semaphore
Last synced: 29 Apr 2026
https://github.com/kabragaurav/practice-c-cpp-python-oops-dsa
Study and Practice Material for Chief Programming Languages and Major Topics in Computer Science
c cpp data-structures java object-oriented-programming python
Last synced: 29 Apr 2026
https://github.com/igorbayerl/snake-game-in-c
Snake game made with C , com menu e sistema de histórico de partidas
algoritmos c cpp dos engenharia-de-computacao engenharia-de-software game jogo programacao projeto-final semestre snake snake-game terminal-app terminal-game
Last synced: 30 Apr 2026
https://github.com/ktstephano/haskell
Haskell-like functional programming in C++
Last synced: 30 Apr 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/pinam45/uscp
Unicost Set Covering Problem
cpp cpp17 latex masc memetic-algorithms rwls uscp
Last synced: 30 Apr 2026
https://github.com/landiluigi746/nova
Nova is a lightweight game development framework written in C++20 using OpenGL 3.3. It's designed to make building games easier and more user-friendly.
cpp game-2d game-development game-framework opengl opengl3
Last synced: 30 Apr 2026
https://github.com/ctkqiang/hyper_guard
HyperGuard(澎湃盾)是一款专为小米 HyperOS 生态设计的系统级安全工具,对标 Google Play Protect 的运行时威胁检测机制,在应用安装与执行的全链路中构建多层纵深防御体系。其核心能力是在不依赖 Root 权限、不破坏系统完整性的前提下,通过安装拦截钩子 + 蜜罐沙盒虚拟化 + 实时行为审计三重防护,为用户提供对诈骗 APK、隐私窃取类恶意软件的主动免疫能力。
china chinese cpp ctkqiang cybersecurity dart flutter hyperos xiaomi
Last synced: 30 Apr 2026
https://github.com/sleeplessglory/eliza-game
A cross-platform game "Eliza" (a virtual psychotherapist)
android basic cpp cross-platform linux makefile web windows
Last synced: 30 Apr 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/happybono/xmasiccard
Christmas music card with Arduino Uno
arduino arduino-uno beginner christmas christmas-music-card cpp duration hour-of-code learn-to-code music musiccard piezo tone
Last synced: 30 Apr 2026
https://github.com/ifwhy/learning-c-and-cpp
Repositori ini berisi topik belajar C dan C++
asteroids-game c calculator cpp crud game
Last synced: 30 Apr 2026
https://github.com/inventwithdean/physicsbasedspheremovement
An approach to pure physics based sphere movement in Unreal Engine.
cpp game-development physics-based unreal-engine-5
Last synced: 08 Jun 2026
https://github.com/nlitsme/mpmp7_solver
Solving Matt Parker's Unique Distancing Puzzle
Last synced: 30 Apr 2026
https://github.com/profjordanov/c-oop-project-pc_shop
Computer Shop C++ Console Based App
computer-shop console-application cpp object-oriented-programming
Last synced: 08 Jun 2026
https://github.com/cuixing158/mex-file
MATLAB MEX file For C/C++ code generation
c code-generation compile cpp matlab matlab-coder mex opencv
Last synced: 30 Apr 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/greatgamedota/opengl-vscode
OpenGL Game Engine with Visual Studio Code on Windows
cpp game-engine opengl visual-studio-code
Last synced: 01 May 2026
https://github.com/alokkusingh/datastructure
My data structure
binary-converter bubble-sort c cpp heap-sort insertion-sort linked-list make makefile merge-sort queue quick-sort stack
Last synced: 01 May 2026
https://github.com/muatasim-aswad/parking-guidance-system
Parking Guidance System Prototype
arduino arduino-mega-2560 asim-full-projects blynk cpp iot nodemcu parking-spots ultrasonic-sensor
Last synced: 01 May 2026
https://github.com/ferhatgec/bufsize
Terminal buffer size info library for C++
Last synced: 01 May 2026
https://github.com/davidyslu/candycrush
Implement the classic game "Candy Crush" in Qt
Last synced: 01 May 2026
https://github.com/stuart6854/retgui
RetGUI: Retained-mode Graphical User Interface for C++
cpp retained-mode-gui user-interface
Last synced: 01 May 2026
https://github.com/nikhil1210-dev/db-connection
A basic program in C, C++, Java, and C# demonstrating MySQL database connectivity using respective connectors (MySQL C API, Connector/C++, JDBC, and Connector/NET). It covers database connection, query execution, and result handling across multiple languages.
Last synced: 01 May 2026
https://github.com/madebypixel02/cpp-module-05
[42 Madrid] Mommy, when I grow up, I want to be a bureaucrat!
42 42-cursus 42born2code 42madrid born2code bureaucrat cpp cpp11 makefile peer2peer repetition
Last synced: 08 Jun 2026
https://github.com/nehalmr/healthpod
HealthPod by nehalmr (IoT Healthcare Module): ESP8266, DS18B20, Pulse Sensor, C++, Thingspeak, Flutter UI Developed a healthcare monitoring system with IoT integration
api api-bindings arduino-ide cpp dart ds18b20 esp8266 flutter-ui iot-application iot-device multios pulse-sensor sqlite3 temperature-sensor thingspeak
Last synced: 01 May 2026
https://github.com/aswad310/random-email-generator
Random Email Generator using core c++ programing language. This email generator can generate thousands of email addresses (unverified) in just one click.
c c-plus-plus cpp email email-generator programing project random-email-generator repository
Last synced: 01 May 2026
https://github.com/markelca/noob.c
My personal way learning C and C++. With theory, usefull resources and organized by topics and diffifulty.
algorithms algorithms-and-data-structures c cpp data-structures educational resources theory
Last synced: 01 May 2026