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-04-06 00:06:33 UTC
- JSON Representation
https://github.com/kezhengjie/jsonserializer
a library aims to convert json string to C++ data struct in modern,fluent and fast way. Runtime safety and No C++ Exception.
bind bind-by-reference cpp cross-platform dynamic-language-like easy-to-use flexible fluent header-only json linux map modern no-exception runtime-safety template type-safety windows
Last synced: 12 Apr 2025
https://github.com/brightprogrammer/eigeneural
A SUPER FAST, POWERFUL & EASY NEURAL NETWORK CLASS IN C++
cpp eigen feedforward-neural-network from-scratch machine-learning neural-network tutorial
Last synced: 29 Apr 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/proxdhiya/complex_number
C++11 Header file for the complex numbers
Last synced: 30 Apr 2025
https://github.com/grazder/template.cpp
[WIP] A template for getting started writing code using GGML
cpp deep-learning ggml inference-optimization
Last synced: 02 Mar 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/iohannrabeson/rescom
C++ resource compiler to embed files into executables
c-plus-plus c-plus-plus-17 cmake cpp cpp17 embedded-files linux osx resource-compiler resources tool tooling tools windows
Last synced: 10 Apr 2025
https://github.com/keithdhedger/kkeditqt
This is the QT5 vesion of KKEdit
c code coders coding cpp editor linux qt5 source source-code text text-editor
Last synced: 10 Apr 2025
https://github.com/patilshreyas/collegepracticals
My College Practicals
asm c cpp data-structure mongodb mysql operating-system
Last synced: 10 Apr 2025
https://github.com/FrozenAssassine/NeuralNetwork-Arduino
A lightweight neural network library for ESP32 and Arduino, enabling on-device training and simple predictions like XOR. Ideal for microcontroller-based AI projects with resource constraints. 🔧🚀
ai arduino cpp esp32 local neural-network neural-networks xor
Last synced: 27 Mar 2025
https://github.com/hud0shnik/cplusplus_oop
Code that I write at the university📒
Last synced: 10 Apr 2025
https://github.com/ridika-2004/my-development-tools
💻 A curated collection of small, functional projects—built for learning, experimenting, and leveling up coding skills 🚀📈.
chrome-extension codingame cpp game-development html-css java java-fx java-swing javascript object-oriented-programming pong-game pyqt5 python raylib-cpp tkinter-gui vanilla-javascript web-development
Last synced: 11 Apr 2025
https://github.com/jayantgoel001/hacker-earth
HackerEarth Solution
cpp hackerearth hackerearth-solutions
Last synced: 02 May 2025
https://github.com/acly/dlimgedit
A C++ library for image painting and editing workflows which make use of deep learning.
cpp deep-neural-networks image-editing image-segmentation native onnx
Last synced: 02 May 2025
https://github.com/kthohr/bmlib
Bayesian Macroeconometrics C++ Library
bayesian bayesian-inference bvar c-plus-plus cpp cpp11 dsge mcmc
Last synced: 27 Mar 2025
https://github.com/zerefwayne/cses-solutions
Solutions to CSES Problem Set
competitive-programming cpp cses cses-problem-set-solution cses-solutions
Last synced: 10 Apr 2025
https://github.com/dibyadyutidas/dsa
Collection of essential data structures implemented in C/C++ with explanations and sample code.
algorithm cpp datastructure problem-solving
Last synced: 09 Jul 2025
https://github.com/wichtounet/etl-gpu-blas
Mini BLAS-like library for GPU (complementary to CUBLAS)
Last synced: 10 Apr 2025
https://github.com/hairrrrr/1200_problems
数据结构与算法 OJ 题目详解
algorithms c cpp data-structures java
Last synced: 10 Apr 2025
https://github.com/ahsankhan26/laser-data-transmission
Textual data transmission using Laser and Arduino
arduino ascii binary cpp data-transmission laser
Last synced: 03 Apr 2025
https://github.com/alirezasaadatmand/snake_game
Snake game in Python/pygame , Javascript/canvas , C++/raylib and Go/raylib
canvas cpp game go golang javascript pygame python raylib snake snake-game
Last synced: 13 Apr 2025
https://github.com/abhayanigam/learn_c_plus_plus
Introduction TO C-plus-plus Programming Language
c chapters coding coding-challenge concept cpp language learn learning-by-doing
Last synced: 11 Apr 2025
https://github.com/cthacker-udel/raspberry-pi-scripts
Raspberry Pi Scripts in the following languages : Python, C++, C, Makefile, Bash Shell/Script, and Java!
c cpp java makefile pieces project python python3 raspberry-pi sense-hat shell shell-script translator
Last synced: 19 Apr 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/gittorre/cloudbedlamlinuxn
CloudBedlam for Linux -- Native (C++) Impl: CloudBedlam is a simple, configurable, machine-local chaotic operation orchestrator for resiliency experimentation inside virtual and physical machines. This version is for Linux machines.
c chaos chaos-engineering cpp linux resiliency virtual-machine
Last synced: 19 Apr 2025
https://github.com/ruddyscent/mfc-window-programming
Solutions for exercises in '쉽게 배우는 MFC 윈도우 프로그래밍'
Last synced: 28 Oct 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/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/chudleyj/rl.cpp
Reinforcement Learning for stocks in C++
c-plus-plus cpp cpp11 machine-learning machine-learning-algorithms reinforcement-learning reinforcement-learning-algorithms stock-data stock-price-prediction stock-prices
Last synced: 11 Apr 2025
https://github.com/hello-computer-science/hello-benchmark
Programing Languages Performance Compare | 编程语言性能横评
clang cpp csharp go java javascript js julia languages performance-testing powershell python python3 ts typescript
Last synced: 15 May 2025
https://github.com/yaraslaut/prop
2D FDTD solver of Maxwell's equations
cpp electromagnetics kokkos maxwell-equations physics simulation
Last synced: 16 May 2025
https://github.com/berkbavas/fovcalculator
Field of View Calculator
cctv cpp eigen field-of-view glsl lens-calculator opengl qt5
Last synced: 21 Apr 2025
https://github.com/copperspice/cs_pointer
Library of C++ Smart Pointers including an Intrusive Pointer and a Node Manager
cpp intrusive-pointer smart-pointers
Last synced: 11 Jun 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/platisd/cpp-builder-pattern
Builder Pattern with C++: A pragmatic approach
Last synced: 04 Sep 2025
https://github.com/chaoses-ib/ibwincpplib
A C++17 library for Windows and C++.
Last synced: 12 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/da-liii/libmdcpp
implementation of the Markdown markup language in CPP (library)
commonmark cpp markdown-parser
Last synced: 11 Apr 2025
https://github.com/gene-hightower/ghsmtp
Gene's SMTP server — receive Internet mail with less fuss
c-plus-plus chunking cpp cpp17 dkim dmarc rfc-5321 smtp smtp-client smtp-protocol smtp-server smtpd spf tls-support utf-8 utf8
Last synced: 24 Apr 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/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/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/newyaroslav/ztime-cpp
C ++ library for working with date and time
cpp julian-date julian-day moon-phase ntp ntp-client oadate time-library timestamp unix-timestamp utc
Last synced: 26 Apr 2025
https://github.com/christianoellers/drunken-mouse-creative-tool
Randomly shake mouse cursor. Windows tool for creative purposes, e.g. drawing software or playing games. Compatible to Windows 7 and Windows 10. Use at own risk.
borland borland-cpp borland-graphics-interface cplusplus cpp cpp-tool creative-coding creative-tool cursor design-tool drawing-app drawing-tool game-tool mouse mouse-cursor tool windows windows-10 windows-7 windows-tools
Last synced: 22 Jan 2026
https://github.com/chinmaymahajan/dreamscoder-examples
This repository contains the example code for the posts on the blog www.DreamsCoder.com
c cpp css data-structures data-structures-algorithms datastructures java javascript php react react-component react-components reactjs
Last synced: 18 Jun 2025
https://github.com/stephenberry/efftw
Modern C++ FFTW Wrapper for Eigen library
cpp eigen eigen3 fftw fftw3 fftw3-binding header-only
Last synced: 14 Jul 2025
https://github.com/markusjx/stacktrace
C++ stack traces for windows, (debian based-) linux and macOs systems
cpp developer-tools stacktrace
Last synced: 13 Apr 2025
https://github.com/megatokio/laseroids
Playing Asteroids on a Laser Scanner
Last synced: 04 Jul 2025
https://github.com/edwardjxli/vexv5raytracer
Simple 3D Raytracer Ported To The Vex V5 Robot Brain.
cpp port raytracer vex vex-robotics vex-v5
Last synced: 15 Jul 2025
https://github.com/ultirequiem/oop-cpp-platzi
:dizzy: C++ Object-oriented programming course on @platzi by @nerddiana
Last synced: 08 May 2025
https://github.com/akielaries/opengpmp
Hardware Accelerated General Purpose Mathematics Package
computational-mathematics cpp linear-algebra machine-learning number-theory opengpmp simd
Last synced: 12 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/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/markatk/librg-cpp
C++ wrapper for librg network library
cpp enet gamedev library librg multiplayer networking wrapper zpl
Last synced: 05 Apr 2025
https://github.com/bsamseth/goldfish
Goldfish - Stockfish's very distant and not so bright cousin - a UCI chess engine
alpha-beta-pruning chess chess-engine cpp engine lichess tree-search uci-chess-engine
Last synced: 13 Jul 2025
https://github.com/zephirfxec/hnanosolver
Houdini GPU Fluid Solver powered by NanoVDB
cpp cuda fluid-dynamics houdini nanovdb openvdb
Last synced: 05 May 2025
https://github.com/nrf24/rf24log
A nice logging library for Arduino devices
arduino cpp hacktoberfest nrf24l01 rf24
Last synced: 12 May 2025
https://github.com/kanugurajesh/book-management-system
Book management system implemented using dsa
automation batch-script book-management-system cpp data-structures-and-algorithms
Last synced: 13 Apr 2025
https://github.com/keremtan/logger
A logging class will be designed in this repository that can control the number of log files and the frequency of their occurrence.
cpp cpp11 logger logging logging-library oop-in-cpp oop-principles queue singleton-pattern thread threading
Last synced: 13 Apr 2025
https://github.com/conchylicultor/codingcheatsheet
Cheatsheets for the C++ and Python programing languages
Last synced: 08 May 2025
https://github.com/electrostat-lab/jsnaploader
A high-performance cross-platform native Library loader API for JVM Applications
android cpp dynamic-libraries dynamic-loader electrostat-lab electrostatic-sandbox java linux macos shared-libraries windows
Last synced: 18 Jul 2025
https://github.com/rdb/fcollada
Community maintained version of FCollada, formerly developed by Feeling Software
c-plus-plus collada cpp fcollada
Last synced: 21 Jun 2025
https://github.com/dynesshely/cppenhanced
A library has advanced supports for c++ developers.
Last synced: 20 Mar 2025
https://github.com/ujinf74/ballistic-solver
Native C/C++ numerical launch-angle solver for moving targets under quadratic air drag
ballistic-solver ballistics broyden-method c-abi cpp ffe game-development header-only mechanics numerical-methods ode ode-solver optimization physics projectile rk4 simulation trajectory unity unity3d
Last synced: 17 Jan 2026
https://github.com/dashroshan/cpp-notes-and-questions
📝 C++ short notes and solved practice questions
c-plus-plus cpp notes practice-questions-solved
Last synced: 18 Mar 2025
https://github.com/nixman/csprot
C++14 compile time literal-string encoder, which decodes a strings at run-time
compile-time cpp cpp14 encoder
Last synced: 18 Jul 2025
https://github.com/mntone/angelumbrella
Mntone WinUI 3 Library
controls cpp cpp-lib cpp-library csharp csharp-library settings-ui ui ui-control ui-controls windows windows-runtime windows-runtime-component windows-ui windows10 windows11 winrt winui winui3 xaml
Last synced: 05 Apr 2025
https://github.com/pradyuman7/hackerrankeulersolutions
My solutions to the ProjectEuler+ competition problems from HackerRank in C++, Java and Python.
algorithms cpp hackerrank hackerrank-solutions java project-euler-plus
Last synced: 09 May 2025
https://github.com/sukeesh/algorithm-implementations
my algorithm implementations, which I use as template in timed contests
algorithm competitive-programming cpp data-structures
Last synced: 21 Jun 2025
https://github.com/andreped/fp-dsa-plugin
Digital Slide Archive plugin to enable FAST deployment of pretrained CNNs for digital pathology
cpp deep-learning digital-pathology digital-slide-archive fast fastpathology gpu histopathology large-image plugin python real-time tensorrt
Last synced: 13 Apr 2025
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/MattRyder/GibEngine
Cross-platform OpenGL 3D game engine
3d-game-engine 3d-graphics cpp game-engine opengl
Last synced: 08 May 2025
https://github.com/joswinemmanuel/abdul-bari-cpp
A comprehensive repository of programs and tips learned from the C++ course mentored by Abdul Bari on Udemy.
Last synced: 05 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: 13 Apr 2025
https://github.com/fqwqf/whup
WHUP/ ˈdʌbljuː eɪtʃ ʌp /(WHUP: High-level Unified Programming)是一个以WHU(Wholesome High-level Utility)编程语言为核心的项目。本项目将实现两种编程语言:WHU和HUST(Highly Usable Symbolic Technology ),以及几个相应的软件:WHUPC,WHUPVM和WHUPRUN。
Last synced: 13 Apr 2025
https://github.com/flbdx/maskuni
A standalone fast word generator in the spirit of hashcat's mask generator with unicode support
cpp hashcat hashcat-masks password-cracking word-generator
Last synced: 01 Apr 2025
https://github.com/melchor629/raycastergl
A Wolf3D-like raycaster using OpenGL shaders
cpp cpp17 opengl opengl-shaders raycaster
Last synced: 13 Apr 2025
https://github.com/siddharthpatelde/solarcell-testbench
This project aims to develop a test bench for analyzing the voltage and current behavior of a solar cell under varying surrounding temperatures. The project is a collaborative effort between Konstantin Sang and Siddhart Patel. Konstantin is responsible for the mechanical design and literature, while i ahandle the electronics and programmin
arduino circuitdesign control-systems cpp programming rasp signal-processing
Last synced: 12 Apr 2025
https://github.com/yassa9/scenesynth
Blazing GUI for easily viewing and interacting with computer vision models.
classification computer-vision cpp deep-learning depth-estimation detection gui huggingface image-processing imgui imgui-glfw open-source opencv pose-estimation python segmentation side-project yolo
Last synced: 21 Jun 2025
https://github.com/abdallahhemdan/crackingthecodeinterview
🎯 My Solutions to Cracking the Coding Interview Book, 6th Edition with cpp..
cpp cracking-the-coding-interview data-structures interview-questions
Last synced: 12 May 2025
https://github.com/qengineering/traffic-counter-rpi_64-bit
A fully functional traffic counter on a bare Raspberry Pi 4 with MQTT and remote live viewer
aarch64 bytetracker cpp deep-learning ncnn raspberry-pi-4 raspberry-pi-5 traffic-counter traffic-counting
Last synced: 13 Apr 2025
https://github.com/cdslaborg/paramontex
This is a repository for the ParaMonte library examples. For more information, visit:
bayesian bayesian-inference bayesian-methods bayesian-optimization bayesian-statistics c cpp dram fortran fortran2018 machine-learning markov-chain matlab mcmc mcmc-methods mcmc-sampler parallel paramonte-library python visualization
Last synced: 15 Jul 2025
https://github.com/xiezhq-hermann/atan_lookup
A fast and accurate approximation of arctan by look-up mothod with three variants inside, implemented in C++
Last synced: 12 Apr 2025
https://github.com/mtarek97/sic-xe-assembler
Implementation of a SIC/XE two-pass assembler, written in C++, producing object code for the absolute loader.
assembler assembly-language cpp
Last synced: 29 Oct 2025
https://github.com/prsntmaurya/error-level-analysis
Error Level Analysis Algorithm used in forensics
Last synced: 11 Jul 2025
https://github.com/briancairl/boost_archive_json
JSON input/output archives compatible with boost serialization
boost cpp cpp17 json picojson serialization
Last synced: 22 Aug 2025
https://github.com/harsh971/hackerrank_solutions
Here you will get All Solutions for Topics from HackerRank Platform
30-days-of-code 30daysofcode c cpp hackerrank hackerrank-30dayschallange hackerrank-algorithms-solutions hackerrank-all-solutions hackerrank-challenges hackerrank-cpp hackerrank-java hackerrank-python hackerrank-solutions hackerrank-solutions-c hackerrank-solutions-for-java hackerrank-solutions-github java problem-solving python solutions
Last synced: 08 May 2025
https://github.com/kassane/asio
Asio C++ Library (uses zig build-system)
asio asio-library asynchronous cpp cpp-library networking zig-package
Last synced: 06 May 2025
https://github.com/abdulahad968/tele-word-game-in-c-
Search the words combination in an NxN grid untill all the word in the provided list are over and you are finally left with a TeleWord, found by traversing across matrix row by row.
arrays backtracking-algorithm backtracking-search cpp filehandling
Last synced: 21 Jul 2025