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/jrdpteam/neteye
Tiny sniffer made in C++.Designed for use on Kali Linux and other Debian-based Linux distributions.
cpp icmp kali kali-linux packet packet-analyser packet-capture packet-sniffer recon sniff sniffer sniffing tcp udp
Last synced: 01 May 2025
https://github.com/tomenz/mdns
mDNS Library, sending and receiving mDns messages. Needs the SocketLib
cpp cpp11 dns mdns mdnsresponder socket
Last synced: 03 Apr 2025
https://github.com/geoffreylgv/alx-system_engineering-devops
This repo is a DevOps (SysAdmin/Software Engineering) scripts project - that stores basics and advanced (Regular expressions) shell commands.
alx alx-africa alx-curriculum alx-system-engineering c cpp dev developer-tools development devops holberton holberton-school-student holbertonschool linux script scripting shell shell-scripting
Last synced: 11 Apr 2026
https://github.com/samyam81/theoryofcomputation
This is a repository created to store the questions related to theory of Computation. This maynot be the most efficient way of solving the problem.
cpp java theory-of-computation
Last synced: 19 May 2026
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/srbhp/h5stream
C++ Header only library for HDF5 input/output
Last synced: 21 May 2026
https://github.com/biogui/guia-leetcode
[PT-BR] Guia de estudos voltados para o leetcode.com baseado na Curva de Esquecimento de Ebbinghaus
algorithms-and-data-structures cpp hacktoberfest hacktoberfest2021
Last synced: 11 Sep 2025
https://github.com/jcksnvllxr80/sidescroller
SideScroller Demo in Unreal Engine 5.2
cpp games sidescroller unreal-engine
Last synced: 12 Sep 2025
https://github.com/BillyFrcs/FlappyBird
Flappy Bird Game.
2d-game cpp flappy-bird-game flappybird game game-development sfml sfml-2d-engine sfml-cpp sfml-dev sfml-game sfml-game-development sfml-graphics-library sfml-library
Last synced: 14 Apr 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/qtlittlexu/thefungame-tetris
这是一个使用 C++ 和 EasyX 写的俄罗斯方块小游戏,代码简单,只封装了 Game 和 Block 类,非常适合初学者学习
Last synced: 06 Apr 2025
https://github.com/adamjosephmather/codewizard
CodeWizard is a code editor/IDE like no other. Written in QT C++. Far superior to CodeShizard.
code-editor codewizard cpp custom-ide ide idle python qt
Last synced: 31 Aug 2025
https://github.com/dayyass/hpc
My experiments with MPI and OpenMP
cpp cuda gpu high-performance-computing hpc mpi nvidia openmp parallel-computing super-computing
Last synced: 07 Mar 2026
https://github.com/samyam81/anonymous-functions
A lambda expression in Java is a concise way to define an anonymous function that can be used as a method parameter or assigned to a variable.
cpp csharp functional-programming java
Last synced: 11 May 2026
https://github.com/theflash2k/sudoku
A sudoku game made in C++
c cplusplus cplusplus-games-for-beginners cpp game sudoku
Last synced: 19 May 2026
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/gittygupta/slam
Simplest implementation of Simultaneous Localisation and Mapping with Brute-force matching of necessary points. Visualized and optimized using Pangolin and g2o libraries of C++ respectively, build for python.
Last synced: 19 May 2026
https://github.com/mvharsh/data-structures
This repository contains all my data structures code in C++ language
cpp data-structures disjoint-sets graph hash heap linked-list queue searching-algorithms sorting-algorithms stack trees
Last synced: 11 Jun 2026
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/humbertodias/sdl-openmugen
Open source King of Fighters code
Last synced: 13 May 2025
https://github.com/brhaka/sfml-compiler
Atom SFML Compiler
atom atom-editor atom-package coffeescript compiler cpp customizable javascript open-source package sfml sfml-compiler windows
Last synced: 12 Apr 2025
https://github.com/aleks-net/fnv1a
Single header solution to hashing with FNV1a in C/C++
c compile-time cpp fnv fnv-1a fnv1a hash header-only multiplatform
Last synced: 30 Apr 2025
https://github.com/soreing/var-cpp
Dynamic and flexible type var implementation in c++
Last synced: 15 Oct 2025
https://github.com/abdallahhemdan/competitive-programming
algorithms competitive-programming cpp math problem-solving
Last synced: 13 Mar 2025
https://github.com/caoimhebyrne/cmake-lagom-template
A minimal project template for building a C++ application using SerenityOS' Lagom libraries
Last synced: 22 Mar 2025
https://github.com/wx257osn2/clockwork_base32_cxx
Implementation of Clockwork Base32 for C++.
Last synced: 07 Jun 2026
https://github.com/rozanlaudzai/competitive-programming
My competitive programming solutions, templates, and learning resources.
algorithms atcoder atcoder-solutions codeforces codeforces-solutions competitive-programming cpp cses-solutions data-structures data-structures-and-algorithms leetcode leetcode-solutions tlx tlx-solutions tlx-toki
Last synced: 20 Jan 2026
https://github.com/wkhallen/unscramble
A C++ program that unscrambles scrambled words
Last synced: 19 Apr 2025
https://github.com/waqqas/staticvisitor
Sample project to demonstrate Visitor pattern with static polymorphism.
cpp cpp11 design-patterns polymorphism static-polymorphism visitor-pattern
Last synced: 12 Sep 2025
https://github.com/conreality/conreality-hal
Conreality Hardware Abstraction Layer (HAL).
Last synced: 13 Mar 2025
https://github.com/pokisemaine/fishjoy
High-performance C++ server framework
cmake cpp high-performance server-framework
Last synced: 20 May 2026
https://github.com/andresag01/thumb-sim
Thumb Timing Simulator
cpp microcontrollers simulator
Last synced: 22 Mar 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/jyotibrat/structs-algos
This Repository contains all the Data Structures and Algorithms in C++ and Java
algorithms cpp data-structures dsa java
Last synced: 25 Jun 2025
https://github.com/cschladetsch/turtlegraphics
Turtle Graphics system using modern C++ and SDL, with an interactive Interpreter.
cmake cpp interpreter sdl turtle-graphics
Last synced: 29 Mar 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/dashroshan/daa-oop-lab
📝 3rd semester DAA and OOP lab question solutions in C++
cpp design-and-analysis-of-algorithms object-oriented-programming
Last synced: 06 Apr 2025
https://github.com/mohitmishra786/my-codechef-solutions
codechef-solutions competitive-programming cpp python
Last synced: 19 May 2026
https://github.com/timkpaine/csp-adapter-discord
A csp adapter for discord
chat chatbot cpp discord discord-py discordpy python reactive reactive-programming stream-processing streaming
Last synced: 14 Apr 2025
https://github.com/ferhatgec/ee
Ee? Access E codes from C++.
cpp e eee europe european-union
Last synced: 18 Feb 2026
https://github.com/falcon-09/leetcode-problems
algorithms cpp data-structures leetcode-solutions
Last synced: 02 Jan 2026
https://github.com/soreing/des-cpp-encrypt
Simple DES encryption library for C++
Last synced: 05 Apr 2025
https://github.com/atus/proove_433_cpp
C++ lib for controlling your Proove/Nexa/Anslut/Telldus RF sockets
433mhz anslut cpp iot nexa proove proove-rf-sockets raspberry-pi rf telldus
Last synced: 10 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/giulioromualdi/named_tuple
Single header tagged tuple implementation
Last synced: 29 Mar 2025
https://github.com/abcdesktopio/oc.user
abcdesktop main graphical user container
bash c cpp dockerfile nodejs tigervnc x11 xtermjs
Last synced: 30 Jun 2025
https://github.com/x39/xcg
X39s Code Generator - Creating your CST (Concrete-Syntax-Tree) with ease
code-generation code-generator cpp cst generator parser parser-generator syntax-tree
Last synced: 07 May 2026
https://github.com/kassane/sieve-cache-cpp
A SIEVE cache implementation for C++
cache-algorithm cpp sieve sieve-cache
Last synced: 03 Feb 2026
https://github.com/astrodynamic/multilayerperceptron-in-qt-cpp
MultilayerPerceptron Project is a C++ implementation of a multilayer perceptron capable of classifying handwritten Latin alphabet images with 2 to 5 hidden layers. Built with the MVC pattern and Qt library, it requires C++17, CMake, Qt5 Widgets/Charts, and Google Test library. The program can be customized and features options.
cmake cpp cpp-programming cpp17 gui image-classification machine-learning makefile mlp multilayer-perceptron multilayer-perceptron-network neural-network qt ui
Last synced: 08 May 2026
https://github.com/CorridoniMatias/kemmens
Biblioteca Multiuso para C - Socket Server - Socket Client - Thread Pool - Serialization - Command Interpreter
c command-interpreter commons cpp frba gnu kemmens operativos serialization sisop socket thread thread-pool utn
Last synced: 11 May 2025
https://github.com/redwansharafatkabir/cpp-code
basic-codes c-plus-plus c-plus-plus-examples cplusplus cpp cpp-programming
Last synced: 20 Jul 2025
https://github.com/susmita-dey/math-quiz-game-in-cpp
I have created a math quiz game using C++ in 2 ways: POP and OOP. The game has 3 levels - Easy, Medium and Hard. It contains questions of Mental Maths.
100daysofcode cpp cpp-library game math-library quiz-game quizgameincpp
Last synced: 01 Sep 2025
https://github.com/jafagervik/gonflux
Blazingly Concurrent
compiler concurrent concurrent-programming cpp cpp20 language parallel-programming programming
Last synced: 20 Jan 2026
https://github.com/johancdev/bomberman
💣 Recreation of Bomberman arcade game using Raylib and C++. This project has been done with 5 other students and signed the end of my 2nd year at Epitech.
Last synced: 13 Apr 2025
https://github.com/dsanders11/chromium-include-cleanup
Scripts to help guide cleanup of #include lines in the Chromium codebase
Last synced: 17 Mar 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/dadavidtseng/daemonengine
Daemon Engine is an C++20 game engine featuring real-time V8 JavaScript scripting with hot-reload capabilities, DirectX 11 rendering pipeline, multithreaded JobSystem for parallel processing, NetworkSubsystem for multiplayer experiences, resource management with caching, and integrated FMOD 3D audio system.
cpp directx11 dx11 game-engine logger obj objloader tcp v8
Last synced: 03 May 2026
https://github.com/8ightfold/slimfmt
A small, simple formatting library for C++17
c-plus-plus cpp cpp17 output performance printf type-safety
Last synced: 18 Mar 2025
https://github.com/pingzilao/zookeeper_client_design_manual
zookeeper client sdk 开发必备 指南 ,C++,C, java, golang,go, 服务注册,服务发现,负载均衡,分布式锁
c client cpp go golang java zksdk zookeeper zookeeper-client
Last synced: 17 Jan 2026
https://github.com/pfcclab/open3d
Open3D: A Modern Library for 3D Data Processing
3d 3d-perception arm computer-graphics cpp cuda gpu gui machine-learning mesh-processing odometry opengl paddle pointcloud python reconstruction registration rendering tensorflow visualization
Last synced: 14 Apr 2025
https://github.com/jintao-huang/leetcode-cpp
jintao的cpp库: leetcode, mini_stl, ml.
algorithm cpp cpp17 data-structure leetcode machine-learning mini-stl numpy stl
Last synced: 17 May 2026
https://github.com/kiprasmel/cputils
CLI utilities for competitive programming (mostly making C++ feel interpreted instead of compiled)
cli competitive-programming cpp utilities utils
Last synced: 09 May 2026
https://github.com/Jyotibrat/CompeteX
Adding all the programs which I have done while practicing Competitive Coding on different Platforms.
codechef codeforces competitive-programming cpp cpp17 git github-config python python3
Last synced: 31 Oct 2025
https://github.com/andrefelipebarros/jogo-da-lha-15x15
🏝️Project developed using Vector and Matrix, during the course of college algorithms.
algorithms cpp game-development matrix type-game vector
Last synced: 31 May 2026
https://github.com/basemax/checknumber
Check the number and calculate the gcd and lcm and perfect.
cpp fibonacci number number-converter number-theory numbers
Last synced: 03 Apr 2025
https://github.com/happma/pseudorank
R Package providing functions to calculate pseudo-ranks and pseudo-rank based nonparametric test statistics.
cpp nonparametric nonparametric-statistics pseudo-rank pseudo-ranks r rank rank-tests rstats trend-test
Last synced: 10 Apr 2025
https://github.com/the-phoenics/space-shooter
Single player 2d top-down space shooting game built with C++ and Sfml
Last synced: 16 Mar 2025
https://github.com/shilza/qtprettytimemanager
Time manager that can notify by pleasant sound
Last synced: 28 Apr 2026
https://github.com/notapenguin0/titan
Flexible terrain generator library/framework/idk for C++
cpp cpp17 graphics procedural-generation terrain-editor terrain-generation terrain-rendering
Last synced: 23 Apr 2025
https://github.com/milosz275/leetcode
Repository for my solutions to Leetcode problems. Each task is documented and docs are automatically deployed.
c cpp doxygen leetcode leetcode-solutions python sphinx
Last synced: 14 Oct 2025
https://github.com/tonitaga/graph-algorithms-cpp-console
Basic algorithms on graphs: BFS, DFS, Dijkstra Algorithm, Floyd-Worshell Algorithm, Prima Algorithm, Ant Algorithm in C++ programming language
Last synced: 05 Aug 2025
https://github.com/michaelkim/15puzzle
A C++ solver for the generalized 15-Puzzle
15-puzzle cpp ida-star-algorithm
Last synced: 14 Oct 2025
https://github.com/pachadotdev/cpp11eigen
The idea is to pass matrices/vectors from R to C++, write pure C++/Eigen code for the computation, and then export the result back to R with the proper data structures.
cpp cpp11 eigen hacktoberfest linear-algebra rstats
Last synced: 10 Apr 2025
https://github.com/amr-khaled-ahmed/fcai-cairo-university-fraction-calculator-
this repo made to do basic mathematical operations for the fractions
calculator contribution cpp fractional-calculus
Last synced: 13 Oct 2025
https://github.com/senior-sigan/game_lib
Game engine inspired by pico8/tic80/script-8 but without limitations and in javascript
cpp duktape emscripten game-engine raylib
Last synced: 31 May 2026
https://github.com/kirichenkoivan/artengine
Simple game engine for creating WebGL games
cpp cpp17 game-development game-engine gamedev webgl webgl-computer-graphics webgl-game webgl2
Last synced: 10 Apr 2025
https://github.com/ttldtor/process
Cross-platform library of utilities for obtaining metrics of the current process
Last synced: 10 Apr 2025
https://github.com/neyn/neyson
Lightweight C++11 JSON Library
cmake cpp cpp11 cxx cxx11 json json-library json-parser lightweight parser
Last synced: 14 Jun 2025
https://github.com/plasmaa0/simplecalculator
Simple CLI Calculator Project
abstract-syntax-tree ast binary-expression-tree c-plus-plus calculator calculator-application cli cplusplus cpp evaluation expression-evaluator interpreter lexer math parser
Last synced: 26 Mar 2025
https://github.com/jin/bazel-android-ndk-example
Build C++ for Android using Bazel and NDK
Last synced: 14 Apr 2026
https://github.com/qengineering/squeezenet-ncnn
SqueezeNet for ncnn framework
cpp deep-neural-networks ncnn ncnn-framework ncnn-squeezenet raspberry raspberry-pi raspberry-pi-3 raspberry-pi-4 squeezenet
Last synced: 19 Apr 2026
https://github.com/massimo-marino/memvar
A C++ implementation of a variable with memory of its previous values.
cpp cpp17 cpp20 timestamped-variable timetagged-variable variable-with-memory
Last synced: 10 Apr 2025
https://github.com/sam-k0/gml-modding-sdk
Make your game easily moddable from C++ DLLs
cpp game-maker-studio game-modding gamemaker gml modding
Last synced: 13 Oct 2025