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-02 00:06:45 UTC
- JSON Representation
https://github.com/deryaxacar/42-cpp_03
This project aims to teach you object-oriented programming principles by creating a class hierarchy in C++. It starts with a basic ClapTrap class and then adds derived classes such as ScavTrap, FragTrap, and DiamondTrap.
42 42-cpp 42-cpp-module 42-cpp-modules 42-school 42born2code 42cursus 42projects 42school cpp cpp-all cpp-modules cpp-modules-42 cpp-programming cpp03 cpp98
Last synced: 26 Feb 2025
https://github.com/faber222/encode-decode-file
Este projeto implementa um método para converter dados binários de arquivos em vídeos utilizando a biblioteca OpenCV. O objetivo principal é explorar a viabilidade do YouTube como um "Google Drive" ilimitado, aproveitando que a plataforma permite o upload de vídeos sem restrição de quantidade.
Last synced: 21 Feb 2026
https://github.com/rnburn/ot-chat
Example of OpenTracing's plugin approach
boost-beast cpp jaeger opentracing zipkin
Last synced: 12 Aug 2025
https://github.com/chihebabiza/cpp-oop-bank-system
C++ console application use OOP concepts , it 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 .
bank-application bank-system console-application cpp cpp-bank-management-system cpp-oo oop visual-studio
Last synced: 07 Apr 2025
https://github.com/hamburgerengine/ngio-cpp
A C++ library for the Newgrounds API.
cpp game-dev game-development newgrounds newgrounds-medals newgrounds-scoreboards newgroundsio
Last synced: 07 Apr 2025
https://github.com/abdulahshoaib/chessmasters
Lichess-esk multiplayer chess game made using C++ and SFML
chess-game cpp lichess-clone sfml sfml-game
Last synced: 26 May 2026
https://github.com/jilliennelapid/singly-linked-list
Practicing the implementation of a singly linked list data structure in C++.
cpp header-file linked-list singly-linked-list
Last synced: 11 Jun 2025
https://github.com/hcolda/qingliaochatclient
A lightweight chat software client (WIP)
chat chat-app chat-application chatapp chatroom client cpp cpp23
Last synced: 06 Mar 2025
https://github.com/end2endzone/libargvcodec
libArgvCodec is a c++ library which properly encode and decode command line arguments. It allows one to properly escape string values to use as command line parameters.
argument-encoding argument-parsing codec command-line cpp encoding-arguments
Last synced: 18 Mar 2025
https://github.com/amr-khaled-ahmed/some-cipher-for-fun
this repository include XOR, Vigenere, and Polybius ciphers
cipher cipher-algorithms cpp low-level-programming
Last synced: 21 Apr 2026
https://github.com/xoofx/customformattingdemo
Code saved from Charles Petzold article: Character Formatting Extensions with DirectWrite
cpp direct2d directwrite dwrite
Last synced: 01 Sep 2025
https://github.com/sameetasadullah/vector-implementation
My own templatized C++ implementation of Vector using Microsoft Visual Studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/reverse-and-uppercase-string-using-thread-joins
A simple C++ program to reverse the string and convert it into uppercase letters using multiple threads and joins
convert-uppercase cpp linux reverse-string thread-joining threads ubuntu
Last synced: 29 Apr 2026
https://github.com/sameetasadullah/centipede-game
A Simple Centipede Game in C++ using OOP (Object Oriented Programming) concepts
cpp game game-development glut linux oop oop-principles opengl ubuntu
Last synced: 07 May 2026
https://github.com/sameetasadullah/consensus-problem-using-openmp
Program coded in C++ language to solve the consensus problem between multiple threads using OpenMP
consensus-problem cpp linux openmp openmp-parallelization ubuntu
Last synced: 17 May 2026
https://github.com/sameetasadullah/avl-tree-implementation
My own templatized C++ implementation of AVL Tree and its different traversals i.e, PreOrder, PostOrder, InOrder using Microsoft Visual Studio. You can also check the type of AVL tree as well
avl-tree cpp traversals tree-structure visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/dijkstra-algorithm-implementation
My own templatized C++ implementation of Dijkstra Algorithm using Microsoft Visual Studio
cpp dijkstra-algorithm dijkstra-shortest-path graph list stack visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/arraylist-implementation
My own templatized C++ implementation of ArrayList using Microsoft Visual Studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/check-curly-brackets-using-stack
A simple C++ code to validate curly brackets of given code using stack
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/circular-linkedlist-implementation
My own C++ implementation of Circular LinkedList using Microsoft Visual Studio
circular-linked-list cpp visual-studio
Last synced: 15 Mar 2025
https://github.com/seboste/sapper
Sapper is a CLI tool written in Go that enables you to rapidly create, extend, and update C++ microservices
cloud-native cmake conan cpp hexagonal-architecture microservices sapper
Last synced: 18 Jan 2026
https://github.com/gringolito/cpp-pre-commit-hooks
C++ hooks for pre-commit based on Google C++ Style Guide
cpp google-style pre-commit pre-commit-hooks
Last synced: 16 May 2026
https://github.com/amr-khaled-ahmed/malware-analysis-work-shop
This is the repository to show all the malware analysis GDSC workshop tasks I have done.
analysis assem badrabbit c cpp cyber cybersecurity dsc gdsc hacker malware malware-analysis malware-analysis-reports malwares python python-3 python3 ransomware reporting workshop
Last synced: 11 Apr 2026
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/hcolda/qchatclient
A lightweight chat software client (WIP)
chat chat-app chat-application chatapp chatroom client cpp cpp23
Last synced: 28 Mar 2025
https://github.com/gvatsal60/cmakedockertemplate
🐳📦 Streamlined C++ Template Development with CMake and Docker
c cmake cpp docker docker-container docker-image dockerfile make makefile
Last synced: 11 Apr 2026
https://github.com/ali-el-badry/fraction-calculator
It is an calculator that calculate the fractions
calculator cpp fractions mathematics
Last synced: 26 Feb 2025
https://github.com/avakar/intrusive_list
Header-only, composition-based, allocation-free double-linked list for C++11
cpp cpp11 intrusive-containers linked-list
Last synced: 12 Apr 2025
https://github.com/rafinhadufluxo/semaphore-in-arduino
traffic light development studies
arduino-ide arduino-uno cpp programming student
Last synced: 15 May 2025
https://github.com/tomswan/collections
In this repository are collected ZIP files containing listings from programming tutorials I wrote and published roughly between 1980 and 2001.
assembly-language c cpp java pascal program-listings programming-languages programming-tutorial source-code
Last synced: 10 Mar 2026
https://github.com/boloto1979/file-encryptor
file encryption program with a graphical interface using the GTK library.
Last synced: 11 Apr 2026
https://github.com/katebea/fib-eda-estructura-de-datos-y-algoritmos
Repositorio del curso de Estructuras de Datos y algoritmos en el grado de Ingeniería Informática en la FIB UPC
Last synced: 27 May 2026
https://github.com/ahmedosmandev/codeforces-solutions
Codeforces's problems solutions.
algorithms codeforces codeforces-solutions competitive-programming cpp data-structures online-judge problem-solving
Last synced: 15 May 2025
https://github.com/sameetasadullah/linux-gbsh-shell-implementation
Linux shell coded in C++ language which performs some of the features found in typical shells, like the bash (Bourne Again Shell) or csh (C-Shell)
cpp fork linux linux-shell linux-shell-commands linux-shell-implementation ubuntu unnamed-pipe
Last synced: 11 Apr 2026
https://github.com/yagocrispim/data_structures
A study about data structures
Last synced: 23 Mar 2025
https://github.com/rafaelbortolozo/minigame_boliche
Pequena atividade para a matéria de Paradigmas da Computação, se trata de um "jogo" onde a máquina joga sozinha gerando pontuações aleatórias. O objetivo principal do algoritmo era representar o funcionamento de um jogo de boliche, desconsiderando a fisica.
bowling-game cpp paradigms poo random-number-generators
Last synced: 15 Mar 2025
https://github.com/kentlouisetonino/sw-cpp-dsa
Sample programs of Data Structures and Algorithms using C++.
cpp data-structures-and-algorithms
Last synced: 08 Mar 2025
https://github.com/uscbiostats/pruner
pruner: Implementing the Felsenstein's Tree Pruning algorithm
cpp cpp11 header-only phylogenetic-trees phylogenetics pruning tree
Last synced: 13 Jun 2026
https://github.com/ifwtzzzzzh/semester-2-cpp
ITPLN's Semester 2 curriculum offers two exciting courses to empower you: Algorithms and Programming 2!
Last synced: 31 Mar 2025
https://github.com/asqiriba/rijndael
Rijndael block cypher in C.
cpp encryption rijndael-algorithm
Last synced: 15 Mar 2025
https://github.com/captainayan/accountlite-cli
💡💰Lightweight Command line Double-Entry Accounting Software💵💸
account-lite accounting commerce cpp finance journal journal-entries ledger parser personal statements trial-balance
Last synced: 29 Mar 2025
https://github.com/joserafael0160/codechef
A list of solved problems from CodeChef along with an explanation for each one.
algorithm algorithms algorithms-and-data-structures algorithms-datastructures algoritmo algoritmos c codechef codechef-competition codechef-cpp codechef-solutions competitive-programming competitive-programming-algorithms competitive-programming-contests competitiveprogramming cplusplus cpp programacion-competitiva programacioncompetitiva
Last synced: 28 Apr 2026
https://github.com/arsalan-dev-engineer/amateur_boxing_division_table_cpp
Enter your weight and the system will tell you what division you will be fighting in!
begginer-friendly beginner beginner-project boxing cpp programming programming-language table
Last synced: 16 May 2025
https://github.com/dimalmfao/smetana
A useless rather very unreliable, unprofessional programming language made as a proof of concept using C++.
cpp language programming-language
Last synced: 27 Feb 2025
https://github.com/abarichello/amnesia-brawl
Party game in SFML and Box2D
amnesia amnesia-game cpp local-multiplayer party-game sfml
Last synced: 16 May 2025
https://github.com/ganweisoft/toms
TOMs is a fully open-source, systematic, plugin-based, high-performance, out-of-the-box, and production-ready development framework for IoT industry applications.
bigdata cpp csharp distributed docker dockerfile golang industrial-iot iot java k8s kubernetes python rust
Last synced: 11 Apr 2026
https://github.com/amanoteam/sphynx
A GCC cross-compiler targeting Linux
c cpp cross-compiler gcc linux
Last synced: 13 Mar 2025
https://github.com/hfx-j/sgtd
SGTD: A Semantic-Guided Triangular Descriptor for One-Shot LiDAR-Based Global Localization
Last synced: 15 Mar 2025
https://github.com/amanoteam/raiden
A GCC cross-compiler targeting Linux musl
c cpp cross-compiler gcc linux musl
Last synced: 19 Apr 2026
https://github.com/bpdesilva/cppwebserver
Practicing fundamentals of Web Server Development with C++ on Flask like Micro Web Framework known as Crow.
boost-libraries cmake cpp docker flask-server gcc webserver
Last synced: 31 Aug 2025
https://github.com/rkolovanov/auxiliary-cpp
Библиотека вспомогательных компонентов C++.
Last synced: 16 May 2025
https://github.com/lucasfturos/tetris-embarcado
Console portátil - tetris embarcado. Projeto proposto para o estágio supervisionado.
Last synced: 31 Mar 2025
https://github.com/mugisha-pascal/dsa
A variety of algorithms of DSA expressing my full journey to master Data Structures and Algorithms for creating high quality and secure backend services with clean codes and logic
Last synced: 31 Mar 2025
https://github.com/themusharraf/themusharrafs
I'am
c computer-vision cpp go python rust-lang
Last synced: 11 Apr 2026
https://github.com/rikeda71/deep-learning-from-scratch-2-cpp
C++ version of https://github.com/oreilly-japan/deep-learning-from-scratch-2
Last synced: 15 Mar 2025
https://github.com/mfouesneau/cphot
A C++ portage of pyphot for computing photometry from spectra
astronomy-software cpp photometry
Last synced: 05 Jan 2026
https://github.com/adzo261/sales-tax-problem
Sales Tax problem solution using C++
cpp oops-in-cpp sales-tax-problem-solution
Last synced: 20 Aug 2025
https://github.com/konvt/simsh
A simple Linux Shell written in Modern C++.
cmake cpp cpp20 linux linux-shell makefile modern-cpp shell xmake
Last synced: 13 Mar 2025
https://github.com/jjbel/rocket-ui
Rocket Telemetry GUI
cpp plotting raspberry-pi telemetry
Last synced: 26 Jan 2026
https://github.com/kelbon/hpack
HPACK implementation (RFC 7541)
cpp cpp20 hpack http http2 networking rfc7541
Last synced: 27 May 2026
https://github.com/curve/gpu-screen-recorder-all-audio
📽️ A small program which allows gpu-screen-recorder to record all desktop-audio as well as your microphone
cpp gpu-screen-recorder pipewire
Last synced: 27 May 2026
https://github.com/poseidon-code/slice
An implementation of dynamic sized, console based space separated list input with inbuilt console output and input operator overloads, inspired from Python's List.
Last synced: 01 Jul 2025
https://github.com/learningbyexample/super-fany-fun
teaching game developing using C++
Last synced: 15 Mar 2025
https://github.com/novama/logs-monitor-stack
Dockerized example on how to set-up a log stack based on Grafana Loki
cpp csharp docker grafana javascript logger-handler logging loki minio powershell promtail python serilog-sink
Last synced: 03 Feb 2026
https://github.com/gummif/endocpp
Modern C++ functional programming concepts library
cpp cpp17 functional-programming header-only library
Last synced: 23 Mar 2025
https://github.com/ayesha-quazi/49-days-dsa-challenge
I'll be sharing my daily journey of applying what I’ve learned in C++ by tackling Last Minute Problems provided by Fraz Sir.
challenge cpp dsa-algorithm dsa-practice dsalgo-questions
Last synced: 03 Apr 2025
https://github.com/liulingxi2/multi-person-communication-platform-ssp-2.0
Multi-person communication platform SSP 2.0
cpp microservice mysql social software
Last synced: 02 May 2026
https://github.com/zakariaelbouzkri/cpp_oop
this repo has the 42 CPP pool days wich are about concept of object-oriented-programming (OOP), incapsulation inhiretance polymorphisme ...
Last synced: 27 Feb 2025
https://github.com/rodyherrera/leetcode
A record of my LeetCode problem solving journey! ;)
algorithms algorithms-datastructures c computer-science cpp javascript leetcode leetcode-solutions python typescript
Last synced: 11 Apr 2026
https://github.com/slangborgh16/motion-extraction
C++ Motion Extraction with OpenCV
cpp motion motion-extraction opencv
Last synced: 07 Apr 2025
https://github.com/jdsherbert/unreal-engine-health-system
Simple Health System implementation for Unreal Engine. Tracks health of an actor, logs damage, and also fires events from changes.
component cpp health unreal unreal-engine unreal-engine-4 unreal-engine-5 unrealengine
Last synced: 07 Apr 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/szsascha/cpp-ws
A simple webserver in c++
cpp http-server socket webserver
Last synced: 23 Jul 2025
https://github.com/zakariaelbouzkri/my_cses_problems_solutions
this repo contains my solutions to the University of Helsinki's "Competitive Programming" course problem set hosted on the CSES (Code Submission Evaluation System) platform. This repository serves as a showcase of my problem-solving skills and coding journey as I tackle a variety of algorithmic challenges.
algo cpp cses-problem-set-solution data-structures dynamic-programming graph-algorithms math mathematics searching-algorithms sorting-algorithms
Last synced: 27 Feb 2025
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/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/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/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/brainboxdotcc/evalbot
D++ Evaluator bot
bot cpp discord discord-bot dpp
Last synced: 29 Apr 2026
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/stuart6854/gfx
C++ Graphics Wrapper - Work In Progress (Only Vulkan ATM)
Last synced: 10 Nov 2025
https://github.com/lecrapouille/profiler
[Lib][Alpha version][Functional] Lightweight C++ frame profiler
Last synced: 07 Apr 2025
https://github.com/enzoguillouche/seismosense
Built with C++ and OpenGL, this project is cutting-edge earthquake simulation tool designed to test the structural resilience of buildings and other infrastructure under various seismic scenarios.
cpp earthquakes natural-disasters opengl opensource simulator
Last synced: 02 May 2026
https://github.com/robaho/cpp-trader
A financial exchange in C++ designed for algorithmic trading tests.
cpp financial-markets fix fix-protocol trading-strategies
Last synced: 23 Mar 2025
https://github.com/aaron-trinidad/genetic_algorithm
Genetic Algorithm implemented in C++
cmake cpp genetic-algorithm optimization-algorithms
Last synced: 23 Mar 2025
https://github.com/shoyamanishi/webassemblynumericalcomputing
A study on the numerical computing with WebAssembly on the browsers
cpp emscripten numerical-computation simulation webassembly
Last synced: 23 Mar 2025