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-22 00:06:44 UTC
- JSON Representation
https://github.com/jokoardh/kuliah-koding-fik-uby
kumpulan materi perkuliahan fakultas ilmu komputer Universitas Boyolali, meliputi materi pemrograman dasar, oop dan basic mobile
algoritma cpp dart ilmu-komputer oops-in-python python struktur-data university-assignment
Last synced: 11 Apr 2025
https://github.com/seokminhong/compile-time-format-string
Type-safe format string I/O functions similar to cstdio interfaces using C++20.
Last synced: 10 Jul 2025
https://github.com/brightprogrammer/vulkanhelper
A simple helper interface between Vulkan C API and C++ containers
cpp graphics vulkan vulkan-api vulkan-helper
Last synced: 29 Apr 2025
https://github.com/milderhc/auto-parallelizer
Automatic parallelizer for C/C++ code
antlr4 cpp source-code-analysis
Last synced: 24 Jul 2025
https://github.com/mmomtchev/nobind
`pybind11`-like API for Node.js using C++17 fold expressions
bindings cpp cpp17 embind nobind node-addon-api nodejs pybind11
Last synced: 13 Apr 2025
https://github.com/banaankiamanesh/slc-radio
This is a Super-Low-Cost(!) Radio-Transmitter with the use of Both Arduino & Processing 3, that can be used for DRONES and basically RC everything!
arduino cpp diy drone ground-station gui java nrf24l01 processing3 quadcopter radio radio-controller receiver transmitter transmitter-receiver
Last synced: 13 Apr 2025
https://github.com/NickNaso/abi-stable-node-research
Research for N-API Bindings
addon c cpp go golang javascript native-addon node nodejs
Last synced: 07 May 2025
https://github.com/max0x7ba/const_string
C++98 string class that provides functionality of both std::string and std::string_view.
Last synced: 09 Mar 2026
https://github.com/jomy10/defer
A simple, single-header library which implements defer and autofree at compile-time in C/C++
autofree c cpp defer single-header single-header-lib single-header-library
Last synced: 21 Mar 2025
https://github.com/conchylicultor/codingcheatsheet
Cheatsheets for the C++ and Python programing languages
Last synced: 08 May 2025
https://github.com/tbhaxor/cpp-file-handling-tutorial
A comprehensive guide to file handling in C++ language.
binary-files cpp cpp17 file-handling file-handling-in-cpp file-stream text-files
Last synced: 09 Jul 2025
https://github.com/matthewgeorgy/solarsystem
3D Solar System Visualization in OpenGL 4
Last synced: 12 Apr 2025
https://github.com/megatokio/laseroids
Playing Asteroids on a Laser Scanner
Last synced: 04 Jul 2025
https://github.com/israelalagbe/embedded-systems
robotics and embedded systems projects
arduino cpp electronics embedded-systems
Last synced: 27 Oct 2025
https://github.com/erbsland-dev/erbsland-qt-toml
A robust TOML parser compatible with the Qt5 or Qt6 library.
cmake cpp cpp17 cpp20 cpp23 qt5 qt6 toml toml-config toml-parser toml-parsing
Last synced: 17 Jan 2026
https://github.com/cctyl/qtjson
dependency-free, header-only, ready-to-use library for automatic serialization and deserialization; 无依赖、head-only、开箱即用的半自动qtjson序列化、反序列化库
Last synced: 25 Jun 2025
https://github.com/w2wizard/iconhandler
UE4/5 Plugin to allow customized asset icons for C++ Classes.
cpp ue4 ue4-plugin ue5 ue5-plugin
Last synced: 15 Sep 2025
https://github.com/kartikmohta/manifold_cdkf
Central difference kalman filter which can work with states on a manifold
cpp estimation manifold sigma-point-kalman-filter
Last synced: 11 Apr 2025
https://github.com/haoyang-graphics/baba-is-demo
BABA IS DEMO, ENGINE IS GODOT. Enjoy!
baba-is-you babaisyou cpp cpp17 godot godot-engine godot-game
Last synced: 12 Apr 2025
https://github.com/hominsu/tensorrt-yolov5-jetsonnano
JetsonNano 上的 YoloV5 的 TensorRt 加速推理,额外加上了 gRPC 等服务
Last synced: 13 Apr 2025
https://github.com/defi0x1/face-detection-rabbitmq
Face Detection and Feature Extraction Rabbit-MQ
cpp direct-exchanges face-detection face-recognition faiss milvus ncnn pika rabbitmq-consumer
Last synced: 26 Jun 2025
https://github.com/thestaticturtle/nspire-communication
Ti-Nspire SMS / Messenger / Infrared addon programms
Last synced: 31 Jan 2026
https://github.com/rageworx/librawprocessor
A library for processing RAW images (include DCM, availed by my libDCM)
c-plus-plus cpp grayscale image library medical processing processor raw supports
Last synced: 20 Aug 2025
https://github.com/nemtrif/ftest
A simple and limited unit-test framework for C++ 98
cpp cpp98 testing unit-testing
Last synced: 15 May 2025
https://github.com/hxndev/consensus-problem-using-openmp
In this task, we had to write a multi-threaded OpenMP program, that will solve the consensus problem. If all the slave (child) processes agree on a single decision, then the processes will terminate displaying consensus reached.
code consensus consensus-clustering cpp openmp openmp-parallelization openmpi
Last synced: 07 May 2025
https://github.com/dapper91/thread_pool_executor
C++ Thread Pool Executor
concurrent cpp threadpoolexecutor
Last synced: 24 Apr 2025
https://github.com/cdluminate/leicht
Naive (Static Graph) Deep Learning Framework
cpp deep-trench deeplearning deletegithub educational simple
Last synced: 27 Oct 2025
https://github.com/avinal/blowfish
Blowfish and Blowfish 2 Encryption Algorithm Implementation in CPP.
blowfish blowfish-128 blowfish-64 blowfish-algorithm blowfish2 cpp cpp11 cpp14 encryption encryption-decryption library
Last synced: 26 Aug 2025
https://github.com/hxndev/lzw-data-encryption-algorithm
LZW stands for “Lempel-Ziv-Welch”. The LZW algorithm is a very common compression technique. This algorithm is typically used in GIF and PDF. It is lossless, meaning no data is lost when compressing. The algorithm is simple to implement and has the potential for very high throughput in hardware implementations. It is the algorithm of the widely used Unix file compression utility compress, and is used in the GIF image format.
algorithm code compression cpp data-compression decoding decryption dictionary encoding encryption lzw project
Last synced: 18 Jul 2025
https://github.com/silverjun/swing
A "Protocol" oriented programming language
compiler cpp language llvm new-language programming-language swing
Last synced: 15 Apr 2025
https://github.com/abdulsamie10/library-management-system
The Library Management System is a console-based application developed in C++ that allows admins and students to manage library resources effectively.
c c-plus-plus console console-app console-application cpp library library-management library-management-system lms
Last synced: 30 Aug 2025
https://github.com/mortennobel/softimagewebglexport
A WebGL export plugin for SoftImage 2011
cpp cpp11 graphics-programming
Last synced: 24 Apr 2025
https://github.com/quqionfree/qqbot
这是一个QQ机器人,拥有强大的自定义功能(插件系统)(A bot for QQ)
cpp cpp-httplib cpp23 go-cqhttp qqbot
Last synced: 15 Apr 2025
https://github.com/dracula/dev-cpp
🧛🏻♂️ Dark theme for Dev C++
cpp dark-theme dev-cpp dracula
Last synced: 24 Apr 2025
https://github.com/senior-sigan/why_cpp
Simple Game Engine in C++ to create Retro games.
cpp emscripten fantasy-console game-engine gamedev gamedev-framework sdl2 whycpp
Last synced: 04 Aug 2025
https://github.com/crendking/ab-menu
A Windows context menu shell extension that proxies general commands with two arguments to any application.
Last synced: 16 Jul 2025
https://github.com/sjsakib/psbook
সমস্যা ও সমাধান বই - ১ এর উপর অনুশীলন ( Practice code for Problem and Solutions Book - 1 by Mahbubul Hasan )
acm-icpc algorithms competative-programming cpp data-structures problem-book-1-solutions python timus-solutions uva-solutions
Last synced: 02 May 2025
https://github.com/gottagofaster236/sonicvisualsplit
An auto-splitter for people who speedrun classic Sonic on console.
cpp csharp livesplit-autosplitter speedrun
Last synced: 15 Apr 2025
https://github.com/arezaie14/ars_kalman_filter
This is Kalman filter in c language for all programming languages such a micro controllers and ...
c cpp filter filters function-parametres kalman-filter mea micro-controllers microcontroller programming-languages
Last synced: 26 Apr 2025
https://github.com/ignabelitzky/tiny-programs
Simple programs to test different programming knowledge
c-plus-plus console-app console-application cpp linux linux-terminal ncurses opencv sfml terminal
Last synced: 15 Jul 2025
https://github.com/copyplusplus/copyplusplus-qt
CopyPlusPlus based on Qt/Widgets.
cmake cplusplus cpp cross-platform macos qt qt-widget qt-widgets qt-widgets-application qt5 vcpkg windows
Last synced: 26 Apr 2025
https://github.com/tsnsoft/codeblocks_rus
Code::Blocks (x64) с русским интерфейсом и проверкой русской орфографии
c codeblocks codeblocks-ide cpp russian
Last synced: 03 Apr 2026
https://github.com/abdulahad968/sky-nav-ai---sfml-based
SkyNav AI revolutionizes flight planning with dynamic graphics and advanced C++ data structures like graphs, queues, and linked lists. It offers seamless visualization of complex flight data, efficient layover management, flexible route adaptation, and personalized travel options, delivering an interactive and intuitive experience for traveling.
cpp dijkstra-shortest-path dsa graphs-algorithms linked-list project-management queue sfml
Last synced: 02 Mar 2026
https://github.com/aw-junaid/programming-books
Curated collection of free programming books: Python, JavaScript, Go, Rust, and more. Learn coding, algorithms, and system design with open-source resources.
books c cpp go javascript programming programming-books python rust
Last synced: 08 Apr 2026
https://github.com/wittenberg/vlad
Variable Life Adjusted Display and other risk-adjusted quality control charts
cpp healthcare quality-control r risk-adjustment surgery
Last synced: 22 Oct 2025
https://github.com/huxinhai/audio-capture
Cross-platform system audio capture tool. Records loopback audio with low latency on Windows (WASAPI) and macOS (ScreenCaptureKit).
audio audio-capture cpp cross-platform loopback-recording macos screencapturekit wasapi windows
Last synced: 07 Jun 2026
https://github.com/ironcorelabs/ironoxide-swig-bindings
IronCore Labs SDK bindings which are generated using swig
android c cpp cryptography java jvm proxy-re-encryption transform-encryption
Last synced: 12 Mar 2026
https://github.com/seppahbaws/pelicanengine
A Vulkan game engine wanna be that I worked on to improve my understanding of Vulkan and game engines.
Last synced: 27 Oct 2025
https://github.com/yawkar/hse-dsa-lab-2
This repository offers studies & implementations of several point-querying algorithms in a 2D plane. The algorithms' performance is benchmarked and compared against one another.
algorithms benchmark conan cpp data-structures hse lab
Last synced: 19 Oct 2025
https://github.com/jakubgrobelny/aurox-lang
Interpreter written for Prolog course.
compilers cpp dcg functional-programming interpreter logic-programming logical-programming ml parametric-polymorphism parsing programming-languages prolog statically-typed toy-language transpiler university-project
Last synced: 17 Oct 2025
https://github.com/sha-env/hackerrank
Hacker Rank Solve (On Going)
c cpp csharp go hackerrank hackerrank-challenges hackerrank-python hackerrank-solution haskell html java javascript kotlin php python ruby solver swift typescript vscode
Last synced: 11 Oct 2025
https://github.com/wodann/constexpr-md5-cpp
A constexpr implementation of the MD5 hashing algorithm for C++
Last synced: 25 Jul 2025
https://github.com/diegoferigo/development-iit
Docker-based isolated development environment for my activities @ Italian Institute of Technology
container cpp development docker environment ide programming script setup
Last synced: 15 Apr 2025
https://github.com/marshalx/competitive-programming
Я просто хочу пройти алгоритмический собес 🥺
algorithm-interview algorithms codeforces competitive-programming cpp datastructures datastructures-algorithms interview interview-practice leetcode python
Last synced: 22 Apr 2025
https://github.com/cherrytree56567/psemu
An experimental PS1 Emulator made in c++ 20
bios chip cpp cpu custom emu emulator good-first-issue gpu hacktoberfest help-needed help-wanted mips playstation ps sound soundchip studio visualstudio windows
Last synced: 15 May 2025
https://github.com/elphinkuo/fast_matrix_multiplication
Different matrix multiplication implementation and benchmarking on CPUs
cpp high-performance linear-algebra matrix matrix-multiplication simd strassen-multiplication tensor winograd-algorithm
Last synced: 18 Sep 2025
https://github.com/avinandanbose/c_plus_plus_beginner
Its the beginner series of C++
beginner beginner-code beginner-friendly cplusplus cplusplus-11 cplusplus-14 cplusplus-17 cplusplus-20 cpp cpp11 cpp14 cpp17 cpp20 tutorial tutorial-code tutorial-exercises tutorials tutorials-explained tutoring
Last synced: 07 Feb 2026
https://github.com/tomenz/socketlib
Socket / SSLSocket library for Windows/Linux (32/64)
cpp cpp-library cpp11 cpp14 ipv6 linux openssl socket-library socketlib sockets ssl thread tls windows
Last synced: 15 Aug 2025
https://github.com/soumik12345/libtorch-examples
Basic Deep Learning examples using LibTorch C++ frontend
cpp deep-learning libtorch torch
Last synced: 09 Nov 2025
https://github.com/johnsonjason/python-object-explorer
Allows the inspection of how Python objects are mapped in the memory of a foreign Python runtime, it can intercept processes that are interpreted or are executing native code via static compilation by projects like Nuitka
cpp cpython debugging python python3 windows
Last synced: 10 Mar 2026
https://github.com/chaoses-ib/ibwincpplib
A C++17 library for Windows and C++.
Last synced: 12 May 2025
https://github.com/ferhatgec/forkleft
Fegeya Forkleft, C++ implementation of ~new generation~ mark-up language.
converter cpp cpp17 html html5 mark-up markdown markup-languages transpiler
Last synced: 14 Apr 2025
https://github.com/surajv311/mycforces
Codeforces Qs. practice/solved.
arrays binary-search codeforces codeforces-solutions competitive-programming cpp data-structures-and-algorithms dynamic-programming enjoy-coding graphs greedy math practice strings trees
Last synced: 16 May 2025
https://github.com/ruddyscent/mfc-window-programming
Solutions for exercises in '쉽게 배우는 MFC 윈도우 프로그래밍'
Last synced: 28 Oct 2025
https://github.com/leaningtech/ts2cpp
A tool to generate C++ headers from TypeScript declaration files
cheerp cpp typescript typescript-definitions wasm webassembly
Last synced: 03 May 2025
https://github.com/rafaykhattak/library-managment-system-oop
Streamline library tasks with my Library Management System. Borrow, return, search books hassle-free. Organized, user-friendly, efficient. Fully utilizing the power of C++ OOP
c cpp library-management-system managment-system object-oriented-programming
Last synced: 02 Aug 2025
https://github.com/luizppa/web-crawler
A web crawler that collects and indexes web pages. Made with chilkat and gumbo parser.
chilkat cpp crawler webcrawler
Last synced: 17 Aug 2025
https://github.com/mohido/tiny_yaml
A powerful lightweight YAML parser library for C++
Last synced: 15 Apr 2025
https://github.com/tsnsoft/codeblocks_blank_prject
Простейший пример программы с пустым окном на wxWidgets в C++ CodeBlocks (windows)
codeblocks cpp example windows wxwidgets
Last synced: 22 Apr 2025
https://github.com/rob2309/simpleos2
SimpleOS2 is a very simple x86_64 OS I am creating for learning purposes.
amd64 apic apic-timer asm c cpp efi efi-development kernel operating-system operating-system-learning process-management uefi uefi-boot uefi-development x86 x86-64
Last synced: 05 Oct 2025
https://github.com/drozhkov/aws-cpp-cognito-auth
AWS Cognito auth C++ lib
amazon-web-services aws aws-cognito cpp
Last synced: 19 Aug 2025
https://github.com/42yerevanprojects/ft_irc
This project is about creating your own IRC server in C++
42born2code cpp irc server socket-programming
Last synced: 23 Apr 2025
https://github.com/francescmm/qpinnabletabwidget
QPinableTabWidget is a normal QTabWidget that allows you to pin and unpin tabs.
Last synced: 24 Jul 2025
https://github.com/cworld1/fluent-mail
A program to send and recieve emails with attachments supported by C++, Qt and SQL.
Last synced: 29 Jun 2025
https://github.com/platisd/cpp-builder-pattern
Builder Pattern with C++: A pragmatic approach
Last synced: 04 Sep 2025
https://github.com/da-liii/libmdcpp
implementation of the Markdown markup language in CPP (library)
commonmark cpp markdown-parser
Last synced: 11 Apr 2025
https://github.com/yazanzebak/competitiveprogramming
A repository that includes my solutions to a various problems on different online judges.
algorithms atcoder codechef codeforces competitive-programming cpp csacademy data-structures online-judges spoj topcoder uva
Last synced: 14 Oct 2025
https://github.com/eslam-abdo/data-structures-algorithms
This repository contains the solved code from the Mastering Data Structures & Algorithms Using C and C++ course by Abdul Bari on Udemy.
algorithms c cpp data-structures
Last synced: 02 Mar 2026
https://github.com/otsmr/websocket
Learning different langs by implementing the WebSocket protocoll.
Last synced: 27 Aug 2025
https://github.com/lelserslasers/minecraft
Minecraft clone with an infinite world generated from 3d perlin noise (no game engine)
3d chunking cpp infinite-world itch-io minecraft perlin-noise perlin-noise-3d raylib voxel voxel-engine
Last synced: 14 Oct 2025
https://github.com/xtenzq/qbrowser
Qtwebkit-based web browser with custom address bar and source code syntax highlighter
browser cpp customelements qt qwebkitwidgets university-project
Last synced: 07 Oct 2025
https://github.com/aeilot/lsnotes
Add a description to your directories!
april-fools beginner-friendly c command-line command-line-tool cpp
Last synced: 26 Feb 2026
https://github.com/felipemdutra/phev3
3D Physics Engine that aims to simulate Rigid Body physics, including linear and rotational motion, collisions, and more!
cplusplus cplusplus-17 cpp cpp17 engine engine-dev engine-development game-engine game-engine-development physics physics-3d physics-based physics-engine physics-simulation physics3d real-time real-time-rendering real-time-simulation
Last synced: 19 Jan 2026
https://github.com/tum-i4/binary-rts
BinaryRTS is a research tool for regression test selection of C++ binaries based on dynamic binary instrumentation
cpp dynamic-binary-instrumentation regression-test-selection regression-testing research
Last synced: 17 Jan 2026