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-17 00:06:47 UTC
- JSON Representation
https://github.com/wannacry081/packagepal
PackagePal is an embedded system project using Flutter and Firebase for the Mobile Application, and C++ for programming the ESP32 Microcontroller. Moreover, this project is a smart container dual-layered package receiver that uses a keypad, monitor, sim module, etc. to incorporate a secure container for your parcels to be received.
cpp dart esp32 firebase flutter platformio
Last synced: 10 Apr 2026
https://github.com/adam-gladstone/adam-gladstone.github.io
My Personal Website
cpp cppwinrt csharp data-science excel programming r r-stats software-development winui3 word xaml
Last synced: 10 Apr 2026
https://github.com/vantio-games/lingual
A transpiler for modern SDK development.
cpp csharp javascript language nodejs programming-language transpiler typescript
Last synced: 12 Apr 2026
https://github.com/saadarazzaq/formulas-to-code
A repository that translates Math Formulas to Code
cpp mathematics problem-solving
Last synced: 02 Jul 2025
https://github.com/nobodyxu/curl-cpp
cpp wrapper for curl that supports -fno-exceptions and static linking.
cpp http-client libcurl-bindings network-programming
Last synced: 21 Aug 2025
https://github.com/rpdevjesco/cryengineblankprojecttemplate
This repository has a basic implementation of the CGamePlugin needed to allow C++ code to work with CryEngine. Also has the CMake file set up for how components should be set up. In addition, has a blank template of the header and cpp files needed for building a component in C++ to be attached to the editor in CryEngine.
Last synced: 02 Jul 2025
https://github.com/aashish22bansal/advanced-cpp-programming
Advanced C++ Programs
Last synced: 21 Aug 2025
https://github.com/kemtan/itnc
Informatics & Creation (ITNC) extracurricular repository
arduino cpp esp32 esp8266 programming python robotics
Last synced: 12 Apr 2026
https://github.com/gaurav0502/operating-systems-lab
These are the various lab experiments done as partial fulfillment of Operating Systems Course
cpp linux operating-system procedure-calls process scheduling-algorithms system-call
Last synced: 21 Aug 2025
https://github.com/fredwangwang/cpu-scheduling-simulator
cpp scheduling-algorithms simulator
Last synced: 30 Mar 2025
https://github.com/benz206/compengclub2024
Project code for the 2023/2024 Computer Engineering Club
Last synced: 19 May 2026
https://github.com/riccardofelluga/cpp-library-template
Barebone C++ library project template
Last synced: 14 Mar 2025
https://github.com/pechinkin/computer-club-event-processing
Programm to parse a file about events in computer club
Last synced: 31 Mar 2025
https://github.com/caiocarneloz/percpp
Simple perceptron code developed to a master's class lesson.
cpp machine-learning-algorithms neural-networks perceptron
Last synced: 21 Aug 2025
https://github.com/capp-adocia/embed-subtitle-extractor-lite
内嵌字幕提取器-轻量版 调用了百度paddle接口来对视频字幕进行识别
cpp flask ocr ocr-recognition python3 qt subtitle
Last synced: 12 Apr 2026
https://github.com/ty7swkr/cppurcu
C++ RCU: header-only, dependency-free, RAII-based snapshot isolation
cpp cpp17 header-only lock-free rcu user-space
Last synced: 28 May 2026
https://github.com/siddiqsoft/runhost
Entrypoint to allow startup of window services in docker containers
cpp docker entrypoint nt-service windows
Last synced: 14 May 2026
https://github.com/x-lucifer/x.superresolution
AI超分辨率工具, 自带AI引擎, 开源免费, 无需网络即可使用
ai anime anime4k avalonia avaloniaui-app cpp esrgan image-processing native real-esrgan real-esrgan-gui super-resolution vulkan
Last synced: 07 Jul 2026
https://github.com/lucamazzza/proxy
Client-Server middleware for distributed architectures using Appwrite as proxy
appwrite appwrite-database baas backend-as-a-service client-server cpp middleware proxy qt
Last synced: 28 May 2026
https://github.com/sharmasanchay/onlinecodecomplier
The Online Code Compiler is a powerful web application that allows users to write, compile, and execute code in various programming languages directly from their browser. Built with React.js, Node.js, Express.js, and MongoDB, it supports multiple languages, real-time output, making it an essential tool for coding enthusiasts.✨👍
backend c cors cpp css express java javascript mongdb nodejs pytho reactjs
Last synced: 10 Apr 2026
https://github.com/matis-schotte/opengl_cpp
Solution for an assignment from university course 'Computergraphik & Visualisierung'
c-plus-plus cpp linux mac opengl
Last synced: 10 Apr 2026
https://github.com/dpetrosy/saed_visitors_program
In this repository, I store my course project "Visits and visitors program", which I've done during my university education.
algorithm console-application course-work cpp cpp11 data-structures problem-solving university-project
Last synced: 19 Aug 2025
https://github.com/mortza-mansory/learning-crow
Starter CrowCpp single header lib via sql database.
backend cpp crow crowcpp http-client
Last synced: 05 Oct 2025
https://github.com/majarolabs/smart-farm-esp8266-config
ESP8266 Config for SmartFram Project.
Last synced: 05 Oct 2025
https://github.com/eoan-ermine/cppcorehard-autumn-2018
Slides for C++ Corehard Autumn 2018 conference
Last synced: 18 Aug 2025
https://github.com/sla-ppy/yahtzee
[F] Implementation of Yahtzee, a dice based boardgame
Last synced: 11 Jun 2025
https://github.com/danylevych/sfmlgame-sfml-game-development-
This is a repository where is storing the code of the game from "SFML Game Development" book.
cpp sfml sfml-game stl-containers
Last synced: 24 Mar 2025
https://github.com/mostafa-wael/hybrid-sorting-algorithm
A hybrid sorting algorithm that is independent of the input sample size and its sorting status 🃏
Last synced: 15 May 2026
https://github.com/ahmed-ibrahim-30/cpp-socket-chat
A simple C++ socket-based console application where the server receives messages from multiple clients, displays them on the server console, and responds individually to each client.
client-server cpp socket socket-programming winsock2
Last synced: 18 Aug 2025
https://github.com/madhur-25/token-gate
A modern C++17 implementation of a thread-safe rate limiter with an LRU Cache for efficient memory management. Fully unit-tested with Google Test and built with CMake.
cmake concurrency cpp cpp17 googletest lru-cache multithreading oop-principles rate-limiter system-design token-bucket unit-testing
Last synced: 05 Oct 2025
https://github.com/sla-ppy/002-tree_command
[F] Tree command implementation in C++
Last synced: 11 Jun 2025
https://github.com/seigtm/setm-math
setm::math is a C++ library (and conan package) containing classes of complex numbers and polynomials with all basic operators and functionality.
cmake complex complex-numbers conan conan-packages cpp library polynomial polynomials shared-library
Last synced: 20 Apr 2025
https://github.com/kaiofelps/estrutura-de-dados-lista-4-e-5
Resolução dos exercícios das listas quatro e cinco de Algoritmos e Estruturas de Dados 1 (recursão).
algoritmos bcc3001 cpp estruturas-de-dados exercises utfpr
Last synced: 02 Jul 2025
https://github.com/drozhkov/crypto-exchange-client-huobi
Huobi crypto exchange C++ client
cpp cryptocurrency cryptocurrency-exchanges huobi huobi-api
Last synced: 21 Feb 2026
https://github.com/deepak-tiwari-dt/data-structures-and-algorithms
Data Structures and Algorithms
algorithms cpp data-structures data-structures-and-algorithms dsa dsalgo
Last synced: 04 Sep 2025
https://github.com/whdhdyt21/coffeeshop-cashier
Aplikasi Coffee Shop Order Management adalah sistem pemesanan sederhana yang menggunakan Double Linked List dalam C++ untuk menyimpan, mengedit, menghapus, mencari, dan mengurutkan pesanan kopi.
cashier-system cpp double-linked-list
Last synced: 17 Aug 2025
https://github.com/pashamakhilkumarreddy/codefights-arcade
Efficient Solutions to 100+ problems in CodeFights Arcade written in C++, Python, Julia, Go, JavaScript.
cpp golang javascript julia python3
Last synced: 10 Apr 2026
https://github.com/praths71018/leetcode_solns
This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush
Last synced: 24 Mar 2025
https://github.com/praths71018/pes2ug21cs392_jenkins
Cloud computing lab on jenkins
Last synced: 06 May 2026
https://github.com/tanmayvaij/arrays
Searching and Sorting algorithms on arrays
algorithm cpp searching-algorithms sort sorting-algorithms
Last synced: 17 Aug 2025
https://github.com/kammitama5/csis280proj
CSIS 280 #3406 | Spring 2018 Glendale Community College | MinusMinus Interp. Project
Last synced: 16 Sep 2025
https://github.com/pranto113015/lexical-analyzer-project-iubat
Lexical Analyzer Project | 2023 | IUBAT
cpp lexical lexical-analyzer lexical-parser
Last synced: 03 Aug 2025
https://github.com/manthan0x23/data-structures-and-algorithms
Bit of leetcode grind
cpp data-structures-and-algorithms
Last synced: 11 Oct 2025
https://github.com/couleeapps/bammi
C++ implementation of the game at bammi.com
Last synced: 17 Aug 2025
https://github.com/aminakbari7/solving-betweenness-with-genetic
betweenness cpp genetic-algorithm
Last synced: 26 Jul 2025
https://github.com/ruslansem/unrealengine
Source code Unreal Engine v0.86
cpp editor engine game-development game-engine unrealengine
Last synced: 23 Mar 2025
https://github.com/mohanad-80/cli_snake_game
A classic Snake game implemented in C++.
Last synced: 23 Mar 2025
https://github.com/hcl-tech-software/code-realtime-art-tutorial
A VS Code extension for learning Code RealTime and the Art language
art code-realtime cpp realtime statemachine tutorial
Last synced: 21 Feb 2026
https://github.com/parkertomatoes/parktoma-vscconan
Utility to update Visual Studio Code C++ Tools include paths from conanfile.py
Last synced: 28 Apr 2026
https://github.com/mrizaln/doublebuf
A simple lock-free double buffering mechanism implementation written in C++20
Last synced: 11 Jun 2025
https://github.com/cctechyashdoshi/stltodattranslator
Convert STL to DAT in just one click!
converter cpp cpp17 dat-files stl yash-doshi
Last synced: 16 Aug 2025
https://github.com/mohammadmahdi-abdolhosseini/advanced-programming-course
Advanced programming course projects
Last synced: 16 Aug 2025
https://github.com/khan-mujeeb/tic-tac-toe
Tic Tac Toe Game using C++ This is the tic tac toe game made using the C++ programming language.
Last synced: 15 Aug 2025
https://github.com/shawaiz-khan/cpp-avl-tree
This project implements an AVL Tree in C++
Last synced: 23 Mar 2025
https://github.com/ypatel2022/gravity-simulation
A gravity simulation using Netwon's Laws of physics.
Last synced: 10 Nov 2025
https://github.com/benslabbert/cpp-mariadb-example
connecting and running simple mariadb queries with cpp
Last synced: 06 May 2026
https://github.com/msarmadqadeer/data-structures-implementation
These are the tasks that I performed during learning data structures.
cpp data-structures dsa dsa-algorithm
Last synced: 26 Jul 2025
https://github.com/randomgamingdev/tic-tac-toe-cli-cpp-example
A decently simple example of tic-tac-toe for the command line made with good practices and comments to help people learning how to code
cpp easy example simple small tic-tac-toe tictactoe tictactoe-game
Last synced: 04 Oct 2025
https://github.com/gvatsal60/tcp-ip-pkt-gen
🌐📤 Efficiently create TCP/IP packets with our generator. Tailor-made for network testing, simulation, and educational purposes, it swiftly crafts packets to meet your specific requirements.
c cpp cpp17 docker make makefile packet-generator tcp tcp-ip
Last synced: 08 May 2026
https://github.com/angelogalav/raycastenstein-3d
A "3D" renderer in the style of 1992's Wolfenstein 3D, also known as a Raycast renderer. Made in SDL and C++.
cpp graphics raycasting renderer sdl2 wolfenstein-3d
Last synced: 14 Aug 2025
https://github.com/silwalanish/cpp-starter-kit
A Makefile to compile, link and build c++ project.
Last synced: 04 Oct 2025
https://github.com/laxical/openssl-evp-cpp
This is a introduction project showcasing how to use the OpenSSL EVP API (openssl/evp.h) for implementing various cryptographic techniques using C++.
Last synced: 03 Sep 2025
https://github.com/kamilkrauze/stackvector
A cache-coherent stack allocated templated vector.
cache-coherence cmake cpp data-structures
Last synced: 12 Jul 2026
https://github.com/jrob774/lala
My first ever finished game.
2d cpp cpp17 emscripten game lala sdl sdl2 simon-game simple
Last synced: 12 Jul 2026
https://github.com/duckymomo20012/learning-management
A small project about student's learning management.
Last synced: 14 Aug 2025
https://github.com/dinhanhx/particle-simulation
Simple particle simulation
cpp simulation ubuntu visual-studio windows-10
Last synced: 20 Jun 2026
https://github.com/andreeo/parallel-computing-cuda
Programs in terminal applying the parallel programming model with the CUDA arquitecture
c cpp cuda docker lineal-search parallel-computing parallel-reduction rank-sort-algorithm
Last synced: 09 Apr 2026
https://github.com/allenvox/ray-tracer
Basic C++ ray tracing program based on book series by Peter Shirley
cmake cpp cpp17 geometry graphics path-tracing raytracer raytracing
Last synced: 13 Aug 2025
https://github.com/shreyas9699/opengl-base-template
A base OpenGL template for Visual Studio 2022, with GLFW, GLEW, glm, and Dear ImGUI to directly build projects on it.
cpp dear-imgui glew glfw glm opengl3 rendering-2d-graphics rendering-3d-graphics
Last synced: 25 Mar 2025
https://github.com/rahul8320/ds_and_algo
Implementation of data structures and algorithms in cpp.
algorithms algorithms-and-data-structures algorithms-datastructures cpp data-structures linked-list oops searching-algorithms sorting-algorithms
Last synced: 24 Mar 2025
https://github.com/ocdbytes/ds-algo-important-questions
Data Structures and Algorithms | LeetCode Solutions | Coding Ninjas Solutions | Love Babbar Playlist
algorithms cpp data-structures
Last synced: 26 Jul 2025
https://github.com/duaa-a/healthcare_ms
the power of indexing and file structures to maintain and manage healthcare records.
cpp filesystem healthcare-application indexing
Last synced: 16 Mar 2025
https://github.com/niten01/bignum
C++ library for long floating point arithmetics
cpp floating-point library long-arithmetics
Last synced: 13 Aug 2025
https://github.com/akilan04a/vui
vui offers small conversational speech models designed for on-device use. Explore its capabilities and contribute to the project on GitHub! 🐙✨
backups cpp dashboard desktop fashion-website generative-ai glfw livedata louis-vuitton music-explorer nix svelte ui velero vue vui vuido website
Last synced: 20 Jan 2026
https://github.com/jungerboyo/nvim-config
My neovim config!
c cmake cpp embedded-development linux-kernel-dev nvim nvim-config zig
Last synced: 09 Apr 2026
https://github.com/mdafsarhossain/competitive-programming-problem-and-solution
Competitive Programming Problem And Solution Code. All Code written in C++ Programming language.
Last synced: 12 Aug 2025
https://github.com/akshayrathore11/stl-and-templates
A library of STL enhancements and template utilities for modern C++ development. Offers flexible, high-performance solutions for generic programming, including advanced algorithms and container utilities.
Last synced: 03 Jul 2025
https://github.com/andymina/tetris
Clone of the age-old classic Tetris made using programming-only game engine raylib.
cpp game-dev game-development raylib-cpp tetris
Last synced: 26 Jul 2025
https://github.com/themarlboroman/ascript
Ascript, a script language to be used by host environments, short for "annoying script"
annoying cpp interpreter language script scripting
Last synced: 12 Aug 2025
https://github.com/rasabh-org/cpp-tutorials
A repository to host sample C++ source files intended to be used as study materials for learning or teaching purposes.
cpp programming-language tutorial-code tutorial-demos tutorial-sourcecode tutorials
Last synced: 04 Oct 2025
https://github.com/adolbyb/zone-alarm-esp32
An ESP32 based single zone alarm system using Arduino framework.
arduino-library c-plus-plus cpp embedded embedded-systems esp32 platformio
Last synced: 09 Apr 2026
https://github.com/youyuanwu/env-cpp
env-cpp is a C++ lib for parsing env vars into struct, using refl-cpp
cpp environment-variables reflection
Last synced: 12 Aug 2025
https://github.com/prinuvinod/cpp-programming
These are some programs I used to learn c++ Language.
Last synced: 11 Jun 2025