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/netromdk/mocam
Interaction with video capturing devices coupled with facial recognition.
cmake cpp face snapshot video-device
Last synced: 25 May 2026
https://github.com/erthium/hashiwokakero
Generator and solver algorithm repertoire for the logic puzzle Hashiwokakero.
cpp puzzle puzzle-generator puzzle-solver pygame python sdl2
Last synced: 22 Sep 2025
https://github.com/Jyotibrat/Structs-Algos
This Repository contains all the Data Structures and Algorithms in C++ and Java
algorithms cpp data-structures dsa java
Last synced: 07 Mar 2025
https://github.com/somecho/ofxjfa
Simple OpenFrameworks addon for doing Jump Flooding with GLSL shaders.
cpp glsl glsl-shader jump-flooding openframeworks openframeworks-addon opengl
Last synced: 29 Jul 2025
https://github.com/ivangalbans/hackerrank
My solutions to HackerRank challenges
algorithms clojure cpp data-structures functional-programming hackerrank-solutions problem-solving sql
Last synced: 11 May 2025
https://github.com/maximilianfeldthusen/simpleusermanagementsystem
The code implements a simple user management system using classes, exception handling, and smart pointers for memory management.
classes cpp exception-handling user-management
Last synced: 07 Mar 2026
https://github.com/igozdev/xorlit
Compile time string literal encryptor
compile-time compiletime cpp encryption encryptor literal literals metaprogramming obfuscation obfuscator string strings xor
Last synced: 20 Sep 2025
https://github.com/khaledkamr/problem_solving
All the solutions of Assiut sheets for the beginers on Codeforces, covers all the basics and genral problems with different levels.
algorithms arrays codeforces-solutions cpp data-types functions if-elseif-else loops math-geometry problem-solving recursion strings
Last synced: 28 Jul 2025
https://github.com/diath/ipc
Tibia IP Changer (Linux)
changer cpp ip ip-changer linux opentibia tibia
Last synced: 19 Sep 2025
https://github.com/ferhatgec/word
Reeeaally simple CLI pattern matcher in C++.
cli commandline cpp cpp17 pattern pattern-matching
Last synced: 27 Jul 2025
https://github.com/youssef-saaed/booleanarray
A C++ class for storing boolean values efficiently using a single bit instead of byte per value
bitwise-operators cpp memory-management open-source optimization
Last synced: 22 Mar 2025
https://github.com/tebogoyungmercykay/object_orientated_programming_in_cpp
C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. C++ gives programmers a high level of control over system resources and memory. The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.
access-control-device array-of-objects binary-heap classes cpp doubly-linked-lists encryption-and-decription enumeration genetic-algorithm inheritance linear-data-structures matrix-arithmetic operator-overloading pointers pointers-to-objects singly-linked-lists stacks templates vectors
Last synced: 13 Apr 2025
https://github.com/avicted/skogsnet
Arduino -> Serial bus -> Unix -> (main) Measuements read from the Serial bus. With Raylib as Visualization for the data.
arduino c cpp embedded-systems iot linux makefile pid pid-control raylib raylib-c raylib-cpp serial-communication temperature unix
Last synced: 27 Jul 2025
https://github.com/tanvir1337x/scriptorium
A collection of code snippets and scripts in various languages designed for task automation, workflow enhancement, and other miscellaneous/experimental or fun purposes
bash c cpp css fish flake flakes html javascript lua nix nix-shell nushell python ruby rust script scripts-collection shell zsh
Last synced: 25 Jul 2025
https://github.com/ferhatgec/kedi
Fegeya Kedi, Experimental Data Interface.
cpp cpp17 data data-interchange data-interface fegeya gnu json library linux xml
Last synced: 14 Apr 2025
https://github.com/samyam81/adapter_design
Adapter design pattern allows incompatible interfaces to work together by providing a wrapper that translates the interface of a class into another interface that a client expect.
adapter cpp csharp design design-patterns java kotlin python
Last synced: 12 Sep 2025
https://github.com/theolepage/face-detection
Simple C++ program to detect human faces in an image.
computer-vision cpp face-detection
Last synced: 21 Jul 2025
https://github.com/joanstinson/stinsonengine
A 3D engine using C++ with OpenGL that tries to mimic Unity's functionalities.
cplusplus-11 cpp game-engine-3d game-engine-development opengl
Last synced: 20 May 2026
https://github.com/harry48225/octoscale
a tiny smart espresso scale
arduino cpp esp32 nativescript svelte
Last synced: 18 Feb 2026
https://github.com/mideohub/complaint-management-system
A console-based application to manage customer complaints using manually implemented data structures: linked list (employee management), queue (complaint storage), stack (problem summaries), and priority queue (urgent complaints). Supports Customer, Employee, and Admin roles with file-based data persistence.
aast clion complaint-management-system console-application cpp data-structures data-structures-project linked-list priority-queue queue stack
Last synced: 14 May 2025
https://github.com/AfonsoCMSousa/ASM-Emulator
ASM Emulator is a Simpler-way of having fun writing assembly!
assembly cpp cpp17 early-development ncurses
Last synced: 05 Mar 2025
https://github.com/moshegroot/42projects_archive
My archive with project from Ecole42 (school21 in Russia)
algorithms c cpp data-structures graphics raytracing
Last synced: 20 May 2026
https://github.com/amake/flutter_prime_test
A performance comparison of Dart, "platform", and "native" layers in Flutter
c cpp dart flutter kotlin performance swift
Last synced: 08 Apr 2026
https://github.com/tahsin005/problem-solving
My Problem Solving Repository - Consists all of my solved and attempted problems
competitive-programming cpp golang javascript problem-solving python
Last synced: 28 Jun 2025
https://github.com/jahanvisharma-dotcom/cpp-programs
basics basicsofcpp cpp cppprograms programs
Last synced: 10 Jun 2026
https://github.com/ho-cooh/include-info
A VSCode extension for showing infos about your included files
Last synced: 08 May 2026
https://github.com/hxndev/implementing-grep-using-naive-search
GREP is a command-line utility for searching plain-text data sets for lines that match a regular expression or simply a string. In this, I implemented GREP using Naive Search.
algorithm command-line cpp grep linux naive-bayes-algorithm search time-complexity-analysis utility
Last synced: 03 May 2026
https://github.com/pratik08/pytorch-submodular
A GPU accelerated Submodular Optimization toolkit.
cpp machine-learning submodular-optimization submodularity
Last synced: 09 May 2026
https://github.com/asad-ismail/fruits-classfication
Fruit classification tensorflow
classification cpp cpp-inference fruits optimization sagemaker sagemaker-deployment tensorflow tflite-conversion
Last synced: 09 May 2026
https://github.com/engineersbox/wolfenstein-3d
Re-creation of Id Software's Wolfenstein 3D
astar-algorithm cpp game-engine glut opengl raycaster wolfenstein-3d
Last synced: 09 May 2026
https://github.com/chez14/class.java.dll.so
Yup, load dll and so from java. no need to tell, this is an example.
Last synced: 06 May 2026
https://github.com/long-gong/hdf5-with-mingw
Play HDF5 with MinGW on Windows 10
cmake cpp hdf5-library mingw-w64
Last synced: 10 Jun 2026
https://github.com/nanomonkey/ks_100kw
Firmware for 100kW Powertainer gasification unit.
Last synced: 01 May 2026
https://github.com/1ay1/loom
Single-binary C++20 blog engine. No dependencies, no frameworks — just epoll, markdown, and one command.
blog-engine cpp cpp20 epoll http-server markdown self-hosted zero-dependencies
Last synced: 10 Jun 2026
https://github.com/asiantbd/crypto-prices-slash-bot-cpp
Crypto Prices Discord Bot C++ with Slash Command
Last synced: 22 Jun 2026
https://github.com/hxndev/tcp-connection-to-record-attendance
TCP Client Server Model that records the attendances of faculty and staff.
Last synced: 02 May 2026
https://github.com/irgendwr/arduino_nunchuk_mouse
🖱️ This sketch lets you use a Wii Nunchuk as a mouse.
Last synced: 04 May 2026
https://github.com/kauefraga/ping-pong
The classic ping pong game made with Raylib/C++.
cpp game-development ping-pong raylib raylib-cpp
Last synced: 24 Jun 2026
https://github.com/jahanvisharma-dotcom/hackerrank-cpp
HackerRank Solutions of C++ Programming
basic-programming code coding cpp hackerrank hackerrank-cpp hackerrank-solutions programming
Last synced: 11 Jun 2026
https://github.com/h-vance/algorithmic-trading-engine
Low-latency execution framework supporting quant-driven strategies, featuring sub-10ms response times, dynamic risk parity modeling, and optimized order flow across fragmented markets.
algorithmic-trading aws cpp execution-engine finance fintech hft low-latency python redis risk-parity trading-bot
Last synced: 03 May 2026
https://github.com/maurodelazeri/elapsed_timer
header-only lib record time elapsed using C++11
cpp elapsed-time header-only library
Last synced: 20 Jun 2026
https://github.com/timbergus/sirocco
This project aims to create a C++ REST server.
Last synced: 26 Jun 2026
https://github.com/liardeauxq/r-type
R-type game
amethyst cpp ecs game game-engine rust server student-project
Last synced: 02 May 2026
https://github.com/ohjurot/cppproject-expenses
C++ Project (YouTube Video) on "Expenses"
Last synced: 02 May 2026
https://github.com/101rror/geeksforgeeks
POTD and Practice Problems Solutions, 💻 (Author :: 101rror)
cpp java javascript potd-gfg python3
Last synced: 06 May 2026
https://github.com/michalgallovic/computer-graphics
🎮 Fractals, Bezier curve, Image processing and Physics
computer-graphics cpp docker glm glut opengl
Last synced: 07 May 2026
https://github.com/fbseletronica/franzboy-lib
Biblioteca para a placa FranzBoy
arduino biblioteca c cpp franboy
Last synced: 13 May 2026
https://github.com/ronenness/bucketalerts
C++ Library for Token-Buckets based alerts.
alerts cpp cpp11 events token-bucket
Last synced: 11 Jun 2026
https://github.com/blayung/cs-c4
The code for my own csgo (or in the near future cs2) bomb replica. You won't do much with it unless you build a circuit just like mine.
arduino bomb counter-strike cpp electronics
Last synced: 14 May 2026
https://github.com/alexandroskyriakakis/programming_languages_2020
Exercises for course Programming Languages I 2020 at Ece-Ntua university!
competitive-programming cpp ece-ntua java ntua prolog python sml smlnj
Last synced: 07 May 2026
https://github.com/springbear2020/whut-billing-management-system
计费管理系统是一个基于 C 语言的控制台应用程序,主要应用场景是网吧、机房、电子阅览室等,核心功能是实现对数据的基本维护和统计分析。
Last synced: 05 May 2026
https://github.com/contactvaibhavi/algdesign
Solution codes for the Stanford course on Design and Analysis of Algorithms by Tim Roughgarden.
algorithm algorithms algorithms-and-data-structures coursera coursera-algorithms-specialization coursera-assignment cpp data-structures dsa-practice github java mit-license
Last synced: 08 May 2026
https://github.com/paul-maxime/bombercraft
A bomberman made using a closed-source 3D library and Minecraft textures (2014).
3d bomberman cpp minecraft-textures opengl
Last synced: 08 May 2026
https://github.com/rachbowyer/fudlib
FUDLibrary - a user defined function library for Interbase 6
cpp interbase rdbms udf user user-defined-functions
Last synced: 10 Jun 2026
https://github.com/anusthan12/kiit
Its an repo that consists of some activity's perform in labs in KIIT (2024 batch)
anusthan anusthan12 c cpp java kiit python python3
Last synced: 05 May 2026
https://github.com/leksus-04/algorithms-and-data-structures
:brain: Implementation of various algorithms and data structures in C++
algorithms cplusplus cpp data-structures implementation-of-algorithms implementation-of-data-structures
Last synced: 13 Jun 2026
https://github.com/billyfrcs/2dspriteanimation
2D Sprite Animation And Movement.
2d-game 2danimation animation cpp game game-development graphics graphics-library raylib raylib-cpp spritesheet visual-studio-code
Last synced: 13 Jun 2026
https://github.com/googlers-repo/android-xdg-utils
XDG Utils built for Android with C++
Last synced: 08 May 2026
https://github.com/offamitkumar/kattis
https://open.kattis.com/
competettive-programming competitive-coding competitive-programming cpp cpp17 interview-questions interview-questions-solved kattis kattis-challenges kattis-problems kattis-solutions kattis-submissions kattissolutions problem-solving python3 solutions
Last synced: 05 May 2026
https://github.com/tsnsoft/cpputf8crossplatform
Пример консольной кроссплатформенной программы на C++ с UTF-8 для Visual Studio 2022
console cpp cross-platform linux utf-8 visual-studio windows
Last synced: 08 May 2026
https://github.com/pkarnakov/ptoy
Particle toy with bonds and portals
cpp game opengl particles portal webassembly
Last synced: 03 May 2026
https://github.com/dschrempf/popgen-cpp-programs
A collection of C and C++ programs and simulations related to population genetics and/or methods that could be used in population genetics.
cpp population-genetics simulation
Last synced: 16 Jun 2026
https://github.com/makischristou/rtxon
A Raytracer I made for fun and learning.
cornell-box cpp golang graphics nvidia raytracing rendering rtx rtxon rust utah-teapot
Last synced: 09 May 2026
https://github.com/kitswas/cpp-project-template
Secure CMake template for C and C++ projects.
beginner-friendly c cmake cpp template template-project tutorial
Last synced: 01 May 2026
https://github.com/qninhdt/jbt
The JSON-like Binary Tag (JBT) file format - A simple file format developed for store binary data: game save, world, ...
binary cpp game-development gamedev json lz4
Last synced: 19 Jun 2026
https://github.com/wx257osn2/linse
BSD licensed header-only C++17 readline library that supports UTF-8 and Windows.
cpp cpp17 header-only linenoise readline
Last synced: 19 Jun 2026
https://github.com/offamitkumar/spoj
Solution of Problem from Sphere Online Judge; Link: https://www.spoj.com/
competettive-programming competitive-coding competitive-programming competitive-programming-algorithms competitive-programming-contests cpp cpp14 cpp17 dynamic-programming interview interview-preparation interview-questions solutions spoj spoj-classic spoj-classical spoj-greedy spoj-problems spoj-solutions spojsolutions
Last synced: 20 Jun 2026
https://github.com/muhammad-fiaz/tunix-library
A powerful, cross-platform terminal UI framework written in pure C11 with an optional modern C++20 wrapper.
bash c c-language c-libraries c-library c-programming cmake cpp cpp-library cpp-programming terminal-app terminal-ui tui tui-cpp xmake
Last synced: 20 Jun 2026
https://github.com/simplyyan/aprender-arduino
Aprenda Arduino com C++. Curso fácil e completo, além de ser open-source. Com tudo que vc precisa saber
aprendendo aprender arduino arduino-boards arduino-ide arduino-platform arduino-project cpp cpp-programming learn learn-arduino learn-by-doing learn-cpp learn-to-code learning learning-by-doing learning-exercise learning-resources
Last synced: 09 May 2025
https://github.com/s0urcedev/additionalfunctions
Additional functions
algorithms cpp csharp education fundamentals go golang javascript js olympiad python python3
Last synced: 12 Apr 2025
https://github.com/jp-zuniga/sistema-contable
Proyecto de curso de la asignatura Lógica y Algoritmos.
accounting cpp finance sales sales-analysis terminal-app terminal-based terminal-colors terminal-ui tui
Last synced: 22 Jun 2026
https://github.com/teneplaysofficial/registration-and-login-system-cpp
A C++ project that provides user registration with email and password, featuring email validation using regular expressions, password length validation, and secure password management with options for resetting passwords. Future plans include implementing a cipher algorithm for enhanced data protection.
cipher-algorithm cpp emailvalidation fstream login-system regular-expression string xor-cipher
Last synced: 22 Jun 2026
https://github.com/oblerion/amstrad_editor
console text editor , look like amstrad console
console cpp opensource text-editor
Last synced: 22 Jun 2026
https://github.com/lambdaurora/gpio_led_image
A fun software to "display" images on a RGB led.
cpp gpio raspberry-pi raspberry-pi-gpio rgb-led
Last synced: 09 May 2026
https://github.com/dup4/snapshot-cpp
Similar to Jest Snapshot, but implemented in C++.
Last synced: 22 Jun 2026
https://github.com/mrglaster/cuda-acfcalc
Calculation of the smallest ACF for signals of length N using CUDA technology.
acf c calculations cpp cuda google-colaboratory google-colaboratory-notebooks isu
Last synced: 06 May 2026
https://github.com/yottaawesome/writing-secure-code-source
Unofficial source code for Writing Secure Code, 2nd Ed by David LeBlanc and Michael Howard.
Last synced: 22 Jun 2026
https://github.com/1chooo/object-oriented-analysis-and-design-writeups
✍🏻 NCU-SE6029-2024-Spring-Object-Oriented Analysis and Design (OOAD) Notes
cpp java mob-programming object-oriented-programming
Last synced: 06 May 2026
https://github.com/aaronkirkham/jc-model-renderer
An application containing a series of tools required for modding Avalanche Engine games.
cpp d3d11 file-explorer game-tools modding-tools
Last synced: 23 Jun 2026
https://github.com/tech-gian/school_simulation_cpp
👨🎓📚🏫 A simple school simulation made with Object-Oriented Programming principles in C++.
cpp oop oop-cpp oop-principles school school-project simulation
Last synced: 23 Jun 2026
https://github.com/papachristoumarios/ntua-pl1
Programming Languages I Homework Assignments
cpp java programming-language prolog python3 smlnj
Last synced: 01 May 2026
https://github.com/hmasum52/cse310-compiler-sessional
Implementation of all the assignments of the course CSE310-Compiler-Sessional
bison-yacc compiler cpp flex-lexer lexer
Last synced: 25 Jun 2026
https://github.com/pranjalya/competitive-programming-hub
Competitive Programming questions and their solutions from various sources including LeetCode, Hackerrank, Google Kickstart, Codechef and more platforms.
codechef codeforces competitive-programming cp cpp golang hackerrank leetcode python
Last synced: 10 May 2026
https://github.com/thepushkarp/leetcode
My Leetcode submission
cpp leetcode leetcode-submissions python submissions
Last synced: 03 May 2026