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-03 00:06:24 UTC
- JSON Representation
https://github.com/abzico/pqxx_pool
Demonstration of connection pool for libpqxx. Port from https://github.com/borisovs/pool to work with libpqxx. Tested on Ubuntu 16.04.
connection-pool cpp cxx libpqxx pg postgres postgresdb
Last synced: 19 Apr 2025
https://github.com/ronenness/dcm_pool
Dynamic, Contiguous-Memory Objects Pool
cpp cpp-library gamedev pooling templates
Last synced: 27 Apr 2025
https://github.com/jasonliang-dev/spry
2D game framework made for rapid prototyping
Last synced: 12 Apr 2025
https://github.com/anshumansinha3301/cpp-supreme-base-to-sde
C++ Codes that I have worked on during third semester (includes Data Structures and Algorithm Codes, printing patterns, trading components, Questions)
algorithms-datastructures anshumansinha3301 bitfusion bitfusiondynamics conditional-statements cpp dsa dsa-algorithm patterns
Last synced: 28 Feb 2026
https://github.com/lcrawlab/mvmapit
The multivariate MArginal ePIstasis Test
cpp cran epistasis epistasis-analysis gwas gwas-tools linear-mixed-models mapit mvmapit r variance-components
Last synced: 22 Oct 2025
https://github.com/saivittalb/branch-prediction-programming
🎞 Implementation of several Branch Prediction algorithms and analysis on their effectiveness on real-world program traces.
branch-prediction computer-architechure cpp python visual-studio-code
Last synced: 08 Feb 2026
https://github.com/iwatake2222/digitalcamera_raspberrypi
A project to create a digital camera with Raspberry Pi in Linux standard way such as ioctl
Last synced: 17 Oct 2025
https://github.com/sandialabs/parsegen-cpp
A C++17 library for parser generation for LALR(1) languages
cmake context-free-grammar cpp cpp17 lalr-parser-generator parse parser parser-generator parser-library regular-expression sandia-national-laboratories scr-2564 snl-comp-science-libs
Last synced: 21 Oct 2025
https://github.com/apriorit/gmock-more-args
Extends gmock argument count up to 15
cpp gmock gtest header-only library mock mocking unittest
Last synced: 05 Oct 2025
https://github.com/fgarlin/skytracer
A spectral volumetric path tracer for atmosphere rendering
atmosphere cpp pathtracer physically-based-rendering renderer sky spectral
Last synced: 01 Sep 2025
https://github.com/knightron0/helloworld
Collection of "hello world" programs in different programming languages.
Last synced: 01 Jul 2025
https://github.com/letelete/visualization-of-sorting-algorithms
Visualize the most popular sorting algorithms. Change amount of columns, delay of sorting and see results!
Last synced: 17 May 2025
https://github.com/jkriege2/slitscangenerator
C++ program that generates slit scan photography
cimg cplusplus cpp digital-photography image-processing photo-effects photography qt5-applications qt6-application slitscan slitscan-photography slitscanning
Last synced: 14 Apr 2025
https://github.com/emmet-hayes/batsynth
A polyphonic synthesizer with two oscillators implemented in C++ (with JUCE)
audio cplusplus cpp juce juce-framework synthesizer
Last synced: 12 Apr 2025
https://github.com/kfrlib/cxxdox
Generates mkdocs files from C++ source code with minimal configuration. Python + libclang, does not use doxygen. Works in docker
cpp documentation-generator documentation-tool libclang markdown mkdocs python
Last synced: 24 Aug 2025
https://github.com/srohit0/datasciencegraphalgorithms
Selected Graph Algorithms
astar astar-algorithm astar-pathfinding astar-search cpp data-science datascience depth-first-search dfs-algorithm dijkstra-algorithm dijkstra-shortest-path graph graph-algorithms graph-theory kosaraju kruskal-algorithm prim-algorithm strongly-connected-components topological-sort transpose
Last synced: 15 Apr 2025
https://github.com/offchan42/unitycppclassdllexample
:bulb: Example exporting CPP class as DLL and importing in Unity C# as native plugin
cpp csharp dll exporting-cpp native-plugin unity
Last synced: 25 Mar 2025
https://github.com/ycrao/learning_thrift
学习 Thrift 示例及笔记
cpp cpp-thrift python python-thrift thrift thrift-example
Last synced: 16 May 2025
https://github.com/thowell/ppo.cpp
Proximal Policy Optimization (PPO) written in C++ with PyTorch (LibTorch)
control cpp learning libtorch proximal-policy-optimization pytorch reinforcement-learning
Last synced: 25 Sep 2025
https://github.com/ferhatgec/curl4cpp
Single header cURL wrapper for C++ around libcURL
cpp curl curl-library curl4cpp get header single-header
Last synced: 14 Apr 2025
https://github.com/reputeless/enumbitmask
A C++ library to enable bitmask operators for an enum class type
Last synced: 19 Apr 2025
https://github.com/redskittlefox/serialize
C++ 23 serialization library
cpp cpp23 reflections serialization
Last synced: 13 Jul 2025
https://github.com/sindre0830/workflow-templates
GitHub Workflows for different programming languages.
automated-testing cmake code-quality code-review continuous-integration cpp golang gradle java nodejs python react rust workflows
Last synced: 18 Aug 2025
https://github.com/ki-seki/solutions
此仓库包括我所做过的来自各大题库的 OJ 算法题的题解,这些题库包括:浙江大学计算机程序设计能力考试(PAT)题库,UVa 题库,Codeup 题库,洛谷题库,北京大学 OJ 题库(POJ),安徽科技学院 ACM 题库(AOJ)......目前在主攻 PAT,完成度已过 55.6%,其中部分题解提供多种方法、以及我给出的测试样例。
aoj codeup cpp lanqiao luogu nowcoder oj-solutions pat poj programming-contests uva
Last synced: 07 Oct 2025
https://github.com/hwhsu1231/cmake-conan-setup
CMake toolchain for integration with Conan using cmake-conan
c cmake cmake-toolchain conan cpp package-manager
Last synced: 23 Oct 2025
https://github.com/hedzr/fsm-cxx
a finite state machine within c++17
cpp cpp17 cpp17-library design-patterns finite-state-machine fsm fsm-engine fsm-library memento-pattern state-machine state-management statemachine
Last synced: 05 Oct 2025
https://github.com/khaledashrafh/b-tree
This contains a C++ code that implements a B-Tree data structure. A B-Tree is a self-balancing tree that can store and retrieve data efficiently. It is commonly used in databases and file systems.
b-tree b-tree-implementation cpp data-structures generic scratch-implementation template
Last synced: 17 Oct 2025
https://github.com/llnl/user-eph
LAMMPS extension to capture electron-ion interaction. This is a mirror of https://gitlab.com/artuuuro/USER-EPH.
cpp electron-phonon-coupling gpu lammps molecular-dynamics
Last synced: 13 Jun 2025
https://github.com/theartful/broadcast_queue
A blazingly fast™ single producer multiple consumer broadcast queue
broadcast-queue concurrent-data-structure cpp lock-free multiple-consumers seqlock
Last synced: 26 Oct 2025
https://github.com/yi-ge/cpp-practice
C++ 算法练习。
algorithm algorithms c cpp data-structures leetcode leetcode-solutions
Last synced: 11 Oct 2025
https://github.com/razvanfilea/Emerald-Mod-PE
Emerald Mod Addon for MCPE
blocklauncher blocklauncher-addon cpp emerald-mod mcpe
Last synced: 27 Oct 2025
https://github.com/aldertlake/fsr_blueprint_library
Easily control and customize AMD FSR 4 settings at runtime using intuitive Blueprint nodes, giving you full control over upscaling quality, frame generation, and other FidelityFX Super Resolution 4 features without writing C++ code.
amd cpp rendering unrealengine windows
Last synced: 02 Mar 2026
https://github.com/ilia-funtov/crypto-market-data-collector
Market data collector for crypto exchanges (Coinbase, Bitfinex, Bitmex, Kraken) written in C++
bitfinex bitmex coinbase cpp cpp17 cryptocurrency exchange kraken market-data trading
Last synced: 27 Feb 2026
https://github.com/m0saan/cpp-module
Learn C++ through a CPP-Pool by 42
1337fil 1337school 42born2code cpp cpp98 phonebook-application
Last synced: 10 Apr 2025
https://github.com/PedroElFrijol/GuavaOS
My useless x86_64 Operating System
assembly-x86 c chadx86 cpp elf os uefi
Last synced: 11 Mar 2025
https://github.com/basemax/eweather
The eWeather is a GUI application that allows you to get the weather forecast for any city in the world. It is written in C++ and Qt and uses the OpenWeatherMap API to get the weather data.
cpp cpp-qt qml qml-applications qml-components qml-files qml-samples qt qt-quick qt-ui qt5 qt6 qt6-gui qt6-ui qtcreator weather weather-app weather-application weatherapp
Last synced: 05 May 2025
https://github.com/andoryuuta/mhw-classpropdump
An application to dump DTI type information from Monster Hunter: World
Last synced: 11 Feb 2026
https://github.com/hxndev/3d-solar-system-scene-using-opengl
This was my Computer Graphics' project. In this i used OpenGL and Glut to create a 3D Solar System Scene. Its without textures and wrapping. Just the most basic functionalities.
3d code computer-graphics computer-graphics-opengl computer-graphics-project cpp glut glut-library graphics opengl solar-system
Last synced: 16 Jul 2025
https://github.com/pozharliev/maze-project-2021
Project about a game for the Babylon tower. Powered by olcPixelGameEngine.
cpp cpp17 maze maze-generator maze-solver olcpixelgameengine powershell
Last synced: 19 Mar 2025
https://github.com/soreing/audio-adpcm-cpp
A simple lossy compression library for WAV files written in C++.
Last synced: 27 Mar 2025
https://github.com/tichau/sfml-starter
This project is an empty project completely setup to build an C++ SFML application using Visual Studio Code.
Last synced: 14 Apr 2025
https://github.com/sdmg15/conanlight
Bring syntax highlighting to your conan file in VSCode :bulb:
conanfile cpp dependencies highlighter syntax-highlighter
Last synced: 10 Jul 2025
https://github.com/HunterBelanger/papillon-ndl
Papillon Nuclear Data Library
cpp montecarlo nuclear-engineering nuclear-power python
Last synced: 04 Apr 2025
https://github.com/demurzasty/injector
Header-only, tiny and easy to use library for dependency injection written in C++17.
architectural-patterns cpp cpp17 dependency-injection header-only modern-cpp
Last synced: 26 Jun 2025
https://github.com/adamff-dev/localekeyboard.sh
This software generates a Keyboard.cpp file (For the Keyboard arduino library) according to the locale we want.
arduino cpp ducky hid hid-injection keyboard keyboard-arduino-library keyboard-library language layouts locales malduino rubber-ducky whid
Last synced: 17 Jul 2025
https://github.com/siarheifedartsou/mama
Realtime map matching with gRPC-based API
backend cpp grpc map map-matching maps openstreetmap osm
Last synced: 14 Jul 2025
https://github.com/lakshyabatman/algorithms-stew
Algorithms using Python 🐍and CPP 👨💻
Last synced: 06 Mar 2026
https://github.com/megatokio/libraries
c++ libraries required for all of my projects
Last synced: 14 Apr 2025
https://github.com/arsenic-atg/8085
8085 emulation library implemented in C++
8085 8085-simulator 8085simulator cmake cpp cpp20 cpu-emulator emulation emulator good-first-issue microprocessor
Last synced: 05 Jul 2025
https://github.com/archishmansengupta/competitive-coding
my random competitive programming solutions (and other stuff) ~ 3 years ago, yes ik i need to make a comeback
competitive-programming cpp icpc
Last synced: 23 Jul 2025
https://github.com/farzadforuozanfar/cpp_cource_ex
Introductory C ++ language exercises at the university in the basics of computer and advanced programming and discrete mathematics
basic-programming calculator cpp date discrete-mathematics n-queens n-queens-problem oop structured-data template time twitter vector
Last synced: 12 Apr 2025
https://github.com/abhishekjadhav2002/dsal_lab_assignments
DSAL Lab Assignments with C++ code files are stored in this repository
algorithms-and-data-structures assignment college competitive-programming cpp data-structures dsa dsa-algorithm education engineering homework it second-year source-code sppu sppu-it-dept
Last synced: 11 Apr 2025
https://github.com/qengineering/tensorflow_lite_classification_rpi_64-bits
TensorFlow Lite classification on a bare Raspberry Pi 4 with 64-bit OS at 23 FPS
aarch64 armv7 armv8 bare-raspberry-pi cpp deep-learning high-fps inception inceptionv2 inceptionv4 lite mobilenet raspberry-pi-4 tensorflow-examples tensorflow-lite testtensorflow-lite ubuntu1804
Last synced: 13 Apr 2025
https://github.com/Abdul-AZ/Ainan
A visual effects and motion graphics making application mainly targeting game developers.
cpp directx-11 good-first-issue graphics graphics-programming opengl premake5 render visual-studio
Last synced: 11 Mar 2025
https://github.com/methyldragon/momobot
A ROS enabled autonomous ground vehicle for service!
2wd agv autonomous cpp python robot robotics ros
Last synced: 15 Jul 2025
https://github.com/jonathan-foucher/snow-depth-arduino
This project was made by Anis Cerbah and myself in 2016 during our electrical engineering bachelor degree at Lille University of Science and Technology. The goal was to build a device able to measure the snow depth with an Arduino board.
arduino-uno cpp kicad-footprints student-project
Last synced: 13 Apr 2025
https://github.com/ArkEcosystemArchive/cpp-client
A simple C++ API client for the Ark Blockchain.
ark blockchain cmake cpp crypto dpos
Last synced: 12 May 2025
https://github.com/ashtum/smpp
A C++ implementation of SMPP protocol on Boost.Asio
boost-asio coroutines cpp smpp smpp-client smpp-server
Last synced: 13 Apr 2025
https://github.com/risto97/peakrdl-halcpp
C++ 17 Hardware abstraction layer generator from systemrdl
cpp cpp17 cpu embedded processor programming risc-v riscv systemonchip systemrdl systemrdl-compiler
Last synced: 01 Sep 2025
https://github.com/mysterycoder456/threecengine
ThreeDEngine ported for C++
3d 3d-graphics cpp game-development olcpixelgameengine
Last synced: 19 Mar 2025
https://github.com/felixguendling/express2cpp
Generates C++ classes and high-performance STEP file parsers from EXPRESS definitions to process openBIM® IFC model files
3d bim cpp cpp17 express generator high-performance iso-10303 openbim openbimstandards parser step
Last synced: 18 Aug 2025
https://github.com/adrianoviana87/ltuiny
Text based utility that helps you add a transaction to a ledger file.
cpp cpp17 ledger ledger-cli ledger-client plaintext-accounting
Last synced: 12 May 2025
https://github.com/pankaj-str/data-structures-cpp
Welcome to the Data-Structures-CPP repository! 🚀 This repository serves as a comprehensive collection of common data structures implemented in C++. Whether you're a student learning algorithms or a developer looking to refresh your understanding, this repository is a valuable resource
cpp cppdsa dsa-algorithm dsa-learning-series
Last synced: 23 Sep 2025
https://github.com/chantsune/py_string
A library that provides methods equivalent to Python 3's str class in C ++
Last synced: 07 Aug 2025
https://github.com/claby2/termui-cpp
C++ header-only terminal user interface library
Last synced: 21 Aug 2025
https://github.com/captain-woof/powerwoof
A collection of handy C#, Powershell and C++ POCs, concepts and examples to aid in pentesting.
cpp csharp pentesting-tools pentesting-windows poc powershell windows
Last synced: 06 Jul 2025
https://github.com/gmh-code/rpcemu
WebAssembly Multi-Threaded Risc PC Emulator
arm c cpp emscripten emscripten-port emulator emulators javascript multi-threading multithreading online-emulator qt qt-wasm qt6 risc risc-os riscos wasm web-assembly webassembly
Last synced: 22 Aug 2025
https://github.com/abhi5h3k/cellularlab
📱 CellularLab – iPerf3 Client for Android
best-iperf cellular-automaton cmakelists cpp gemini-api gemini-client iperf iperf-android iperf-android-app iperf-auto-run iperf3 iperf3-android iperf3-client jni kotlin-android kotlin-coroutines network network-analysis network-monitoring radio-frequency
Last synced: 15 Aug 2025
https://github.com/qtexcel/qlibxlsxwriter
Use libxlsxwriter in Qt 5 or 6. libxlsxwriter is a C library for creating Excel XLSX files.
c cpp excel libxlsxwriter qt xlsx xlsxwriter
Last synced: 11 Apr 2025
https://github.com/yutianqaq/bypassav-1
通过分离的方式免杀火绒
bypass-antivirus cpp redteam redteam-tools
Last synced: 12 Mar 2026
https://github.com/berndporr/cppthread
Generic C++ Thread class (very thin wrapper around std::thread)
cpp linux thread thread-library windows wrapper-api
Last synced: 26 Apr 2025
https://github.com/artem78/s60-gps-tracker
GPS track recorder for Symbian based phones
cplusplus cpp gps gps-location gpx location nokia positioning s60 symbian symbiancpp tracking
Last synced: 14 Mar 2026
https://github.com/myscale/tantivy-search
Tantivy-search is a C++ wrapper for Tantivy, a full-text search engine written in Rust. It is designed to integrate with MyScaleDB and ClickHouse.
clickhouse cpp myscale myscaledb rust search-engine
Last synced: 28 Jan 2026
https://github.com/alex2772/hackers-mc-launcher
Free and open source Minecraft and other games launcher
cpp launcher minecraft minecraft-launcher qt qt5
Last synced: 27 Nov 2025
https://github.com/msdeep14/algorithms-practice
solutions to popular interview questions
algorithms algorithms-and-data-structures cpp data-structures geeksforgeeks geeksforgeeks-cpp geeksforgeeks-dsa geeksforgeeks-interview-prep geeksforgeeks-solutions interview interview-practice interview-preparation interview-questions
Last synced: 13 Oct 2025
https://github.com/rockfordwei/csweet
demo how to use C++ in Swift 3.1/4.0
cplusplus cplusplus-11 cpp cpp11 swift swift-package-manager
Last synced: 10 Apr 2025
https://github.com/embetrix/bmap-writer
bmaptool alternative written in C++
bmap cpp efficiency embedded-linux flashing-tool lightweight streaming-data yocto
Last synced: 24 Apr 2025
https://github.com/mortennobel/opengl_3.2_vs_2010_freeglut
A simple OpenGL 3.2 example using MSVS 2010 and freeglut
cpp cpp11 graphics-programming
Last synced: 24 Apr 2025
https://github.com/ewliang/c-programming-tutorials-for-beginners
This repository contains the source code for the projects I've made in my C++ Programming for Beginners tutorials series on my Youtube Channel at https://www.youtube.com/user/ewliang Feel free to pop over and consider subscribing to my channel.
cpp cpp-course visual-studio visual-studio-code youtube
Last synced: 23 Apr 2025
https://github.com/moebiussurfing/ofxgpulutcube
openFrameworks addon to apply LUT filters live from standard .cube files using a GPU shader.
cpp openframeworks openframeworks-addon
Last synced: 16 Mar 2025
https://github.com/qengineering/tensorflow_lite_ssd_jetson-nano
TensorFlow Lite SSD on a Jetson Nano 28.5 FPS
aarch64 cpp gpu-acceleration gpu-delegate jetson-nano mobilenet-ssd ssd-mobilenet tensorflow-examples tensorflow-lite
Last synced: 22 Feb 2026
https://github.com/ggabriel96/lasso
A generic game loop implementation in C++
cpp game-development game-loop
Last synced: 22 Apr 2025