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/bolner/simplexsolver
An easy-to-use Simplex solver class for linear programming.
cpp eigen linear-programming simplexsolver
Last synced: 21 Mar 2025
https://github.com/ysh329/sword-x-offer
66 classic and common interview problems from 《剑指offer》 with multiple-method-CPP solutions, and common data structure summary, etc
algorithm cpp data-structure interview-questions onsite-interview
Last synced: 24 Jul 2025
https://github.com/chrdavis/jpegautorotator
A Windows Shell Context Menu Extension and command line tool for normalizing JPEG image orientation by rotating based on EXIF properties
autorotator context-menu cpp exif exif-orientation jpeg lossless rotation rotator shell-extension windows windows-explorer windows-shell
Last synced: 14 Apr 2025
https://github.com/ika-rwth-aachen/tensorflow_cpp
Helpful model wrappers around TensorFlow C++ API
Last synced: 17 Sep 2025
https://github.com/nekoshooter/coloref
La famosa teoría del color 🎨 llevada a código para ayudar a simplificar las elecciones del artista 👩🎨 dándole opciones y sugerencias sobre que Colores usar en su trabajo 🖌
arte c color color-palette cpp dibujo diseno-grafico diseno-web pintura qt
Last synced: 08 Oct 2025
https://github.com/chokobole/node-binding
A header only library to bind c++ to nodejs using node-addon-api easily.
bazel-support cpp cpp-library cpp14 cpp14-library header-only node-addon-api nodejs
Last synced: 10 Apr 2025
https://github.com/soumik12345/radium
Radium is a Ray Tracing Engine written in C++ that runs on the CPU using shared-memory multiprocessing
computer-graphics cpp monte-carlo multiprocessing openmp raytracing russian-roulette
Last synced: 16 Jun 2025
https://github.com/neargye/yacppl
Yet Another C++ Library
c-plus-plus c-plus-plus-11 cplusplus cplusplus-11 cpp cpp11 header-only macros no-dependencies single-file
Last synced: 10 Apr 2025
https://github.com/kimushu/json5pp
JSON (ECMA-404 and JSON5) parser & stringifier for C++11
cplusplus cplusplus-11 cpp cpp11 ecma404 json json5
Last synced: 10 Apr 2025
https://github.com/xmkg/concurrent-resource
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
accessor boost concurrency concurrency-library concurrency-patterns concurrent-data-structure cpp cpp17 design-patterns header-only thread-safety threading threadsafe
Last synced: 07 Jul 2025
https://github.com/basemax/vicomp
ViComp is a graphical user interface for ffmpeg and ffprobe. It is a cross-platform application that can be used on Windows, macOS, Linux, and FreeBSD. It is written in C++ and Qt. You can easily use it to reduce the size of your video files.
compression cpp ffmpeg ffmpeg-desktop ffmpeg-gui ffmpeg-script ffmpeg-wrapper gui qt ui video video-compress video-compression video-compressor video-ffmpeg video-processing
Last synced: 05 May 2025
https://github.com/vrmiguel/taruga
Taruga is a work in progress single-header turtle graphics library written in C++11
Last synced: 23 Jun 2025
https://github.com/pkoretic/recurse
Qt based micro web framework with middleware design
cpp micro-framework qt server web-framework
Last synced: 12 May 2025
https://github.com/yue/kizunapi
A set of header-only C++ classes for type conversion between C++ and JavaScript using Node-API.
cpp javascript napi node-api node-module nodejs
Last synced: 07 May 2025
https://github.com/XyronLabs/Luna
Create simple visual sketches in Lua using SFML
cplusplus cpp game gameengine learn-to-code learning lua sfml sketches tutorial
Last synced: 08 May 2025
https://github.com/ravbug/mcsoundsextractor
Extracts the audio files out of Minecraft Java Edition. Written in C++
audio boost cpp cross-platform extractor minecraft native wxwidgets
Last synced: 06 May 2025
https://github.com/inspirate789/bmstu-oop-cpp
:crystal_ball:Лабораторные работы по курсу "Объектно-ориентированное программирование" в МГТУ им. Н. Э. Баумана
4sem bmstu c cpp graphics gui ics7 iu7 make makefile oop pattern patterns-cpp qt qt5-gui qtcreator stl uml uml-class-diagram uml-diagram
Last synced: 14 Jul 2025
https://github.com/omaraflak/hc-sr04-raspberry-pi-c-
This class allows you to get datas from the HC-SR04 sensor easily in C++!
cpp hc-sr04 raspberry-pi wiringpi
Last synced: 23 Oct 2025
https://github.com/valera-rozuvan/mandelbulb-4d
artistic tool for 3D fractal generation, including the Mandelbulb
Last synced: 13 Apr 2025
https://github.com/robincpc/robot_arm_kinematics_lib
A kinematic Library for 6-axis Articulated Robot Arm
Last synced: 04 Jul 2025
https://github.com/iwatake2222/aiine_transform
Swapping face using Face Mesh with TensorFlow Lite
Last synced: 11 Mar 2026
https://github.com/kerneltuner/kernel_launcher
Using C++ magic to launch/capture CUDA kernels and tune them with Kernel Tuner
Last synced: 12 Apr 2025
https://github.com/lofcz/thirdeye
The Third Eye 👁⃤
bypass cpp obfuscation screen-capture screenshot
Last synced: 14 Jan 2026
https://github.com/iwatake2222/inferencehelper_sample
Sample projects for InferenceHelper, a Helper Class for Deep Learning Inference Frameworks: TensorFlow Lite, TensorRT, OpenCV, ncnn, MNN, SNPE, Arm NN, NNabla, ONNX Runtime, LibTorch, TensorFlow
cpp deeplearning mnn ncnn opencv tensorflow tensorrt
Last synced: 03 Aug 2025
https://github.com/adrg/sling
Lightweight C++ Signals and Slots implementation
callback callbacks cpp cpp11 cpp14 cpp17 events header-only library lightweight signals signalslot slots
Last synced: 03 Aug 2025
https://github.com/wtrsltnk/zynlab
Clone of ZynAddSubFX 2.44 to test some new ui ideas
cmake cpp fltk glfw3 imgui zynaddsubfx
Last synced: 20 Sep 2025
https://github.com/dengbocong/algorithm
数据结构算法的整理讲解,含Java/Python版本
acm algorithms cpp data-structures java leetcode oj python
Last synced: 15 Apr 2025
https://github.com/mrdcvlsc/apa
A C++ library for big integers and dynamic precision floating-point
arbitrary-precision arbitrary-precision-arithmetic arbitrary-precision-integers big-integer big-number bigint biginteger bignum bignumber cplusplus cpp cryptography karatsuba large-integer large-number library math multi-precision multiprecision
Last synced: 23 Mar 2025
https://github.com/lost-empire-entertainment/elypso-engine
C++ OpenGL game development engine for Windows and Linux.
cplusplus cpp engine game-dev game-engine game-engine-3d game-engine-development linux linux-app linux-application opengl programming windows windows-app windows-application
Last synced: 28 Oct 2025
https://github.com/morgancaron/script
Script is a multi-paradigm compiled programming language. The compiler core has been migrated to CppUtils.
compiler cpp cpp20 cpp23 language parser programming-language script script-language scripting scripting-language
Last synced: 19 Jun 2025
https://github.com/megumumpkin/wickedengine-demo
A fully-fledged game made in Wicked Engine!
cpp game game-development game-development-cpp game-engine lua wicked-engine
Last synced: 14 May 2025
https://github.com/kuninoto/42_cpp_modules
Basic C++ exercises - introduction to C++, RAII, OOP, I/O and file streams, operator overloading, templates/generics and STD containers.
42 42-cpp-module 42-cursus 42-school 42born2code 42cursus 42ecole 42porto 42portugal 42projects 42school cpp cpp-1337 cpp-modules cpp-modules-1337 cpp-modules-42 cppmodules ecole42 oop school42
Last synced: 30 Oct 2025
https://github.com/notapenguin0/audeo
Modern C++ 2D/3D audio library
3d-audio audio cpp cpp-library library modern-cpp sdl sdl-mixer
Last synced: 15 Jul 2025
https://github.com/qengineering/yolox-ncnn-jetson-nano
YoloX for a Jetson Nano using ncnn.
aarch64 cpp deep-learning jetson-nano ncnn ncnn-model yolox yolox-nano yolox-small yolox-tiny
Last synced: 13 Apr 2025
https://github.com/zain-ul-din/final-oop-project-cplus
BSCS 2nd Semester project
collaborate cpp final-oop-project game game-using-oop oop-project open-source tic-tac-toe tictactoe
Last synced: 06 May 2025
https://github.com/zakarialaoui10/powermonitor
A C++ library designed to measure the electrical characteristics of AC circuits such as voltage, current, power, reactive power, and power factor...
arduino arduino-library cpp monitor morocco power
Last synced: 30 Dec 2025
https://github.com/ryoga-exe/sigmabeat2
Rhythm Game made with OpenSiv3D
cpp game opensiv3d rhythm-game sigmabeat siv3d
Last synced: 13 May 2025
https://github.com/oluwatimilehin/anchors
C++ library for incremental computing
Last synced: 01 Apr 2025
https://github.com/mensonones/expo-vector-search
High-performance on-device vector search engine for Expo & React Native. Powered by C++ JSI and USearch (HNSW) for sub-millisecond similarity matching.
android cpp expo hnsw jsi on-device-ml react-native semantic-search similarity-search usearch vector-search
Last synced: 31 Jan 2026
https://github.com/oatpp/oatpp-starter-async
oatpp Async-API starter project.
async cpp oatpp starter-project
Last synced: 25 Apr 2025
https://github.com/burn-e-e/programming-learning
This is my programming learning repository
c-language c-sharp cpp flowgorithm java learning python sorting-algorithms university-assignment university-labs
Last synced: 10 Apr 2025
https://github.com/mrbald/ufw
A minimalist framework for rapid server side applications prototyping in C++ with dependency injection support.
asio benchmark boost cpp cpp11 cpp14 dependency-injection experimental-design inversion-of-control messaging minimalist-framework prototyping reactive-programming server-side-technologies yaml
Last synced: 10 Apr 2025
https://github.com/open-space-collective/open-space-toolkit-core
Common types, containers and utilities.
core cpp engineering python space toolkit
Last synced: 09 Apr 2025
https://github.com/hopson97/basic-sfml-game-engine
A very simple SFML game engine/ framework.
Last synced: 09 Aug 2025
https://github.com/webarkit/webarkitlib
The source code of WebARKit
c cpp hackoctoberfest webar webarkit webarkitlib webarkitorg
Last synced: 10 Jun 2025
https://github.com/hrvach/fasthumb
GPU accelerated video thumbnail generator
acceleration cpp gpu mpeg-ts nvidia thumbnails
Last synced: 01 Jul 2025
https://github.com/opene57/opene57
Fork of original project libE57 (https://www.libe57.org)
Last synced: 26 Dec 2025
https://github.com/samarjitsahoo/cpp
Certainly! Here’s another take: C++ is a robust and flexible language that enhances C with object-oriented, generic, and functional programming features. It is widely acclaimed for its performance and efficiency, making it ideal for developing complex software systems, real-time applications, and high-performance games.
cpp cpp-library cpp-programming cpp-programming-language
Last synced: 31 Jul 2025
https://github.com/nickorzha/aclib
Animation Compression Library
animation-3d animation-compression c-plus-plus compression cpp game-development game-engine
Last synced: 29 Oct 2025
https://github.com/nickbwanka/league-of-legends
This League of Legends cheat, developed in C++, offers a range of features to enhance your gameplay experience. From optimizing champion movement and attacks with Orbwalker to increasing awareness with Zoomhack, Lasthit, and Harass functionalities, this cheat provides a virtual assistant for your in-game character.
cheat cpp dll dll-injection electron game internal javascript league league-of-legends lol python script windows
Last synced: 14 Feb 2026
https://github.com/phoemur/hungarian_algorithm
An implementation of the Hungarian Algorithm in C++
assignment-problem cpp hungarian-algorithm kuhn-munkres munkres optimization
Last synced: 24 Apr 2025
https://github.com/zakarialaoui10/PowerMonitor
A C++ library designed to measure the electrical characteristics of AC circuits such as voltage, current, power, reactive power, and power factor...
arduino arduino-library cpp monitor morocco power
Last synced: 29 Apr 2025
https://github.com/gammasoft71/properties
another c#-like property accessor for C++11 and above.
cpp cpp-library cpp11 cpp14 cpp17 multi-platform properties property property-accessors
Last synced: 05 Sep 2025
https://github.com/michaelfranzl/clang-wasm-browser-starterpack
Minimal working examples of C and C++ software development targeting the web via WebAssembly.
browser c clang cpp javascript wasi wasi-libc wasi-sdk webassembly webassembly-demo webassembly-tutorial
Last synced: 11 Oct 2025
https://github.com/kovzol/bibref
A tool that helps discovering internal references in the Bible
bible bible-references bible-study cpp septuagint septuaginta sword-library
Last synced: 13 Apr 2025
https://github.com/iwatake2222/InferenceHelper_Sample
Sample projects for InferenceHelper, a Helper Class for Deep Learning Inference Frameworks: TensorFlow Lite, TensorRT, OpenCV, ncnn, MNN, SNPE, Arm NN, NNabla, ONNX Runtime, LibTorch, TensorFlow
cpp deeplearning mnn ncnn opencv tensorflow tensorrt
Last synced: 20 Mar 2025
https://github.com/qengineering/yoloip
A Raspberry Pi 4/5, with stand-alone AI, supports multiple IP surveillance cameras.
ai cpp email gpio gpio-pins ip-camera livestream mqtt onvif-camera programmable raspberry-pi security-camera surveillance yolo yolox
Last synced: 13 Apr 2025
https://github.com/olivi-r/wasmpy-build
WebAssembly build tool for CPython C/C++ extensions
c cplusplus cpp cpython cpython-extensions cython python python3 wasi wasi-libc wasi-sdk wasm webassembly
Last synced: 11 Apr 2025
https://github.com/danielmartensson/opensourcelogger
Data acquisition software with STM32-PLC. Collect measurement, analyze CAN-messages and send SAE-J1939 messages to other ECUs.
c cpp data-aquisition imgui opengl stm32
Last synced: 21 Jun 2025
https://github.com/mguludag/qsetupcreator
A gui for qt installation framework to create installer for your qt projects on windows
cpp qt qt5-gui qtinstaller qtinstallframework windows
Last synced: 05 May 2025
https://github.com/fahimfba/problem-solving-made-easy
Repo for "Solve problem easily using programming" series on my YouTube playlist
cpp problem problem-solving problemsolving python3 solving-problems youtube
Last synced: 14 Apr 2025
https://github.com/im-rises/physicalengine
Physical Engine written in C++ with GLFW, Glad, OpenGL 3 and Dear ImGui
3d-graphics cmake cpp game game-development game-engine glad glfw glm gui imgui opengl particles-simulation
Last synced: 22 Mar 2025
https://github.com/shehza-d/dsa
Data Structure and Algorithm and OOPs with CPP and lots of LeetCode Challenges for Competitive Programming
algorithms competitive-programming cpp dsa dsa-algorithm hackerrank leetcode
Last synced: 04 Apr 2025
https://github.com/strikerx3/armajitto
ARMv4T/v5TE dynamic recompiler
arm cpp cpu emulation jit recompiler x86
Last synced: 22 Apr 2025
https://github.com/newyaroslav/mt-bridge
С++ библиотека для захвата котировок из Metatrader
app bridge client cpp cpp11 header-only market-data metatrader metatrader-4 mt4 quotes-history socket socket-server stream
Last synced: 26 Apr 2025
https://github.com/nickorzha/cprograms
This repository contains various C++ Programs.
Last synced: 26 Oct 2025
https://github.com/vincentlaucsb/svg
A simple header-only library for generating SVG files from C++
Last synced: 09 Apr 2025
https://github.com/dev-madhurendra/oops
This repository is your one-stop resource for exploring Object-Oriented Programming (OOP) concepts in different programming languages.
cpp golang hacktoberfest hacktoberfest-accepted hacktoberfest2023 hactoberfest-approved interview-preparation java javascript object-oriented-programming objectorientedprogramming oops oops-concepts oops-in-cpp oops-in-java oops-in-python open-source programming programming-languages python
Last synced: 13 Jun 2025
https://github.com/zephkek/midiplusplus
A high performance MIDI Utility for virtual pianos
auto-player cpp roblox virtual-piano windows-10 windows-11
Last synced: 03 Sep 2025
https://github.com/pangjiping/cloud-handbook
personal handbook. Including golang kubernetes, istio and more
cloud cloud-native cpp golang-examples handbook interview-questions istio kubernetes mysql redis
Last synced: 04 Oct 2025
https://github.com/alesbe/sorting-visualizer
Sorting visualizer made with SFML and C++ 📊
begginer-friendly cpp good-first-issue sfml sorting-algorithms sorting-visualization
Last synced: 08 Mar 2026
https://github.com/krshrimali/linear-regression-using-pytorch-cpp
Implementing Linear Regression on a CSV file using PyTorch C++ Frontend API
cpp libtorch linear-regression pytorch
Last synced: 27 Jul 2025
https://github.com/msdeep14/hackerranksolutions
contains HackerRank solutions
algorithm c cpp data-structures hackerrank-algorithms-solutions hackerrank-challenges hackerrank-solutions interview interview-practice programming
Last synced: 11 Aug 2025
https://github.com/gazebosim/gz-common
An audio-visual library supports processing audio and video files, a graphics library can load a variety 3D mesh file formats into a generic in-memory representation, and the core library of Gazebo Common contains functionality that spans Base64 encoding/decoding to thread pools.
3d-mesh audio cpp decoding events gazebo gazebosim graphics hacktoberfest ignition-robotics library profiler robotics robotics-simulation thread-pool tools video
Last synced: 12 Dec 2025
https://github.com/mp81ss/bearlibterminal
Rogue-like C++ library
bearlibterminal cplusplus cpp rogue-like roguelike roguelike-library roguelikedev
Last synced: 15 Jul 2025
https://github.com/tymonx/utest
Lightweight unit testing framework for C/C++ projects. Suitable for embedded devices.
arm arm-microcontrollers bsd-license c-plus-plus c-plus-plus-11 cmake cortex-m cpp cpp11 embedded embedded-devices microcontrollers tdd test-driven-development testing unit-testing
Last synced: 21 Aug 2025
https://github.com/maze1377/cpp-object_oriented-tutorial-with-project
tutorial for c++ object-oriented programing with a simple form of the Model-ViewController pattern.
cpp learn obb object-oriented-programming tutorial
Last synced: 14 Apr 2025
https://github.com/hebirobotics/hebi-ros-deprecated
HEBI ROS Examples/API/etc.
Last synced: 25 Jul 2025
https://github.com/renderkit/rkcommon
Intel RenderKit common C++/CMake infrastructure
Last synced: 01 Jul 2025
https://github.com/abstractalgo/reyes
REYES renderer in C++
cpp micropolygon rendering reyes
Last synced: 26 Sep 2025
https://github.com/apolukhin/type_index
Runtime/Compile time copyable type info. Moved to the Boost. Use Boost's repo instead of this:
Last synced: 14 Apr 2025
https://github.com/siddharthpatelde/distance-to-next-edge
This project focuses on building a logic to calculate the distance to the next edge when a robot equipped with a 2D LIDAR sensor is placed on a table. The project leverages the RPlidar.h library and a Raspberry Pi Pico to work with the LIDAR sensor.
2dlidar arduino cpp data data-visualization filtering-data functions jason lidar linux lowpass-filter mathematics physics raspberry-pi-pico ros serial-communication trignometry uart
Last synced: 12 Aug 2025
https://github.com/qengineering/tensorflow_lite_segmentation_rpi_64-bit
TensorFlow Lite segmentation on Raspberry Pi 4 aka Unet at 7.2 FPS with 64-bit OS
armv7 armv8 cpp deep-learning raspberry-pi-4 segmentation semantic-segmentation tensorflow-examples tensorflow-lite ubuntu1804 unet unet-image-segmentation unet-segmentation unet-tensorflow
Last synced: 25 Jul 2025
https://github.com/berndporr/realtime_cpp_coding
Realtime Embedded Coding in C++ under Linux
callback callbacks classes cpp linux object-oriented-programming real-time
Last synced: 24 Jul 2025
https://github.com/aermoss/nickel2
A game engine written for Windows using C++ and OpenGL 4.6.
cpp game-engine game-engine-3d game-engine-framework glsl image-based-lighting opengl pbr-shading
Last synced: 27 Oct 2025
https://github.com/zhenye-na/cs106b
:neckbeard: CS 106B: Programming Abstractions (C++) | Spring 2017
Last synced: 11 Oct 2025