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-16 00:06:40 UTC
- JSON Representation
https://github.com/fair-acc/chart-qt
ChartQt is a charting library written in C++ focusing on performance. It uses the Qt libraries but has a dedicated rendering system running on top of QtQuick which gives it great performance and a wide platform support, being able to use any of the 3D rendering APIs OpenGL, Vulkan, Direct3D and Metal. Still in early development.
charting-library cpp data-visualization qt qt6 qtquick rhi scientific-visualization shader
Last synced: 22 Apr 2025
https://github.com/oatpp/oatpp-mongo
Oat++ native BSON + MongoDB driver implementation based on Oat++ object-mapping sub-framework.
bson cpp mongodb oatpp object-mapping
Last synced: 25 Apr 2025
https://github.com/keyu-tian/buaa-parallel-computing-project-solution
[Ranked No. 1🥇] My solution for the course project of Parallel Computing 2021'Spring @ BUAA (北航并行程序设计). Plenty of C++ tricks, hacks, and optimizations are used for extreme efficiency. Ranked *1/100* in the efficiency test.
beihang beihang-university buaa buaaoj compiling-principle compiling-theory cpp cpp11 cyk-algorithm dynamic-programming multithreading parallel-computing pthreads
Last synced: 13 Apr 2025
https://github.com/reimunotmoe/pqpp
A simple and easy-to-use async C++ PostgreSQL client library.
boost-asio coroutine cpp postgresql
Last synced: 15 Mar 2025
https://github.com/tw1ddle/blind-crossword-3d
:star2: 2D and 3D crossword puzzle game for blind and partially-sighted users
accessibility blind blindness cpp crossword crossword-game qt
Last synced: 03 May 2025
https://github.com/cedrainteractive/teliqos-sdk-cpp
Official C++ SDK for Teliqos game analytics. Lightweight, open source, thread-safe.
analytics-sdk cmake cpp cpp17 cross-platform event-tracking game-analytics game-development offline-first player-analytics raylib sdk telemetry thread-safe unreal-engine
Last synced: 05 Apr 2026
https://github.com/lunaemons/sdrplusplus_communityedition
🎵 SDR++CE Community Edition - Advanced SDR software with MPX analysis, cross-platform support for RTL-SDR, HackRF, LimeSDR, AirSpy, PlutoSDR and more. Features real-time FM broadcasting analysis, frequency scanning, and spectrum visualization.
airspy community-edition cpp cross-platform dsp fm-broadcasting frequency-scanner hackrf ham-radio limesdr mpx-analysis open-source plutosdr radio rf rtl-sdr sdr signal-processing software-defined-radio spectrum-analyzer
Last synced: 29 Aug 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
https://github.com/mattkretz/wg21-papers
my papers to WG21 — the C++ committee
Last synced: 30 Jul 2025
https://github.com/pk-cod3ch3mist/zolomon
A single header unit testing library for C++
cpp cpp-library cpp17 hacktoberfest header-only testing-library
Last synced: 23 Jul 2025
https://github.com/erkamuzuncayir/solutions-of-introduction-to-computing-systems
This repository contains my solutions for Introduction to Computing Systems - From Bits & Gates to C - C++ & Beyond by Yale Patt and Sanjay Patel
assembly c c-language c-programming cpp cpp-programming lc-3 low-level low-level-programming programming-challenges programming-exercises programming-language solutions
Last synced: 15 Nov 2025
https://github.com/dstein64/revdoor
A single-file C++ library for visiting revolving door combinations.
combinatorics cpp revolving-door taocp
Last synced: 20 Mar 2025
https://github.com/nishkarshraj/cpp-reference
A complete list of C++ source codes including Data Structures and Algorithms helpful for interviews etc.
algorithms cpp data-structures
Last synced: 22 Apr 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/giovanni-iannaccone/eikon
Lightweight image processing library, built entirely from scratch to offer fast, and customizable image manipulation capabilities 🖼️
art bmp c-plus-plus cli cpp cpp-library css-colors from-scratch image-processing library png ppm
Last synced: 30 May 2026
https://github.com/europa502/luhn-algorithm
It is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, etc.
cpp javascipt javascript luhn-algorithm php python shell-script
Last synced: 25 Jul 2025
https://github.com/seznam/xgboostpredictor
C++ header-only thread-safe XGBoost predictor
Last synced: 14 Apr 2025
https://github.com/genodelabs/genode-zynq
Zynq SoC support for the Genode OS framework
arm armv7 cplusplus cpp genode microkernel osdev zybo zynq
Last synced: 07 Apr 2025
https://github.com/supersodasea/netycat
Netycat: I/O library
cat cpp cpp14 filesystem network
Last synced: 25 Jul 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/krc2000/multiplayerproject
This is my client-server base for future multiplayer projects. It builds using SFML/Network module. It's in development state.
Last synced: 25 Jul 2025
https://github.com/dasaav-dsv/erskeletonman
An Elden Ring runtime skeleton modification header-only library.
cpp cpp17 dll elden-ring header-only hooking-library modding-framework modding-tools reverse-engineering rtti
Last synced: 24 Dec 2025
https://github.com/sergeyklay/cpp-project-template
Repository Templates for C++ Projects
boilerplate clang-format cmake cmake-examples conan cpp cpp-boilerplate cpp-library cpp17 cpp17-library cppcheck cpplint folder-structure github-actions hacktoberfest sqlite sqlite3 template-project
Last synced: 23 Apr 2025
https://github.com/rmiguelkelly/quickcluster
A KMeans implemented in C++ with Python bindings and GPU acceleration
clustering clustering-algorithm cpp cuda gpu kmeans kmeans-clustering metal objective-c python python3 unsupervised-learning
Last synced: 26 Jul 2025
https://github.com/stla/rcdt
R package for 2D constrained Delaunay triangulation
constrained-delaunay-triangulation cpp delaunay-triangulation r
Last synced: 14 Apr 2025
https://github.com/ferhatgec/termiospp
termiospp, C++ wrapper around termios.h
cplusplus cpp term termios termios-structure
Last synced: 14 Apr 2025
https://github.com/faris771/doing-leetcode-everyday-until-i-get-a-job
Collection of LeetCode questions to ace the coding interview! (and be the next Elon Musk)
cpp leetcode-solutions problem-solving
Last synced: 05 Nov 2025
https://github.com/tttapa/mastering-cpp-scientific-computing
Slides about C++ tooling and best practices for scientific computing.
best-practices cmake conan cpp
Last synced: 26 Jul 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/terroo/cpf
Gere e valide CPF com C++
cpf-generator cpf-validador cplusplus cpp
Last synced: 21 Jul 2025
https://github.com/skyf0l/nanotekspice
Simulator of logic gate circuits (Epitech tek2 C++ project)
Last synced: 09 Apr 2026
https://github.com/leixingyu/reducepoly
Poly-reduction visualization plugin for Maya
algorithms cpp maya-api maya-plugin mesh
Last synced: 14 Jun 2025
https://github.com/wandvvs/qutil
C++20 template utility library
constexpr cpp cpp20 cpp20-library cpp23 cpp23-library cxx cxx20 cxx23 library logger metaprogramming string tuple
Last synced: 05 Mar 2025
https://github.com/muellan/statistics
Header-only collection of statistics utilities for C++14
accumulator cpp cpp14 header-only histogram statistics
Last synced: 08 Mar 2026
https://github.com/joanstinson/candycrush
A simple Candy Crush implementation using a 2D game engine architecture with C++ and SDL (MVC pattern).
2d-game candy-crush cplusplus-11 cpp game game-engine-2d mvc-architecture sdl2
Last synced: 15 Sep 2025
https://github.com/electrostat-lab/jme-alloc
A direct dynamic memory allocation API for jMonkeyEngine lwjgl-2 and android games
allocation-api android-api bash-scripting cpp desktop gcc-complier gradle gradle-api gradle-build java jmonkeyengine3 linux llvm-clang lwjgl2 macos ndk shell virtual-memory virtual-memory-management windows-x64
Last synced: 27 Jul 2025
https://github.com/merendamattia/mdp
MdP - Metodologie di Programmazione presso l'Università degli Studi di Parma (6 CFU).
Last synced: 15 Jul 2025
https://github.com/facontidavide/safecppany
Extension of std::any with small object optmization and safe numeric conversion.
Last synced: 19 Mar 2025
https://github.com/symcalc/symcalc-cpp
Symbolic mathematics and calculus in C++.
calculus cpp differentiation mathematics maths symcalc
Last synced: 26 Jul 2025
https://github.com/ridika-2004/competitive-programming
💻 A repository dedicated to solving problems and improving problem-solving skills in various competitive programming platforms. 🚀📈
algorithms codechef-solutions codeforces-solutions competive-programming cpp data-structures
Last synced: 18 Feb 2026
https://github.com/brian8544/cpp-auth
cpp-auth is a simple key/license check system written in C++ and PHP. It allows you to verify license keys and manage user authentication for your application. This repository consists of both server-side and client-side code.
cpp gui json license license-checking php qt6
Last synced: 30 Apr 2025
https://github.com/tink-crypto/tink-cc-awskms
AWS-KMS extension for Tink C++
aws-kms cpp crypto cryptography security
Last synced: 27 Jan 2026
https://github.com/tradias/lambda-tuple
An implementation of `std::tuple` based on variadic lambda capture
compile-time cpp cpp20 header-only lambda tuple
Last synced: 18 Oct 2025
https://github.com/jmarrec/testcpp-gha-coverage
A repo to test how to report coverage of a C++ project using Github Actions
coverage cpp github-actions tutorial
Last synced: 09 Apr 2025
https://github.com/derekyang2/ctype
Minimalistic typing test written in C++ with many features and customization options.
cpp monkeytype opengl raylib raylib-cpp typing typing-game typing-practice typing-test
Last synced: 23 Apr 2025
https://github.com/calebtt/xmaplib
A closer to the metal library for Xbox controller to keyboard and mouse input.
controllers cpp gamepad input-simulation joystick mouse mouse-movement winapi xbox
Last synced: 09 Apr 2025
https://github.com/samyak2/skip-list
C++ implementation of skip list compatible with STL
cpp datastructure skiplist stl
Last synced: 24 Jun 2025
https://github.com/francoiscarouge/gstkalman
GStreamer Kalman Filter Video Plugin
cpp cpp23 gstreamer gstreamer-plugins kalman kalman-filter kalman-filtering library multimedia
Last synced: 04 Apr 2026
https://github.com/chriskempson/cpp-connect-four
A game of Connect Four created in C++ with (SDL) Simple DirectMedia Layer.
Last synced: 26 Oct 2025
https://github.com/pablrod/cppplotly
Generate html/javascript charts from C++ data using javascript library plotly.js
chart cpp header-only plot plotly plotlyjs
Last synced: 17 Jul 2025
https://github.com/threeal/result
A simple C++ implementation of Rust Result, an alternative to Abseil Status
abseil cmake cpp result results rust-result status
Last synced: 04 Mar 2026
https://github.com/analogfeelings/blitzcord
Blitz3D userlib to use the Discord Game SDK (RPC).
blitz blitz3d blitzbasic cpp discord vs2022
Last synced: 28 Oct 2025
https://github.com/novelrt/Fabulist
A terse, flexible language and runtime for creating and executing visual novels.
c-plus-plus cplusplus cpp lua visual-novel
Last synced: 11 Mar 2025
https://github.com/Electrostat-Lab/jme-alloc
A direct dynamic memory allocation API for jMonkeyEngine lwjgl-2 and android games
allocation-api android-api bash-scripting cpp desktop electrostat-lab gcc-complier gradle gradle-api gradle-build java jmonkeyengine3 linux lwjgl2 macos ndk shell virtual-memory virtual-memory-management windows-x64
Last synced: 19 Mar 2026
https://github.com/threeal/cpp-starter
A minimalistic GitHub repository template to kickstart your C++ project
boilerplate cmake cmake-template cmakelists cpp cpp-template cpp-templates template templates
Last synced: 14 Apr 2025
https://github.com/billyfrcs/snakelol
Simple 2D Snake Game Snake Lol.
2d-game 2dsnake cpp game game-developement game-development sfml-2d-engine sfml-cpp sfml-dev sfml-game sfml-game-development sfml-graphics-library sfml-library snake-game
Last synced: 28 Apr 2025
https://github.com/amanoteam/musl-gcc-cross
A GCC cross-compiler targeting Linux musl
c cpp cross-compiler gcc linux musl
Last synced: 02 Jun 2026
https://github.com/mattkretz/lockfree_ring
lock-free queue, implemented as a ring-buffer on the stack
cpp cpp17 lock-free ringbuffer
Last synced: 27 Feb 2026
https://github.com/omonimus1/interviewbitwise-topic
My own Interviewbit solutions
algorithms-and-data-structures cpp interview-practice interviewbit-practices interviewbit-solutions math python time-complexity-analysis
Last synced: 17 Mar 2025
https://github.com/lucaasd/sproutlang
A simple, general purpose C++/C# like language
c clang compiler cpp fast jit llvm low-level lsp object-oriented-programming parser programming-language
Last synced: 04 Sep 2025
https://github.com/jadis0x/devourx
DevourX is a C++ based mod menu specifically designed for the game Devour
cpp devour il2cpp il2cpp-modding unity
Last synced: 14 Apr 2026
https://github.com/emd4600/enhancedcolorpickermod
Spore mod that adds a color wheel to the editor
Last synced: 08 Oct 2025
https://github.com/riccio8/ThreatLab
Collection of tools for security purpouse
assembly cpp cybersecurity golang memo net network processes python security security-tools yara
Last synced: 08 Oct 2025
https://github.com/nadchif/phone-resolution-tool
[TOOL] [NO ROOT] Change android phone resolution and DPI without root.
android cpp dpi phone resolution tweak
Last synced: 04 Jul 2025
https://github.com/SebastianSchmidl/pyonlinesvr
Python-Wrapper for Francesco Parrella's OnlineSVR C++ implementation with scikit-learn-compatible interface.
cpp machine-learning numpy online onlinesvr python python3 scikit-learn streaming-algorithms svr
Last synced: 26 Oct 2025
https://github.com/ferhatgec/freebrain
Next generation antidote against Brainf*ck.
brainfuck cpp esolang esoteric-language
Last synced: 04 Aug 2025
https://github.com/ra101/graphical-representation-of-graphs-in-cpp
A C++ program to draw a graph of, circles as vertexes and lines as edges using graphic.h
Last synced: 01 Aug 2025
https://github.com/tsnsoft/quadratic_equation_wxwidgets
Пример решения квадратного уравнения на С++ в Code::Blocks с использованием wxWidgets
codeblocks codeblocks-ide cpp example windows wxwidgets
Last synced: 22 Apr 2025
https://github.com/0xHericles/Pickle
:page_with_curl: Pickle - A Simple Text Based Interface Text Editor in C++ Language
bash cpp editor shell shell-script text text-editor
Last synced: 24 Mar 2025
https://github.com/mahdimotamedi/cpp-tutorial-samples-2017
this samples collected from cplusplus.com
cpp cpp-examples cpp-samples cpp-tutorials
Last synced: 27 Feb 2025
https://github.com/denyskryvytskyi/cryptraider
Unreal Engine 5 3D Puzzle Game prototype
cpp cpp-game game game-development gamedev ue5 ue5-game ue5-project unreal unreal-engine-5
Last synced: 18 Sep 2025
https://github.com/cobyj33/tmedia
Linux C++17 Terminal Audio and Video Player
ascii ascii-art ascii-art-representation ascii-graphics audio-player cpp curses curses-based ffmpeg libav main-project media media-player ncurses ncurses-tui terminal terminal-app terminal-based video-player
Last synced: 15 Apr 2025
https://github.com/theo-mestre/sapphire
I'm learning how to make game engines!
cpp game-engine learning-by-doing
Last synced: 23 Aug 2025
https://github.com/timothy-liuxf/tmchat
A chat tool with a communication component using TCP/IPv4.
cpp linux network networking socket tcp tcp-ip tmsocket windows
Last synced: 27 Jul 2025
https://github.com/asperamanca/monadic_operations_cpp23
Material for my talk "Safe and Readable Code: Monadic Operations in C++23"
cplusplus cplusplus-23 cpp functor monad slides talk
Last synced: 15 Apr 2025
https://github.com/eatgrapes/live2d-javabinding
Live2D Cubism SDK JavaBindings
bindings cpp java java-bindings jni jni-java live2d opengl
Last synced: 13 Jan 2026
https://github.com/jsoulier/fluid_simulation
Fluid Simulation using SDL3 GPU with compute shaders
3d compute-shader compute-shaders cpp example examples fluid-simulation glsl gpu sdl sdl3 shaders
Last synced: 08 Feb 2026
https://github.com/scortier/complete-dsa-collection
Complete Data Structure and Algorithms Code and Explanation Collection in C++.
algorithms algorithms-and-data-structures cpp data-structures
Last synced: 12 Jul 2025
https://github.com/adithya-s-k/llm-inferencenet
LLM InferenceNet is a C++ project designed to facilitate fast and efficient inference from Large Language Models (LLMs) using a client-server architecture. It enables optimized interactions with pre-trained language models, making deployment on edge devices easier.
Last synced: 03 Aug 2025
https://github.com/thetestgame/panda3d-discord
Discord RPC module for the Panda3d game engine using the native discord-rpc library.
cpp discord discord-rpc p3dmodulebuilder panda3d python rich-presence
Last synced: 03 Aug 2025
https://github.com/bensuperpc/krackx
Software for password cracker, C++ and Qt6 QML
Last synced: 10 Feb 2026
https://github.com/dakshitagrawal/leetcode_solutions
My solutions for various problems on LeetCode.
coding-challenges competitive-coding cpp leetcode
Last synced: 22 Aug 2025
https://github.com/luki120/aurorac
iOS password generator written in pure C & C++
Last synced: 07 Apr 2025
https://github.com/sanketpathak64/data-structures-and-algorithms
This repository contains implementation of data structures like linked list, stack, queue, trees. This repo also contains implementation of various algorithms.
algorithms-and-data-structures bst cpp data-structures linkedlist queue sorting-algorithms string tree
Last synced: 04 Aug 2025
https://github.com/amrdeveloper/done
Compiler to generate C Code and executable with many features and syntax sugger
c-code-generator codegenerator compiler cpp lexer parser transpiler
Last synced: 29 Jul 2025
https://github.com/deepcodinginturingacademy/habbit
🐰 A time management app on desktop 🍋🌿
cpp desktop qt time-management
Last synced: 20 Aug 2025
https://github.com/flexivrobotics/flexiv_tdk
TDK (Teleoperation Development Kit) for Flexiv robots. Supports C++ and Python. Compatible with Linux.
cpp force-feedback haptic-feedback python remote-control teleoperation transparency
Last synced: 16 Jan 2026