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-20 00:06:43 UTC
- JSON Representation
https://github.com/cgyurgyik/eigenvectors-from-eigenvalues
Function to compute the normed eigenvectors from the eigenvalues of a Hermitian matrix.
arma armadillo cpp eig eigenvalues eigenvectors eigenvectors-from-eigenvalues eigenvectorsfromeigenvalues eigsym eigvec-from-eigval gefe matlab matlab-parallel normed-eigenvectors precision
Last synced: 25 Sep 2025
https://github.com/gpuengineering/gputils
A C++ header-only library for parallel linear algebra on GPUs (CUDA/cuBLAS under the hood)
cplusplus-17 cplusplus-20 cpp cuda cuda-c cuda-cpp cuda-programming header-only linear-algebra
Last synced: 13 Aug 2025
https://github.com/arsdever/qcolorpicker
Qt dialog for picking color (a modernized version)
color-picker cpp dialog qt widget
Last synced: 19 Apr 2025
https://github.com/akhilsharmaa/competitive-programming-sublime
Sublime template @akhilsharmaa, auto-completions file
build competitive-programming cpp osx-setup sublime-text
Last synced: 04 Aug 2025
https://github.com/rokid/mingutils
The C++ utilities repository includes logging, serialization, threading, parsing arguments and more.
Last synced: 31 Jul 2025
https://github.com/klus3kk/microsociety
An object-oriented project that represents the simulator of the society with dynamically changing events.
2d ai cpp deep-q-learning machine-learning oop python reinforcement-learning sfml simulation tensorflow
Last synced: 10 Apr 2026
https://github.com/lambdaurora/typing_cat
A cat "clone" but with a typing effect.
cat cpp cpp17 lambdacommon typing-effect
Last synced: 16 May 2026
https://github.com/twistoy/cpp-toolkit.nvim
A simple toolkit for cpp development
cpp lua neovim neovim-lua neovim-plugin neovim-plugins nvim tree-sitter treesitter vim vimrc
Last synced: 18 Jun 2025
https://github.com/mamunul/face-alignment-lbf
Making compatiable of https://github.com/yulequan/face-alignment-in-3000fps project to iOS and macOS platform
computer-vision cpp face-alignment ios landmark-detection machine-learning macos opencv shape-prediction
Last synced: 26 Jul 2025
https://github.com/vishal2376/json-formatter
A simple c++ tool to format json file and make it easy to read
cpp filehandling json json-formatter
Last synced: 14 Jul 2025
https://github.com/intellifire-uofg/intellifirecore
IntelliFire Core Repository for Autonomous Firefighter Truck
cpp embedded-systems event-driven linux mtxserv qt5 raspberry-pi ssh threading
Last synced: 04 Aug 2025
https://github.com/illud/crono
Crono is a desktop app that allows you to have all your games, apps in one place and track the time used.
Last synced: 15 Apr 2025
https://github.com/h-d-owl/variable-storage
Adds a structure and a set of functions that allow you to write multiple pieces of data to a single structure, and then retrieve any written data from it.
blueprint blueprint-plugin blueprints cpp game-dev game-developement game-developer game-development game-engine gamedevelopment plugin plugin-development ue5 ue5-plugin unreal unreal-engine unreal-engine-5 unreal-engine-plugin unrealengine unrealengine5
Last synced: 03 Aug 2025
https://github.com/ansys/grpc_chunk_stream_demo
Demonstrate Large Array Serialization using gRPC
Last synced: 15 Aug 2025
https://github.com/moritzrinow/cstream
C byte-stream and serialization utils
byte-array bytes c cpp memory serializable-objects serialization serialize stream
Last synced: 11 Aug 2025
https://github.com/malisipi/pc_remote_control
Remote Control Device for Linux & Windows & Web
7-segment-display arduino arduino-uno cpp irremote linux player-controls presentation pwa python remote-control sound-controls web website windows
Last synced: 20 Aug 2025
https://github.com/y1hy11/codedex-projects
My Codédex Projects repository, where I showcase my skills in HTML, CSS, JavaScript, React and C++. This repository contains a collection of projects that demonstrate my proficiency in front-end development using these fundamental technologies.
codedex cpp html-css-javascript reactjs reponsive-web-design vitejs
Last synced: 11 Aug 2025
https://github.com/hxndev/searching-a-number-among-slave-processes-using-openmp-and-mpi
In this task, I wrote the code using both OpenMP and MPI inorder to parallelize it. What it does is that the master process distributes a chunk of number equally among the slave processes. Each slave process then searches for the number to find. When one slave process finds the number, it sends a message to the master process who then sends a "terminating message" to the slave processes who then abort their search.
code cpp distributed-computing master mpi mpi-library mpich openmp openmp-parallelization openmpi parallel parallel-computing parallel-programming search searching slave
Last synced: 31 Mar 2025
https://github.com/abdallahhemdan/30-days-of-code-solutions
HackerRank 30 Day of Code Solutions
cpp hackerrank hackerrank-30dayschallange
Last synced: 07 Oct 2025
https://github.com/luki120/cassia
Simple tweak written in pure C, yes you read that right
Last synced: 07 Apr 2025
https://github.com/rizwanullah313/car-rental-managament-system
Car rental management system project using C++...
Last synced: 25 Sep 2025
https://github.com/HenryDawson123/sfetch
A simple fetch program
command-line cpp fast fetch linux minimalist neofetch terminal uptime
Last synced: 20 Nov 2025
https://github.com/deveshsangwan/two-pass-assembler
A two pass assembler implementation in c++
assembler cpp two-pass-assembler
Last synced: 19 May 2026
https://github.com/robertcorponoi/unreal-interactive-actors
Demo project for the tutorial at https://robertcorponoi.com/unreal-c-an-in-depth-guide-to-creating-interactive-actors/
cpp tutorial unreal-engine unreal-engine-4
Last synced: 28 Jul 2025
https://github.com/melardev/cppwxwidgetsconsolesnippets
Cpp wxWidgets Snippets related to text processing, concurrency, filesystem, IO, etc
concurrency console cpp demos examples filesystem io process snippets wx wx-widgets wxwidgets
Last synced: 18 Sep 2025
https://github.com/hxndev/huffman-data-encryption
The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when we’ll translate the input, we want to encode the most frequent symbols will take less space than they used to and the least frequent symbols will take more space.
coding compression cpp decipher decoding decryption encoding encryption huffman huffman-algorithm huffman-coding huffman-compression-algorithm queue tree vector
Last synced: 31 Mar 2025
https://github.com/shawnjeffersonwang/messenger
This repository contains a C++ Chatroom application supporting features like user authentication, friend management, private and group chats, real-time notifications, and file uploads. The project uses Redis, CMake, and epoll with multithreading for efficient performance.
async cmake cpp linux messenger multithreading network redis websocket-client websocket-server
Last synced: 15 Apr 2025
https://github.com/apwhitehat/openmp-irc
An IRC server and client based on openMP and Non-Blocking Sockets
asynchronous cpp irc multithreading nonblocking-sockets openmp
Last synced: 28 Jul 2025
https://github.com/rfsantacruz/mycudasamples
This is a series of CUDA C++ programming samples developed to study CUDA technology and its parallel programming model.
Last synced: 13 Apr 2025
https://github.com/gamestrap/premake-vscodegen
C++ VSCode generator for Premake
Last synced: 23 Mar 2025
https://github.com/minwook-shin/ubuntu-korea-cpp-study-book
Ubuntu Korean Community C++ Basic Study Textbook
cpp korean study-textbook textbook ubuntu
Last synced: 15 Jul 2025
https://github.com/utkuonursahin/cppio
Simple yet powerful C++ library for console based input and output operations.
console-input console-output cpp library
Last synced: 11 Aug 2025
https://github.com/eliasmoflag/xscan
Simple header-only IDA-style code scanner
code-scanning cpp game-hacking modding pattern-scanning windows x86 x86-64
Last synced: 16 Aug 2025
https://github.com/shankscript/wasm-starter-kit
A bare minimal kit to start working with Webassembly.
c cpp debug starter starter-kit wasm wasm-bootstrap wasm-example wasm-framework web webassembly webassembly-tutorial
Last synced: 09 Mar 2026
https://github.com/xyz347/mongoxclient
利用x2struct对mongo-cxx-driver的一个简单封装。可以像golang一样直接操作结构体。只有基本接口,还不是很完备。
cpp golang mongodb-driver wrapper x2struct
Last synced: 04 Jul 2025
https://github.com/amiremohamadi/crun
Simple shell script to run cpp files easier!
Last synced: 30 Apr 2026
https://github.com/luzifer/espsms
Receive SMS for a SIM-card and forward them to a server
Last synced: 18 Aug 2025
https://github.com/melardev/cppqtreverseshell
Qt Cpp Reverse shell
bind-shell cpp cybersecurity infosec networking qt qt5 reverse-shell security sockets
Last synced: 02 Aug 2025
https://github.com/AlbertSuarez/Jutge-EDA
🎓 Tots els problemes del Jutge de EDA (FIB). All Jutge problems of EDA (FIB).
backtracking barcelona bfs cpp eda fib jutge jutge-eda upc
Last synced: 14 Mar 2025
https://github.com/fahdseddik/competitive-programming
A collection of my solutions to competitive programming problems on different platforms. Using C++.
codeforces codeforces-problems codeforces-solutions competitive-programming cpp cpp-programming cpp-solutions hackerrank hackerrank-solutions uva-solutions
Last synced: 12 Apr 2025
https://github.com/ankitsultana/parallel-df
An OpenMP based solution for computing K-most frequent words in a corpus (see README for more). Also, my submission for Assignment 2 of Parallel Computing Course, BITS Pilani (2nd Sem 2017/18)
cpp document-frequency openmp openmp-parallelization
Last synced: 03 Feb 2026
https://github.com/manasvigoyal/restaurent-management-system
A Restaurant Management System using OOPs concepts
classes-and-objects cpp inheritance object-oriented-programming oops oops-in-cpp
Last synced: 02 Aug 2025
https://github.com/maksasj/matrix
Simple single-header matrix library written in C++, intended for simple projects, tests.
cpp header-only library matrix-calculations matrix-library
Last synced: 13 Aug 2025
https://github.com/johnkinuthiaa/zero-to-hero
This comprehensive "Zero to Hero" coding course is designed for absolute beginners and aspiring developers seeking to gain proficiency in in-demand programming languages and technologies.It covers takes you from basic to pro in just a few clicks
cpp css golang html java javascript project-based-learning python sql typescript
Last synced: 01 Jul 2025
https://github.com/ashad001/algorithms-in-cpp
Data Structures and Algorithms Solutions in Cpp
2022 algorithm algorithms contributions-welcome cpp datastructures datastructures-algorithms first-project first-timers first-timers-friendly hacktoberfest
Last synced: 26 Apr 2025
https://github.com/ellman12/password-generator-and-guesser
Slightly over-engineered password guesser program written in C++, with lots of customization.
c cplusplus cplusplus-11 cplusplus-14 cplusplus-17 cplusplus-20 cpp password password-generator password-guessing
Last synced: 04 Oct 2025
https://github.com/suhatanriverdi/create-random-island-matrix
C++ Code about Matrices and Recursive Function for Students
Last synced: 14 Mar 2025
https://github.com/myriad-dreamin/influxdb-v2-client
c++11 flux api (influxdb v2)
Last synced: 20 Sep 2025
https://github.com/jakobbbb/splat
a simple and not very optimized Gaussian splat renderer
3dgs cpp gaussian-splatting opengl
Last synced: 15 Mar 2025
https://github.com/thexkey/vitatrak
Tracker player homebrew for Playstation Vita.
cpp cpp11 homebrew libopenmpt modarchive playstation psvita tracker-music
Last synced: 14 Jul 2025
https://github.com/toxe/cpp-cli-parser-examples
C++ CLI Arguments Parser Examples
argparse cli cli11 clipp command-line command-line-arguments cpp
Last synced: 22 Mar 2025
https://github.com/leonmavr/HIP35
HP-35 RPN calculator emulator in C++17 with a terminal user interface
calculator cpp emulator hp-35 ncurses rpn
Last synced: 14 Mar 2025
https://github.com/kaikyulotus/icy-bot
C++ Telegram Bot with personal Telegram-bot-api wrapper.
callbacks cpp curl json telegram telegram-bot telegram-bot-api
Last synced: 11 Mar 2026
https://github.com/ctu-vras/rosmsg_cpp
C++ library for getting full ROS message definition or MD5 sum given message type as string
Last synced: 19 Feb 2026
https://github.com/qpcr4vir/thdysec
Modeling of primers/probes hybridization on to a set of target viral sequences.
bioinformatics biology cpp dynamic-programming pcr primer-design qpcr science
Last synced: 15 May 2025
https://github.com/saifadin1/copyshield
Simple Plagiarism detection tool for competitive programming competitions
codeforces competitive-programming cpp plagiarism-detection vjudge
Last synced: 25 Sep 2025
https://github.com/andreeadraghici/oop
OOP concepts in C++ Language
concept cpp familiarization language notions oop
Last synced: 14 Mar 2025
https://github.com/njroussel/simulatedannealing
A C++ implementation of simulated annealing for the Ising perceptron.
annealing cpp eigen jupyter mcmc mcmc-sampler pybind11 python
Last synced: 08 May 2026
https://github.com/davdag/cppconsolegamelibrary
Fast & Easy to use C++ Library to make console games.
buffer class console console-framework cpp cpp-class cpp-console cpp-library cpp11 cpp14 cpp17 easy easy-to-learn easy-to-understand easy-to-use fast game inheritance keyboard library
Last synced: 16 Jun 2026
https://github.com/samuelmarks/type-correct
Correct types: typed correctly
c cpp libclang libtooling llvm
Last synced: 08 May 2026
https://github.com/vittorioromeo/cppcon2016
Repository for my `cppcon2016` talk: "Implementing static control flow in C++14"
control-flow cpp cpp11 cpp14 cpp17 cppcon presentation slides
Last synced: 29 Apr 2026
https://github.com/tsnsoft/wxwidgets_demo
Пример программы на С++ в Code::Blocks с использованием wxWidgets
codeblocks cpp example windows wxwidgets wxwidgets-applications
Last synced: 20 Apr 2026
https://github.com/echo-devim/simba
SMB lightweight client for Linux based on libdsm
cpp file-server file-share gtk libdsm samba smb
Last synced: 06 May 2026
https://github.com/ngynkvn/wasm-raytracer
Simple ray tracer based off an online guide. Built with WebAssembly. [Demo inside]
beginner cpp emscripten graphics raytracer rendering wasm webassembly
Last synced: 24 Apr 2026
https://github.com/ferhatgec/pls
Fegeya Please (or Pls), simple & cross-platform package searcher.
cpp cpp17 cross-platform installer manager package pls searcher simple
Last synced: 18 Jun 2026
https://github.com/donydchen/image-caption-cpp
A data driven query expansion approach for image caption, implemented in cpp
Last synced: 19 Jun 2026
https://github.com/googlers-repo/node-native
Android native functions written in Node.js
android cpp javascript magisk magisk-module native
Last synced: 09 May 2026
https://github.com/icexin/clang_complete
A tool generates .clang_complete file for c++ project
Last synced: 04 May 2026
https://github.com/zer0m4n/chip8_wasm
A lightweight CHIP-8 emulator compiled from C++ to WASM. Runs in the browser with keyboard input, timers, sound, and pixel-perfect rendering.
ch8 chip-8 chip8 chip8-emulator cpp emulation emulator english-spanish github github-pages learn wasm webassembly
Last synced: 20 Apr 2026
https://github.com/pixelomer/libshijima
A shimeji simulation library written in C++
cpp cross-platform desktop-pet library
Last synced: 02 May 2026
https://github.com/flavouredtux/ember
x86-64 decompiler built from first principles. ELF + Mach-O, IR + SSA, pseudo-C, QuickJS scripting.
cpp cpp23 decompiler disassembler elf mach-o reverse-engineering x86-64
Last synced: 29 Apr 2026
https://github.com/zlatnaspirala/web-to-native
Testing basic c++ compilers work
c cef cpp porting visual-studio web xcode
Last synced: 13 May 2026
https://github.com/manraj29/logic_gates
C++ code for Logic-Gates Concept.
cpp logic-gates object-oriented-programming txt-files
Last synced: 20 Jun 2026
https://github.com/alexhuszagh/libxlsxwriterpp
C++ bindings for libxlsxwriter.
Last synced: 19 Apr 2025
https://github.com/abdulrhman-dev/circuit-simulator
A simple circuit solver that solves DC circuits that contain independent sources and resistors.
circuit-simulator circuit-solver circuits cpp dc graphics mna raylib
Last synced: 18 Mar 2025
https://github.com/101rror/leetcode
Contests, Practice Problems and Daily Challenges Solutions, 🤞💻🤞 (Author :: 101rror)
cpp daily-coding-problem javascript problem-solving python3
Last synced: 30 Aug 2025
https://github.com/rochet2/smallfolk_cpp
smallfolk serializer with C++
cpp hacktoberfest lua serialization serializer smallfolk
Last synced: 06 May 2025
https://github.com/jshulgach/desktop-arm
This is the main repo for the desktop robot arm project. Contains folders for scripts, libraries, examples, and readme files
6dof arduino cpp cv kinematics python3 raspberry-pi robot robotics ros2
Last synced: 03 Sep 2025
https://github.com/bluecannonball/orca
A C++ UCI-compliant chess engine.
alpha-beta-pruning chess chess-engine cpp magic-bitboards uci
Last synced: 02 Sep 2025