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/rajarsheya/real-time-traffic-analysis-with-cuda-object-detection
Implemented CUDA-accelerated object detection (YOLO) to analyze a sample image dataset. Performed vehicle counting and simulated speed estimation to demonstrate real-time traffic analysis capabilities.
Last synced: 12 Apr 2026
https://github.com/rinatmambetov/codewars-solutions
My solutions of the katas from Codewars platform
codewars codewars-kata codewars-solutions cpp
Last synced: 16 Mar 2025
https://github.com/shyamg090/dsa-problems
This repository contains a collection of Data Structures and Algorithms (DSA) problems solved using the C++ programming language. These problems are intended for daily practice to improve the understanding of DSA concepts and strengthen the problem-solving skills.
beginner-friendly cpp dsa-algorithm
Last synced: 09 Apr 2025
https://github.com/ctkqiang/floodshield-sentinel
FloodShield Sentinel 是一个基于 C++ 开发的智能网络流量监控与分析系统,专门用于检测和防御网络攻击。本系统采用 libpcap 进行底层数据包捕获,实现实时流量分析和异常检测。
china china-region cpp cybersecurity ddos monitoring-tool
Last synced: 23 Apr 2025
https://github.com/satoshin-des/pinpondush
cplusplus cplusplus-game cplusplus-games cpp cpp-game cpp-games game siv3d visual-studio web-game
Last synced: 19 Jul 2025
https://github.com/glauedson/microcontroladores
arduino-ide arduino-uno cpp microcontroller
Last synced: 31 Aug 2025
https://github.com/brave-tarnished/gpu-accelerated-opc
Optical Proximity Correction (OPC) is a photolithography technique that modifies photomask geometry to counteract diffraction and process effects, ensuring accurate printing of patterns on the wafer. This work demonstrates a proof of concept showing how using a GPU-based approach can significantly speed up these modifications compared to a CPU.
cpp cuda gpu-acceleration photolithography semiconductors
Last synced: 02 Oct 2025
https://github.com/jeheecheon/create-algorithm
Algorithm starter template
algorithm backjoon cpp javascript template typescript
Last synced: 19 Feb 2026
https://github.com/lukaspetrak/snake
Simple snake game in C++ (OOP)
cplusplus cpp object-oriented-programming oop snake snake-game
Last synced: 03 Jan 2026
https://github.com/dirkolbrich/cplusplus-boilerplate
A C++ boilerplate folder with all the things I like to setup a new project with by default.
Last synced: 02 Oct 2025
https://github.com/marcussacapuces91/ms-basic
GWBasic interpreter for barebone computer like ESP32...
Last synced: 18 May 2026
https://github.com/dergoogler/fake-charger
Android Fake Charger
android android-app app cmake cpp hybrid-app java javascript magisk native root su superuser typescript
Last synced: 09 Apr 2026
https://github.com/shishirrsiam/leetcode-solve
cpp dsa dsa-cpp dsa-practice dsalgo-questions
Last synced: 25 Dec 2025
https://github.com/bergolho/google-codejam
My solutions to the Google CodeJam programming contest.
competitive-programming cpp google-code-jam
Last synced: 25 Mar 2025
https://github.com/mateusz-przybyla/personalbudget_objectoriented
Final C++ application to manage your personal budget [OOP]
Last synced: 09 Nov 2025
https://github.com/saddam-94/mshossain.ai
personal pages
aws c cpp css docker docker-compose gcp html javascript python rust
Last synced: 09 Apr 2026
https://github.com/aminakbari7/solve-bin-packing-problem-with-hill_climbing
Last synced: 24 May 2026
https://github.com/crateofthunder/clib_x
C Library Extension
ansi c89 c99 clib clibrary cpp extension implementation vector
Last synced: 02 Jul 2026
https://github.com/airalab/robonomics-client-cpp
C++ client for using Robonomics functions on microcontrollers
cpp esp microcontroller-programming
Last synced: 23 Jul 2025
https://github.com/omarmgaber/v6
Basic text search engine based on the classical Vector Space Model.
cpp information-retrieval search-engine vector-model
Last synced: 07 Aug 2025
https://github.com/eoan-ermine/cppcorehard-summer-2016
Slides from C++ Corehard Summer 2016 conference
Last synced: 07 Aug 2025
https://github.com/eoan-ermine/cppcorehard-autumn-2019
Slides for C++ Corehard Autumn 2019 conference
Last synced: 21 Aug 2025
https://github.com/egor00f/kos-cpp-devpack
package for development C/C++ for KolibriOS
c cpp debian-packages kolibrios
Last synced: 10 May 2026
https://github.com/okoge-kaz/atcoder-regular-contest
algorithms atcoder atcoder-solutions cpp data-structures python3
Last synced: 22 Jun 2026
https://github.com/newyaroslav/trit_array_cpp
C++ header-only library of a trit array
array cpp header-only three-valued-logic trilean trilean-array trinary trit trits
Last synced: 04 Jul 2026
https://github.com/stenguyzcsgo/discord_bot_benchmark
🚀 Performance benchmark comparing Python, Rust, C++, and JavaScript through identical Discord bots. Measures computational efficiency via intensive math operations.
benchmark cpp discord-bot discord-js discord-py dpp javascript python rust serenity serenity-rs
Last synced: 30 Dec 2025
https://github.com/romario-stankovic/image-processor
A school project for the "Object Oriented Programming 2" course
Last synced: 27 Aug 2025
https://github.com/ferr0s04/feup-aed-project-1
Repository for AED (Algorithms and Data Structures) course 1st project of LEIC FEUP, for year 2023-24
Last synced: 07 Aug 2025
https://github.com/iswenzz/conan-center-index
Recipes for the ConanCenter repository.
conan conan-center conan-index conan-packages conan-recipe cpp cpp-library dependencies hacktoberfest package-management package-manager
Last synced: 01 Oct 2025
https://github.com/cpp20120/oldgithub
Stuff from old times . It's really crap in places.
containers cpp graphics parallel vulkan web
Last synced: 07 Aug 2025
https://github.com/prthd/programs-in-cpp
⚡ A collection of C++ programs covering data structures, algorithms, and problem-solving techniques. Includes implementations of graph algorithms, dynamic hashing, matrix operations, pointer concepts, and more, making it a valuable resource for competitive programming and system-level programming. 🚀💻
algorithms competitive-programming cpp data-structures dynamic-hashing graph-algorithms object-oriented-programming pointer-management problem-solving system-programming
Last synced: 31 Aug 2025
https://github.com/doick/psiz-ber
University project about Bit Error Rate in C++.
Last synced: 22 May 2026
https://github.com/amzy31/charlex-os
CharleX is a simple operating system. The kernel is written in C. I am still working on the source code to improve the kernel with many new features. My goal is to create a free, open-source operating system similar to Linux and FreeBSD. You can support us by contributing and improving the code for this project or by giving it a star.
assembly cpp cpp-programming cprogramming operating-system operating-system-kernel operating-system-learning operating-systems operating-systems-project os-dev os-development os-linux osdev
Last synced: 06 Aug 2025
https://github.com/vladg24yt/fibonacci-sequence-calculator
A C++ program for calculating the Fibonacci sequence.
32-bit 64-bit 64bit-32bit command-line-interface completed-project cplusplus cpp exe executable fibonacci fibonacci-generator fibonacci-numbers fibonacci-sequence russian windows-7
Last synced: 30 Sep 2025
https://github.com/vpayno/exercism-workspace
Exercism Workspace (https://exercism.org/docs/tracks)
awk bash c common-lisp cpp dart exercism-solutions gleam-lang go haskell jq lua python rlang ruby rust tcl vimscript webassembly
Last synced: 09 Apr 2026
https://github.com/shantanupatne/flappycpp
Flappy Bird in C++ and Raylib.
cpp cpp-games flappy-bird game game-2d game-development raylib raylib-cpp
Last synced: 04 Aug 2025
https://github.com/6367f766/nvim-cpp-project
clang-format clang-tidy conan cpp cpp-project-template nvim vimspector
Last synced: 29 Sep 2025
https://github.com/kauefraga/dinossaron
🐱🐉 Embark on a endless running game with a frenzy feline. Written in C++, using Raylib.
cats cpp dino dinosaur-game game-development gamedev raylib raylib-cpp
Last synced: 04 Aug 2025
https://github.com/ibrahimelmokhtar/librarysystem
Keep track of whom borrowed books
college-project console-application cpp oop
Last synced: 04 Aug 2025
https://github.com/selcuukyilmazz/movie_rent_system
Movie library system and linked list implementations.
cpp library-management-system movie movies
Last synced: 04 Aug 2025
https://github.com/alirezakh74/mithras-engine
entity component based game engine
Last synced: 22 May 2026
https://github.com/aiktb/calculator
Four Arithmetic Calculator Realized by Stack
Last synced: 04 Aug 2025
https://github.com/juicychicken877/HangmanCPP
console-application cpp hangman-game
Last synced: 29 Sep 2025
https://github.com/kiranks200/moving_boat_animation-
learning and building a project on computer graphics to animate moving boats using C++ and GLUT libraires
Last synced: 24 Jul 2025
https://github.com/thesfinox/rlc-resolution
Resolution of RLC electric circuits.
cpp electric-circuits resolution rlc
Last synced: 04 Aug 2025
https://github.com/petertseng/adventofcode-cpp-2015
Solutions to https://adventofcode.com/2015 (complete)
advent-of-code advent-of-code-2015 cpp
Last synced: 04 Aug 2025
https://github.com/fuelsoft/viewer
Load and display image files
cpp giflib libheif sdl2 sdl2-image
Last synced: 03 Aug 2025
https://github.com/jke94/dotnetconsumingsharedlib
An investigation to consume Linux shared library by a .NET client (console, webapi, etc)
cpp csharp docker docker-compose dotnet linux marshalling
Last synced: 10 Apr 2026
https://github.com/dipto9999/self_balancing_robot
ELEC 391 : Design Studio Final Project
arduino asyncio aws-s3 bluetooth-low-energy cpp dc-motor flask javascript pid python raspberrypi stm32 tkinter
Last synced: 04 Apr 2026
https://github.com/karnkaul/enum-flags
KT C++17 header library: type-safe wrappers for bit flags (class type and trivial), with operator overloads
bitfields bitflags cpp cpp17 header-only
Last synced: 20 Mar 2025
https://github.com/uiriansan/data-structures
C++ implementation of common data structures, for learning purposes.
algorithms cpp data-structures
Last synced: 03 Aug 2025
https://github.com/kahlery/2d-terrain-map
🗺️ cli simulation: gravity effect on the objects in the given terrain on a 2d height-map.
Last synced: 10 Oct 2025
https://github.com/kahlery/lzw-compression
compression tool: C++ program that implements LZW compression using a hashtable data structure. It takes an input file and compresses the data into a smaller size, then writes the compressed data to an output file. The program also includes a method for rehashing the hashtable when the load factor exceeds a certain threshold.
compression cpp decompression fileio hashtable lzw lzw-compression
Last synced: 03 Aug 2025
https://github.com/nikolatechie/blockchain
Implementation of the Blockchain Data Structure
blockchain blockchain-demos cpp hashing
Last synced: 03 Aug 2025
https://github.com/aniketraut16/cpp-stl
A handy cheatsheet for mastering C++ string STL—covers functions, modifications, tricks, and interview must-knows. Ideal for quick revision during contests, placements, or interviews.
Last synced: 03 Aug 2025
https://github.com/jefferyy56/ecs-smart-box
C++ implementation of basic ECS using heap allocated, type erased components, that are using mechanism similar to unique_ptr.
c cpp enitity-component-system entity entity-component heap memory system
Last synced: 04 May 2026
https://github.com/secretpasta/simpleshooter
Final section of my Unreal Engine C++ course on udemy
ai cpp programming shooter-game unreal-engine-5
Last synced: 19 Jul 2025
https://github.com/rahedmir/bank-management-system
🏢 Simple Bank Management System in C++
banking-system c-plus-plus cpp
Last synced: 03 Aug 2025
https://github.com/muneeb1030/2048-game-cpp
A captivating and strategic number puzzle game developed using SFML and C++, challenging players to merge tiles and reach the 2048 tile.
2048 2048-game cplusplus cpp semester-1 semester-project
Last synced: 19 Jul 2025
https://github.com/ayeshaashfaq12/c-compiler
This project is a C++ compiler designed to provide all standard compiler features, with the parsing phase already completed and further stages in development.
compiler-construction compiler-design cpp cpp-programming lexical lexical-analysis parser parsing software-development syntax-analysis
Last synced: 03 Aug 2025
https://github.com/huangsam/exercism
Solutions to exercises on exercism.io
algorithms cpp exercism golang java javascript rust
Last synced: 11 Apr 2026
https://github.com/shravanasati/crusade
A friendly math interpreter.
cpp math-interpreter shunting-yard-algorithm
Last synced: 18 Jul 2025
https://github.com/aadish-25/devenvx-cli
Source code for DevEnvx — a CLI tool to automate full development environment setup on Windows using Node.js and PowerShell.
automation cli cli-tool cli-tool-cross-platform cpp cross-language developer-tools development devenvx devtools environment-setup java nodejs npm npx powershell python script-setup terminal windows
Last synced: 20 Jan 2026
https://github.com/cristianofmc/runp
runp is a command-line tool designed to speed up navigation between your projects.
Last synced: 16 Apr 2026
https://github.com/kylecurtis/cpp-files
All of my source code files while learning the C++ programming language
cmake cmakelists cplusplus cpp cpp-programming cpp23
Last synced: 03 Aug 2025
https://github.com/youneshimi/pongsfml
Le projet consiste à créer un jeux 2D avec C++ Utilisant la SFML
Last synced: 08 Nov 2025
https://github.com/lmtreser/domotica-low-cost
Proyecto educativo para montar un sistema domótico de bajo costo. Utiliza diferentes tecnologías para mostrar su funcionamiento e interrelación
arduino bootstrap5 cpp domotica gnu-linux home-assistant mqtt nodered python raspberry-pi
Last synced: 14 Apr 2026
https://github.com/youneshimi/todo-application
Application pour gérer vos tâches
Last synced: 08 Nov 2025
https://github.com/AdityaAmanAir/Beginner-s-Code
This is my First Github repository. Starting form C++, Python, Java, CSS, HTML, JS and maybe more programming language. This will contain Code which were the part of my Journy...
beginner-code beginner-friendly beginner-project cpp cpp20 css html java java23 javascript python python3
Last synced: 18 Jul 2025
https://github.com/hein-htetsan/assignment_4
find the word counts including in text
Last synced: 03 Jul 2025
https://github.com/alexjmercer/imageify
Encode and Decode any file into an image and back !
cpp cpp17 image-processing libpng opencv4 visual-studio
Last synced: 03 Aug 2025
https://github.com/fadouse/usaco-2025-february-gold-solution
algorithms cpp usaco-solutions
Last synced: 03 Aug 2025
https://github.com/biblical33/metrics-recorder
Header-only C++20 library for lock-free, time-stamped metric recording in multi-threaded applications.
cmake cpp cpp20 header-only libcds library lock-free logging multithreading
Last synced: 03 Aug 2025
https://github.com/davidyslu/onlinejudgepku
Personal submissions on PKU Online Judge (北京大學程式解題系統)
algorithms cpp data-structures
Last synced: 01 Sep 2025
https://github.com/dpieve/project-start.cmake
Frontend uses the Backend as a static library and creates an executable.
Last synced: 03 Aug 2025
https://github.com/xord/reflex
A Graphical User Interface Tool Kit.
cpp gem gui gui-toolkit library physics ruby
Last synced: 09 Apr 2026
https://github.com/yviscool/lang-format
All-in-one formatter plugin for Sublime Text / 面向 Sublime Text 的多语言一体化格式化插件
clang-format cpp formatter formatting go gofmt javascript oxc oxfmt python ruff rust rustfmt sublime-text sublime-text-plugin typescript
Last synced: 23 May 2026
https://github.com/ahmadayman28/student-management-system-
The Student Management System is a C++ application designed to manage course registrations for university students. It supports various course types and student programs, ensuring that registration adheres to specific constraints. The system applies key OOP concepts, SOLID principles, and design patterns for a robust and flexible architecture.
clean-code courseregistration cplusplus cpp design-patterns oop softwaredevelopment solid-principles studentmanagementsystem universitymanagement
Last synced: 03 Aug 2025
https://github.com/codiepp/sizebounded
Size bounded buffer as a secure data structure in C++
bsd3 cpp datastructures secure-coding secure-computation sized-types
Last synced: 15 Mar 2025
https://github.com/tsnsoft/DialogBlocks_wx_demo
Пример программы на C++ с использованием wxWidgets и DialogBlocks в Visual Studio 2022
2022 cpp cross-platform dialogblocks linux visual-studio wxwidgets
Last synced: 27 Sep 2025