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/emsar69/mnist-ai-without-external-ai-libraries
A pure C++ implementation of an MNIST digit classifier without using external machine learning libraries. This project demonstrates how to build a simple neural network for the MNIST dataset.
ai c classification cpp machine-learning mnist
Last synced: 18 May 2026
https://github.com/derekargueta/envoy-rot-cipher-filter
An example of an isolated third-party Envoy filter
bazel cpp cpp11 envoy envoy-development envoy-filter filter-development http protobuf proxy
Last synced: 18 May 2026
https://github.com/fabianaferreira/lyrics-analysis
A project developed for a subject during bachelor degree on Electronic and Computer Engineering on Federal University of Rio de Janeiro
Last synced: 21 May 2026
https://github.com/0xlay/XStar
:window: The library for windows developers. (MSVC, С++17, WDK 10)
cpp drivers kernel kernel-driver windows
Last synced: 10 Mar 2025
https://github.com/beardedfish/colour-converter
A console application made in C++ to convert hex colours to their RGB equivalent and vice versa.
blue c-plus-plus colour colour-converter console converter cpp green hex red rgb
Last synced: 31 Oct 2025
https://github.com/toxe/video-trimmer
Video Trimmer
cpp cpp20 ffmpeg libavcodec trim video
Last synced: 17 May 2026
https://github.com/kientech/algorithms
Algorithms are a set of instructions designed to perform a specific task or solve a particular problem. They form the basis of computer programming and are essential to many technological innovations.
algorithms algorithms-and-data-structures bubble-sort cpp java javascript python selection-sort
Last synced: 22 Mar 2025
https://github.com/deryaxacar/42-cpp_08
This project includes three fundamental exercises focused on the use of the STL (Standard Template Library). The first part implements a generic easyfind function to search within STL containers, the second introduces a Span class to calculate the shortest and longest distances between numbers, and the third develops an it
42 42-cpp 42-cpp-module 42-cpp-modules 42-school 42born2code 42cursus 42projects 42school cpp cpp-module-08 cpp-modules cpp-modules-1337 cpp08 stl-algorithms stl-containers vector
Last synced: 05 Apr 2025
https://github.com/a-katopodis/vulkanflash
A wrapper around vulkan to make experience easier for new users
Last synced: 28 Mar 2025
https://github.com/yottaawesome/directx-playground
Playing around with DirectX
cpp directx directx12 game-development graphics windows
Last synced: 02 Jul 2026
https://github.com/jasperdrescher/carrot
Jamming with the Unreal Engine Cropout sample project
Last synced: 06 Apr 2025
https://github.com/techy4shri/shri-cpp-compiler
An opensource Cpp compiler for compiling latest versions of cpp programs, built as an alternative for Dev Cpp.
compiler compiler-design cpp cpp-compiler developer-tools
Last synced: 22 Jul 2025
https://github.com/vishal-ahirwar/player
Image/Video Player with Nice looking UI made with C++ , OpenCV4, Qt, QML
cpp opencv4 qml qml-applications qml-samples qt
Last synced: 20 May 2026
https://github.com/julelang/julec-ir
Official C++ IR codes of JuleC
cpp intermediate-representation jule julec julelang
Last synced: 13 May 2025
https://github.com/iker-gonzalez/webserv
Development of HTTP server from scratch using C++ and Python. Testing is made with an actual browser.
cgi-application client cpp http http-server nginx-server python3 server
Last synced: 18 May 2026
https://github.com/kessejones/cpp-project-template
Template for C++ projects
boilerplate cpp cpp20 project template
Last synced: 16 May 2026
https://github.com/chkg2a/increase-image-size
This is a project build because of dumb stupid requirements setup for making the images size between some arbitrary values
Last synced: 12 Sep 2025
https://github.com/abhijithkunchati/weenix-os
A full operating system, based on Unix, built as a semester long project
c cpp kernel memory-management operating-system threads virtual-file-system virtual-memory
Last synced: 20 May 2026
https://github.com/fizashaikh3006/automatic-solar-grass-cutter
The Automatic Solar Grass Cutter is an eco-friendly device that automates lawn maintenance using solar energy and Arduino Uno. Equipped with sensors for obstacle detection and grass height adjustment, it ensures safe and precise operation. Powered by solar panels, the cutter features motor-driven blades and wheels for efficient trimming & mobility
arduino-uno assembly-language cpp
Last synced: 18 May 2026
https://github.com/josedavidss/aed2.garbagecollector-simulation
Trabajo para el curso de Algoritmos y Estructuras de Datos 2. La idea es hacer una simulación sobre la funcionalidad real de un "garbage collector" en un lenguaje de programación utilizando el lenguaje de programación C++.
Last synced: 13 Jun 2026
https://github.com/jodermo/unrealenginegameserver
Unreal Engine dedicated Linux server as Docker container with included Django backend and database for admin tools and dynamic REST-API
backend bash build-tool cpp django game game-development game-server linux postgresql python rest-api unreal-engine
Last synced: 07 Apr 2026
https://github.com/localizethedocs/solidity-docs-l10n
Localization of The Solidity Documentation
blockchain cpp crowdin ethereum evm smart-contract solidity translation
Last synced: 17 May 2026
https://github.com/illescasdaniel/optional
A class to manage optional values
Last synced: 21 Mar 2025
https://github.com/matteoppet/text_editor
Simple Raylib Text Editor from scratch
cpp piece-table raylib scratch-implementation text-editor
Last synced: 15 May 2026
https://github.com/yigitest/thread_pool
C++ thread pool
cpp cpp11 futures single-header thread-pool
Last synced: 19 Jul 2025
https://github.com/mrdcvlsc/bytepadding
A collection of different byte padding methods
alignment ansix923 block block-cipher block-cipher-mode byte-array c-plus-plus cplusplus cpp cryptography data-processing data-stream fill iso-iec-7810 library memory memory-management padding pkcs5 pkcs7
Last synced: 18 Jul 2025
https://github.com/nandite/bazaar_traits
Implementation of the C++ metaprogramming library.
cpp cpp17 cpp20 metaprogramming template-meta-programming template-metaprogramming traits type-traits
Last synced: 21 Mar 2025
https://github.com/massimo-marino/containers-benchmark
insertion operations benchmark for some C++17 containers
benchmark benchmarking cpp cpp17 stl-containers stl-vector
Last synced: 14 May 2025
https://github.com/anmamun0/phitron-contest-solutions
A collection of solutions from various coding contests, showcasing problem-solving skills and algorithmic techniques in competitive programming.
Last synced: 05 Apr 2025
https://github.com/themusharraf/themusharraf
I'am
c computer-vision cpp go python rust-lang
Last synced: 18 Jul 2025
https://github.com/anmamun0/dsa-algo-workbook
DSA with C++: A collection of data structures and algorithms in C++ for learning and mastering core DSA concepts.
Last synced: 05 Apr 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/danielgospodinow/alienattack
Single-player and Multiplayer arcade game similar to Space Invaders
ai ai-bots ai-players cpp linux multiplayer multiplayer-arcade-game sdl sdl2 single-player space-invaders
Last synced: 15 May 2026
https://github.com/ivanpinezhaninov/2048
Another clone of the 2048 game
2048 2048-clone 2048-game c-plus-plus c-plus-plus-14 cpp cpp14 game game-2048 puzzle puzzle-game qml qt qt5
Last synced: 18 May 2026
https://github.com/ufrshubham/todo-plus-plus
This is simple CURD application written in C++ with elements and sqlite library.
cplusplus cpp cycfi cycfi-elements sqlite3 todo todoapp
Last synced: 07 Sep 2025
https://github.com/hamid-yg/unit_tests
Units Tests in several languages
c cpp epitech haskell unit-testing
Last synced: 11 Mar 2025
https://github.com/ufrshubham/connect4-clone
A Connect4 clone using SFML and C++
cpp hacktoberfest sfml sfml-game
Last synced: 23 Oct 2025
https://github.com/upes-open/scientific-calculator
Scientific Calculator written in C++ using OOPS concepts with features like add on memory.
Last synced: 15 Apr 2025
https://github.com/exoticgamerrryt/fortnite-resolution-changer
Windows desktop app to easily change Fortnite resolution and window mode.
cpp cpp20 directx directx-11 easy-to-use fortnite fortnite-resolution-changer imgui ini ini-files inifiles resolution-changer simple-ini simpleini
Last synced: 17 Feb 2026
https://github.com/luisfelipepoma/engine_game_with_c
Learning about Game Engines in C
Last synced: 02 May 2026
https://github.com/jodnddus/nojam
알고리즘 문제 풀기 💪
cpp dynamic-programming problem-solving stl
Last synced: 29 Mar 2025
https://github.com/cmst0us/libblilivedanmaku
BiliBili Live Room, Websocket Danmaku Protocol in C++
bilibili bilibili-live cpp danmaku websocket
Last synced: 29 Mar 2025
https://github.com/linuxuserslinuxmint/cpp-account-system
C++ Account System
cpp cpp-programming cpp-project cpp-projects object-oriented-programming oop oop-in-cpp
Last synced: 13 Sep 2025
https://github.com/getiot/vtk-courses
VTK 入门教程配套代码
3d-graphics cpp tutorial-code vtk
Last synced: 14 Jul 2025
https://github.com/gecko-robotics/messages
reads a message file and creates C++ and Python messages
cpp messages python3 robotics serialization toml
Last synced: 07 May 2026
https://github.com/dalinvip/word2vec
word2vec implement in c++ and in pytorch
Last synced: 18 May 2026
https://github.com/jayprakashkumar1/cpp-concepts-
This repository contain different c++ concept and also their implemetation.
cpp cpp-concepts oop-concepts oops-in-cpp
Last synced: 03 Mar 2025
https://github.com/yhirose/cpp-liblinear
A single file C++ header-only wrapper for LIBLINEAR library
cpp cpp11 header-only liblinear
Last synced: 29 Mar 2025
https://github.com/kampi/lora-gps-tracker
LoRa APRS GPS tracker.
aprs aprs-beacon aprs-igate aprs-is aprs-tracker c cpp gps ham-radio lora rak3172 stm32 tracker
Last synced: 19 May 2026
https://github.com/101rror/cses
Practice Problems Solutions,🤞💻🤞 (Author :: 101rror)
cpp cses-problem-set cses-solutions practice-programming
Last synced: 20 Jul 2025
https://github.com/tina-1300/charly
Charly is a modern, powerful and easy-to-use C++ library for handling mathematics.
cpp cpp-programming cpp20 cpp20-library fraction fractions library math mathematica mathematics maths simple static
Last synced: 11 Sep 2025
https://github.com/vissarion/vissarion.github.io
Personal webpage https://vissarion.github.io
boost cpp geometry mysql optimization research software statistics
Last synced: 16 May 2026
https://github.com/tariqjamel/pos-tracker
Analyze entire paragraphs to gain a comprehensive understanding of the distribution of different parts of speech.
adverbs article classes cpp file-handling-in-cpp filehandling noun oop oop-cpp oop-principles postrace prepositions pronouns strucure vector verbs
Last synced: 15 May 2025
https://github.com/lypitech/rtype
CPP-500 ‒ R-Type
asio cpp ecs epitech game gameengine multiplayer multithreading network rtype udp
Last synced: 07 Mar 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/brainiac2677/cse-208-data-structures-and-algorithms-2
My implementations of offline and online assignments of the course CSE208.
cpp data-structures-and-algorithms
Last synced: 18 Jul 2025
https://github.com/flatcap/visitor
⚙️ Example of C++ Visitor pattern
c-plus-plus cpp gof pattern visitor
Last synced: 31 Dec 2025
https://github.com/rayzhuca/eggshell-db
Relational database model built in C++
Last synced: 05 Apr 2025
https://github.com/jonperk318/searching-algorithms
Comparing the efficiencies of linear, binary, and ternary searching algorithms in Python, Java, C++, and JavaScript
binary-search cpp css file-io graphjs html java javascript js linear-search python ternary-search webpack
Last synced: 07 Apr 2026
https://github.com/massimo-marino/memory-dumper
a memory dumper in C++
cpp cpp17 cpp20 dump dump-memory dumper memory memory-dump memory-dumper
Last synced: 19 Jul 2025
https://github.com/djngalja/adventofcode
:santa: :christmas_tree: My solutions of the Advent of Code challenges (2024), no AI.
advent-of-code advent-of-code-2024 aoc-2024 aoc-2024-in-cpp cpp no-ai
Last synced: 05 Apr 2025
https://github.com/andydevs/fractool
Generic fractal image generator
cmake cpp fractal julia-sets mandelbrot newton-method
Last synced: 03 Jul 2026
https://github.com/superbodik/neiro-life
open-world game built with Python and Pygame where creatures evolve using neural networks
cpp engine game neural-networks open-world
Last synced: 17 May 2026
https://github.com/xanonymous-github/main
My main development-specific repo, all the separate code is here, in addition, here also provides computer class homework answers, welcome to free use.
c cpp golang html java javascript photography python study
Last synced: 07 Apr 2026
https://github.com/fityannugroho/cpp_project
Learning C++ (Collage Doc)
belajarcpp cplusplus cpp gamecpp learning-cpp
Last synced: 05 Apr 2025
https://github.com/hengxin666/cpp-cmake-template
This is a cross-platform modern C++ CMake project template. It provides a default test workflow with ctest and Github.
Last synced: 21 Jun 2025
https://github.com/hasanyahya101/banking_system
A Banking System implemented in C++. OOP concepts are used in this Project.
banking-system cpp project terminal
Last synced: 30 Apr 2026
https://github.com/basemax/cpp-ostream-istream-example
A small C++ program to exercise istream and ostream >>, << operator and overriding * operator to generate a array list automatically.
cpp cpp-course cpp-io cpp-istream cpp-ostream
Last synced: 03 Apr 2025
https://github.com/platisd/cpp-command-parser
Parse CLI commands with compile-time checks for your sanity
Last synced: 19 Jul 2025
https://github.com/rvarago/funktions
A small C++17 set of utilities for functional composition.
cplusplus cplusplus-17 cpp cpp17 dsl functional-programming
Last synced: 04 Apr 2025
https://github.com/elb4rto/logdoctor_installer
Graphical installer for LogDoctor
Last synced: 17 May 2026
https://github.com/whisperity/distcc-driver
Driving DistCC-based distributed C/C++ compilation in a smarter way: without having to deal with DISTCC_HOSTS intricacies and without accidentally stalling your development machine.
bash bash-script c clang compiler compiler-frontend cplusplus cpp developer-environment developer-tools distcc distributed-computing driver gcc linux load-balancing zsh zsh-script
Last synced: 07 Apr 2026
https://github.com/juhenfw/esp32-penutupjemuranotomatis-iot
Proyek ini menggunakan ESP32 Devkit V1 dengan berbagai macam sensor yang berkaitan dengan monitoring cuaca
arduino-ide arduinoide cpp esp32 iot-application monitoring-automation smart-home
Last synced: 17 May 2026
https://github.com/linuxuserslinuxmint/cppacc
Cpp account class
cpp cpp-programming cpp-project cpp-projects object-oriented-programming oop oop-in-cpp
Last synced: 24 Feb 2025
https://github.com/nazmusweb-coding/numerical-methods
Some Numerical Methods Implementation in C++ and Python
cpp numerical-algorithms numerical-calculations numerical-computation numerical-integration numerical-methods python
Last synced: 19 May 2026
https://github.com/frgfm/sdcnd-path-planning
Path planning project of Udacity Self-Driving Car Nanodegree
catch2 clang-format cpp motion-planning path-planning self-driving-car sensor-fusion spdlog spline-interpolation trajectory-generation
Last synced: 31 Dec 2025
https://github.com/illescasdaniel/modern-cpp-spanish
Buenas prácticas y nuevas funciones de C++ moderno
Last synced: 20 May 2026
https://github.com/afaikafk/bdm
C++ math library for graphics programming
3d-math c-plus-plus-17 cpp cpp-library cpp17 header-only mathematics matrix quaternion vector
Last synced: 04 Jul 2026
https://github.com/kojobailey/xfbin-parser-plusplus
Unpacks CyberConnect2 XFBIN files and converts their data into more usable and editable formats.
binary cc2 cpp cyberconnect2 drag-and-drop jjba jojo json parser tool xfbin
Last synced: 22 Jul 2025
https://github.com/chihebabiza/my-cpp-queue
A simple C++ project implementing a templated doubly linked list and queue with basic operations like push, pop, front, and back.
Last synced: 23 Jun 2025
https://github.com/chihebabiza/cpp-problem-solving-level-4
C++ solutions for the Problem Solving Courses from ProgrammingAdvices.com with explanations and clean code structure
cpp problem-solving programming-advices
Last synced: 23 Jun 2025