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-06-29 00:06:50 UTC
- JSON Representation
https://github.com/johnfredcee/fbxconverter
An Open-Source version of the now defunct Autodest FBX Converter
3ds bvh c-plus-plus collada cpp dae fbx fbx-sdk
Last synced: 20 Jan 2026
https://github.com/strcoder4007/codeforces-solutions
My 800+ solved Codeforces problems on Algorithms and Data Structures using C++
Last synced: 08 Sep 2025
https://github.com/fn-code/projectone
c++ example using google test and cmake
cmake cpp example gtest gtest-support
Last synced: 10 Apr 2025
https://github.com/lucasfturos/raytracing
Meus estudos da técnica de computação gráfica Ray Tracing
Last synced: 06 Apr 2026
https://github.com/harsh6754/dsa-problems
c cpp java jupyter-notebook python sql
Last synced: 06 Apr 2026
https://github.com/cgkantidis/cpp_dbg_out
A dbg_out variadic macro that prints the function, file, line and the rest of the arguments from where it's called, to the standard output.
cpp debug variadic-function variadic-macro
Last synced: 20 Mar 2025
https://github.com/ryomendev/uav-resourceallocation-minor-project
project models an Unmanned Aerial Vehicle (UAV) resource allocation system to optimize the delivery of essential resources (medicine, food, and weapons) to various outposts.
algorithms cpp efficiency oops oops-in-cpp resource-allocation uav
Last synced: 17 Feb 2026
https://github.com/katahiromz/getoptsample
An example code for GNU getopt_long function
cpp cxx getopt-long gnu portable
Last synced: 13 May 2026
https://github.com/jonpalmisc/bn_cpp_template
Binary Ninja C++ plugin template
binary-ninja binary-ninja-plugin cpp plugin template
Last synced: 17 May 2026
https://github.com/linarcx/neodm
Simple and lightweight download manager written in c++/ncurses.
cpp download-manager libaria2 ncurses neo tui
Last synced: 05 May 2025
https://github.com/chocobo1/concurrent
Run commands concurrently!
concurrent cpp parallel utility
Last synced: 20 Mar 2025
https://github.com/p0ryae/ccc-junior-2023
Solutions for the 2023 Junior Contest of the Canadian Computing Competition, all written in C++
canadian-computing-competition ccc ccc-solutions cemc cpp uwaterloo
Last synced: 25 Jan 2026
https://github.com/loreneteval/sysproxy
Python bindings for shadowsocks sysproxy utility.
cpp proxy pybind11 python shadowsocks
Last synced: 10 Apr 2025
https://github.com/daskol/cxxlintaur
C++lintaur is a toy linter that checks name for compliance to Google Style Guide.
clang cpp cxx libtool linter llvm toy-project
Last synced: 15 May 2026
https://github.com/stallion-x/bittorrent-emu
An emulation of BitTorrent by Win32 Socket
bittorrent bt cpp network socket socket-programming win32 windows
Last synced: 15 May 2026
https://github.com/liulilittle/interlocked-x86-implement
Interlocked was implemented by C/C++ inline Intel-x86 assembly.
asm atomic c cc cpp inline inline-asm intel interlocked mta threading x86
Last synced: 22 Apr 2026
https://github.com/bhavesh-asana/antenna-positioning-system
Controlling the position of a receiver antenna for a reliable communication.
arduino arduino-sketch arduino-uno cpp nodemcu-esp8266
Last synced: 04 Apr 2025
https://github.com/dokempf/cerberus-cpp
YAML Validation library for C++
cpp validation validation-schema yaml
Last synced: 30 Oct 2025
https://github.com/itsyakub/colorful-pixels
Simple and easy-to-use pixel-art editor.
2d 2d-graphics cmake cpp graphics graphics-editor graphics2d linux madewithraylib pixel-art pixel-art-maker pixel-editor pixelart raylib web webapp windows
Last synced: 11 Apr 2025
https://github.com/p1ckle-rick/city-of-calgary-2018
:phone: :movie_camera: :art: ART++ is an Augmented Reality app to show art in real-time in real-size.
arcore art art-piece augmented-reality c-sharp calgary citizens city community-boundaries-dataset cpp dataset health safety street unity unity3d
Last synced: 09 Jul 2025
https://github.com/merendamattia/fdp-a
Unipr - Fondamenti di Programmazione - Parte A
Last synced: 17 Mar 2025
https://github.com/thenewattacker64/shellcodeinjectioncpp
cpp loader shellcode-injection
Last synced: 11 Jan 2026
https://github.com/taiyu-len/uvw-curl
Simple example program using uvw and libcurl
Last synced: 14 May 2026
https://github.com/robinsaviary/estroengine
A portable simple-to-use node-based game engine built in C++20.
cpp cpp20 game-engine header-only node-tree
Last synced: 11 Apr 2025
https://github.com/robertcorponoi/unreal-follow-lead-ai
Demo project for my tutorial about creating an Ally AI that can follow the player around or lead them around the level.
ai cpp tutorial unreal-engine unreal-engine-4
Last synced: 09 Jul 2025
https://github.com/megatokio/z80emuf
emulation of a simple Z80 micro computer for testing or starting own project
Last synced: 16 May 2026
https://github.com/repo-archive-x-rays5/web_server
Template for a web application server. Speedtest results in the readme
cpp http http-server https lua webserver
Last synced: 10 Apr 2025
https://github.com/shiweimeiya/cpp-epoll-reactor-server
C/C++服务端项目,epoll+线程池的reactor模型,适合新手学习完服务器项目后来这里增加业务量,读者可以增加redis、MySQL提升项目框架完整性🚀 Tank Battle - 高性能多人在线坦克对战游戏 一个展示现代网络游戏架构设计的完整项目。使用C语言构建高并发服务器端(epoll + 线程池 + 多房间系统),Python+Pygame开发跨平台客户端。支持2-4人实时对战,包含动态地图生成、碰撞检测、自定义网络协议等核心功能。 ✨ 核心特性: 异步I/O网络模型 | 线程池并发处理 | 房间管理系统 | 实时状态同步 | 跨平台客户端 🛠️ 技术栈: C语言服务器 | Python客户端 | 自定义二进制协议 | Pygame图形引擎 适合学习网络编程、游戏开发、系统
Last synced: 09 May 2026
https://github.com/hmasum52/cse208-dsa-ii-sessional
Implementations of All the assignments of the course CSE-208-Data structure and algorithms-II in C++
Last synced: 12 Jul 2025
https://github.com/shred/lighting
DIY Wall Bias Lighting
adafruit-feather-m0 cpp diy hardware led-strips openscad
Last synced: 07 Sep 2025
https://github.com/thuvasooriya/verilator
build verilator with zig
compilers cpp rtl system-verilog systemc verilator verilog verilog-simulator zig zig-package
Last synced: 14 May 2026
https://github.com/bl33h/axolotlslikepicklesraytracing
A raytracing graphics app with a resource manager, skybox rendering, and precise sphere representation through ray intersections. An axolotl and two pickles take place in the scene.
axolotl block cpp glm minecraft pickle pixel-art raytracer raytracing sdl2 sphere ubuntu wsl
Last synced: 16 Jun 2025
https://github.com/haseeb-heaven/awesomecpp-libraries
Awesome Cpp libraries for various tasks Http Req,Parsers File/Event Mgr,Maths,Container etc
cpp cpp-containers cpp-course cpp-gpt cpp-http cpp-library cpp-math cpp-project cpp-rest cpp17 dataconvertor filemanager filesystemwatcher mathoperations
Last synced: 28 Mar 2025
https://github.com/burnett01/docker-images
My docker images that I use in various projects
alpine cpp docker docker-image docker-images laravel lightweight lumen php8 php83 php84 php85 symfony ubuntu xdebug
Last synced: 19 Feb 2026
https://github.com/rakesh9100/cse-cpp-codes
This repository contains the basic codes of CSE -- Object-Oriented Programming, which are coded in C++ Language.
Last synced: 20 Mar 2025
https://github.com/niloufarmj/sbu-bp-two-cars
two cars game demo with c++ console application my BP mini project
console-application console-game cpp two-cars
Last synced: 16 May 2026
https://github.com/0xvpr/vpr-bin2fmt
A utility program to convert binary data to a formatted string of the user's choice
binary-format c cpp data-formatting string-formatter tool tooling utility
Last synced: 17 May 2026
https://github.com/stefanolusardi/video_io
video encoder and decoder, written in modern C++
cmake cpp ffmpeg video video-decoding video-encoding
Last synced: 10 May 2026
https://github.com/notkyoyo/hello-world
This is a repository of examples of hello world programs in all programming languages.
cpp csharp demo hacktoberfest hacktoberfest-accepted hacktoberfest2022 hello hello-world helloworld-demo helloworld-programs html5 java js programming programming-exercises programming-languages python world
Last synced: 12 Apr 2025
https://github.com/AhmedOsmanDev/LeetCode-Solutions
LeetCode's problems solutions.
algorithms c competitive-programming cpp csharp data-structures leetcode leetcode-solutions online-judge problem-solving python3 sql
Last synced: 10 Apr 2025
https://github.com/randomgamingdev/ezgl
A powerful graphics library designed to abstract away writing graphics code at 0 cost. Spend time building beautiful, lightway, easy to use, powerful graphics, not fighting the graphics API.
cpp cross-platform graphics graphics-engine graphics-programming multilib powerful simple
Last synced: 10 Jul 2025
https://github.com/agauniyal/smartlist
Unique_ptr based Linked List implementation for reference
cpp cpp14 linked-list modern-cpp
Last synced: 08 Jul 2025
https://github.com/davamix/grokkingalgorithms
Algorithms implementation in C++ from Grokking Algorithms book
algorithms basic-algorithm cpp grokking-algorithms
Last synced: 20 May 2026
https://github.com/zijistark/zcktools
Compiler library and tools for ZCK, an extended language for more effective Crusader Kings II scripting.
c-plus-plus c-plus-plus-17 compiler cpp crusader-kings-ii crusaders-kings-2 modding modding-games modding-resources modding-tools paradox paradox-interactive paradoxgame programming-language programming-languages
Last synced: 09 Apr 2025
https://github.com/alpha-unito/gam
A C++ stack for global-memory programming
asynchronous cluster cpp distributed pgas
Last synced: 19 Jan 2026
https://github.com/CuarzoSoftware/CuarzoBrowser
The Cuarzo OS Web Browser
appimage cpp cuarzo multiplatform web-browser
Last synced: 26 Mar 2025
https://github.com/SanaeProject/matrixCpp
This repository develops types for manipulating matrices in C++.
cpp cpp17 lightweight matrix simple
Last synced: 12 Mar 2025
https://github.com/rbento/cpp-visual-studio-log
Quick logging to the Visual Studio Output window.
Last synced: 10 Apr 2025
https://github.com/melardev/cpp_aes_ecb_implementation
aes aes-ecb aes-encryption cpp ecp
Last synced: 21 Mar 2025
https://github.com/guicattani/cg-guide-legacy
A modern OpenGL application focused on teaching computer graphics principles through user interaction.
Last synced: 15 May 2026
https://github.com/bonitoflakez/gojson2class
a utility that converts JSON schema to classes
c cpp golang java json json-schema jsonschema rust typescript
Last synced: 11 Jan 2026
https://github.com/zubax/senoval
A simple dependency-free header-only library of C++17 classes for real-time embedded systems
cpp cpp17 embedded embedded-systems real-time
Last synced: 03 Apr 2025
https://github.com/araffin/es-with-search-path
Implementation of the (μ/μ,λ)-Evolution Strategy (ES) with Search Path algorithm in C++
algorithms black-box-optimization cpp evolution-strategies
Last synced: 16 May 2026
https://github.com/dgellow/cmake-template
GitHub repository template for C++ projects, based on CMake, vcpkg, and VSCode
cmake cmake-template cpp cpp-template template vcpkg vscode
Last synced: 02 Apr 2025
https://github.com/palikar/alisp
Lisp Interpreter written in C++
cpp cpp17 general-purpose interpreter language lisp-interpreter lisp-languages scheme-interpreter
Last synced: 09 Apr 2026
https://github.com/andyfratello/pro1
💻 Exercicis de Programació 1 (PRO1) Q1/Q2 - UPC FIB
compiler cpp cpp-language language pro1 pro1-fib programming programming-language
Last synced: 20 Mar 2025
https://github.com/kuninoto/42_webserv
A Web Server written from scratch in C++
1337 1337school 42 42-webserver 42born2code 42cursus 42ecole 42porto 42portugal 42projects 42school 42webserv cpp cpp98 cpp98-compatible http linux poll school42 webserver
Last synced: 06 Apr 2026
https://github.com/proximax-storage/cpp-xpx-chain-sdk
ProximaX Sirius-Chain C++ SDK
blockchain chain cpp sdk sirius-chain xpx
Last synced: 06 Mar 2026
https://github.com/scenent/editor
lightweight code editor for C++, Python and Javascript.
code-editor cpp opengl text-editor
Last synced: 15 May 2026
https://github.com/satharus/eoi-preparation-sessions
Some slides for sessions to prepare school students for the Egyptian Olympiad in Informatics.
beginner-friendly competitive-programming cpp eoi icpc ioi kids-learn kids-programming middle-school school slides slideshow
Last synced: 29 Oct 2025
https://github.com/karnkaul/dibs
Dear ImGui BootStrap using GLFW, Vulkan, and C++20
cpp cpp20 cpp20-library glfw gui vulkan
Last synced: 20 Mar 2025
https://github.com/viniciuslrangel/engh
Engine Name Goes Here
3d 3d-engine 3d-graphics cpp cpp17 game game-development game-engine multi-platform open-source
Last synced: 18 Mar 2025
https://github.com/indianwhocodes/adshuffmanproject
Comparative Evaluation of Data Compression through binary, four-way, and pairing heaps without any standard lib. container except vector.
academic academic-project binary-heap cpp data-compression data-structures heaps
Last synced: 03 Apr 2025
https://github.com/curso-r/202011-rcpp
Workshop de Rcpp ministrado em 11/2020
cpp r rcpp rcpparmadillo rcppparallel
Last synced: 11 May 2026
https://github.com/BenjaminYde/ArcticEngine
Vulkan Game Engine Using Linux Dev Container
3d clang cmake container cplusplus cpp devcontainer docker dockerfile game glw graphics linux rendering sdk sdl vscode vulkan vulkan-api
Last synced: 05 May 2025
https://github.com/rft0/lightjson
Simple, Light Weight, Header Only, C++11 compliant JSON Library.
cpp header-only json json-decoder json-encoder json-library json-parser json-serialization
Last synced: 16 Feb 2026
https://github.com/lostsh/arduboy_pong-game
Pong game for Arduboy
arduboy arduboy-game arduino arduino-leonardo cpp cpp-game game pong pong-game
Last synced: 29 Apr 2026
https://github.com/xxanderwp/appsvolumecontrol
Simple application for control applications volume by hotkeys
cpp electronjs javascript nodejs react typescript volumecontrol webpack windows
Last synced: 06 Mar 2026
https://github.com/theinfinityglitch/birdcpp
A simple C/C++ IDE
c cpp development development-tools ide
Last synced: 15 May 2026
https://github.com/avakar/bitflags
Tiny header-only library providing bitwise operators for enums in C++11
Last synced: 12 Apr 2025
https://github.com/sanketjpatel/cpptutorials
Various features of the C++ language have been explained in this project
Last synced: 26 Mar 2025
https://github.com/darkygr/building-escape-game
This game is made in Unreal Engine 4.27 and C++.
cpp csharp game-development unreal-engine-4
Last synced: 15 May 2026
https://github.com/fmahadybd/cpp_with_das
This repository covers all topics of the C++ programming language, including a wide range of algorithms. It serves as a complete reference with code examples for each concept and algorithm in C++.
Last synced: 21 Mar 2025
https://github.com/cgqaq/cc_astar
A* Algorithm written in pure c++ 17
astar astar-algorithm astar-pathfinding astar-search astar-search-algorithm cpp cpp17
Last synced: 04 Apr 2025
https://github.com/bc100dev/osintgramcxx
A reimplementation of Osintgram, but in C++
cli cli-app command-line command-line-interface command-line-tool cpp data-collection instagram linux-app linux-cli networking open-source osint osint-tool osintgram shell-prompt windows-app windows-cli
Last synced: 28 Oct 2025
https://github.com/sermetpekin/evdscpp
evdscpp is a C++ library for fast, efficient, and user-friendly interaction with the EVDS API Server. Designed with performance in mind, it provides built-in caching, an Excel export option, and an intuitive user interface for configuring and retrieving data. evdscpp can be extended for integration with other C++ projects and offers options for use
cbrt central-bank cpp data edds evds evds-api evdscpp tcmb tcmb-api
Last synced: 07 Sep 2025
https://github.com/maltsev-dev/unrealprojects
UE projects. 3 fully completed games based on free assets packs
Last synced: 30 Jan 2026
https://github.com/krishpranav/learncpp
learn cpp using this repo
books c-plus-plus clang code cpp idea jetbrains learn learn-to-code learntocode linux macos vscode windows
Last synced: 16 Feb 2026
https://github.com/alxvdev/libnumerixpp
Library for physical and mathematical calculations in C++
calculation cmake computer-science cpp cpp17 cpplib informatics library mathematics open-source physics science
Last synced: 11 Jan 2026
https://github.com/curve/eraser
✏️ A C++20 type-erasure library
cpp cpp-library cpp20 cpp20-library polymorphism type-erasure
Last synced: 08 Sep 2025
https://github.com/subhash3/bit-array-in-cpp
These are useful in coding competitions to optimise the space complexity and even time complexity sometimes.
bitarray bitmanipulation bitmask cpp
Last synced: 27 Mar 2025
https://github.com/tomenz/dhcpserv
A DHCP Server sample
cpp cpp11 dhcp dhcp-server dhcpv6 socket
Last synced: 09 Jul 2025
https://github.com/zz990099/foundationpose_cpp
基于TensorRT和c++部署的FoundationPose算法,改写自isaac_pose_estimation,部署移植方便,去除了大量复杂依赖
6d 6dof-pose cpp foundationpose pose-estimation tensorrt
Last synced: 29 Oct 2025
https://github.com/karnkaul/decf
Dumb simple Entity-Component framework in C++17
cpp cpp17 cpp17-library ecs entity-framework
Last synced: 20 Mar 2025
https://github.com/bahaaio/base64-cli
A minimal and efficient Base64 encoder/decoder CLI tool written in C++.
base64 cli cpp decoding encoding lightweight utility
Last synced: 07 Sep 2025