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/the-mastermind1/algo_2
algorithms cpp fixed-point-iteration newtons-method
Last synced: 01 Mar 2025
https://github.com/ankostis/rollstats
Calculate rolling avg, var & stdev in Python & C++ code
cpp data-science python sample-code statistics
Last synced: 19 Apr 2026
https://github.com/ziadasem/leetcodesolutions
code solutions for leetcode
cpp leetcode leetcode-cpp problem-solving
Last synced: 27 Feb 2025
https://github.com/zaki-x86/cxx_project_template
Template for midsize to large c++ projects
ci-cd cmake cmake-template cmakelists cpp cpp11 cpp17 cpp20 doctest documentation doxygen git gitbook github-actions googletest test-automation
Last synced: 13 Apr 2026
https://github.com/loyc12/cpp42
42 School Project : various small exercises aimed at learning the fundamentals of C++ and OOP
Last synced: 10 Jan 2026
https://github.com/esraa-emary/c-plus-plus-consepts-and-problem-solving
Cplus Plus Code (C++ Consepts and Problem Solving)
cplusplus cpp object-oriented-programming oop problem-solving programming
Last synced: 25 Aug 2025
https://github.com/thwiseman/paintwithfriends
A C++ collaborative painting app with built in text and video chat.
collaboration cpp network-programming painting server video-streaming
Last synced: 07 Sep 2025
https://github.com/relmer/casso
A 6502 emulator with a built-in, fully AS65-compatible assembler
6502 6502-assembly 6502-emulation 6502-emulator 6502-processor apple2 apple2c apple2e apple2gs cplusplus cpp windows
Last synced: 31 May 2026
https://github.com/emd4600/morebackgroundbuttonsmod
Spore mod that adds more background buttons in test drive
Last synced: 02 Apr 2025
https://github.com/rugleb/finite-element-method
Implementation of the finite element method on the example of the approximation problem
cpp finite-element-analysis finite-element-method
Last synced: 10 Apr 2025
https://github.com/brianoy/fastled-aurora-effect-ws2812b
在arduino及ws2812b燈條使用fastled函式庫建立極光效果,6個演算法方式
arduino cpp effects fastled fastled-library ws2812b
Last synced: 17 Mar 2025
https://github.com/jeugregg/santa-workshop-tour-2019
Kaggle competition santa-workshop-tour-2019 : genetic algorithm proposition compare to Guropi MIP optimizer
competition cpp genetic-algorithm gurobi ipynb kaggle notebook numba santa
Last synced: 13 Apr 2026
https://github.com/nicolascbv/brain-teaser
Simple brain teaser game made to test SFML lib. Everything about this project was shown on the channel 'Terminal Root''
cpp cpp20 game game-development makefile puzzle sfml
Last synced: 10 Jun 2026
https://github.com/gwynbleidd0241/-ciaod_3sem_mirea-
Практические работы по СИАОДу МИРЭА
Last synced: 10 Jan 2026
https://github.com/pavlevujicic/cplusplus-programming
My Journey with the C++ Programming Language
Last synced: 17 Mar 2025
https://github.com/leandrosq/cpp-physics-sandbox
Simple Verlet physics sandbox
cpp cpp23 emscripten physics sandbox verlet verlet-integration verlet-physics wasm
Last synced: 17 Jan 2026
https://github.com/mouad-el-asri/webserv
🚀 We've just created our own HTTP server "webserv". Which we can test using a real web browser. Our main goal was to gain a better understanding of the HTTP protocol, which is crucial for internet communication. Webserv has helped us unravel the mysteries of HTTP. Come and explore the world of HTTP with us. 🌟
cgi cpp cpp-programming cpp98 http http-protocol http-request http-server https-response multiplexing networking webserv webserver
Last synced: 10 Jan 2026
https://github.com/zloteerer/texas-holdem-evaluator
C++ Texas Hold'em Poker Hand Evaluator 🃏
cpp hand-rank poker rank ranking texas-holdem
Last synced: 17 Mar 2025
https://github.com/asynched/cpp-rsa
Implementation of the RSA encryption algorithm using C++.
Last synced: 12 Mar 2025
https://github.com/ovsidee/checkers
Java Panama Project. JNI. The Tic-Tac-Toe 5x5 game is done on the java and c++. Full logic was done using the c++, all the graphical part was done on the java side.
cpp java javafx jni jni-java junit5 mvc-pattern
Last synced: 13 Apr 2026
https://github.com/caefleury/tp1-tb2
Repositório do trabalho prático 02 da matéria TÉCNICAS DE PROGRAMAÇÃO da UnB
cpp object-oriented-programming scrum
Last synced: 26 Mar 2025
https://github.com/hbkabir004/listen-the-lesson
‘Listen The Lesson’ is an operating system-based desktop application program, that is designed by programming language Python which can read out any PDF in the system with the help of it associated features.
Last synced: 13 Apr 2026
https://github.com/matgomes21/percepcao-termica
Projeto eletrônico de controle e coleta de temperatura corporal para monitoramento médico da sensibilidade epitelial.
arduino cpp electronics hardware software
Last synced: 15 May 2026
https://github.com/brenofariasdasilva/c
My C Language Codes.
algorithms algorithms-and-data-structures c cpp deitel-exercises
Last synced: 21 May 2026
https://github.com/haimozer123/network_project_rted
enhanced UDP-based file transfer system, similar to TFTP, with additional features in CPP
Last synced: 01 Apr 2025
https://github.com/dwip-nandi/codeforces
Problem Solving and Contest Solutions...This repository contains my solutions to various problems from Codeforces contests. Each solution is implemented in C++ and includes a brief explanation of the approach used to solve the problem. The repository is organized by problem number and contest, making it easy to navigate and find specific solutions.
algorithm alice boob codeforces codeforces-com codeforces-solutions competitive-programming competitive-programming-contests contest cplusplus cpp dsa graph online-judge problem-solving solution-contest solutions stl string tree
Last synced: 07 Jul 2025
https://github.com/stonelabs/webduino-generator
Python program to automatically create arduino webserver from "web files"
arduino arduino-webserver code-generation cpp python
Last synced: 14 Jan 2026
https://github.com/pranav2092/priority-queues-in-finding-shortest-path
Priority queues in finding shortest path.
a-star-algorithm a-star-path-finding advanced-algorithms advanced-data-structures binomial-heap cpp cpp-all cpp17 cpp20 graph leftist-heap min-max-heap priority-queue
Last synced: 17 Mar 2025
https://github.com/nishbo/timed_sparse_matrix
Save timed sparse matrices and tensors to readable files from Python, MATLAB, and C++.
cpp matlab multi-language python sparse-matrix
Last synced: 14 Jan 2026
https://github.com/vpoulailleau/plagiarized-code
Detect plagiarized (Python, C, C++) code in local folders
c cpp plagiarism plagiarism-check plagiarism-checker plagiarism-detection plagiarism-evaluation plagiat python python3
Last synced: 05 Oct 2025
https://github.com/pranavgupta1234/algorithmsanddatastructures
This includes various algorithm paradigms and data structures in C++
adsa algorithms avl-tree binary-search-tree codeforces cpp datastructures graph hashing linked-list makefile oop rbtree templates tree
Last synced: 05 Oct 2025
https://github.com/fuzzwaz/fuzzy2d-game-engine
A C++ 2D Game Engine built off of the SDL 2.0 framework
2d-game-engine cpp sdl2 video-game videogame
Last synced: 24 Jan 2026
https://github.com/nazavode/meetupcpp-may-2019
Stuff for the talk "Look ma, no CUDA! Programming GPUs with modern C++" at the Italian C++ Community meetup @ Modena, Italy
Last synced: 27 Oct 2025
https://github.com/ultirequiem/lorem
✍ Generate Lorem Ipsum like a pro (Lorelai for C++)
cpp lorem-ipsum lorem-ipsum-generator
Last synced: 02 Apr 2026
https://github.com/pegvin/dllbundler
Recursively Copy DLLs Required By A .exe or a .dll file.
cpp cpp17 dll-bundler mingw mingw-cross-environment mingw-environment mingw-w64 mingw32 mingw64 msys2 objdump
Last synced: 06 Oct 2025
https://github.com/hongyihao-sxit/sesame_algorithm_club
The documents about Sesame Algorithm Club
Last synced: 06 Oct 2025
https://github.com/m-fila/coopsync_tbb
Cooperative synchronization primitives for TBB resumable tasks
async cpp fibers suspension synchronization tasks tbb
Last synced: 31 May 2026
https://github.com/ksb96/cpp-codes
A bunch of Cpp codes has been dumped in this repo for the newbies who are starting there journey in learning Cpp
2darrays arrays classes-and-objects constructor cpp do-while-loop for-loops getter-and-setter if-else-statements if-statements inheritance pointers return returnstatements strings switch-case userinput while-loop
Last synced: 07 Oct 2025
https://github.com/ivangrana/prog-redes
Repositório dedicado a programação de redes utilizando Python,C e C++
c cpp network-programming python socket-programming
Last synced: 18 Jan 2026
https://github.com/skyzh/serialpb
Reliable packet transmission over serial interface
Last synced: 08 Oct 2025
https://github.com/muppetsg2/shapes-generator
This project is a console-based Shape Generator program written in C++. It allows the user to create and save a variety of 3D shapes.
3d 3d-shapes console-application cpp generator shapes shapes-generator
Last synced: 08 Oct 2025
https://github.com/pymarcus/competitive_programming
Exercícios afim de melhorar a lógica e o desempenho nas competições
Last synced: 08 Oct 2025
https://github.com/aryank1511/cpp-object-oriented-programming
Compilation of all the files, notes and programs that I created while taking Tim Buchalka's "Beggining C++ Programming - From Begginer to Beyond" Course on Udemy which is taught by Frank Mitropoulos.
Last synced: 08 Oct 2025
https://github.com/gilzoide/functor2c
Single header templates for wrapping C++ functors as opaque userdata plus function pointers for C interop
c-interop cpp cpp11 cpp17 function-pointer function-pointers functor single-file single-file-library single-header single-header-library
Last synced: 08 Oct 2025
https://github.com/runedgeai/agents-sdk
A modern, high performance C++ SDK for AI Agents
agentic-ai agents anthropic artificial-intelligence cpp gemini llama-cpp llm ollama openai sdk
Last synced: 08 Oct 2025
https://github.com/0x0c/m3d13
Tiny 3DCG library.
3d-graphics c-plus-plus cpp cpp-library tiny-3dcg-library x11
Last synced: 08 Oct 2025
https://github.com/engichang1467/doodlejumpcpp
Created a Doodle Jump game in C++ and SFML Libraries
cpp doodle-jump sfml sfml-game
Last synced: 08 Oct 2025
https://github.com/utsavkash19/my-stress-test-template
competitive-programming contests cpp templates
Last synced: 08 Oct 2025
https://github.com/maxilevi/hedra-core
C++ library with routines used in Project Hedra
cpp fast library meshing performance perlin-noise simd
Last synced: 09 Oct 2025
https://github.com/ignavan39/binary-tree
university laboratory binary tree
binary-search binary-search-tree binary-tree cpp cpp20 lab
Last synced: 09 Oct 2025
https://github.com/calint/compiler-2
experimental compiler of minimalistic language to nasm x86_64 for linux
assembly-x86 compiler cpp x86-64
Last synced: 09 Oct 2025
https://github.com/awais-124/oop_project
Second Semester Project. Payroll Management System. A Console Application with Responsive UI.
cpp oop payroll-management-system ui
Last synced: 19 Apr 2026
https://github.com/jmarrec/energyplus-cpp-demo
Using C++ to drive EnergyPlus. A fancy CLI for E+ with a terminal UI based on FTXUI
cpp cpp20 energyplus ftxui hacktoberfest
Last synced: 27 Jan 2026
https://github.com/ron4fun/patternfinder
Helps find patterns in byte array.
byte-stream bytes bytestreams cplusplus cpp pattern-matching wildcard-matches
Last synced: 09 Oct 2025
https://github.com/alexoah/cppplayground
A playground for C++ programming language.
alexoah c-plus-plus cpp exercises exercises-code-cpp exercises-solutions experiments w3school-cpp-exercises w3school-exercises-solutions
Last synced: 09 Oct 2025
https://github.com/nilesh2000/errorfreecodes
Repository I use for my interview preparation.
algorithms cpp data-structures
Last synced: 09 Oct 2025
https://github.com/maxiamo/dinogame
C++ Classes in-game using example
console-application console-game consoleapplication cplusplus cplusplus-games cplusplus-games-for-beginners cpp dino-game dinosaur dinosaur-game dinosaurs learn-to-code learning learning-by-doing learning-cplusplus visual-studio visual-studio-code
Last synced: 09 Oct 2025
https://github.com/ajnus/computacao_grafica_inf1761_projetos
Para Projetos (maior complexidade que as Tarefas) da disciplina INF1761 - Computação Gráfica; Bacharelado em Ciência da Computação, PUC-Rio. Professor: Waldemar Celes. Uma branch para cada Projeto
3d 3d-graphics animation animations cg cgi chess chess-board chess-game chessboard cinema computacao-grafica computer-graphics cplusplus cpp graphics graphics-programming lightning opengl shaders
Last synced: 19 Apr 2026
https://github.com/abhinavmir/openstreetmap-in-cpp
Using IO2D + OSM + CPP to build A* Algorithm that finds best path between two co-ordinates on an actual Open Street Map section.
Last synced: 09 Oct 2025
https://github.com/esraa-emary/ciphers-and-deciphers
C Plus Plus Code (Ciphers and Deciphers)
clean-architecture cplusplus cpp
Last synced: 09 Oct 2025
https://github.com/vovandreevik/dictionary-list
This C++ program implements a custom dictionary list data structure. The dictionary list allows you to insert, remove, search, merge, and find the intersection of two lists. It is designed to manage a list of unique integer values.
cpp dictionary oop oops-in-cpp
Last synced: 26 Oct 2025
https://github.com/vaibhav-kesarwani/calendar-checker
This terminal site is very usefull to generate the calender by just giving the year
Last synced: 09 Oct 2025
https://github.com/drankinatty/winsolver
Linear System of Equations Solver written in C and C++ native Windows API
c cpp linear-systems matrix solver windows-desktop
Last synced: 18 Apr 2026
https://github.com/abcdesktopio/abcdesktopio.github.io
docs website for abcdesktop.io
abcdesktop c cpp docker kubernetes less lua-script no-vnc node-js python3 remote-desktop tigervnc vdi websocket x11
Last synced: 10 Apr 2026
https://github.com/hilbertcube/simd-pathtracer
A path tracer with 3D model importing, written in modern C++ and accelerated using SIMD, OpenMP, and tile-based rendering
3d-graphics 3d-models cpp openmp-parallelization path-tracing raytracing simd
Last synced: 09 Oct 2025
https://github.com/stefanjohnsen/triangulateobj
Triangulation of polygons in obj files
console-application cpp cpp11 earcut fan indices line obj polygon triangle triangulation vertex wavefront wavefront-obj
Last synced: 09 Oct 2025
https://github.com/krishnaura45/dsa-lap-12
DSA Practice Lap 1 and 2 | C++
cpp dsa-learning dsa-leetcode dsa-practice dsalgo
Last synced: 31 May 2026
https://github.com/zhongruoyu/threadpp
A lightweight thread pool in C++17.
cpp cpp17 thread-pool threading
Last synced: 09 Oct 2025
https://github.com/evr5/cliptransfer
A lightweight C++ application for sharing clipboard text over LAN using ASIO. Automatically switches between client and server mode.
asio clipboard-sharing cmake cpp cross-platform lan local-network network-programming opensource socket-programming standalone-asio tcp tcp-client-server text-sharing utility
Last synced: 09 Oct 2025
https://github.com/pulkit1822/leetcode
This repository contains daily solutions to LeetCode challenges, organized by date and problem name. It provides explanations for each solution and supports multiple programming languages. Contributions are welcome, and the project is licensed under MIT.
coding-challenges cpp csharp data-structures-and-algorithms java mysql php problem-solving ruby sql
Last synced: 14 Apr 2026
https://github.com/iboudhaine/hnsw-attribute-filtering-optimization
Optimizing multi-attribute filtering for Approximate Nearest Neighbor (ANN) search using HNSW. This project integrates bitsets and Roaring Bitmaps into HNSWLib to accelerate query performance by reducing evaluation costs for large attribute datasets.
ann-search approximate-nearest-neighbor bitsets cpp data-structures efficient-filtering hnsw optimization roaring-bitmaps
Last synced: 18 May 2026
https://github.com/upc-pre-202402-si572-wv71/esp32-firebase-rtdb-client-embedded-app-wv71
This project is an embedded system application that illustrates how to build and send Requests to a Firebase Real-Time Database from a Safe Distance Detector IoT System. The project is developed with C++ Arduino Sketch.
arduino cpp esp32 firebase-realtime-database iot-application sketch wokwi
Last synced: 04 May 2026
https://github.com/kanansnote/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: 30 Dec 2025
https://github.com/kotru21/pyramide-cpp
Just some C++ application, made for fun
Last synced: 10 Oct 2025
https://github.com/geokaralis/coreui
An advanced, descriptive UI framework for cross platform UI development, macOS, Windows, Linux.
cpp descriptive framework linux macos native sdk ui windows
Last synced: 04 Apr 2026
https://github.com/makcymal/dbg-cpp
The macro dbg() in C++, just like in Rust
cpp debug debugging macro pretty-print single-header
Last synced: 10 Oct 2025
https://github.com/rei-san001/atcoder-solutions
Started solving Atcoder problems. Hoping this will help some of you guys
atcoder atcoder-solutions cpp cpp17 problem-solving
Last synced: 10 Oct 2025
https://github.com/salma-mamdoh/oop-applications
Our Applications for Object Oriented Programming Course taken during Winter 2022 semester
Last synced: 19 Jan 2026
https://github.com/aasjunior/esp32
Projetos utilizando o microcontrolador ESP32 e o ambiente de desenvolvimento PlatformIO
Last synced: 09 May 2026
https://github.com/haimozer123/amnongame_-_cppfullexercises
This repository contains solutions to completed as part of the course for CPP and OOP i take in RTED collage.
Last synced: 10 Oct 2025
https://github.com/briansalehi/references
Note Collections Cited to Reference Manuals
algorithms c c-programming cpp cpp-programming linux-kernel linux-system-programming
Last synced: 31 May 2026
https://github.com/cemoktra/restpp-server
A simple C++ RestAPI server with routing
cpp http-server rest-api restapi-server server
Last synced: 10 Oct 2025
https://github.com/arkorty/exprevalplusplus
Simple mathematical expression evaluator using an Abstract Syntax Tree (AST).
abstract-syntax-tree cpp hacktoberfest object-oriented-programming
Last synced: 19 Jan 2026