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-07-01 00:06:36 UTC
- JSON Representation
https://github.com/jsoulier/voxel_raytracer
Voxel Raytracer using SDL3 GPU with compute shaders
3d compute-shader compute-shaders cpp example examples gpu hlsl raytracer raytracing sdl sdl3 shaders
Last synced: 07 Sep 2025
https://github.com/christianpanov/cinq
Language-Integrated Query (LINQ) for C++
cinq cpp cpp-library cpp17 language-integrated-query library linq
Last synced: 30 May 2026
https://github.com/llnl/hdtopology
High-dimensional topological data analysis library for NDDAV
analysis cpp data-analysis data-viz high-dimensional-data topological-data-analysis visualization
Last synced: 29 Apr 2025
https://github.com/heyfoz/cpp-baseball-bat-stats-simulator
The Baseball Batting Stats Simulator Program (C++) uses the rand function to create a statistical model, which is used to simulate 1000 at-bats based on a player's careers averages. After the simulation values are calculated and displayed, a loop asks the user if they would like to run another simulation.
baseball batting-statistics cpp simulator statistics
Last synced: 25 Mar 2025
https://github.com/shmuelie/ziopp
Zio++ provides a simple, powerful, cross-platform filesystem abstraction for C++ with many built-ins filesystems.
c-plus-plus cpp filesystem filesystem-api vfs
Last synced: 22 May 2026
https://github.com/andezion/mineisbetter
Пытаюсь разобраться в контейнерах и алгоритмах
cpp cpp14 cpp20 stl-algorithms stl-containers
Last synced: 05 Sep 2025
https://github.com/kassane/libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
cpp cpp-library networking zeromq zig-package
Last synced: 13 May 2025
https://github.com/russlank/xpressformula
Windows C++/ImGui math plotting application for 2D curves, 3D surfaces, and implicit equations with export and installer packaging. Formula graphing desktop app built
3d-visualization cpp desktop-app directx11 equation-parser formula-editor graphing imgui math mathematics plotting scientific-computing win32 windows wix-toolset
Last synced: 02 Mar 2026
https://github.com/heyfoz/cpp-calendar-day-calculator
The Calendar Day Calculator Program (C++) asks the user to enter a month, day, and year in MM DD YYYY format. The day of the week for that date is displayed in the console. Multiple functions are used in the program to facilitate logical operations and calculations. The program loops until the user chooses to exit.
calendar cpp day-calendar loop
Last synced: 25 Mar 2025
https://github.com/ripunjay42/leetcode_practice
cpp leetcode-cpp oops-in-cpp stl
Last synced: 10 Jan 2026
https://github.com/rodyherrera/sydonia
Sydonia is a template engine replica of Inja inspired by Jinja, with a code style similar to C#, quite complete when applying decisions about what to show or add to your templates, it supports customizations, you are invited to take a look!
cpp header-only header-only-library inja jinja2-templates lexer parser renderer template-engine template-language
Last synced: 06 Jan 2026
https://github.com/zdrzalikprzemyslaw/console-chess
Console text-based implementation of Chess in C++
chess cli console console-application console-chess console-gui cpp cpp11 game
Last synced: 10 Jun 2026
https://github.com/ivandrf/vector-int
Realization of a self-expanding array with some std::vector methods
Last synced: 21 Feb 2026
https://github.com/erthium/ascii-art
Project for converting image frames into ASCII art, with hopes to make real-time video conversion work
ascii ascii-art cpp image-processing sfml
Last synced: 23 Feb 2026
https://github.com/ramezze/autodownloadsorganizer
A C++ script to automatically organize 'Downloads' directory by file types into categorized folders.
automation cpp cpp17 files folder organizer scripts
Last synced: 11 Jun 2025
https://github.com/ismailza/sudoku
Sudoku Game: A classic, engaging Sudoku puzzle experience developed in C++ with SFML.
Last synced: 27 May 2026
https://github.com/skitsanos/node-napi-cpp
Example on how to use Node.js N-API in C++
cpp napi node-addon node-addon-api nodejs
Last synced: 19 Apr 2026
https://github.com/nathancordeiro/terminal-image-to-ascii
This program converts a 16bit image into ascii and display it onto the terminal.
ascii-art cpp terminal-graphics
Last synced: 23 Jun 2025
https://github.com/daddesign-projects/demo_daisygfx_st7735
Demonstrates how to use the "DaisySeedGFX" graphics library with an ST7735 TFT controller
cpp daisy-seed gfx gfxlib st7735 tft tft-display
Last synced: 29 Apr 2026
https://github.com/aditya-a-garwal/mbed-hcsr04
A simple library to use the HCSR04 ultrasonic sensor with ARM MBed OS and ARM Cortex M Microcontrollers
arm async c cortex-m cpp embedded hcsr04 mbed mbed-os multithreading rtos sensor ultrasonic-sensor
Last synced: 30 Apr 2026
https://github.com/simonnyvall/traveling-salesman-ai
Demonstrates a comparison between a Genetic Algorithm (GA) and a Brute Force method.
action ai brute-force cpp genetic-algorithm
Last synced: 29 Apr 2026
https://github.com/chpxu/development-flake
A flexible and declarative flake template for C/C++/Python/JS/LaTeX/Fortran development based on direnv, flake-parts and devshell. Maintainer=[@chpxu]
cpp devshell direnv flake-parts fortran latex nix python
Last synced: 30 Jan 2026
https://github.com/vulcu/opossum
A bluetooth-based amplifier with automatic gain control
atmega32u4 automatic-gain-controller bluetooth bm62 c cpp max9744 msgeq7 spectrum-analysis
Last synced: 27 Apr 2026
https://github.com/inerttila/registration-system
"The population" Management Application
Last synced: 29 Jan 2026
https://github.com/m-elbably/file-splitter
High-performance binary file splitter, with self-extractor
Last synced: 25 Apr 2026
https://github.com/nglsg/mioframework
🚀 一键部署!自动化Android脚本,解放你的双手,支持录制行为,定时执行,自动点击,自动滑动,全真模拟🚀
android automation autotesting cpp
Last synced: 02 May 2026
https://github.com/timthedev07/tictactoe-in-shell
My first c++ program integrating the power of AI algorithms(minimax).
ai cpp minimax-algorithm shell tic-tac-toe
Last synced: 16 Apr 2026
https://github.com/im-rises/nbody-simulator-webgl
N-Body simulation made in C++ build for WebAssembly/WebGL with Emscripten (Bruteforce, Barnes-Hut, GPU)
3d-graphics cplusplus cpp emscripten engine glsl imgui opengl particles physics-simulation simulation webassembly webgl
Last synced: 16 Apr 2026
https://github.com/tudoroancea/game_of_life
John Conway's Game of life emulator in C++17 and Qt5
cmake conways-game-of-life cpp game-of-life qt5
Last synced: 24 Apr 2026
https://github.com/ahmedelgarnousy/ap-autosar-com-stack
Adaptive AutoSAR Communication Stack Graduation Project
adaptive-autosar algorithms cmake cpp data-structures gtest linux-custom-image networking oop someip system-programming tcp-ip vsomeip
Last synced: 28 Feb 2026
https://github.com/dipu-bd/thrift-demo
Demo app connecting java and c++ using Thrift
Last synced: 27 Apr 2026
https://github.com/shubh-bharadwaj/atm-machine-oops-cpp
ATM Machine is a project for beginners designed using concepts of OOPs (Object-oriented programming) in C++
cpp object-oriented-programming project
Last synced: 06 Jun 2026
https://github.com/mihaimoga/netvoyager
NetVoyager is a lightweight network diagnostics app that lets users quickly assess connectivity and trace routes. With built-in ping and traceroute tools, it helps identify latency issues, unreachable hosts, and visualize packet paths. Ideal for IT pros, engineers, and curious users, with a clean UI and real-time results.
cpp edge-browser mfc ping traceroute visual-cpp win32
Last synced: 06 Feb 2026
https://github.com/freecx/bunch-of-code
useful code snippets / scripts
bash c code cpp pieces python rust scripts-collection useful-scripts
Last synced: 27 Feb 2026
https://github.com/antonioberna/roma
Runtime Optimization and Memory Analysis
Last synced: 27 Feb 2026
https://github.com/codernayeem/poly_eq_finder
Find Polynomial equation from inputs and outputs.
cpp polynomial polynomial-equation python
Last synced: 18 Apr 2026
https://github.com/woodprogrammer/estepona
Auto Caching Web Server
c cache cache-control clang cpp http
Last synced: 27 Apr 2026
https://github.com/yottaawesome/cross-platform-cpp-playground
Various dumb experiments with cross-building C++ projects on MSVC, GCC and Clang for Windows and Linux.
clang cpp cpp-modules cpp20 gcc linux msvc visual-studio windows
Last synced: 10 Feb 2026
https://github.com/mariam-badr-mb/rational-calculater
A lightweight console-based calculator that performs arithmetic operations on rational numbers (fractions). It allows users to add, subtract, multiply, and divide fractions while ensuring proper input validation and error handling.
Last synced: 27 Jan 2026
https://github.com/garyhilares/supple-crystal
An efficient and versatile lightweight/advanced image viewer.
contributions-welcome cpp cpp17 image image-viewer photo-viewer picture sfml
Last synced: 20 Oct 2025
https://github.com/terroo/extract
Automatically recognizes and extracts various types of mime formats from compressed files. If it is installed, otherwise it says Failed to unpack: '[type]'. and you will need to install the appropriate software later
command-line cpp cpp23 extract wrapper
Last synced: 12 Feb 2026
https://github.com/boujuan/computational-physics-2023-exercises
C Exercises of Computational Physics in Uni Oldenburg 2023
Last synced: 28 Feb 2026
https://github.com/yuntianzhou/glblib
An easy C++ graphics library built on top of OpenGL.
cmake cpp easy graphic-library opengl
Last synced: 24 Oct 2025
https://github.com/joonb14/libuvgameserver
Simple C++ game server on linux using libuv for TCP connection.
c cpp game-server gameserver libuv linux ubuntu
Last synced: 02 May 2026
https://github.com/richie-rich90454/training-generator
Training Generator is a cross-platform desktop app built with Electron and Node.js that converts documents (PDF, DOCX, DOC, RTF, TXT, MD, HTML) into structured AI training data. Using local Ollama models, it extracts instructions, Q&A pairs, and conversation data for machine learning, AI fine-tuning, and NLP workflows, while keeping all processing.
ai ai-data-analysis ai-training-data cpp desktop-app document-conversion electron html-css-javascript jsonl local-ai ml ollama ollama-api training-materials
Last synced: 26 Feb 2026
https://github.com/christinec-dev/building-escape
Building Escape is a simple room escape game made with Unreal Engine 4.27 and C++.
building-escape cplusplus cpp game game-development ue4 unreal-engine-4
Last synced: 17 Oct 2025
https://github.com/guest271314/native-messaging-cpp
C++ Native Messaging host.
cpp native-messaging native-messaging-host
Last synced: 23 Feb 2026
https://github.com/creosb/oburrun
Endless Run template on Unreal Engine C++
cpp endless-runner gamdev temple-run unreal-engine unreal-engine-5 unreal-template
Last synced: 06 Feb 2026
https://github.com/czf-h/zaclib
Aho-Corasick C++
aho-corasick apache2 cpp cpp11-lib string-matching
Last synced: 02 Mar 2026
https://github.com/niallb98/asteroids
A project aiming to imitate the classic video game Asteroids using the SFML library in C++
asteroids cpp game game-development sfml
Last synced: 10 Jan 2026
https://github.com/jose05code/competitive-programming
A collection of solved problems from the DMOJ virtual judge, organized by problem name. Each folder contains a README with the problem statement and a solution file.
algorithms competitive-programming cpp csharp dmoj dmoj-solutions problems python3
Last synced: 07 Jun 2026
https://github.com/tlaceby/rawkit
Rawkit is a Go/C++ library for working with RAW image files. It provides a simple interface for loading, processing, and analyzing RAW images from various camera manufacturers, along with histogram generation and metadata extraction.
cgo-bindings cpp exif-data-extraction golang image-processing libraw raw
Last synced: 06 Feb 2026
https://github.com/moderrek/herontriangle
A Modern C++ project to calculate and visualize triangles using Heron's Formula, offering an intuitive GUI powered by ImGui and OpenGL.
area-calculation cmake cplusplus cpp geometry graphics-programming gui herons-formula imgui interactive-math math modern-cpp real-time-graphics triangle triangle-visualization
Last synced: 31 Jan 2026
https://github.com/h4wk507/qtcalculator
Arithmetic expression parser built using C++ and Qt for GUI.
calculator cpp gui qt qt-calculator qt5 qtcreator
Last synced: 01 May 2026
https://github.com/miha53cevic/visualiser
A simple c++ music visualiser with opengl
Last synced: 27 Apr 2026
https://github.com/harmim/vut-dip
Master's Thesis - Advanced Static Analysis of Atomicity in Concurrent Programs through Facebook Infer
abstract-interpretation atomer atomicity atomicity-violation c concurrency concurrent-programs contracts-for-concurrency cpp facebook facebook-infer java master-thesis ocaml program-analysis static-analysis vut vut-fit
Last synced: 29 Apr 2026
https://github.com/amoeba/arrow-opentelemetry-example
Example of using OpenTelemetry and Apache Arrow
apache-arrow cpp open-telemetry
Last synced: 08 Feb 2026
https://github.com/jaspinder-kaur/competitive-programming-by-coding-ninjas
Competitive Programming course by Coding Ninja focusing primarily on algorithm design and problem solving.
algorithms codingninja-solution codingninjas codingninjasfundamental codingninjaspractice competitive-coding competitive-programming cpp data-structures programming
Last synced: 05 Jun 2026
https://github.com/samridhisainii/codzy_dsa
This is my repository of Leetcode , GeeksforGeeks and Codechef questions which i solve regularly
algorithms cpp data-structures
Last synced: 23 Jan 2026
https://github.com/spur27/RenWeb-Engine
Lightweight engine and API for making cross platform desktop applications with web technology.
cpp cross-platform desktop-app html-css-js javascript native-gui webkit webkitgtk webview webview2 wkwebview
Last synced: 26 May 2026
https://github.com/oliverbenns/handmade-hero-powershell
A Powershell equivalent of Handmade Hero's build process
build compiler cpp handmade handmade-hero powershell visual-studio visual-studio-2017
Last synced: 27 Apr 2026
https://github.com/jdsherbert/audio-delay
Simple C++ implementation of a basic Delay technique. Includes an example usage case.
audio audio-effect audio-effects audio-processing cpp delay haas
Last synced: 27 Oct 2025
https://github.com/pkoscielny/audio_vario
Audio variometer with data transmission via Bluetooth
arduino arduino-nano audio audio-vario bluetooth bmp280 cpp flight hc-06 lk8000 pressure-sensor temperature-sensor variometer
Last synced: 02 May 2026
https://github.com/r0drigo-0/cheatsheet_cpp
Algorithms + DSA + Concepts to know in C++
algorithms c cpp dsa dsa-algorithm
Last synced: 29 Apr 2026
https://github.com/massimo-marino/deferred-thread-scheduler
A C++17 implementation of a deferred thread scheduler
concurrency concurrency-library cpp cpp17 cpp1z deferred-tasks scheduler thread thread-scheduler
Last synced: 01 Apr 2026
https://github.com/orestudio/orestudio
Graphical wrapper over Acadia's Open Source Risk Engine (ORE).
cpp cpp20 qt qt6 qt6-gui quantitative-finance quantlib
Last synced: 18 Apr 2026
https://github.com/daantimmer/yahsmg
Based on https://accu.org/journals/overload/12/64/heinzmann_252/
Last synced: 27 Apr 2026
https://github.com/deniskore/powerplanmanager
Easy and convenient management of NVIDIA and system power settings on Windows.
cpp games nvapi nvidia power-management
Last synced: 22 Apr 2026
https://github.com/rayeed221/simple-fire-detector---esp32
This is the whole code of a simple fire detector project suitable for school projects or to have something on your showcases
aurduino cpp esp32 robotics-programming sensors-data-collection
Last synced: 23 Jan 2026
https://github.com/yoboujon/yoyo_tetris
Tetris clone using raylib in C++
cpp cpp20 game-development raylib tetris-clone tetris-game
Last synced: 05 Mar 2026
https://github.com/xtalism/tcp-ip-esp32
TCP/IP ESP32 Communication
arduino cpp embedded-systems esp32 industrial-network microcontroller-programming networking platformio tcp-ip
Last synced: 30 Apr 2026
https://github.com/kadoshita/native-webrtc-loopback
libwebrtcを用いたWebRTCのエコーサーバー
Last synced: 30 Apr 2026
https://github.com/ofelipelucca/jumpking-jumping-in-real-life
Uma aplicação que permite usar seus movimentos, capturados através da webcam, para jogar jogos. Criado com C++ e a biblioteca OpenCV, adaptado para jogar JumpKing.
computer-vision cpp game game-mod opencv opencv2 software webcam webcam-capture
Last synced: 02 May 2026
https://github.com/neborsh/brightengine
a small engine made in C++ using glfw, running on OpenGL
3d cpp engine game-engine game-engine-3d gameengine glfw opengl xmake
Last synced: 14 Oct 2025
https://github.com/dhruvsrikanth/cudann
A distributed implementation of a deep learning framework in CUDA.
cpp cuda deep-learning deep-learning-framework gpu-programming high-performance-computing hpc parallel-programming
Last synced: 01 May 2026
https://github.com/stivenjs/savecloud
Automated game save synchronization. Cloud-hosted, locally backed up, and platform-agnostic.
cloud cloud-gaming cpp games lambda rust-lang s3 tauri
Last synced: 07 Jun 2026
https://github.com/sanaeproject/matrix
This project aims to develop a library that enables simple implementation and lightweight matrix operations.
cpp matrix-libraries matrix-library-cpp oneapi simplythebest sycl
Last synced: 06 Feb 2026
https://github.com/tomlin7/pastemyst-cpp
A fast API wrapper for PasteMyst written in C++.
Last synced: 21 Apr 2026
https://github.com/otacilion/bob-robot-simulator
A Simulator to control systems banchmarks maded in cpp with _ :heart:
control-systems cpp robotics simulator
Last synced: 30 Apr 2026
https://github.com/luizh-queiroz/beecrowd-resolutions
beecrowd beecrowd-solutions c cplusplus cpp uri
Last synced: 01 May 2026
https://github.com/pannapudi/raytracing-in-one-eternity
Raytracer practice. Yay! :c
cpp graphics parallel-computing raytracer render rust weekend-project
Last synced: 21 Apr 2026
https://github.com/yobeonline/io1-money
A c++ class to hold money amounts.
accounting cpp cpp20 currency money
Last synced: 03 Apr 2026
https://github.com/universumgames/cube_puzzle
A simple 2D SDL2 puzzle game
2d-game cmake cpp game game-development ios-app puzzle-game sdl-mixer sdl2 sdl2-image sdl2-ttf xcode
Last synced: 15 Oct 2025
https://github.com/raamyy/console-phonebook
A simple PhoneBook which i made as a small project using C++
console-application cpp data-structures structured-programming-approach
Last synced: 14 Oct 2025
https://github.com/c0de4un/z-engine
zeroEngine revision
android augmented-reality cpp cxx game-development game-engine gles opengl opengl-es
Last synced: 21 Apr 2026
https://github.com/hatelamers/winpinmenu
diVISION Pinnable Taskbar Menu
cpp launcher-application win32api windows windows-11 windows-desktop windows-taskbar
Last synced: 11 Feb 2026
https://github.com/fiuner-lica/biblioteca-dbc-cpp
Biblioteca para implementar Diseño por Contratos en C++.
Last synced: 16 Feb 2026