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-23 00:06:41 UTC
- JSON Representation
https://github.com/wichert/pybind11-example
Example showing pybind11 with virtual functions
cpp cpp11 example-project pybind11 python
Last synced: 10 Sep 2025
https://github.com/sbaldu/neural_network_hep
Implementation of a neural network framework from scratch in C++ applied to particle physics
cpp cuda high-energy-physics neural-networks
Last synced: 20 Jul 2025
https://github.com/timstr/flosion
A visually programmable functional language for audio synthesis
audio audio-processing cpp digital-audio-editor digital-audio-workstation digital-signal-processing sound sound-processing sound-synthesis
Last synced: 11 Jul 2025
https://github.com/vaquierm/golite_transpiler
💻 Transpiler written in OCaml that that converts a subset of golang to C++
code-generation cpp golang ocaml parser scanner transpiler
Last synced: 11 Jul 2025
https://github.com/jessetg/balls
Badass Looker for Ludicrous Shaders
c-plus-plus cpp glsl graphics graphics-engine graphics-programming opengl qt shader
Last synced: 11 Apr 2025
https://github.com/huy-dna/nonvariadic-printf
An implementation of printf + A preprocessor to pass the code through before compiling
cpp implementation makefile printf python3 speculative
Last synced: 24 Feb 2025
https://github.com/sandrokeil/arangodb-php-driver
A PHP extension for ArangoDB with fuerte and velocypack :rocket:
arangodb cpp database driver fuerte nosql php php-extension velocypack vpack
Last synced: 04 May 2025
https://github.com/shibam120302/gfg_potd
I try to upload the daily code which i practice daily and also upload GFG POTD (Java,Cpp,Python3)
alogrithms cpp data-structures dsa geeksforgeeks geeksforgeeks-cpp geeksforgeeks-dsa geeksforgeeks-potd geeksforgeeks-solutions gfg java potd python
Last synced: 10 Jul 2025
https://github.com/hhromic/e131-mqtt-bridge
E1.31 (sACN) to MQTT Bridging Server written in C
bridge c cpp e131 light-controller mqtt sacn server
Last synced: 04 Jan 2026
https://github.com/terroo/hexter
Get the syntax of a hexadecimal color for the terminal (ANSI RGB)
ansi ansi-colors cli command-line cpp cpp20 hexadecimal rgb
Last synced: 29 Jul 2025
https://github.com/bsolomon1124/hello-c-extension
Showcase use and packaging of a C++ extension module
Last synced: 27 Mar 2025
https://github.com/nguyenkhanhquy/movie-catalog-management
Final term project of the "Data Structure and Algorithms" course
cpp data-structures-and-algorithms
Last synced: 06 Mar 2026
https://github.com/kovacsv/emscriptencmakeminimal
A minimalist example to build an Emscripten application with CMake.
Last synced: 13 Oct 2025
https://github.com/hacke-rc/c_practice_programs
A collection of c programs that I made while learning C Language and still learning and updating to this day :)
c cpp practice-programming practice-project
Last synced: 03 May 2026
https://github.com/stellardx/cspaceengine-project
A C++ static library for astronomic calculation and modding SpaceEngine
astronomy astrophysics cpp library parser spaceengine
Last synced: 08 Jun 2026
https://github.com/khan-yin/leetcode
各大平台刷题记录:leetcode专题/力扣周赛/剑指offer/洛谷/PAT/CSP/AcWing
algorithms-and-data-structures cpp
Last synced: 13 Oct 2025
https://github.com/diamondinoia/cpu-performance-tests
This repository contains the code to benchmark CPU cache miss latency and branch misprediction penalty
branch-prediction branchless cache-latency cpp hpc memory-latency
Last synced: 11 Oct 2025
https://github.com/konfiger/konfiger-c
Light weight package to manage key value based configuration and data files for C and C++
c configuration cpp key-value language parser properties
Last synced: 13 Oct 2025
https://github.com/user19870/cppsp
cppsp --a transpiled script-like language base on c++
compile-language cpp cppsp linux mac open-source script-like transpiled-language windows
Last synced: 01 Apr 2026
https://github.com/mortennobel/sre_glsl_editor
A simple glsl shader editor
cpp glsl graphics-programming opengl
Last synced: 08 Oct 2025
https://github.com/xxjwxc/sqlservercppconnection
SQLserver Connection for cpp ,c++ sqlserver 链接库
com cpp sqlserver sqlserver-connection
Last synced: 19 Oct 2025
https://github.com/arbmind/cmake-containers
Docker containers for building CMake projects with Qt and Clang or GCC
clang cmake cpp docker-container gcc
Last synced: 05 Mar 2026
https://github.com/schak04/cpp-learning-journey
My hands-on journey through C++, from the basics to OOP and STL. An ongoing and growing collection of what I learn.
c-plus-plus c-plus-plus-coding c-plus-plus-language c-plus-plus-programming coding cpp cpp-coding cpp-programming learning programming
Last synced: 31 May 2026
https://github.com/aurbano/ash
:shell: a(lex)sh(ell) -- Remaking bash to practice modern C++ :)
Last synced: 06 May 2026
https://github.com/k173-x/codeit
A CLI based script to create CPP files
cli cpp cpp14 docker pypi-package python python3 script template-generator tool
Last synced: 07 Oct 2025
https://github.com/asciphx/ccorm
Compile time static reflection C++ ORM(mysql,pgsql,sqlite), the character recognition type system is adopted.
cpp cpp17 header-only modern-cpp mysql orm pgsql reflection serialization sqlite
Last synced: 07 Oct 2025
https://github.com/mylo54/rtype
This project aims to create an online multiplayer R-Type game. We had to implement a multi-threaded server using Asio and a graphical client in SFML.
cmake conan cpp linux macos rtype-game sfml windows
Last synced: 23 Oct 2025
https://github.com/axnjr/snn_be_pro
A state of the art AI framework for no/low-code (visually - drag & drop) building, testing, deploying, integrating latest deep learning models with privacy & security compliance using ollama, as a final year project!
ai cplusplus cpp cuda deep-neural-networks kernel-driver ml mlops python
Last synced: 06 Oct 2025
https://github.com/pirate/assembly-repl
A REPL for raw ASM assembly, LLVM IR, C++, C, Objective C on macOS/Linux ARM64/AMD64. Useful for learning assembly, optimizing LLMV output, debugging memory, etc.
arm arm64 assembly c c-language clang cpp learning llvm llvm-clang llvm-ir macos objective-c repl x64-assembly x86-64
Last synced: 31 May 2026
https://github.com/0opsdev/farquhar-engine
Farquhar Engine is a Open Source c++ game engine created for the prepose of learning opengl
3d 3d-graphics cpp game-development game-engine gamedev glfw3 opengl raster rasterization
Last synced: 10 Apr 2025
https://github.com/vignesh1507/feel-flux
This project is basically a sentiment analysis which will work in input and output format. The user will give an input in the form of a textual content and the the code will process every bit of it and generate the output accordingly. Output of the code will vary between 3 parameters that are positive, negative and neutral.
artificial-intelligence cpp nlp-machine-learning
Last synced: 07 Mar 2026
https://github.com/aw-junaid/cpp-or-c
Master C++ (or C) programming: data structures, algorithms, system design, and performance optimization. Includes examples and best practices for all levels.
Last synced: 14 Apr 2025
https://github.com/gdifiore/libgolf
libgolf - golf ball trajectory calculation
cmake cpp cpp-lib cpp-library cpp-math cpp-math-library golf math math-library oop physics simulation trajectory
Last synced: 15 Apr 2026
https://github.com/llnl/bindee
Fast C++-Python bindings for simple cases.
c-plus-plus clang clang-tooling cpp pybind11 python python-bindings
Last synced: 29 Apr 2025
https://github.com/hxndev/implementing-a-dns-server
DNS stands for Domain Name System. We have implemented DNS in this project. The basic task of DNS is to resolve a destination name hosted against some IP Address.
c cache code cpp dns dns-server implement ip-address project proxy routing server
Last synced: 05 May 2026
https://github.com/drvrej/cheat-sheet
Bunch of useful cheat sheets and notes for different programming languages and concepts!
c-plus-plus cheat-sheets cheatsheet cpp notes ocaml python unity
Last synced: 19 Apr 2026
https://github.com/almirneeto99/leetgpu-challenges
This repository contains the solution for LeetGPU Challenges
Last synced: 18 Apr 2026
https://github.com/fbbdev/sdr
Software Defined Radio building blocks for unix pipes
audio command-line command-line-tool communication communications cpp cpp14 digital-signal-processing dsp gui library modern-cpp pipes sdr signal-processing signals software-defined-radio tool unix-philosophy unix-pipes
Last synced: 11 Oct 2025
https://github.com/aleksandergondek/rules_cc_hdrs_map
Escape weird includes path hell with header maps
bazel bazel-rules c cpp headers rules-cc
Last synced: 11 Feb 2026
https://github.com/fairybow/fernanda
Fernanda — a plain-text-first workbench for creative writing
cpp creative creative-writing desktop linux macos novel-writing offline productivity qt text-editor windows writing-software writing-tool
Last synced: 18 Apr 2026
https://github.com/murilochianfa/rinha-crebito-cpp
Implementação em C++ com Drogon Framework para a segunda edição da rinha de backend.
cpp cpp20 drogon drogonframework rinha-de-backend rinha-de-backend-2024-q1
Last synced: 02 Jun 2026
https://github.com/martinrotter/qtlinq
A header-only LINQ-style query library for Qt
Last synced: 26 Feb 2026
https://github.com/solomon04/keylogger-cpp
NOTE THIS IS INTENDED FOR EDUCATIONAL PURPOSES ONLY. USE AT YOUR OWN RISK!
cpp keylogger malware-samples phishing trojan
Last synced: 02 Sep 2025
https://github.com/dup4/learning-cpp
Some demos in the process of learning C++
Last synced: 24 Apr 2025
https://github.com/fluxer/katie
C++ toolkit derived from the Qt 4.8 framework
Last synced: 20 Feb 2026
https://github.com/alirezasaadatmand/shooter-game
A game written in Python, JavaScript, Go and C++, mostly inspired by the "Chris Courses" YouTube channel
canvas canvas-game cpp game go golang javascript pygame python raylib shooter shooter-game
Last synced: 11 Jun 2025
https://github.com/tsnsoft/wxwidgets_table_demo
Пример программы с таблицей на С++ в Code::Blocks с использованием wxWidgets
codeblocks codeblocks-ide cpp example windows wxgrid wxwidgets
Last synced: 22 Apr 2025
https://github.com/congcoi123/tenio-cocos2dx
This is a client of TenIO project based on Cocos2dx engine.
client cocos2dx cocos2x-v3 cpp game-server multiplayer server server-game tengames tenio
Last synced: 23 Apr 2025
https://github.com/oliverfindl/arduino-uno-temperature-monitor
Source code for simple temperature monitor built with Arduino UNO board, DS18B20 temperature sensor, TM1637 display and signal LED.
arduino arduino-uno cpp display ds18b20 ino led temperature temperature-monitoring temperature-sensor tm1637
Last synced: 04 Mar 2026
https://github.com/hunyadi/javabind
Effective C++ and Java interoperability via JNI
bindings cpp interoperability java jni-wrapper
Last synced: 03 May 2025
https://github.com/yohhoy/cpp-longest-identifier
find longest identifier in C++ Standard.
Last synced: 08 Apr 2025
https://github.com/avipars/cs-resources
Free computer science resources and notes from yours truly
computer-science cpp digital programming
Last synced: 06 Sep 2025
https://github.com/yassin522/leetcode
Collection of LeetCode problems to ace the coding interview!
cpp leetcode leetcode-solutions problem-solving
Last synced: 07 Apr 2025
https://github.com/sandsmark/sphero-and-mousr-qt-controller
Desktop application for controlling the Mousr cat toys and Sphero robots
cat cat-toy cpp desktop-application mousr mousr-cat-toy qt robot robot-controller robot-navigation robotics robots sphero sphero-ble sphero-connector sphero-robots
Last synced: 12 Apr 2025
https://github.com/panquesito7/memory_game
A Memory Game with buttons created with Windows Forms in C++.
cpp dotnet dotnet-framework dotnet-framework-48 gui hacktoberfest memory memory-game memorygame visual-studio visualstudio windows windows-forms winform winforms
Last synced: 15 Apr 2025
https://github.com/Tosox/rpc4stalker
An easy discord rich-presence implementation for S.T.A.L.K.E.R.
console cpp discord discord-rpc game mod modding rich-presence sdk stalker tosox windows
Last synced: 31 Mar 2025
https://github.com/scidian/drop
Easy to use, no code, drag n' drop, 2.5D game engine. Written in C++ utilizing Qt, OpenGL and Chipmunk Physics.
chipmunk-physics-engine cpp drag-and-drop easy-to-use game game-engine opengl qt
Last synced: 01 Apr 2025
https://github.com/ayhamratrout/cpu_simulator
A C/C++ program to simulate the functionality of a simple CPU, which utilizes one worker thread, with 256 levels of priority in a run queue.
c c-plus-plus cpp cpu cpu-emulator cpu-scheduling cpu-scheduling-algorithms data-structures object-oriented-programming operating-system operating-systems operating-systems-project os
Last synced: 22 Sep 2025
https://github.com/falcowinkler/flockingbird
Flocking algorithm implementation in c++
boids boids-algorithm boids-behaviour boids-simulation cpp cpp11 emergence flocking header-only modelling-biological-systems simulation
Last synced: 15 Apr 2025
https://github.com/ethiy/proj.city
Project city 3D models. [Prototype]
cgal city-models cpp gdal geographic-data
Last synced: 14 Aug 2025
https://github.com/tsnsoft/multi_form_wxwidgets_linux
Пример многооконной программы на С++ в Code::Blocks (linux) с использованием wxFrame
codeblocks codeblocks-ide cpp example linux multiforms
Last synced: 22 Apr 2025
https://github.com/netromdk/clyzer
C[ryptographic Ana]lyzer
affine-cipher cpp cryptoanalysis cryptography frequency-analysis index-of-coincidence kasiski-method low-frequency-intervals qt5 vigenere-cipher
Last synced: 01 Sep 2025
https://github.com/h2337/cppdataloader
cppdataloader is a batching and caching library for C++17
batch batching cache caching cpp cpp17 dataloader
Last synced: 13 Aug 2025
https://github.com/victorbnl/password-generator-cli
A little cli password generator in C++
cli cli-app cpp password-generator
Last synced: 03 Jul 2025
https://github.com/narekye/code
angular api autofac cpp csharp design-patterns ioc-container javascript mongodb mvc ninject nodejs npm npm-package react typescript web webapp
Last synced: 14 Jan 2026
https://github.com/prodeveloper0/litecv
liteCV is greater than OpenCV :)
computer-vision cpp cpp-library cpp14 cpp14-library cpp17 cpp17-library cv header-only image-processing
Last synced: 17 Jul 2025
https://github.com/mattgodbolt/ce-behind-the-scenes
Slides for a "Behind the Scenes" presentation
Last synced: 24 Mar 2025
https://github.com/br66/Unity-to-Unreal-Hovercraft-Conversion
Moving scripts for a hovercar in Unity to Unreal Engine (since Unreal Engine tutorial for it no longer functions). Strictly NO blueprints.
c-plus-plus cpp ue4 unity unity3d unreal unreal-engine unrealengine
Last synced: 11 Mar 2025
https://github.com/gjbex/defensive_programming_and_debugging
This is material to complement the FutureLearn MOOC on "Defensive programming and debugging", as well as for training purposes.
bash best-practices c cpp debugging fortran mpi openmp parallel-programming python training unit-testing
Last synced: 13 Jul 2025
https://github.com/xffxff/spinningup-cpp
Implement some of the core deep RL algorithms with C++
cartpole cpp libtorch ppo reinforcement-learning spinningup vpg
Last synced: 03 Aug 2025
https://github.com/anuraganalog/hackerrank
Contains codes for some of the solutions to Hacker-rank problems
cpp dbms hackerrank hacktoberfest hacktoberfest2020 problem problem-solving projecteuler python3 sloving solutions sql statistics
Last synced: 09 Apr 2025
https://github.com/zanjie1999/3dlcd2usb
使用3D打印机通用的LCD2004面板(老王店的)的LCD2USB arduino pro mini
Last synced: 30 Apr 2025
https://github.com/zpnst/smart-list
Functional doubly linked list
cpp datastructures doubly-linked-list oop
Last synced: 02 Jul 2025
https://github.com/tsnsoft/wxwidgets_demo-linux
Пример программы на С++ в Code::Blocks с использованием wxWidgets в linux
c codeblocks cpp example linux wxwidgets
Last synced: 22 Apr 2025
https://github.com/iamazeem/beginnings
Some C/C++ stuff from my early days! [2003 - '04]
borland-cpp c cpp old-stuff projects text-based user-interface
Last synced: 15 Aug 2025
https://github.com/iwoithe/nodes
A minimal backend for nodes.
backend cmake cpp graph-based-processing node-backend node-editor nodes
Last synced: 26 May 2026
https://github.com/bkosm/szt-os
Operating system simulator made for an university project.
Last synced: 23 Jul 2025
https://github.com/wakanda/wakanda-storage
Share your datas between all your NodeJS processes or clusters.
add-on boost cpp javascript n-api nodejs storage
Last synced: 04 Sep 2025
https://github.com/abdallahhemdan/maze-generator
🐀A maze generator is a flexible size random maze implemented using Union Find Set (Disjoint Set)
cpp disjoint-set maze-algorithms maze-creation maze-game maze-generator union-find-set
Last synced: 23 Apr 2025
https://github.com/matthewgeorgy/mrtx
opengl raytracer in c++ using glsl compute shaders
Last synced: 31 Aug 2025
https://github.com/spatlyu/spatlyu.github.io
Personal Website of SpatLyu
cpp geography geoinformatics gis personal-website python3 r spatial-analysis statistics
Last synced: 16 Aug 2025
https://github.com/shahincsejnu/competitive-programming-solutions
Accepted solutions of various Online Judges problems (Codeforces, Codechef, Hackerrank, Lightoj, Leetcode etc)
algorithms codechef codeforces codeforces-solutions competitive-coding competitive-programming competitive-programming-contests cpp data-structures hackerrank hackerrank-solutions lightoj online-judges
Last synced: 02 Jul 2025
https://github.com/skysign/wsapt
알고리즘 문제 풀이
codingtest cpp java problem-solving problemsolving python
Last synced: 02 Jul 2025
https://github.com/dsc712/concepts_of_java
A repository having java programs implementing important concepts in java programming language along with a competitive section , containing codes of successful submissions of different online coding platforms .
Last synced: 16 Aug 2025
https://github.com/gmorales08/proyectodungeoncrawler
Juego Dungeon Crawler de terminal hecho en C++
Last synced: 01 May 2025