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-20 00:06:45 UTC
- JSON Representation
https://github.com/chrrs/webgpu-hpp
Automatically generated C++ wrapper for webgpu-native
cmake cpp python webgpu webgpu-native
Last synced: 21 Apr 2026
https://github.com/andrewdarnall/deeplearning4all
Pet project to fall in love with C++ again
Last synced: 08 Oct 2025
https://github.com/mangad/design-patterns-case-study
My personal study on Design Patterns.
cpp design-patterns java python sphinx
Last synced: 04 May 2026
https://github.com/helomdrs/rockpaperscissors-cpp
Entry Level project for my C++ training
Last synced: 05 Jun 2026
https://github.com/lakminagamage/unitree_d1_teleoperation
Unitree D1 Robot Arm Teleoperation via keyboard
cpp d1-arm d1-robot-arm go2-arm robot-arm teleoperation unitree unitree-go2
Last synced: 22 Apr 2026
https://github.com/gcca/lofi-cpp
A utility library delivering modularity & extras.
Last synced: 05 Jun 2026
https://github.com/autokaka/seenkit
[NOT READY] A game engine bringing native WebGPU & TypeScript to any device.
cpp game-engine luajit typescript webgpu
Last synced: 22 Apr 2026
https://github.com/satendra107/ship_demonstration
blueprints cpp game-developement unreal-engine-5
Last synced: 07 Oct 2025
https://github.com/iswenzz/vcpkg-registry
C++ Library Manager for Windows, Linux, and MacOS.
c cmake cpp package-manager package-registry packages vcpkg
Last synced: 22 Apr 2026
https://github.com/bobis33/r-type
Epitech | R-Type
cmake cpp cpp23 doxygen ecs entity-component-system epitech game game-engine github-actions interfaces multiplayer network rtype sfml threads
Last synced: 07 Oct 2025
https://github.com/paulochang/cpp-uc3m
This was a HPC course final project. It uses Intel TBB to parallelize several algorithms used to value a given stock.
academic-project cpp multithreading
Last synced: 05 Jun 2026
https://github.com/ahmadjoba96/ppu
My CS coursework from PPU 🎓🧑💻
cpp database datastructures-algorithms java mysql-database oop
Last synced: 07 Oct 2025
https://github.com/hywing/pcap-recorder
A simple pcap recorder inspired by LidarView project, it captures car LiDAR package data from automotive ethernet.
automotive-ethernet cmake cpp lidar pcap qt recorder
Last synced: 22 Apr 2026
https://github.com/tprrt/tetrabot
The aim of this project is to simulate the behavior of a tetrahedral robot through Bullet physics and Ogre 3D engines. (Automatically exported from code.google.com/p/tetrabot) (like https://hackaday.com/2017/04/05/learn-neural-network-and-evolution-theory-fast/ but in 3D)
ai bullet-physics bulletphysics cpp cross-platform neural-network ogre3d robotics simulation
Last synced: 22 Apr 2026
https://github.com/r-n/calculatorstringcpp
The previous CalculatorString, rewritten in C++
calculator college-assignment college-assignments cpp data-structures expression-evaluator inheritance interpreter linked-list math oop operator-overloading string-parsing
Last synced: 17 Jul 2026
https://github.com/green-sky/crdt_tests
me trying to implement popular crdt algorithms in c++
cooperative cpp crdt multiplayer offline-first tox toxcore vim yjs
Last synced: 22 Apr 2026
https://github.com/gkaszewski/music-streaming-platform-desktop-client
Desktop client for my Music Streaming Platform
Last synced: 22 Apr 2026
https://github.com/kartikmehta8/implementations
Implementation of Data Structures in C++
Last synced: 05 Jun 2026
https://github.com/siddiqsoft/string2map
Header only C++17 library to parse a string containing delimited key-value pairs into a map container including the feature to convert from std::string to std::wstring and vice-versa.
cpp http-header-parser key-value map parse string tokenize winhttp
Last synced: 23 Apr 2026
https://github.com/homeboy445/auto-include
Automatically include & remove standard cpp headers accordingly.
Last synced: 04 May 2026
https://github.com/nkh-lab/prog-arg-manager
c++ program options parser library
argument-parsing boost cli cpp program-options
Last synced: 05 Jun 2026
https://github.com/arash28134/simple-calculator
Simple calculator for beginners written in C++
beginner-code beginner-project calculator calculator-cpp calculators cpp
Last synced: 18 Jan 2026
https://github.com/nir3x/fs.cpp
Fs.cpp Library - A C++ Filesystem Utility Library
c-plus-plus c-plus-plus-library cpp cpp-library filesystem filesystem-operations modern-cpp std-expected utility
Last synced: 05 Jun 2026
https://github.com/servettonga/ft_printf
A library that contains ft_printf, a function that mimics the real printf.
Last synced: 24 Apr 2026
https://github.com/tejasmr/commandlineparser
Command Line Parser is a tool to parse command line arguments as flags and values
command-line-tool cpp cpp11 header-only parser
Last synced: 07 Oct 2025
https://github.com/houdaharmane/gestion-de-parking
Gestion de Parking est une application console développée en C++
Last synced: 24 Apr 2026
https://github.com/melardev/cppqtconsolesnippets
Cpp QT snippets with anything other than UI(Concurrency, IO, data structures, Filesystem, crypto, etc)
concurrency console cpp database demos examples filesystem io networking process qt qt5 snippets sockets
Last synced: 04 May 2026
https://github.com/calesi19/chess
C++ program allows the users to play the game of chess in hotseat mode.
Last synced: 24 Apr 2026
https://github.com/senior-sigan/omsu_cpp_course
Материалы по курсу Основы программирования (С/С++)
Last synced: 24 Apr 2026
https://github.com/lokkdevv/snake
This is an advanced version of the popular Snake game developed by me as a starter project using raylib. In this project, I have aimed at developing a smooth, visually appealing game similar to the arcade games
c cpp first-project game game-development project raylib snake snake-game
Last synced: 06 Jun 2026
https://github.com/mahiethan/detect-optimise-passes-for-data-structs
This project focuses on creating compiler passes in LLVM, that are able to detect and optimise specific data structures, such as Array-of-Structures (AoS) and Structure-of-Arrays (SoA). This is the source code for my CS351 Third Year Project module, where I have achieved a first class mark of 72%.
c compiler-passes cpp data-structures detection llvm llvm-ir llvm-pass optimisations
Last synced: 04 May 2026
https://github.com/anav5704/library-app
Library management app for CS111 assignment 2 @ USP
Last synced: 24 Apr 2026
https://github.com/dexmoh/dungeons
A 2D grid-based dungeon crawl game written in C++20 and raylib 6.0
2d 2d-game cmake cpp cpp20 dungeon-crawler game game-development raylib
Last synced: 06 Jun 2026
https://github.com/abin-z/cmakeprotemplate
C++复杂项目推荐的目录组织方式
c cpp cpp17 modern-cmake project-management template
Last synced: 24 Apr 2026
https://github.com/ahadcove/nancv
Basic Open CV NAN Example
cplusplus cpp opencv opencv-cpp
Last synced: 24 Apr 2026
https://github.com/miusarname2/basecode
This repository is dedicated to developing a modular system for managing ESP32 controllers. The application integrates a GPS module (Ublox NEO-6M) to capture the device's current location, alongside an MQTT controller that periodically transmits this data to a server. The objective is to construct a scalable, modular, and easily maintainable solu..
Last synced: 24 Apr 2026
https://github.com/cm0use/guess-number
A simple guessing game.
cpp cpp-game cppgame guess-the-number guessing-game guessing-number-game guessmynumber guessnumber
Last synced: 07 Oct 2025
https://github.com/kuro337/modern-cpp
Just a repo of good idiomatic C++ code snippets I tend to find useful.
Last synced: 14 Feb 2026
https://github.com/falconlee236/lispinterpreter_in_cpp
Please Commit!
c cpp interpreter interpreter-lisp lisp lisp-interpreter lisp-like newbie newbie-code star
Last synced: 24 Apr 2026
https://github.com/bevatsal1122/semester-iii
Second Year | Computer Engineering | Bachelor of Technology
Last synced: 04 May 2026
https://github.com/jelhamm/compiler-design
"This repository focuses on implementing Compiler-Related concepts."
c compiler compiler-design cpp finite-state-machine lexical lexical-analysis lexical-parser lexical-resource parser recursive-descent-parser regular-expressions representation semantic symbolic-execution syntax-analysis syntax-tree
Last synced: 24 Apr 2026
https://github.com/mateusjssilva/competitive-programming
This repository contains a variety of competitive programming problems with solutions aimed at improving algorithmic and problem-solving skills. Each problem comes with a clear explanation, efficient solutions in different languages.
beecrowd-solutions competitive-programming cpp csharp java python
Last synced: 04 May 2026
https://github.com/armaancpro/premaketemplate
C++ Premake Core/App Project Template
build-system cpp premake premake5 template
Last synced: 24 Apr 2026
https://github.com/mark0011astra/ledarrayvisualizer
MAX7219 8X8 LEDマトリクス上で配列を表示する。MD_MAX72XX.hをより抽象化したラッパー。MAX7219 A more abstract wrapper around MD_MAX72XX.h for displaying arrays on an 8X8 LED matrix.
Last synced: 24 Apr 2026
https://github.com/sanugiw/medi-box
A smart Medibox system simulated in Wokwi using ESP32 to monitor light and temperature, control a servo, and display data on a Node-RED dashboard via MQTT.
cpp embedded-systems esp32-arduino hivemq iot-application mqtt-broker node-red wokwi
Last synced: 24 Apr 2026
https://github.com/christopher-besch/cmos_simulator
Click some nMos and pMon Transistors together.
2d cpp gdextension godot godot4 simulation
Last synced: 24 Apr 2026
https://github.com/samiyaalizaidi/object-oriented-programming
Homework solutions for CS-224: Object Oriented Programming class at Habib University.
cpp homework object-oriented-programming
Last synced: 06 Jun 2026
https://github.com/onuralpszr/pipewire_video_tests
Test place for create virtual camera without v4l2loopback on linux
Last synced: 24 Apr 2026
https://github.com/daviskregers/polling-methods
A course work for "Expert assesment systems". Written in QT C++.
cpp expert-systems polling qt5
Last synced: 24 Apr 2026
https://github.com/liulilittle/microsoft.net.system.datetime
In the standard "C/C++" language above the implementation of "Microsoft.NET Framework System.DateTime" DateTime struct.
cpp datetime dotnet implementation net struct system
Last synced: 24 Apr 2026
https://github.com/versusvoid/qcosignal
Qt bound coroutines
async-await coroutines cpp cpp20 qt
Last synced: 24 Apr 2026
https://github.com/mdx07r/desind
A Full Desktop Environment That Based on Single Installer Script.
arch bash configuration cpp hyprland jsonc linux linux-shell qml ricing toml-config
Last synced: 07 Oct 2025
https://github.com/georgiifirsov/utilites
Currently it is a set of my utility functions and scripts, which I use in my projects and work tasks. You are free to use and modify this stuff for any target you want :)
Last synced: 24 Apr 2026
https://github.com/servettonga/libft
A custom C library implementing standard library functions and additional utilities
clang clanguage cpp standard-library
Last synced: 25 Apr 2026
https://github.com/tylersuehr7/raylib-3d-model-viewer
Helps you visualize GLB 3D models and animations with raylib for game development.
3d-models cpp game-development raylib
Last synced: 25 Apr 2026
https://github.com/spencermcarthur/circular-buffer
Lock-free circular buffer implementation using POSIX shared memory IPC facilities
circular-buffer clang concurrency cpp cpp20 gcc ipc linux memory-management shared-memory
Last synced: 25 Apr 2026
https://github.com/rohankalbag/lasso
Computer Programming and Utilization - Autumn Semester 2020 - Indian Institute of Technology Bombay
cpp file-management game oop ubuntu
Last synced: 06 Jun 2026
https://github.com/mf42-dzh/texmaster-adpcm-decoder
Decoder for the custom ADPCM format used in Texmaster2009
Last synced: 25 Apr 2026
https://github.com/venkatesh-db/qt_advanced_case_studies
QT_HANDSON_DBUS_QTHREADS_THREAD_POOL
cpp cpp17 cpp20 dbus-service qt5 qthread threads
Last synced: 25 Apr 2026
https://github.com/sorgom/covbr2html
tool to improve bullseye covbr -u output
bullseye code-coverage code-coverage-html cplusplus cpp cpp17 premake5 python regex
Last synced: 25 Apr 2026
https://github.com/backslashspace/sync-manager
tbm
backup cpp linux net9 performance-testing synchronization syscall windows
Last synced: 06 Jun 2026
https://github.com/rahimuj570/onlinecp
In this repository I'll upload my codes of Codeforces and others platform from today (12.1.22)
c competitive competitive-coding competitive-programming competitive-programming-contests competitiveprogramming cplusplus cpp cpp17 cprogramming
Last synced: 25 Apr 2026
https://github.com/dzobamain/console-autocliker
Console autocliker - a simple console-based auto clicker for your PC
auto-clicker console cpp functions
Last synced: 07 Oct 2025
https://github.com/leandroaa01/itp
Disciplina de programação com C++
algorithms c computer-science cpp
Last synced: 25 Apr 2026
https://github.com/yyolka/converter-app
Приложение переводит числа из 2-ой, 10-ой, 16-ой систем счисления из одной в другую
algorithms c cpp data-structures entrypoint oop oop-principles validation
Last synced: 25 Apr 2026
https://github.com/the-robo-hobo/apolaki
Apolaki: A Time-Based Auto-Dimming Room Light
Last synced: 25 Apr 2026
https://github.com/greenteabiscuit/maxii-ftd2xx-macos
soundwave analysis using python and C++
Last synced: 25 Apr 2026
https://github.com/alessandro624/learningparadiseo
A simple repository with lessons and tutorials from ParadisEO
cpp evolutionary-algorithms genetic-algorithm gnuplot make metaheuristic-optimisation mpi openmpi
Last synced: 06 Jun 2026
https://github.com/acedpol/ig.01_informatica-grafica
Proyecto de IG : uso de OpenGL (iniciación)
Last synced: 25 Apr 2026
https://github.com/aszurar/cg
Projetos e Atividades práticas realizadas na cadeira de Computação Gráfica do curso de Engenharia de Computação da UFPB
Last synced: 25 Apr 2026
https://github.com/muhammedmagdyy/3d-house-model
This is a 3D House Model using OpenGL with C++
Last synced: 25 Apr 2026
https://github.com/kohta9521/cpp_competitive_programming_practice
競技プログラミングのための勉強内容・コンテスト保管場所。1日1問題/就活時のコードテスト対策。42Tokyo 主にAtCoderとLeetCode。
42tokyo atcoder clang competitive-programming competitive-programming-contests cpp
Last synced: 25 Apr 2026
https://github.com/mohsen12999/c-cpp-projects
little student projects in c/c++ language
Last synced: 26 Apr 2026
https://github.com/mmz33/practice-cuda
c cpp cuda cuda-programming gpu-programming parallel-programming
Last synced: 14 Apr 2026
https://github.com/calint/arduino-nano-esp32
experiments with arduino nano esp32
Last synced: 06 Jun 2026
https://github.com/daggilli/rediscpp
A lightweight header-only C++ interface to Redis
cpp cpp26 lightweight modern-cpp redis wrapper
Last synced: 26 Apr 2026
https://github.com/the-guild-of-calamitous-intent/gcisensors
i2c sensors
accelerometer adafruit-sensor arduino cpp gps gyroscope i2c pi-pico pressure-sensor raspberry-pi temperature-sensor
Last synced: 05 May 2026
https://github.com/sug0/bst-cpp
Simple C/C++ binary search tree lib
algorithm binary-search-tree bst c cpp data-structure library simple tree
Last synced: 26 Apr 2026
https://github.com/nermeenkamal/random-numbers-generators-and-testing
ICG (Inversive Congruential Generator), MSM (Middle Square Method), LFG (Lagged Fibonacci Generator), MRG (Multiple Recursive Generators), KS Test (Kolmogorov-Smirnov Test)
cpp kolmogorov-smirnov-tests modeling random-generators
Last synced: 07 Jun 2026
https://github.com/jancervenka/net
Neural network classifier implemented in Eigen
Last synced: 07 Oct 2025