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/chihebabiza/cpp-atm-system
C++ console application that simulates an ATM (Automated Teller Machine) with basic banking functionality, including client transactions such as deposits, withdrawals, balance inquiries, and account management.
atm atm-machine atm-management-system atm-system console-application cpp cpp-atm
Last synced: 02 Jul 2026
https://github.com/mhahnfr/42cursus-ft_containers
Reimplementation of a few containers of the C++ standard library.
42projects containers cplusplus cpp cpp98 red-black-tree
Last synced: 04 Oct 2025
https://github.com/aarondmarasco/flintplusplus
Flint++ is cross-platform, zero-dependency port of flint, a lint program for C++ developed and used at Facebook.
cplusplus cplusplus-11 cpp linter linters
Last synced: 04 Oct 2025
https://github.com/scarface987/imputetoolkit
🔍 Evaluate and compare imputation methods with consistent metrics using the intuitive S3 interface of the `imputetoolkit` R package.
benchmarking cpp data-quality devtools evaluation-metrics imputation missing-data missing-data-imputation r rcpp roxygen2 testthat usethis
Last synced: 18 May 2026
https://github.com/obinexus/jiggleengine
Specialized soft-body physics animation framework for character development. Human-in-the-loop methodology with web-based development environment, skeletal rigging, clothing simulation, and Blender export pipeline. Built on NLink→PolyBuild→JiggleEngine architecture.
alembic blender-export character-animation clothing-simulation cpp fabric-simulation fbx-export gltf human-in-the-loop obinexus-computing physics-simulation skeletal-rigging soft-body-physics systematic-engineering three-js webassembly webgl
Last synced: 19 May 2026
https://github.com/jankodedic/tappyplane
A "Flappy Bird" clone
cpp cpp17 flappy-bird game sdl2 sdl2-image sdlw
Last synced: 28 Jun 2026
https://github.com/chihebabiza/cpp-bank-system
C++ console application that manages client records in a banking system. It allows users to view, add, update, and delete client information, as well as perform transactions like deposits, withdrawals, and balance checks. The system includes user login functionality with different access levels .
authentication banking-applications banking-system cpp cpp-project management-system users-management
Last synced: 12 Aug 2025
https://github.com/cgyurgyik/ray-tracing
Type safe ray tracing.
cpp ray ray-trace-one-weekend ray-tracing raytracing trace type-safe-vectors vector
Last synced: 21 May 2026
https://github.com/marenkeneshov/marintxtcrypt-2.0
MarinTxtCrypt 2.0 Приложение позволяет шифровать введённый текст. Не используйте это приложение в незаконных целях! The application allows you to encrypt the entered text. Do not use this app for illegal purposes! Бұл қосымша енгізілген мәтінді шифрлауға мүмкіндік береді. Бұл қосымшаны заңсыз мақсаттарда пайдаланбаңыз!
cpp cybersecurity cypher kazakhstan
Last synced: 04 Apr 2025
https://github.com/hrszpuk/braccioproofofconcept
A proof of concept for a robotic arm controller. Written in Python and C++.
arduino braccio braccio-arduino cpp proof-of-concept python3 robotics
Last synced: 08 Apr 2026
https://github.com/alex313031/siso-ng
Chromium's Ninja replacement: Siso, with tweaks by Alex313031.
build-system chromium cplusplus cpp go golang ninja ninja-build siso
Last synced: 16 May 2026
https://github.com/bezarhere/pygnu
Project manager & builder for GCC
build-tool c cpp gcc gcc-builds gcc-complier
Last synced: 11 May 2026
https://github.com/fuyutsubaki/coffin-struct-utils
C++ header only aggregate helper library {serialize support, gen comp ops, dump,... }
Last synced: 17 Jun 2025
https://github.com/ahmed-ibrahim-30/simulation-compiler
Simulation for all Compiler steps such as (Tokenization,Parsing,Simulating code)
Last synced: 21 Mar 2025
https://github.com/kassane/outcome
Provides very lightweight outcome<T> and result<T> (non-Boost edition) (uses zig build-system)
cplusplus cpp cpp-library zig-package
Last synced: 06 May 2025
https://github.com/kamilpolok/acssimulation
Automatic Control System Simulation. Allows for simulation of various scenarios using different controllers, control objects and actuators
cmake controlsystem cpp cpp17 googlemock googletest gtest pid pid-control
Last synced: 02 Jan 2026
https://github.com/blagojeblagojevic/neural-network
Implemention of a small 1 layer neural network suitable for use in embedded systems
arduino c cpp embedded-systems esp32 evolution genetic-algorithm neural-network
Last synced: 08 Apr 2026
https://github.com/mihneats1/fastio
High-Performance Buffered Input for C++
competitive-coding competitive-programming competitive-programming-contests cpp cpp17 input
Last synced: 16 Jul 2025
https://github.com/jakubvojvoda/rsa-cryptography
Simple RSA implementation using GMP
cpp cryptography decryption encryption gmp rsa
Last synced: 14 May 2025
https://github.com/neko-box-coder/sstest
🧪 A simple fancy test framework
cpp cpp11 test test-framework testing testing-framework
Last synced: 23 Jul 2025
https://github.com/sameetasadullah/ticket-selling-problem-using-mutex
C++ code to solve ticket selling problem using threads and mutex lock
cpp linux mutex-lock threads ticket-selling ubuntu
Last synced: 18 May 2026
https://github.com/reshalfahsi/competitive-programming
Collection of Competitive Programming Problem and Solution
algorithms artificial-intelligence competitive-programming cpp datastructures go golang hackerrank javascript mathematics python sql typescript
Last synced: 15 Jul 2025
https://github.com/bl33h/conwaysgameoflife
A real-time rendering program with Conway's Game of Life algorithm.
algorithm cmake conways-game-of-life cpp gcc make sdl2 wsl
Last synced: 28 Jul 2025
https://github.com/madduci/opencv_demo
A collection of examples using OpenCV 2.4 and 3.0 APIs
cmake computer-vision cpp opencv
Last synced: 09 May 2026
https://github.com/rafaelbortolozo/filas
Implementação de Filas em C++ utilizando listas encadeadas para a matéria de Estrutura de Dados I - Instituto Federal Catarinense Campus Videira
Last synced: 29 Jul 2025
https://github.com/ricky-ultimate/cpp-hello-world
A basic "Hello, World" program using C++
Last synced: 22 May 2026
https://github.com/qelli/farmer-game
"Farmer Game" was my first C++ interaction right after learning 2D.
Last synced: 06 Apr 2025
https://github.com/yoann256/scratchapi-experiments
Some experiments using the Scratch API.
api c cpp css html js scratch scratchapi
Last synced: 09 Mar 2026
https://github.com/condy0919/ccdoc
Tries to be the next documentation generator for c/c++
Last synced: 16 May 2026
https://github.com/rei-san001/codeforces-solutions
My solutions for Codeforces problems in C++. Happy to help you
codeforces-solutions competitive-programming cpp problem-solving solutions
Last synced: 29 Mar 2025
https://github.com/seeker04/elte-ik-cpp
A collection of lecture materials I have written (in Hungarian!) for C++ classes at ELTE-IK.
Last synced: 22 Feb 2026
https://github.com/better-ecosystem/better-greeter
A better display manager and lock screen made for BetterDE.
better cpp cpp20 display-manager gtk4 lockscreen
Last synced: 18 May 2026
https://github.com/keremtan/relay-racer
The aim of this project is to simulate a relay race. This relay race that there is 400 teams and has 4 runners per a team is simulated using Threads and OOP Philosophy.
Last synced: 16 Aug 2025
https://github.com/mdminhazulhaque/ruet-cse-codes
:hash: Codes that were used for academic purpose
Last synced: 22 Sep 2025
https://github.com/derpius/gmfs
Small library to abstract away the Source SDK for accessing the filesystem
Last synced: 25 Jun 2025
https://github.com/pjessesco/nutrition-facts
Tiny header-only sampling profiler for C++
Last synced: 14 Jul 2025
https://github.com/getiot/vtk-courses
VTK 入门教程配套代码
3d-graphics cpp tutorial-code vtk
Last synced: 14 Jul 2025
https://github.com/zong4/multi-thread
Complex job system
cpp jobsystem multithreading threadpool
Last synced: 04 Apr 2025
https://github.com/neerajcodes888/gfg
Welcome to my GeeksforGeeks Data Structures and Algorithms (DSA) solutions repository! 🌟 Explore a diverse range of solutions to GeeksforGeeks problems, thoughtfully organized by difficulty levels for a structured learning experience.
cpp dsa-algorithm gfg-solutions
Last synced: 30 Aug 2025
https://github.com/chimipupu/cc8r_zenn_cpp
Zenn『RustでCPUを自作して動くまで📝』のRustのコードをC++にしたものです🥳
Last synced: 07 Nov 2025
https://github.com/zyad-eltayabi/bank-system
Bank system application using C++ language
Last synced: 25 Feb 2025
https://github.com/aryangupta9680/dsa-solved-questions
This repository contains solutions to various Data Structures and Algorithms (DSA) problems solved by me. The questions are sourced from renowned coding platforms like GeeksforGeeks, LeetCode, Codeforces, InterviewBit, HackerRank, and more.
algorithms cpp data-structures dsa geeksforgeeks interviewbit leetcode problem-solving
Last synced: 07 Nov 2025
https://github.com/jodnddus/nojam
알고리즘 문제 풀기 💪
cpp dynamic-programming problem-solving stl
Last synced: 29 Mar 2025
https://github.com/eliaskosunen/spio
(Not in active development) C++ iostreams for the 21th century
cplusplus cpp cpp-library cpp11 cpp14 cpp17 io io-library iostream
Last synced: 17 Aug 2025
https://github.com/coralkashri/cppsenioreas-iterators
This is an examples repository of C++ Senioreas blog iterators article.
code-refactoring cpp cppsenioreas iterators
Last synced: 29 Jul 2025
https://github.com/andezion/simulatoroffalling
This is my small project demonstrating the fall of a ball depending on user specified parameters.
cpp object-oriented-programming physics sfml-cpp sfml-library simulation
Last synced: 21 Mar 2025
https://github.com/yuriysydor1991/cpp-app-template
The template C++ project for a quick application development startup.
cmake cpp cpp17 cppcheck doxygen freeglut gcc gtest gtkmm gtkmm3 library library-project meson msvc mysql qt6-qml qt6-template sdl2 template-project valgrind
Last synced: 17 Apr 2026
https://github.com/kassane/fiber
userland threads uses zig build
boost boost-library cplusplus cpp fibers zig-package
Last synced: 06 May 2025
https://github.com/rosy-iso/multipekka
A packager and file checker for the game Pekka Kana 2
Last synced: 17 Aug 2025
https://github.com/sebtee/bfinterpreter
This is an interpreter for the esoteric programming language Brainfuck.
brainfuck brainfuck-interpreter cplusplus cpp esoteric esoteric-interpreter esoteric-language esoteric-programming-language interpreter
Last synced: 17 Aug 2025
https://github.com/toxe/video-trimmer
Video Trimmer
cpp cpp20 ffmpeg libavcodec trim video
Last synced: 17 May 2026
https://github.com/ambujraj/medicinary
An E-commerce Algorithm for Medicines.
algorithm cpp e-commerce shopping-cart
Last synced: 22 Jul 2025
https://github.com/busraozdemir0/multiplication_division_demo
Çarpma ve bölme operatörlerini kullanmadan çarpma/bölme işlemlerini gerçekleştiren program
cpp division multiplication multiplication-division-app
Last synced: 28 Mar 2025
https://github.com/sugaliudaykiran/dsa_labs
Only DSA
algorithms-and-data-structures cpp cpp-programming data-structures dsa-algorithm dsa-practice stl-containers
Last synced: 15 Jul 2025
https://github.com/sleeepyjack/multisplit
Simple multisplit for CUDA accelerators
cpp cuda gpu nvidia parallel-programming primitive split
Last synced: 20 May 2026
https://github.com/get-unknown-err0r/calculator
This is an advanced calculator program written in C++ that performs basic arithmetic operations. It provides a menu-driven interface with colored text for enhanced user experience. The available operations are addition, subtraction, multiplication, division, and modulus.
advanced-calculator arpit-prajapati c-programming-language calculator cli-mode-calculator cpp get-unknown-err0r github
Last synced: 16 Mar 2026
https://github.com/thomasms/solid_talk
Slides on SOLID principles with examples
cpp cpp11 example revealjs slides solid solid-principles
Last synced: 29 Mar 2025
https://github.com/illescasdaniel/optional
A class to manage optional values
Last synced: 21 Mar 2025
https://github.com/salma-mamdoh/rsvector
Our Project for Object Oriented Programming Course taken during Winter 2022 semester
backtracking-algorithm cpp data-structures exception-handling filesystem oop problem-solving recursion
Last synced: 03 Jul 2026
https://github.com/deryaxacar/42-cpp_04
This repo covers key concepts in object-oriented programming in C++. It includes explanations of virtual functions, abstract classes, interfaces, and copy methods, all illustrated with examples. The focus is on dynamic polymorphism and practical applications of these concepts.
42 42-cpp 42-cpp-module 42-cpp-modules 42born2code 42cursus 42projects 42school c-plus-plus cpp cpp-all cpp-library cpp-programming cpp-programming-language cppmodules
Last synced: 04 Mar 2025
https://github.com/AlbertSuarez/PAR-Labs
📊 All Labs of PAR subject of Facultat d'Informatica de Barcelona (FIB).
Last synced: 14 Mar 2025
https://github.com/djoezeke/sfmltem
Quick Start Setup template for SFML and Dear ImGui with C++ on Windows.
cmake cpp game-development imgui library quickstart sfml sfml-game template vscode windows
Last synced: 18 May 2026
https://github.com/rayzhuca/eggshell-db
Relational database model built in C++
Last synced: 05 Apr 2025
https://github.com/abderrsfa/cpp_modules
9 modules of C++ each cover a certain topic to help you understand the specificities of C++ and Object-oriented Programming.
1337 42born2code classes cpp inheritance object-oriented-programming oop stl templates
Last synced: 13 Oct 2025
https://github.com/tamiko-n/library-management-system
This Library Management System is a comprehensive C++ application designed to manage a library's inventory, including Books, Magazines, Research Journals, and FYP Theses. The system employs object-oriented programming principles such as inheritance and polymorphism to create a modular and extensible application.
Last synced: 25 Jun 2025
https://github.com/raisess/brot
A lightweight game engine for lightweight 2D games.
cpp cpp11 game-development game-engine game-engine-2d gamedev sdl2
Last synced: 25 Jun 2025
https://github.com/dev0x13/ust_x
A reference implementation of cross-correlation algorithm for ultrasonic thermometry method
cpp physics ultrasonic-sensor ultrasound ultrasound-thermometry
Last synced: 21 Mar 2025
https://github.com/verzatiledev/unreal.peekandimpact
FPS game JD Keeps telling me to make, so here I will make an FPS game that followed the idea of Peeking and Impacting.
and cpp engine fps game impact peek unreal verzatiledev video-game
Last synced: 19 Aug 2025
https://github.com/0xjonaseb11/stack__dsa_practical_exam
DSA Practical exam | Algorithms | Data Structures
algorithms cpp datastructures stack
Last synced: 13 Mar 2025
https://github.com/hoomaac/tardis
Remote backup tool based on Git packfile and rolling checksum
backup backup-tool cpp cpp17 tool
Last synced: 30 Mar 2025
https://github.com/paltoudara/algo_3
algorithms cpp fixed-point-iteration newtons-method
Last synced: 30 Jul 2025
https://github.com/gusenov/examples-gtest
Примеры использования Google Test.
cpp examples google-test gtest
Last synced: 20 Feb 2026
https://github.com/stuart6854/vgw
VGW(Vulkan Graphics Wrapper) - A Vulkan wrapper library. (Work-In-Progress)
Last synced: 22 Jun 2025
https://github.com/mohammadmd1383/benchmark-dll
A library for testing speed of code execution with high precision
c cdll clibrary cpp cpp-library cpp11 cpp14 cpp17 csharp csharp-library dll java java-8 javalibrary python python-3 python3
Last synced: 11 Apr 2026
https://github.com/maxchistt/qtvision-static-class-library
C3D QtVision static Qt class library for usage C3D Vision in Qt projects without CMake
c3d c3d-toolkit cmake cpp qt qtvision
Last synced: 02 Jul 2026
https://github.com/ekaone/golang
🏌️♂️ Some programming experience by Golang
c concurency cpp go golang helloworld multiprocessing multithreading package quote
Last synced: 10 May 2026
https://github.com/yashkshrivas4491/cses-solutions
CSES Problem Set Solution
algorithms algorithms-and-data-structures cpp data-structures
Last synced: 21 Jun 2025