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/fredericbonnet/cmake-test-explorer
CMake Test Explorer for Visual Studio Code
c cmake cpp ctest test-automation test-explorer testing vscode vscode-extension
Last synced: 13 Jul 2025
https://github.com/zeyu-li/algorithms
A useful collections of algorithms, formulas, APTs, and some other notes 🗒
algorithms cpp data-structure data-structures formulas graph graph-algorithms graph-theory graph-theory-algorithms python school
Last synced: 13 Jul 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/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/saiyamdubey/dsa_questions
This is my collection of solved DSA questions ... I am Prepairing for the Interview perspective ..
arrarys binary-search cpp cprogramming hackerrank leetcode-solutions sliding-window sorting-algorithms two-pointers
Last synced: 15 Jul 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/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/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/megatokio/laseroids
Playing Asteroids on a Laser Scanner
Last synced: 04 Jul 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/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/abdallahhemdan/30-day-leetcode-challenge
🏃♂️ My solutions of 30-Day Leetcoding Challenge with cpp with multiple soultions...
30-day-challenge 30-day-leetcoding-challenge challenge cmp coding cpp hemdan leetcode
Last synced: 08 May 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/eloyhere/semantic-cpp
semantic-cpp is a lightweight, high-performance stream processing library for C++17, consisting of a single header file paired with a separate implementation file. It blends the fluency of Java Streams, the laziness of JavaScript generators, the ordering capabilities reminiscent of database indices.
cpp generator index java javascript mysql stream
Last synced: 07 Apr 2026
https://github.com/hominsu/tensorrt-yolov5-jetsonnano
JetsonNano 上的 YoloV5 的 TensorRt 加速推理,额外加上了 gRPC 等服务
Last synced: 13 Apr 2025
https://github.com/albin-johansson/doxy-to-md
Converts Doxygen XML output to Markdown files.
cli cpp documentation doxygen markdown rust
Last synced: 28 Jun 2025
https://github.com/ferhatgec/forkleft
Fegeya Forkleft, C++ implementation of ~new generation~ mark-up language.
converter cpp cpp17 html html5 mark-up markdown markup-languages transpiler
Last synced: 14 Apr 2025
https://github.com/node-3d/image-raub
Native Image loader for Node.js
addon cpp decoder freeimage graphics image javascript n-api napi native node-3d node-addon
Last synced: 01 Aug 2025
https://github.com/zhb2000/mycalculator
多功能控制台计算器,实现了大数运算、解线性方程组、矩阵运算、算术表达式求值、命题逻辑、进制和编码转换等功能
Last synced: 10 Aug 2025
https://github.com/arijhajji-1/e-health_2a2
Desktop App for Hospital management
Last synced: 14 Apr 2025
https://github.com/wodann/constexpr-md5-cpp
A constexpr implementation of the MD5 hashing algorithm for C++
Last synced: 25 Jul 2025
https://github.com/max0x7ba/const_string
C++98 string class that provides functionality of both std::string and std::string_view.
Last synced: 09 Mar 2026
https://github.com/w2wizard/iconhandler
UE4/5 Plugin to allow customized asset icons for C++ Classes.
cpp ue4 ue4-plugin ue5 ue5-plugin
Last synced: 15 Sep 2025
https://github.com/roderickqiu/gtwd-cs205-c-cpp
GTWD: Global Transcoder for WAV/FLAC/AIFF Data, project of CS205 C/C++ taught in SUSTech (2023 Fall, by Prof Feng Zheng, project selected by TA Kangrui Chen and Site Fan) (110+/100).
aiff audio audio-processing convertor cpp cpp14 cs205 flac sustech sustech-course-code wav
Last synced: 08 Aug 2025
https://github.com/nragland37/ai-minimax-tictactoe
An unbeatable Tic-Tac-Toe Artificial Intelligence in C++, featuring the Minimax algorithm with Alpha-Beta pruning and visualized move tree traversal
ai alpha-beta-pruning artificial-intelligence-algorithms cpp minimax minimax-algorithm minimax-alpha-beta-pruning tic-tac-toe
Last synced: 14 Apr 2025
https://github.com/chetannihith/program-hacktoberfest25
⭐️This repository is for Hacktoberfest 2025 contributions, where developers can contribute interesting and unique programs across different languages! Contribute Java, C++, Python, or any language you're comfortable with and showcase your coding skills! Happy hacking
cpp go hacktoberfest hacktoberfest-accepted hacktoberfest2025 java js python ruby
Last synced: 02 Oct 2025
https://github.com/prakhar-002/leetcode
📜 LeetCode Solution Hub 🔥 | Get all solutions 🧩 for daily challenges and specific tasks 💪🏻 | Example: 🍨 LeetCode 75 - 🪻 Ace Coding Interview, 📦 SQL 50 - 🌽 Crack SQL Interview, 📒 30 Days of JavaScript - 🌻 Learn JS Basics
c cpp java javascript leet leetcode leetcode-cpp leetcode-java leetcode-javascript leetcode-practice leetcode-python leetcode-solutions python3 questions-and-answers
Last synced: 03 Aug 2025
https://github.com/eslam-abdo/data-structures-algorithms
This repository contains the solved code from the Mastering Data Structures & Algorithms Using C and C++ course by Abdul Bari on Udemy.
algorithms c cpp data-structures
Last synced: 02 Mar 2026
https://github.com/matthewgeorgy/solarsystem
3D Solar System Visualization in OpenGL 4
Last synced: 12 Apr 2025
https://github.com/tomenz/socketlib
Socket / SSLSocket library for Windows/Linux (32/64)
cpp cpp-library cpp11 cpp14 ipv6 linux openssl socket-library socketlib sockets ssl thread tls windows
Last synced: 15 Aug 2025
https://github.com/ritobrotomukherjee/dsa-computer-science
Problem solving and DSA with C++
algorithms-and-data-structures codechef cpp data-structures hackerrank-solutions leetcode-cpp math patterns problem-solving
Last synced: 02 Aug 2025
https://github.com/milderhc/auto-parallelizer
Automatic parallelizer for C/C++ code
antlr4 cpp source-code-analysis
Last synced: 24 Jul 2025
https://github.com/itsfuad/xebec-server
HTTP server implementation written in C++ using the Winsock API for Windows.
cpp cpp-http-server http-server
Last synced: 15 Sep 2025
https://github.com/rafaykhattak/library-managment-system-oop
Streamline library tasks with my Library Management System. Borrow, return, search books hassle-free. Organized, user-friendly, efficient. Fully utilizing the power of C++ OOP
c cpp library-management-system managment-system object-oriented-programming
Last synced: 02 Aug 2025
https://github.com/olegschwann/technopark-algorithms
Implementation of various algorithms in C / C++ for the first semester of Technopark.
algorithms-and-data-structures c cpp
Last synced: 02 Apr 2026
https://github.com/hebirobotics/hebi-cpp-examples
Examples for the HEBI Robotics C++ API
Last synced: 25 Jul 2025
https://github.com/m-spiessens/flow
Cooperative scheduler for low-power, reactive applications using the "pipes and filters" pattern on ARM Cortex-M microcontrollers.
arm conan cooperative cortex-m cpp filter flow low-power microcontroller pipe reactive scheduler tests
Last synced: 29 Sep 2025
https://github.com/p-ranav/strcpp.old
String Manipulation API for C++
cpp header-only lightweight mit-license string-manipulation
Last synced: 29 Jul 2025
https://github.com/rnburn/satyr
Numerical computing library for linear algebra and task-based parallelism.
blas cpp cpp17 expression-template lapack linear-algebra mkl tbb
Last synced: 14 May 2025
https://github.com/teddy-van-jerry/string_evaluate
Use C++ to evaluate a string. Support complex numbers, function names and variables.
complex complex-numbers cpp eval evaluate evaluation
Last synced: 28 Jul 2025
https://github.com/gazebosim/gz-bazel
gz-bazel provides a set of Bazel build rules that are used by the Gazebo projects.
bazel cpp gazebo ignition-robotics
Last synced: 14 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/abdulahad968/30-days-gfg-potd
A dedicated repository for solving GeeksforGeeks Problem of the Day (POTD) challenges consistently for 30 days.
cpp geeks geeksforgeeks geeksforgeeks-dsa geeksforgeeks-solutions potd-gfg potd-leetcode solution
Last synced: 15 Oct 2025
https://github.com/sjsakib/psbook
সমস্যা ও সমাধান বই - ১ এর উপর অনুশীলন ( Practice code for Problem and Solutions Book - 1 by Mahbubul Hasan )
acm-icpc algorithms competative-programming cpp data-structures problem-book-1-solutions python timus-solutions uva-solutions
Last synced: 02 May 2025
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/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/slavfox/godot_pid_controller
GDNative plugin for simple and fast PID controllers in Godot
cpp gdnative gdscript godot godot-engine godot-plugin godot3
Last synced: 16 May 2025
https://github.com/silverjun/swing
A "Protocol" oriented programming language
compiler cpp language llvm new-language programming-language swing
Last synced: 15 Apr 2025
https://github.com/cherrytree56567/psemu
An experimental PS1 Emulator made in c++ 20
bios chip cpp cpu custom emu emulator good-first-issue gpu hacktoberfest help-needed help-wanted mips playstation ps sound soundchip studio visualstudio windows
Last synced: 15 May 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/demensdeum/raidenvideoripper
Raiden Video Ripper is an open-source project designed for video editing and format conversion. It's built using Qt 6 (Qt Creator) and allows you to trim and convert videos to MP4, GIF, WebM formats. Also there is MP3 support for audio export.
cpp cpp17 cut editor ffmpeg gif mp3 mp4 qt qtcreator qtcreator-ide trim video videoeditor webm
Last synced: 30 Aug 2025
https://github.com/hxndev/consensus-problem-using-openmp
In this task, we had to write a multi-threaded OpenMP program, that will solve the consensus problem. If all the slave (child) processes agree on a single decision, then the processes will terminate displaying consensus reached.
code consensus consensus-clustering cpp openmp openmp-parallelization openmpi
Last synced: 07 May 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/diegoferigo/development-iit
Docker-based isolated development environment for my activities @ Italian Institute of Technology
container cpp development docker environment ide programming script setup
Last synced: 15 Apr 2025
https://github.com/mohido/tiny_yaml
A powerful lightweight YAML parser library for C++
Last synced: 15 Apr 2025
https://github.com/codeperfectplus/competitive-programming-solution
Competitive Programming solution in Python/JavaScript/C++ :rocket:
competitive-programming comptetitions comptetive-codes comptetive-programming cpp euler exercism hackerrank-python-solutions hackerrank-solutions javascript leetcode leetcode-solutions python3
Last synced: 10 Mar 2026
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/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/yazanzebak/competitiveprogramming
A repository that includes my solutions to a various problems on different online judges.
algorithms atcoder codechef codeforces competitive-programming cpp csacademy data-structures online-judges spoj topcoder uva
Last synced: 14 Oct 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/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/danielpoliakov/disspcap
C++ library for packet examination with Python bindings.
Last synced: 03 Feb 2026
https://github.com/leonlatsch/scrypt-lite
A linux terminal utility to encrypt and decrypt files with aes-256.
aes aes-256 cpp decryption encryption encryption-decryption linux mit-license scrypt scrypt-lite termial-based terminal
Last synced: 20 Jul 2025
https://github.com/redbluebird/competitive-programming
Competitive Programming problem solutions
competitive-programming cpp usaco usaco-solutions
Last synced: 09 Oct 2025
https://github.com/felipemdutra/phev3
3D Physics Engine that aims to simulate Rigid Body physics, including linear and rotational motion, collisions, and more!
cplusplus cplusplus-17 cpp cpp17 engine engine-dev engine-development game-engine game-engine-development physics physics-3d physics-based physics-engine physics-simulation physics3d real-time real-time-rendering real-time-simulation
Last synced: 19 Jan 2026
https://github.com/kailash360/placement-management-system
Object Oriented Programming Project || IIITM Gwalior
Last synced: 20 Jun 2025
https://github.com/marshalx/competitive-programming
Я просто хочу пройти алгоритмический собес 🥺
algorithm-interview algorithms codeforces competitive-programming cpp datastructures datastructures-algorithms interview interview-practice leetcode python
Last synced: 22 Apr 2025
https://github.com/allisterb/onemd
Data-parallel molecular dynamics simulator for Intel oneAPI.
cpp cpp17 devcloud dpcpp intel molecular-dynamics simulation
Last synced: 12 Mar 2026
https://github.com/chaoses-ib/ibwincpplib
A C++17 library for Windows and C++.
Last synced: 12 May 2025
https://github.com/officialasishkumar/leetcode
Here you can find the best leetcode solutions! Make sure to contribute and help others : )
c cpp hacktoberfest hacktoberfest2023 hacktoberfest2023-accepted java javascript python ruby rust typescript
Last synced: 12 Oct 2025
https://github.com/dapper91/thread_pool_executor
C++ Thread Pool Executor
concurrent cpp threadpoolexecutor
Last synced: 24 Apr 2025
https://github.com/microsoft/hat
TOML-annotated C header file format for packaging binary files, from Microsoft Research
benchmarking cpp cprogramming cuda metadata platform-independent python-library rocm toml
Last synced: 10 Apr 2025
https://github.com/thestaticturtle/nspire-communication
Ti-Nspire SMS / Messenger / Infrared addon programms
Last synced: 31 Jan 2026
https://github.com/ros-industrial/abb_egm_rws_managers
A C++ library for encapsulating ROS agnostic components for a ROS driver for ABB robots
abb cpp egm ros-industrial rws
Last synced: 14 Oct 2025
https://github.com/xtenzq/qbrowser
Qtwebkit-based web browser with custom address bar and source code syntax highlighter
browser cpp customelements qt qwebkitwidgets university-project
Last synced: 07 Oct 2025
https://github.com/john-z-yang/lisp
Lisp bytecode compiler/interpreter
compiler cpp interpreter lisp lisp-interpreter
Last synced: 17 Oct 2025
https://github.com/moduscreateorg/genus
Modus Create's 2018 Holiday Game for the ODROID GO
32bit arduino cplusplus cplusplus-11 cpp cpp11 esp32 esp32-idf esp32-sound game modusinternal
Last synced: 15 Apr 2025
https://github.com/madladsquad/untitledgamesystemmanager
A linux gaming system manager
containers cpp game game-manager gui imgui incus launcher-application linux lxc lxd wrapper
Last synced: 08 Jan 2026
https://github.com/timothy-liuxf/simple_logger
simple_logger - A simple, multifunctional and header-only logging library for C++17.
Last synced: 16 Oct 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/sha-env/hackerrank
Hacker Rank Solve (On Going)
c cpp csharp go hackerrank hackerrank-challenges hackerrank-python hackerrank-solution haskell html java javascript kotlin php python ruby solver swift typescript vscode
Last synced: 11 Oct 2025
https://github.com/ivynya/esp32-rick-roller
A compact solution for Rick Rolling your friends, coworkers, and normies in public.
arduino cpp esp32 rick-astley rickroll
Last synced: 08 Oct 2025
https://github.com/oclero/qtappinstancemanager
Single application instance manager for Qt6.
cmake cpp cpp17 qt qt6 single-instance-app
Last synced: 04 Jul 2025
https://github.com/seppahbaws/pelicanengine
A Vulkan game engine wanna be that I worked on to improve my understanding of Vulkan and game engines.
Last synced: 27 Oct 2025
https://github.com/aminezouitine/volumelist-cpp
🗄Make a list that has a notion of volume 🗄
Last synced: 02 Mar 2026
https://github.com/abdulsamie10/library-management-system
The Library Management System is a console-based application developed in C++ that allows admins and students to manage library resources effectively.
c c-plus-plus console console-app console-application cpp library library-management library-management-system lms
Last synced: 30 Aug 2025