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-02 00:06:45 UTC
- JSON Representation
https://github.com/ferhatgec/climage
CLImage, an image format that renders to terminal buffer.
climage cpp cpp17 fegeya header-only image-format
Last synced: 14 Jun 2025
https://github.com/boomanaiden154/nosqliteccore
c-plus-plus cplusplus cpp localstorage nosql nosql-data-storage nosql-databases nosqlite
Last synced: 10 Jun 2025
https://github.com/izumidkc/graph-coloring-algorithm
Graph Coloring Algorithm (C++)
Last synced: 15 Mar 2025
https://github.com/SuperFola/smoll-vm
just a smoll vm in c++14
cpp cpp14 language programming-language stacked stacked-language virtual-machine vm
Last synced: 08 May 2025
https://github.com/justehmadsaeed/bruteforcevrecursive-algorithms
Applied three different techniques⚡ to tackle the most efficient solution of finding the Subarray of an array, which holds the maximum sum of the whole array.
algorithm-challenges algorithms algorithms-implemented brute-force-algorithm cpp hybrid-algorithms recursive-algorithm
Last synced: 12 Jun 2026
https://github.com/iamsdas/text-compression
This is a simple text compression utility using the lzw algorithm in c++
cpp file-compression lzw text-compression
Last synced: 08 Apr 2025
https://github.com/maipa01/mcui
mcui (MAIPA's Console User Interface) is a C++ library designed to simplify the creation of console-based menus and input fields. It provides a structured way to build interactive terminal interfaces with minimal effort.
bsd-3-clause console cpp cpp-library cpp20 header-only open-source ui user-interface
Last synced: 11 Apr 2026
https://github.com/danisss9/typenative
Build native applications using Typescript
clang cpp native-apps typescript
Last synced: 03 Mar 2026
https://github.com/bastienkody/classmakercpp
Canonical form c++ classes definition maker (ecole 42 compliant)
Last synced: 05 Jan 2026
https://github.com/konrad1991/rpointer
A small and very dangerous R package. You can create a vector on the heap from R. Therefore, three classes exist: bool, integer and numeric which create the memory during the construction. The memory is not automatically freed. You have to use the method delete in order to three the memory.
Last synced: 06 May 2026
https://github.com/zhou2004/fmusic_player
A cross-platform music player based on qt6 and the UI is power by FluentUI.
cmake cpp fluent-design qml qt6
Last synced: 28 Dec 2025
https://github.com/chihebabiza/my-cpp-queue-array
A simple, template-based queue class in C++ built on top of a custom dynamic array (`clsDynamicArray`). This implementation supports core queue operations such as `push`, `pop`, `front`, and `back`, along with extended utilities like reversing the queue and inserting at custom positions.
cpp cpp-library data-structures oop programming-advices queue
Last synced: 10 Mar 2026
https://github.com/artainmo/ft_containers-unittest
Personal project. An advanced unit-test written in c++ for 42 school's ft_containers project or other c++ containers.
42school cpp forks personal-project threads unittest
Last synced: 16 Mar 2025
https://github.com/cppshizoids/cppbackend
Attempt to writing a REST API in C++ using DrogonFramework
Last synced: 06 Jul 2025
https://github.com/alphaharrius/veil
The implementation of the Veil programming language.
cpp cpp17 custom-language language-runtime programming-exercises programming-language
Last synced: 24 Mar 2025
https://github.com/p-obrthr/web-ray
multiplayer raylib c++ to wasm & websocket
cpp emscripten javascript mutliplayer raylib raylib-cpp wasm webassembly websocket
Last synced: 06 May 2026
https://github.com/cppio/spritebouncesdl
A simple program using SDL in c++ as an example.
Last synced: 11 Jun 2025
https://github.com/phip1611/bash-like-cpp-shell
A demo bash-like shell for educational purposes - shows basics about pipes, fork and a lot of other UNIX facilities.
cpp pipes readline-library shell unix-facilities
Last synced: 28 Feb 2026
https://github.com/steffo99/iiiiil-gioco
Git demonstration and roguelike terminal videogame for Windows
cpp itis-fermi-modena terminal-based-game
Last synced: 06 Jan 2026
https://github.com/antdeivid/sparsematrix
Projeto da cadeira de Estrutura de Dados: Implementação de uma matriz esparsa baseada em listas circularmente encadeadas.
circular-linked-list cpp data-structures sparse-matrix
Last synced: 16 Mar 2025
https://github.com/souravrax/runc--c-cpp-auto-runner
A C/C++ auto runner cli tool made with python
argparser automation autorun c cli cpp open-source-project python
Last synced: 29 May 2026
https://github.com/realtrippr/val
A C++ Vulkan-based graphics library
cpp expiremental graphics render-engine vulkan vulkan-api
Last synced: 11 Jun 2025
https://github.com/gogoasa-c/dbms
Database Management System running in the CLI, designed using object-oriented programming principles for the object-oriented programming course laboratory, implemented using C++17.
Last synced: 14 Jul 2025
https://github.com/hs831/leetcode-company-wise-solutions
This Repository contains solutions for Leetcode questions asked in coding rounds and interviews in many different companies.
cpp dsa-practice leetcode leetcode-solutions
Last synced: 16 Mar 2025
https://github.com/crosscode-nl/influxdblptool
This free open source library helps generating InfluxDB Line Protocol formatted data.
Last synced: 16 Jan 2026
https://github.com/FelypeDantas/Estudos_Linguagens_C
Estudos em c++, c e c#
Last synced: 08 May 2025
https://github.com/adityapratap2001/tic-tac-toe
A simple tic-tac-toe game coded in C++!
Last synced: 15 Mar 2025
https://github.com/fl444mingo/fl4-cs131-07-lab
Ch. 7, Lab 1, Score Statistics
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-03-lab
Ch. 3, Lab 1, Number Guessing Game
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-05-01-callbyref
Ch. 5, Lesson 1, Function Call by Reference
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-06-01-fileio
Ch. 6, Lesson 1, File In/Out
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-04-02-custfunc
Ch. 4, Lesson 2, Custom Functions
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-03-02-switch
Ch. 3, Lesson 2, Switch Cases
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-02-03-if
Ch. 2, Lesson 3, If statements
Last synced: 23 Jun 2025
https://github.com/blazinsan/privacyscreenfilter
Privacy screen filter that simulates a privacy screen film that protects your privacy around others. It is developed using C++ and ran as a windows program.
cplusplus cpp programming programming-language
Last synced: 01 Apr 2025
https://github.com/daniel-boll/bloomcg-xmake
Bloom Engine. A graphics engine initially made for the Computer Graphics course made with C++/OpenGL. (XMake 🚀)
computer-graphics cpp game-engine graphics-engine opengl
Last synced: 17 May 2026
https://github.com/tallamjr/computing-for-scientists-book
Exercises and code from Computing for Scientists Book.
Last synced: 03 Sep 2025
https://github.com/yohhoy/tecalc
tiny embedded calculator
calculator cpp cpp17-library header-only
Last synced: 08 Apr 2025
https://github.com/apurva313/numerical-method
Join me in discovering innovative solutions for mathematical challenges. From optimization to simulations, let's journey through the realm of algorithms together.
algorithms bisection-method c cpp euler-method gauss-elimination gauss-elimination-method lagrange-interpolation newton-interpolation newton-raphson numerical-methods regulafalsi-method runga-kutta-method secant-method simpson-method taylor-series trapezoidal-method trapezoidal-rule weddle-s-rule
Last synced: 14 Apr 2026
https://github.com/jessmattless/project-refunk
A project aiming to remake the game U.B. Funkeys
Last synced: 25 Oct 2025
https://github.com/gipert/bayesian-blocks
Julia and C++ Implementations of the bayesian blocks algorithm https://arxiv.org/abs/1207.5578
bayesian-statistics binning cpp julia
Last synced: 26 Nov 2025
https://github.com/gabryon99/chip8
Chip8 emulator using Modern C++ and SDL2.
Last synced: 10 Sep 2025
https://github.com/heyfoz/cpp-coin-toss-payout-simulator
The Coin Toss Payout Simulator Program (C++) creates 10 simulations for a coin toss payout game, where the payout equals 2 raised to the nth power, and n is the number of flips required before the 1st instance of heads (H) is recorded. The sequence of results, payouts, and average payout are printed to the console in table format.
coin-toss cpp probability simulator
Last synced: 25 Mar 2025
https://github.com/heyfoz/cpp-sales-report-struct-read-write
The Sales Report Structure Read/Write Program (C++) reads a text file titled sales.txt, generates a sales report, and uses a custom writeReport function to create a text file titled inventoryReport.txt. The report includes calculated values for total sales and percentages for each category.
cpp read-write reporting sales
Last synced: 25 Mar 2025
https://github.com/heyfoz/cpp-vehicle-fleet-txt-file-reader
The Vehicle Fleet Text File Reader Program (C++) uses a loop to read a file named FleetInput.txt, which holds vehicle ID, miles, and gallons space delimited on each row. Then, the program calculates the fleet average and individual average miles per gallon (MPG), displaying the results in the console are tabular output.
calculations cpp mpg reader txt-files
Last synced: 25 Mar 2025
https://github.com/eman288/security-keypad-embedded-system
This project is an Embedded System implementation for a Security Keypad. It features a password-protected system that authenticates users and allows access based on predefined logic. The project is designed to work on a microcontroller, with hardware and software components integrated to achieve a secure and functional setup.
arduino arduino-uno arduinoide cpp embedded embedded-systems simulide
Last synced: 30 Apr 2026
https://github.com/hellowrc/setwinsetupsplashtext
实时修改Windows在安装过程中在进度屏幕显示的状态文本
Last synced: 01 Apr 2025
https://github.com/refvalue/svchostify
Hosting your C#/Java/C++ project as a DLL service easily, NOT ONLY svchost.exe!
cpp csharp dll java svchost windows windowsservices
Last synced: 19 Apr 2026
https://github.com/nicosnicolaou16/androidprojectandndk
This project sets up the NDK (Native Development Kit) in Android for communication between an Android project and C/C++ code. In this example, the C/C++ code simply prints a text message to the Android application.
android c cmake cplusplus cpp jetpack-android jetpack-compose kotlin kotlin-android ndk ndk-cmake
Last synced: 22 Apr 2025
https://github.com/skyv26/general-dsa-problems
Problem-solving skills are the ability to identify and resolve issues, understand complexities, and make sound judgments. This skill set is essential to be successful in any profession. Problem-solving involves the ability to recognize and analyze a problem, generate potential solutions.
cpp javascript problem problem-solving python ruby
Last synced: 12 Apr 2026
https://github.com/anosuplayer/jnio
A C++ object oriented improved version of the Java Native Interface.
api-wrapper api-wrapping-framework cpp cpp-api improvement java java-api java-native java-native-interface jni jni-api jni-java jni-wrapper jvm oop overhaul
Last synced: 03 Jan 2026
https://github.com/mp81ss/notsotinythread
TinyThread with semaphores and barriers
c-plus-plus cplusplus cpp cross-platform crossplatform thread threading threads
Last synced: 11 Jun 2025
https://github.com/jsmolka/disarmv4t
An ARMv4T disassembler.
armv4t cpp disarmv4t disassembler
Last synced: 08 Apr 2025
https://github.com/fl2mex/vkengine
WIP Toy Vulkan Engine for the sole purpose of learning Vulkan and its best practices
cpp cpp20 vulkan vulkan-engine
Last synced: 25 Mar 2025
https://github.com/ka-iden/opengl-test
Testing out and Learning Modern OpenGL, repo for bkp/testing
assimp cpp cpp20 modern-opengl opengl stb-image testing
Last synced: 25 Mar 2025
https://github.com/jackychung2003/cpt113-hackathon2
This GitHub repository showcases my 'A'-rated achievement in CPT113 Hackathon 2—a text-based video game project.
cpp inheritance linked-list text-based text-based-game
Last synced: 25 Mar 2025
https://github.com/rajarsheya/real-time-audio-feature-extraction-with-cuda-for-speech-recognition
This project accelerates MFCC extraction using CUDA for real-time speech recognition. Offloading the process to the GPU reduces latency and speeds up processing, enabling fast, local speech-to-text transcription for applications like virtual assistants, without cloud reliance.
audio-processing cpp cuda fourier-transform python
Last synced: 10 May 2026
https://github.com/mirajehossain/life-charger
Life coding..... 🙂
algorithm cpp datastructure oj-solutions problem-solving
Last synced: 11 Jun 2025
https://github.com/drazenzadravec/curlclient
cURL C++ HTTP client wrapper
c-plus-plus client cpp curl http http-client http-requests https libcurl wrapper
Last synced: 06 Jan 2026
https://github.com/seanpm2001/protraapp_love
💾️🔄️❣️ This repository is for adding LÖVE support and functionality to the ProTraApp software library.
c-plus-plus c-plus-plus-lang c-plus-plus-language cpp cpp-lang cpp-language gpl3 gplv3 love-game-engine love-game-engine-support protraapp protraapp-development protraapp-love protraapp-project software-library
Last synced: 25 Aug 2025
https://github.com/sergio-eld/stopwatch
C++ stopwatch template library
cpp cpp11 generic-programming stopwatch template
Last synced: 14 Jun 2025
https://github.com/s3bza/cos214-cpp-template
A basic C++ template project structure.
Last synced: 06 Jan 2026
https://github.com/sr-tamim/bankman-cpp
A simple bank management system using C++ (OOP)
cpp cpp-programming oop oop-in-cpp oop-principles
Last synced: 29 May 2026
https://github.com/vincentkims49/food-ordering-system
Food Order System with admin and customer panels.
Last synced: 07 May 2026
https://github.com/kfirfitousi/cpp-triangles
Project from C++ course: 3 Algorithms for finding triangles in graphs.
Last synced: 01 Apr 2025
https://github.com/ehwan/raytracing
ray tracing engine
cpp physics-based-rendering raytracer raytracing spatial-index tree-structure
Last synced: 04 Sep 2025
https://github.com/zeusssz/ninja
A high-performance vulnerability detection tool written in C++.
cpp vulnerability-detection vulnerability-scanners
Last synced: 03 Jul 2025
https://github.com/kardbord/concurrency
Sharded, thread-safe implementations of STL containers.
concurrency cpp cpp17 thread-safe thread-safety
Last synced: 12 Jun 2025
https://github.com/khaledhosseini/polygolt-dsa
Data structures and algorithms for polyglot programmers.
algorithms cpp csharp datastructures dsa java javascript python swift
Last synced: 12 Apr 2026
https://github.com/adityagpramanik/scheduler
This is scheduler written in C++ which will help you to feed your schedule in it and analyse yourself.
Last synced: 23 Apr 2025
https://github.com/winstonliyt/c-basedcompilerwithqt
C-based Compiler With Qt for Course 10031202 Project
compiler-design cpp grammar-parser lr1-parser syntax-analyzer
Last synced: 28 Apr 2026
https://github.com/ahmdvnd/directshowcameraproject
a useful project for camera library (Directshow) in c++ .
camera cpp directshow image image-processing library real-time usb video video-processing windows
Last synced: 07 May 2026
https://github.com/rinatmambetov/codewars-solutions
My solutions of the katas from Codewars platform
codewars codewars-kata codewars-solutions cpp
Last synced: 16 Mar 2025
https://github.com/shyamg090/dsa-problems
This repository contains a collection of Data Structures and Algorithms (DSA) problems solved using the C++ programming language. These problems are intended for daily practice to improve the understanding of DSA concepts and strengthen the problem-solving skills.
beginner-friendly cpp dsa-algorithm
Last synced: 09 Apr 2025
https://github.com/leewayzdes/binary-calculator-cpp
Калькулятор двоичных чисел на C++, реализующий арифметические операции (+, -, *) в постфиксной (обратной польской) записи.
binarycalculator calculator cpp
Last synced: 16 Mar 2025
https://github.com/ctkqiang/floodshield-sentinel
FloodShield Sentinel 是一个基于 C++ 开发的智能网络流量监控与分析系统,专门用于检测和防御网络攻击。本系统采用 libpcap 进行底层数据包捕获,实现实时流量分析和异常检测。
china china-region cpp cybersecurity ddos monitoring-tool
Last synced: 23 Apr 2025
https://github.com/seahuyty/c-c--lessonsandexercises
A collection of lessons and exercises of C and C++ programming languages.
cexercises cplusplus cpp cppexercises cprogramming cprogramming-language
Last synced: 23 Apr 2025
https://github.com/marichu-kt/chacha20-poly1305-x25519
Esto es una app cliente-servidor en C++ que cifra mensajes con ChaCha20-Poly1305 y usa X25519 para el intercambio seguro de claves. Soporta comunicación bidireccional por TCP y configuración vía XML.
asymmetric-encryption c-plus-plus chacha20-poly1305 client-server cpp cryptography curve25519 end-to-end-encryption multi-threading network-security openssl secure-chat secure-communication secure-messaging tcp-sockets x25519 xml-configuration
Last synced: 23 Apr 2025
https://github.com/akelsh/mono-gb
A relatively cycle-accurate Gameboy color emulator built in modern C++
cplusplus cpp cpu educational emulator gameboy hardware-emulation low-level nintendo retro
Last synced: 26 Jan 2026
https://github.com/ferfoui/embeddeddisplay
Program to control a little screen with an ESP32
bluetooth bluetooth-le cpp esp32 esp32-arduino platformio
Last synced: 10 May 2026
https://github.com/nguyenanhtuan1912/learn-cpp
Đây là repository học C++. Trong repo này sẽ chứa các file note, file bài tập của từng chủ đề khác nhau. Xem thêm trong phần readme.
Last synced: 09 Mar 2025
https://github.com/doyoulikevanyouxi/CAI
from 0 to Master, Build Your Own C++Interface Framework
Last synced: 28 Mar 2025
https://github.com/codernayeem/2d-maze-solver
Solve and view the solution path of a 2D Maze
backtracking-algorithm cpp maze maze-solver
Last synced: 04 Jul 2025
https://github.com/radoslav-grencik/ims_20_21
Simulation of ocean plastic pollution.
Last synced: 04 Jul 2025
https://github.com/hengxin666/threadpool
Linux,Windows轻量级C++线程池, 支持可变参数的函数/类方法/仿函数/匿名函数等等, 使用简单, 可自定义线程池增减规则, 日志打印等
Last synced: 12 Jun 2025
https://github.com/greycloudss/gauntlet
Gauntlet is a C++ reverse engineering utility that supports both static and dynamic disassembly, along with DLL injection into external processes. Built for modularity and performance, it provides core building blocks for memory manipulation, opcode decoding, and instruction tracing.
cpp disassembler imgui injector reverse-engineering security
Last synced: 04 Jul 2025