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-03 00:06:50 UTC
- JSON Representation
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/britanniavirtual/hlsl_line_shader
DirectX 11 shader to draw solid 3D line based on two 3D points as the vertex input. Line width and fill color specified with a cbuffer. Uses geometry shader to render the billboard line.
3d-line billboard cpp directx geo-shader hlsl line point-to-point
Last synced: 23 Mar 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/andreafioraldi/grassi-pi
Calculate PI using random numbers and probability
Last synced: 25 Mar 2025
https://github.com/rafaelbortolozo/minigame_boliche
Pequena atividade para a matéria de Paradigmas da Computação, se trata de um "jogo" onde a máquina joga sozinha gerando pontuações aleatórias. O objetivo principal do algoritmo era representar o funcionamento de um jogo de boliche, desconsiderando a fisica.
bowling-game cpp paradigms poo random-number-generators
Last synced: 15 Mar 2025
https://github.com/qwli7/cpp-all
C++学习记录和一些 C++知识点
cpp cppprimer cppprimerplus makefile sdl2 stdlib stl
Last synced: 31 Mar 2025
https://github.com/ntshvicky/fashionmnist_cnn_example
An example of training convolutional neural networks with Fashion MNIST dataset in C++ and Cmake
cmake convolutional-neural-networks cpp fashion-mnist-dataset fashionmnist-cnn machine-learning machine-learning-algorithms
Last synced: 15 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: 03 Jul 2026
https://github.com/kalyan4636/interview-coding-practice-questions
PYTHON AND JAVA CODING SNIPPETS, TECHNICAL INTERVIEW QUESTIONS AND PRACTICE CODE.
angular corejava cpp css data-structures django framework html java javascript mongodb python sql
Last synced: 11 Apr 2026
https://github.com/nkid00/24game
寻找 24 点的最佳解法。Find the best solutions of 24.
24game 24pointgame 24points cpp cpp17 mathematics
Last synced: 16 Mar 2025
https://github.com/superpuero/kawa
c++ game engine, made with love
cpp cpp20 ecs entity-component-system functional-programming game game-development game-engine graphics opengl
Last synced: 17 Feb 2026
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/shadowmitia/raytracer-upsud
Project for the photorealistic rendering class
Last synced: 05 Sep 2025
https://github.com/jaydattpatel/overloading-operator-function
Operator Overloading and Function Overloading in C++
cpp function-overloading function-overriding operator-overloading operator-override overloading overriding
Last synced: 11 Mar 2025
https://github.com/shantanu-crypto/leetcode
LeetCode solution for self practice.
Last synced: 01 Jun 2026
https://github.com/frymimori/c-plus-plus-randomizer
Create pseudo-random and random integers using C++ with a fast and unique randomizing algorithm.
arbitrary cpp cpp98-compatible cryptographic csrng entropy fast integer memory-safe minimal portable prng pseudo-random rand random-generation randomization randomize randomizer randomness srand
Last synced: 13 Mar 2025
https://github.com/asdjodsaijodsajoip/mod-gta5
This tool includes an HWID spoofer, customizable aimbot, character ESP, and 2D radar for enhanced gameplay. gta-5-hack gta-5-cheat gta-5-mod-menu gta-5 gta-v-mod-menu gta-v-hack gta-online-mod-menu gta-online-hack gta-online-esp gta-5-esp gta-5-aimbot gta-5-script gta-5-bot gta-5-spoofer gta-5-money gta-5-mod gta-5-hack-menu gta-online-cheat
archived cash-drop cpp game-mods grand-theft-auto-mod gta5-modding java-natives lemonui menu-mod-gta mod-menu-source open-source-mod scripthookv scripthookvdotnet standlua
Last synced: 08 Apr 2025
https://github.com/binoydipu/cp-templates
Competitive Programming Templates using C++.
competitive-programming cpp data-structures-and-algorithms problem-solving templates
Last synced: 13 Jun 2025
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/vaneeza-7/oop-assignments-in-cpp
Assignments of Object Oriented Programming in C++
cpp object-oriented-programming
Last synced: 24 Apr 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/ajisubarkah/struktur-data
Introduction to Data Structures and Algorithms in C++
Last synced: 06 Jun 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/codernayeem/leetcode_interview_150
The top 150 interview question solve from leetcode
competitive-programming cpp interview-questions leetcode-solutions leetcode-top-150-questions
Last synced: 13 Jun 2025
https://github.com/oflore12/introduction-to-programming
MC Fall 2019 C++ CMSC140
Last synced: 28 Feb 2025
https://github.com/archismankarmakar/password-strength-check-electronjs-cpp
Password Strength Checker using ZXCVBN Algorithm in CPP and Electron JS frontend.
cmake cpp electron electron-app electronjs napi nodejs password password-safety password-strength zxcvbn zxcvbn-cpp
Last synced: 13 Apr 2026
https://github.com/podgorskiy/nonius
Nonius benchmark-framework fork
benchmark benchmark-framework benchmarking cpp performance
Last synced: 10 Jun 2026
https://github.com/heshanera/charrecognizer
Character Recognition using an artificial neural network. Network is trained for 26 characters. Implemented in C++ and Magick++ API is used for pixel manipulation
artificial-neural-networks character-recognition cpp magick-api
Last synced: 03 Jul 2025
https://github.com/pr47h4m/datastructuresandalgorithmscpp
Repository Focuses On Implementation Of Data Structures And Algorithms In CPP
algorithms codejam cpp data-structures kickstart oop
Last synced: 09 Apr 2025
https://github.com/calint/xiinux
experimental high performance web application server for linux in c++
Last synced: 15 May 2026
https://github.com/jsmolka/disarmv4t
An ARMv4T disassembler.
armv4t cpp disarmv4t disassembler
Last synced: 08 Apr 2025
https://github.com/flagarde/khaos
A C/C++ library to simplify cross-platform programming
c cpp cross-platform cxx predef
Last synced: 13 May 2026
https://github.com/iassasin/configen
Custom config generator
clang config-management cpp cpp14 gcc generator
Last synced: 09 Apr 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/djoezeke/celog
A Fast , Convenient and Lightweight Header Only C/C++ Logging Library.
asynchronous c cpp cross-platform header-only high-performance logger logging logging-library low-latency
Last synced: 09 Mar 2025
https://github.com/leewayzdes/binary-calculator-cpp
Калькулятор двоичных чисел на C++, реализующий арифметические операции (+, -, *) в постфиксной (обратной польской) записи.
binarycalculator calculator cpp
Last synced: 16 Mar 2025
https://github.com/beepboopbit/cpp-simplex-and-duality-calculator
Calculate some linear programming problem using simplex and/or duality method
calculator cpp duality simplex
Last synced: 12 Jun 2025
https://github.com/vishwajeetk5/rocket_cpp_graphics
This C++ graphics program visually simulates rocket launch, lunar journey, and successful landing, using simple animations and graphics.
Last synced: 09 Apr 2025
https://github.com/waqaszafar9/cpp-projects
Mega C++ Projects
algorithms algorithms-and-data-structures cpp operating-system project-repository projects
Last synced: 13 Jun 2025
https://github.com/hyunjinno/algorithm
A repository for learning algorithms.
algorithm cpp java javascript kotlin problem-solving python typescript
Last synced: 13 Apr 2026
https://github.com/nazarii-piontko/arduino-snake
Snake game implemented on Arduino with LED display MAX7219 (8x32) and joystick from RobotDyn. Also, the WASM version is implemented.
arduino cpp demo joystick max7219 robotdyn snake-game wasm
Last synced: 31 Dec 2025
https://github.com/paulanerus/argparser
ArgParser - Simple, single header-only C++17 library for command parsing
argument-parser argument-parsing cli cli-args command-line-parser commands cpp cpp17 cpp20 header-only header-only-library parser parsing-library
Last synced: 03 Dec 2025
https://github.com/costingh/client-server
C++ application with a client that sends messages and a server that receives them. The client and server communicate through non-blocking sockets
client-server cpp socket-programming
Last synced: 31 Mar 2025
https://github.com/hyouteki/sock
A simple language meant for transforming mathematical expressions inspired by Coq and Noq.
Last synced: 09 Sep 2025
https://github.com/tallamjr/computing-for-scientists-book
Exercises and code from Computing for Scientists Book.
Last synced: 03 Sep 2025
https://github.com/anidipta/esp32-sheet-control
ESP32 & Google Sheets Integration
arduino cpp esp32 google-sheets
Last synced: 08 May 2026
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/raytracing-test
Following "Raytracing In One Weekend" and subsequent books to learn about raytracing. These books are found at: https://raytracing.github.io/
cpp ppm raytracing raytracing-in-one-weekend raytracing-the-next-week raytracing-the-rest-of-your-life stb-image
Last synced: 25 Mar 2025
https://github.com/garyhilares/chess
A chess game interface created using SFML and C++.
Last synced: 08 Apr 2025
https://github.com/dougsoftware/college_computer_science
This repository is my college computer science studies.
c code-block code-blocks cpp data-science data-structures database eclipse gcc-complier html-css-javascript intellij java java-8 javascript jvm opengl operating-system php vscode
Last synced: 05 Jul 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/mohamedelziat50/hospital-management-system-miu
Simple C++ based terminal application developed as part of the Spring 2024 Computer Programming & Problem Solving Course Project.
Last synced: 24 Mar 2025
https://github.com/ka-iden/chips
chips haha get it like the food
chip-8 chip8 chip8-emulator chip8-interpreter cpp emulator interpreter sdl2
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/fabienpean/comcept
Small library for composable concepts in C++20 and beyond
composable-concepts concepts cpp cpp20
Last synced: 30 May 2026
https://github.com/basemax/cppfileuse
Sample project for working with the file in cpp with add, search, delete, edit.
cpp delete-in-file edit-in-file file file-add file-create file-edit file-read search-in-file
Last synced: 03 Apr 2025
https://github.com/omparghale/aes-rsa-hybrid
AES-RSA hybrid encryption implementation in C++.
Last synced: 01 Apr 2025
https://github.com/norbcodes/nfractallizer
C++ renderer of the Mandelbrot Set fractal.
bigint cpp cpp17 fractal fractal-rendering mandelbrot mandelbrot-fractal mandelbrot-set math renderer rendering
Last synced: 06 Sep 2025
https://github.com/matusollah/duino-coin-esp-oled
ESP Miner x OLED display
adafruit arduino c cpp crypto crypto-miner duco duino duino-coin duinocoin oled-display-ssd1306
Last synced: 12 Jun 2025
https://github.com/ferhatgec/gsc
Gech temperature scale converter.
celcius cpp fahrenheit gech kelvin
Last synced: 18 Feb 2026
https://github.com/harmim/vut-ims-project
Modelování a simulace - Projekt - Rozvoz jídla firmou Freshbox
cpp ims modeling simlib simulation vut vut-fit
Last synced: 31 Mar 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/rashidintheworld/cpp-learning-projects
In projects developed for learning and testing the C++ programming language. It aims to apply and better understand basic C++ concepts.
algorithms-and-data-structures cpp devcpp exercism-solutions programming tasks-list
Last synced: 24 Mar 2025
https://github.com/alexlnkp/weatherscript
An easy-to-use-and-customize C++ program for yielding weather report and printing it out
cpp weather-forecast weather-report wttr wttrin
Last synced: 13 Jun 2025
https://github.com/rsusik/pycerializer
PyCerializer is a lightweight serialization module for Python. This serializer allows easily deserialize the data in C/C++.
c cpp packing python serialization serializer
Last synced: 12 Apr 2026
https://github.com/hcolda/qchatclient
A lightweight chat software client (WIP)
chat chat-app chat-application chatapp chatroom client cpp cpp23
Last synced: 28 Mar 2025
https://github.com/phantom7knight/vulkanrenderer
My first Vulkan Renderer.
cpp graphics graphics-rendering vulkan vulkan-renderer
Last synced: 30 Jun 2025
https://github.com/christs8920/pacman-cpp
A pacman style game made in C++ using the PDcurses library.
cli command-line cpp game game-development gamedev ncurses pacman-game pdcurses
Last synced: 19 Jun 2025
https://github.com/przemekhasz/guardianeye
GuardianEye is a powerful network vulnerability scanner designed to identify open ports and potential security risks in target systems. It utilizes advanced port scanning techniques to discover exposed services and protocols.
cpp network-analysis security-tools
Last synced: 26 Oct 2025
https://github.com/amitrajitdas/cp-contests
Restarting my CP journey :D
atcoder codechef codeforces competitive-programming cpp leetcode
Last synced: 17 May 2025
https://github.com/zouariomar/leetcode
LeetCode solutions repository
algorithms code cpp leecode-solutions
Last synced: 20 Jul 2025
https://github.com/mirzaazwad/cse4403-data-structures-and-cse4404-algorithms
This is the repository where I outline the different implementations of various data structures and algorithms as well as different aspect covered by means of problem solving or various courses conducted by Mezbaur Rahman Ucchash Sir, Lecturer, IUT, Fardin Saad Sir, Lecturer, IUT and Mohammad Saidul Islam Sir, Lecturer, IUT.
Last synced: 14 Oct 2025
https://github.com/crhowell3/libsersi
C++ implementation of the IEEE 1278.1-2012 Distributed Interactive Simulation (DIS) application protocol
Last synced: 05 Feb 2026
https://github.com/zigrazor/chihuahua
C++ unique identifier utilities
cplusplus cpp cpp-library cpp20 id-generation id-generator unique-id unique-id-generator unique-identifier utility utility-library
Last synced: 13 Jun 2025
https://github.com/yohhoy/tecalc
tiny embedded calculator
calculator cpp cpp17-library header-only
Last synced: 08 Apr 2025