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-03 00:06:50 UTC
- JSON Representation
https://github.com/thaliaarchi/respace
An interpreter and assembler for the Whitespace language written in C++
compiler cpp whitespace-language
Last synced: 18 Jul 2025
https://github.com/jdsherbert/trie
Simple Trie Structure implementation in C++
cpp trie trie-data-structure trie-structure tries
Last synced: 07 Apr 2025
https://github.com/cosmic-aerospace-technologies/fc-udev
The FC-Udev is a do it yourself flight computer kit for model rocketeers alike. It introduces the user to basic circuitry, soldering, debugging, software implementation and much more.
aerospace aerospace-engineering cpp flightcomputer rocketry
Last synced: 29 May 2026
https://github.com/mguludag/synchronized_value
A modern C++ thread-safe value wrapper with flexible locking strategies and convenient RAII guards.
cpp cpp11 cpp17 cpp20 thread-safety thread-synchronization
Last synced: 27 Sep 2025
https://github.com/ahmdvnd/directshowcameraproject
a useful project for camera library (Directshow) in c++ .
camera cpp directshow image image-processing library real-time usb video video-processing windows
Last synced: 07 May 2026
https://github.com/mirsahib/project-mercury
IUB CSE 306 (Algorithm)
algorithms-datastructures algorithms-implemented cpp
Last synced: 20 Mar 2025
https://github.com/xmartlabs/docker-pcl-cmake
Docker image containing PCL and CMake.
c c-plus-plus cmake cpp docker make makefile pcl pcl-library
Last synced: 12 Apr 2026
https://github.com/dracuxan/compiler
Used Python, JS, Go to show a compiler implementation. I mean why not?
compile compiler-design cpp go golang hacktoberfest python python3
Last synced: 19 Apr 2026
https://github.com/princejoogie/cal
Different implementations of a terminal application that shows a calendar and highlights the current day
Last synced: 21 Apr 2026
https://github.com/mohamed-samy26/flappy-bird-cpp-sfml
Remake for Flappy Bird game with custom made physics and 2 levels of difficulity
cpp game game-development physics sfml sfml-game
Last synced: 25 May 2026
https://github.com/prot-security-studio/prot-defender-core
Prot Defender core code open source repository
cpp csharp defender dll machine-learning python python3 software windows
Last synced: 10 Apr 2026
https://github.com/hamm3rextreme/dashbeam
Cross Platform BeamNG OutGauge UI
android beamng beamng-drive cpp dashboard instrument-cluster linux outgauge qt qtquick windows
Last synced: 11 Apr 2026
https://github.com/connectaman/cpp-notes-and-programs
Notes and Programs in Cpp
cpp cppnotes notes programming-language programs
Last synced: 14 Mar 2025
https://github.com/stef1949/lumifur_controller
ESP32 controller code for an LED matrix display designed for a Protogen mask. It features various facial expressions and animations, which can be controlled via Bluetooth Low Energy (BLE) using an ESP32 development board. The project includes a boot-up animation with scrolling text and supports multiple facial expressions such as idle, happy
cpp esp32 led-controller ledmatrix microcontroller protogen richies3d
Last synced: 26 Jan 2026
https://github.com/beepboopbit/cpp-console-calculator
A calculator to apply different programming concepts
Last synced: 31 Aug 2025
https://github.com/martinhelmut/tap-article
This is the companion repository for my blog article about TAP.
catch2 cpp lua nodejs postgresql python stylelint tap
Last synced: 11 Apr 2026
https://github.com/billhu0/cs100-2022
ShanghaiTech CS100 (Introduction to Programming) course homework collection, spring 2022.
Last synced: 16 Aug 2025
https://github.com/heyfoz/cpp-string-manip-read-write
The String Manipulator Read/Write Program (C++) reads a .txt file containing a list of fake personal data, such as names, addresses, etc. Lines of the file are changed to comma separated values (CSV) format. Finally, a .txt file is written using the newly formatted CSV data.
Last synced: 21 Aug 2025
https://github.com/u-t-k-a-r-s-h/autonomous-aim-and-shoot-gun-opencv
It uses a camera to detect and track the object using open CV, the target's location is found in pixels and then converted into angles of X and Y axes which are then written to servo motors using arduino.
arduino camera computer cpp opencv python servo-motor
Last synced: 10 Apr 2026
https://github.com/vladbologa/raytracer-cpp
Building a ray tracer in C++, following "The Ray Tracer Challenge" by Jamis Buck
cpp cpp17 eigen3 gtest raytracer raytracing
Last synced: 15 Jun 2025
https://github.com/pilgrimlyieu/antsvssomebees-cppver
南京大学 2024~2025《C++ 高级程序设计》期末项目大作业——Ants Vs. SomeBees (C++ version)
cpp cs61a game homework nanjing-university nju project
Last synced: 26 Feb 2025
https://github.com/knightfox75/psu_pro
Power Supply Unit for 8 bits microcomputers.
Last synced: 06 Mar 2025
https://github.com/fl444mingo/fl4-cs131-06-lab
Ch. 6, Lab 1, Grade Checker File In/Out
Last synced: 31 Aug 2025
https://github.com/zselimreborn/kotharena
Third person shooter game both singleplayer and multiplayer
Last synced: 01 Apr 2025
https://github.com/tommaso-dognini/polimi_gpu101_courseproject
Polimi Passion In Action GPU101 course project. Implementation in CUDA of BFS algorithm
cpp cuda cuda-programming parallel-computing
Last synced: 10 Apr 2026
https://github.com/zcfan/create-your-own-javascript-runtime
Notes of my research of nodejs.
c cpp javascript javascript-runtime libuv nodejs v8
Last synced: 11 Apr 2026
https://github.com/coralkashri/cppsenioreas-ranges
This is an examples repository of C++ Senioreas blog C++20 ranges article.
Last synced: 15 May 2025
https://github.com/coralkashri/cppsenioreas-metaprogramming-constexpr
This is examples repository of C++ Senioreas blog metaprogramming constexpr article.
constexpr cpp cpp11 cpp14 cpp17 cpp20 cppsenioreas metaprogramming
Last synced: 15 May 2025
https://github.com/zigrazor/cxxcircularbuffer
A modern implementation of CircularBuffer, with STL-Like Style
circular-buffer cpp cpp17 stl-containers
Last synced: 25 May 2026
https://github.com/dmg-techlabs/text-based-game-engine
A game engine for text based games written in C++
cmake cpp game-development game-engine
Last synced: 11 Nov 2025
https://github.com/shadowmitia/sokoban
Tests with SDL2, modern C++, CMake and Conan.
cmake conan cpp modern-cpp sokoban-puzzle-game video-game
Last synced: 17 May 2026
https://github.com/hardingadonis/hello-world
'Hello world' to all the programming languages I found on Google
c c-sharp cpp hello-world java javascript lua pascal python typescript
Last synced: 10 Apr 2026
https://github.com/tusharnankani/adventofcode
My solutions for Advent of Code 2021
advent-of-code advent-of-code-2021 adventofcode cpp
Last synced: 22 Aug 2025
https://github.com/hojsong/game_and_server
c client cpp database docker docker-compose grapics linux macos makefile pgadmin4 postgressql server shellscript socket-programming
Last synced: 10 Apr 2026
https://github.com/cedricschwyter/ogl
OpenGL part of my Vulkan vs. OpenGL comparison
3d-graphics cpp cpp17 linux opengl
Last synced: 04 May 2026
https://github.com/boloto1979/keylogger
Keylogger - A C++ keystroke project. This project includes versions for Windows and Linux systems. The keystroke capturer records keystrokes and stores them in a log file. Use it responsibly and in compliance with applicable laws and regulations.
cpp cybersecurity keylogger linux macos malware socket windows
Last synced: 11 Apr 2026
https://github.com/BillyFrcs/2DSpriteAnimation
2D Sprite Animation And Movement.
2d-game 2danimation animation cpp game game-development graphics graphics-library raylib raylib-cpp spritesheet visual-studio-code
Last synced: 15 Apr 2025
https://github.com/eman288/security-keypad-embedded-system
This project is an Embedded System implementation for a Security Keypad. It features a password-protected system that authenticates users and allows access based on predefined logic. The project is designed to work on a microcontroller, with hardware and software components integrated to achieve a secure and functional setup.
arduino arduino-uno arduinoide cpp embedded embedded-systems simulide
Last synced: 30 Apr 2026
https://github.com/gabryon99/chip8
Chip8 emulator using Modern C++ and SDL2.
Last synced: 10 Sep 2025
https://github.com/ademar111190/studycpp
Nothing special, it is only a playground
android c cpp java jni jni-android kotlin kotlin-android personal study
Last synced: 10 Apr 2026
https://github.com/jitendragangwar123/competitive-programming
This Repository have Some Competitive Programming Concepts solving through C++,Python and JavaScript.
algorithms-and-data-structures competitive-programming-contests cpp javascript python3
Last synced: 10 Apr 2026
https://github.com/jessetg/cpp-boot-camp
Slides for a tutorial I'm giving on C++
c-plus-plus cpp latex lecture presentation slides tutorial
Last synced: 08 May 2025
https://github.com/apurva313/numerical-method
Join me in discovering innovative solutions for mathematical challenges. From optimization to simulations, let's journey through the realm of algorithms together.
algorithms bisection-method c cpp euler-method gauss-elimination gauss-elimination-method lagrange-interpolation newton-interpolation newton-raphson numerical-methods regulafalsi-method runga-kutta-method secant-method simpson-method taylor-series trapezoidal-method trapezoidal-rule weddle-s-rule
Last synced: 14 Apr 2026
https://github.com/eel-moun/cpp-bootcamp
This is a bootcamp made of 10 chapters with a purpose of introducing oop programing and c++ features
1337cursus 42school abstract algorithms containers cpp encapsulation exception-handling inheritance oop templates
Last synced: 27 May 2026
https://github.com/FelypeDantas/Estudos_Linguagens_C
Estudos em c++, c e c#
Last synced: 08 May 2025
https://github.com/crosscode-nl/influxdblptool
This free open source library helps generating InfluxDB Line Protocol formatted data.
Last synced: 16 Jan 2026
https://github.com/hs831/leetcode-company-wise-solutions
This Repository contains solutions for Leetcode questions asked in coding rounds and interviews in many different companies.
cpp dsa-practice leetcode leetcode-solutions
Last synced: 16 Mar 2025
https://github.com/isusbu/lisca
A static code analysis tool for investigating the Linux kernel source code.
clang code-analyzer cpp linux linux-kernel llvm
Last synced: 28 May 2026
https://github.com/luisfelipepoma/junior_training
Learning about Competitive Programming
algorithms competitive-programming cp cpp python
Last synced: 19 Apr 2026
https://github.com/phip1611/bash-like-cpp-shell
A demo bash-like shell for educational purposes - shows basics about pipes, fork and a lot of other UNIX facilities.
cpp pipes readline-library shell unix-facilities
Last synced: 28 Feb 2026
https://github.com/vaibhav1826/understanding_cpp
This repository is a comprehensive and well-documented guide for c++ providing detailed explanations and best pratice questions .
Last synced: 30 Jun 2025
https://github.com/p-obrthr/web-ray
multiplayer raylib c++ to wasm & websocket
cpp emscripten javascript mutliplayer raylib raylib-cpp wasm webassembly websocket
Last synced: 06 May 2026
https://github.com/prophetru/helloworld
Sample "Hello World" with gtest. Can be used as a template for future projects for education only.
Last synced: 16 May 2025
https://github.com/goggy369/qt-calculator
基于 Qt 框架的科学计算器
calculator cpp qmake qt6 qtcreator
Last synced: 17 May 2026
https://github.com/vhtua/dfa-checking-tool
A tiny tool (developed in C++) to validate a given string if it is accepted by the input DFA
Last synced: 29 Mar 2025
https://github.com/ngocdo1987/notes
Programming notes
bash bash-script cloudflare cpp crystal crystal-lang eccube eccube4 go golang laravel laravel-framework lucky lucky-framework rust rust-lang wsl wsl-ubuntu wsl2
Last synced: 11 Apr 2026
https://github.com/gusenov/examples-gtest
Примеры использования Google Test.
cpp examples google-test gtest
Last synced: 20 Feb 2026
https://github.com/amankumarsinhagithub/data-structures-algorithm-dsa
algorithms cpp data-structures dsa
Last synced: 20 Aug 2025
https://github.com/uhpoler/kpi-second-semester
This repository contains materials from all disciplines of the second semester
activity-diagram bfs bstree bubble-sort cisco-packet-tracer class-diagram component-diagram cooperation-diagram cpp deployment-diagram hash-functions insertion-sort merge-sort python quick-sort salesman sequence-diagram state-diagram use-case-diagram
Last synced: 06 May 2026
https://github.com/endurodave/asyncstatemachine
Asynchronous State Machine in C++
asynchronous-programming cpp cross-platform delegates finite-state-machine state-machine threads
Last synced: 15 Mar 2025
https://github.com/endurodave/integrationtestframework
C++ Integration Test Framework using Google Test and Delegates
asynchronous-function-calling automated-testing cpp cross-platform delegates embedded-systems google-test iec-62304 integration-test integration-testing linux multi-threading multithreading windows
Last synced: 15 Mar 2025
https://github.com/kanannuruyevs/basic-programming-exercises
Some Programming Exercises in My Learning Journey. This repository contains code in Java, C++, Python, HTML, CSS, and JavaScript.
cpp css html java javascript learning programming python
Last synced: 11 Apr 2026
https://github.com/maipa01/mcui
mcui (MAIPA's Console User Interface) is a C++ library designed to simplify the creation of console-based menus and input fields. It provides a structured way to build interactive terminal interfaces with minimal effort.
bsd-3-clause console cpp cpp-library cpp20 header-only open-source ui user-interface
Last synced: 11 Apr 2026
https://github.com/bsmithcompsci/library-twitchircsdk
TwitchIRC Software Development Kit - Simplifies integration to Twitch API.
asio cpp irc sdk twitch twitch-api twitch-bot twitch-irc twitch-sdk twitchirc twitchsdk twitchtv
Last synced: 14 Mar 2025
https://github.com/leoguilen/nodemcu_azureiothub_xamarinapp
IoT-based temperature and humidity monitoring system which is connected to Microsoft Azure. This is a Xamarin app to display real-time data from local sensors in an environment on a mobile device.
azure-cosmos-db azure-functions azure-iot-hub azure-service-bus c cpp dotnetcore flurl polly xamarin-forms
Last synced: 11 Apr 2026
https://github.com/get-unknown-err0r/movie-ticket-booking
This movie ticket booking project is build using C++ programming language. The program displays available movies, allows the user to reserve and cancel tickets, and generates receipts for each transaction.
arpit-prajapati c-plus-plus cpp get-unknown-err0r github movie-ticket-booking-system shell-script
Last synced: 12 Jun 2026
https://github.com/artem78/s60-positioning
Recieve location with GPS for Symbian OS
cpp gps library location module positioning symbian symbiancpp
Last synced: 24 May 2026
https://github.com/dias1c/pacman-cpp
ᗧ My First Game in C++. And This is Exam project
cpp educational-project exam game itstep packman
Last synced: 19 Aug 2025
https://github.com/brainboxdotcc/evalbot
D++ Evaluator bot
bot cpp discord discord-bot dpp
Last synced: 29 Apr 2026
https://github.com/justehmadsaeed/bruteforcevrecursive-algorithms
Applied three different techniques⚡ to tackle the most efficient solution of finding the Subarray of an array, which holds the maximum sum of the whole array.
algorithm-challenges algorithms algorithms-implemented brute-force-algorithm cpp hybrid-algorithms recursive-algorithm
Last synced: 12 Jun 2026
https://github.com/hnjm/hnjm
my personal repository
ai android asp-net asp-net-core cpp csharp dotnet flutter hnjm java js machine-learning python
Last synced: 10 Apr 2026
https://github.com/anas-farooq8/bomberman
A terminal-based recreation of the classic Bomberman game, built in C++ using the ncurses library. Navigate mazes, plant bombs, defeat enemies, and save your pixelated world! Featuring dynamic gameplay, object-oriented design, and save/load functionality.
2d-game bomberman-game cpp ncurses-library oop-principles
Last synced: 26 Jun 2025
https://github.com/ayushgoel24/unscented-kalman-filter-with-lidar-and-radar
Fused noisy LiDAR and Radar sensor measurements to estimate the states of multiple cars on highway using Unscented Kalman Filter(UKF).
cpp lidar lidar-point-cloud radar unscented-kalman-filter
Last synced: 18 Jan 2026
https://github.com/connorgladish/dungeoneers-odyssey
Developed for Linux, Dungeoneer's Odyssey [ALPHA] (0.4) -- Dungeoneer's Odyssey is a dynamic text-based adventure game set in a perilous dungeon, written entirely in C++ and featuring ASCII art to enhance its immersive experience. It offers a unique narrative and randomized events for each playthrough.
cpp game-development roguelike
Last synced: 05 Oct 2025
https://github.com/shadowshahriar/cse112
A repository containing my solutions to OOP problems assigned by our CSE lecturer, NAB (2nd Semester)
Last synced: 23 Mar 2025
https://github.com/protomorphine/b3dm-cpp
library to work with b3dm Cesium files
3d b3dm cesium cpp geospatial glb
Last synced: 03 Sep 2025
https://github.com/mr-won/programmers
[Kotlin] 코딩테스트
coding-test cpp igloocorporation java kotlin programmers python3
Last synced: 30 Mar 2025
https://github.com/nicknaso/nodejs-native-addons-notes-2017
Notes about Node.js Native AddOns - 2017
cpp javascript native-module nodejs notes v8
Last synced: 10 Apr 2026
https://github.com/SuperFola/smoll-vm
just a smoll vm in c++14
cpp cpp14 language programming-language stacked stacked-language virtual-machine vm
Last synced: 08 May 2025
https://github.com/izumidkc/graph-coloring-algorithm
Graph Coloring Algorithm (C++)
Last synced: 15 Mar 2025
https://github.com/stuart6854/gfx
C++ Graphics Wrapper - Work In Progress (Only Vulkan ATM)
Last synced: 10 Nov 2025
https://github.com/boomanaiden154/nosqliteccore
c-plus-plus cplusplus cpp localstorage nosql nosql-data-storage nosql-databases nosqlite
Last synced: 10 Jun 2025