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-07 00:07:28 UTC
- JSON Representation
https://github.com/im-rises/particle-system-webgl
Particle system made in C++ with OpenGL build with Emscripten to WebGL2
cpp emscripten graphics opengl particle-system particles simulation system
Last synced: 19 Apr 2026
https://github.com/virajmavani/opencv-utils
Utilities for OpenCV
computer-vision cpp opencv python
Last synced: 19 Apr 2026
https://github.com/adamczykpiotr/cudamatrixlibrary
Matrix operation library using single, n-threads or CUDA supported GPU
agh agh-ust cpp cuda cuda-library matrix matrix-computations matrix-functions matrix-multiplication
Last synced: 19 Apr 2026
https://github.com/erik-donath/esoterik
An Brainfuck interpeter, again.
brainfuck brainfuck-compiler brainfuck-interpreter brainfuck-interpreters brainfuck-language cmake cpp esolang esolangs esoteric esoteric-interpreter esoteric-language esoteric-languages esoteric-programming-language i-use-arch-btw i-use-arch-btw-interpreter interpreter
Last synced: 04 Jun 2026
https://github.com/moritzrinow/eznet
Small, modern C++ library for networking (sockets, serialization,...)
compression cpp modern-cpp network network-programming networking server socket socket-io socket-programming stream streams
Last synced: 19 Apr 2026
https://github.com/bonnyad9/tictactoe
Tic Tac Toe I made during my discrete mathematics lecture.
console-application cpp tic-tac-toe
Last synced: 04 Jun 2026
https://github.com/ryandvl/leetcode
โ All the problems that I solved in LeetCode.
computer-science cpp java javascript leetcode python
Last synced: 20 Apr 2026
https://github.com/ahmedalaa14/classgenerator--bash
Bash script to create a simple C++ template class with its respective constructor, getters, and setters.
Last synced: 20 Apr 2026
https://github.com/offamitkumar/cpp-keyword-dictionary
A dictionary of cpp keyword/function. You can set path to this file in vim to get some help in auto-completion.
cpp cpp-keyword cpp11 cpp14 cpp17 dictionary keyword vim vim-configuration workflow
Last synced: 20 Apr 2026
https://github.com/pacemakerx/leetcode-my-solutions
This repository contains my accepted LeetCode solutions, organized by question, showcasing my journey in problem-solving and competitive programming.
coding-practice coding-problems cpp datastructures-algorithms java leetcode leetcode-solutions problem
Last synced: 20 Apr 2026
https://github.com/vvaldesc/ballsortcpp
Ball Sorting based game made with C++ and ALLEGRO 5.2
allegro5 cpp fstream game keyboard-controls poo
Last synced: 04 Jun 2026
https://github.com/stef1949/proto-ear-twitch
Code for controlling protogen ears
accelerometer arduino cpp esp32 esp32-s3 furry fursuit microcontroller protogen richies3d servos
Last synced: 20 Apr 2026
https://github.com/japrozs/cpp-bcrypt
A cpp port of the bcrypt javascript library
Last synced: 04 Jun 2026
https://github.com/umbrellaleaf5/template_cpp_lessons
Template for creating lessons/homework repos in C/C++
cmake cmakelists cpp educaiton homework lessons template
Last synced: 04 Jun 2026
https://github.com/hardik3412/sports-management-system-in-c
A sports management system in C, facilitating efficient organization and tracking of sports-related data. Utilizes file handling for seamless data storage and retrieval. Ideal for managing teams, players, and match information.
c cpp dsa file-handling file-handling-in-c
Last synced: 20 Apr 2026
https://github.com/maxchip101/deanus
a containerized programming language that is consistent on all systems
Last synced: 20 Apr 2026
https://github.com/anarthal/usingstdcpp-2024
Boost.Asio: the universal async model
asio boost coroutines cpp cpp20 http
Last synced: 04 Jun 2026
https://github.com/astrodynamic/geometry
Geometry: A program to draw geometric primitives using SFML. Create lines, circles, triangles, rectangles, and squares easily. MIT licensed.
affine-transformation cmake cmakelists cpp cpp17 drawing-app geometry graphics make makefile primitives sfml sfml-library
Last synced: 04 Jun 2026
https://github.com/rev-roastedduck/debugsuite
A lightweight and flexible debugging and logging utility for C projects
Last synced: 20 Apr 2026
https://github.com/mcquerol/battleship-cpp
Console-based Battleship game in C++. Demonstrates OOP and game development techniques.
battleship cpp doxygen game object-oriented-programming uml
Last synced: 20 Apr 2026
https://github.com/ryosukedtomita/makefile-study
Studying how to write Makefile
Last synced: 20 Apr 2026
https://github.com/cyberboss/cyberenginemkiii
x64 C++ Game Engine
cpp cpp14 doxygen game-engine multi-platform multithreading
Last synced: 05 Jun 2026
https://github.com/fandreuz/parallel-programming-for-hpc
Scientific codes in C/C++ with CUDA, OpenACC, FFTW, (cu)BLAS
Last synced: 20 Apr 2026
https://github.com/waqaszafar9/cpp-mini-projects
Cpp Mini projects
coding coding-challenge cpp miniprogram miniproject project project-management project-repository
Last synced: 05 Jun 2026
https://github.com/md-mafujul-hasan/computer_graphics
These Contain Some Computer Graphics Program that I have done while understanding Programming Concepts.
c-plus-plus cpp graphics opengl
Last synced: 21 Apr 2026
https://github.com/arindal1/codechefproblems
Practice problems solved from CodeChef.com
c codechef codechef-solutions competitive-programming cpp
Last synced: 21 Apr 2026
https://github.com/oniani/tensor
A fast, zero-dependency tensor library in under 1000 lines of C++
Last synced: 05 Jun 2026
https://github.com/hominsu/stella
Stella is a C++ library for integrating C++ code with Lua scripts. It provides a set of convenient tools and functions that allow you to pass data between C++ and Lua, call functions, and register C++ functions for Lua to call.
Last synced: 21 Apr 2026
https://github.com/samirhamadaa/developer
A structured C++ project implementing OOP principles, focusing on encapsulation, abstraction, and multi-level inheritance with real-world object modeling.
abstraction classes cpp encapsulation inheritance object-oriented-programming oop
Last synced: 05 Jun 2026
https://github.com/embeddedcrab/linux_examples
c cpp cpp-interface linux-programming threads
Last synced: 22 Apr 2026
https://github.com/bollos00/singletontemplatecpp
A template of a singleton class for c++
cpp singleton singleton-pattern
Last synced: 05 Jun 2026
https://github.com/szykol/fireworkssfml
Simple fireworks show written in C++ and SFML
Last synced: 05 Jun 2026
https://github.com/monkey0722/aos-core-monitor
Comprehensive monitoring software for deeply understanding the internal structure of AOS
Last synced: 22 Apr 2026
https://github.com/rajesh2723/oops
OOPS conceps in c++ for interview preparation
c-plus-plus class cpp friend namespace oops-in-cpp
Last synced: 22 Apr 2026
https://github.com/mcleber/parallel_sum
This code is a study on parallel programming.
cpp learning-cpp parallel-programming
Last synced: 05 Jun 2026
https://github.com/naguales/text-analyzer
The app finds and lists the top 10 longer letter combinations with their frequency differences.
bar-chart cpp cpp17 demo-app letter-combinations multithreading qt qt-gui qt-widgets tableview text-analysis text-analyzer
Last synced: 22 Apr 2026
https://github.com/humbertocg18/braco-robotico-arduino-2022
Este รฉ o cรณdigo que eu usei para fazer um braรงo robรณtico com Arduino, servo motores e potenciometros para a feira experimental do Ensino Mรฉdio Tรฉcnico do @senacrs-emti (Distrito Criativo), que me rendeu a segunda colocaรงรฃo na mesma.
arduino cpp eletronics motors robotic robotic-arm
Last synced: 22 Apr 2026
https://github.com/dindinyt37/public-ip-tracker
A lightweight Windows system tray utility that monitors and logs public IP address changes
cpp csv ip-address ip-tracking monitoring networking system-tray utility winapi windows
Last synced: 22 Apr 2026
https://github.com/rajesh2723/geeksforgeeks
This section contains the problems which i solved in geeksforgeeks
c-plus-plus cpp geeksforgeeks-solutions
Last synced: 05 Jun 2026
https://github.com/siddiqsoft/splituri
Split Uri for modern C++
cpp cpp20 http http-utils nlohmann-json parser uri-parser utility windows
Last synced: 23 Apr 2026
https://github.com/brettcleary/algospp
C++ Algorithms Library
algorithms cpp graph graphalgorithm sorting-algorithms
Last synced: 06 Jun 2026
https://github.com/ammienyami/ldays
This is my first malware! I coded it in C++ and this repository have the source code of my malware!
Last synced: 24 Apr 2026
https://github.com/nav3005/bus-reservation-system
Project on Bus reservation System using C
Last synced: 24 Apr 2026
https://github.com/leejiajia11/s-des
้ๅบๅคงๅญฆ๏ผไฟกๆฏๅฎๅ จๅฏผ่ฎบ่ฏพ็จ็ฌฌไธๆฌกไฝไธใๅฉ็จC++/Qt่ฎพ่ฎก็ไธไธชS-DESๅ ๅฏ็ณป็ป
chongqing-university cpp qt s-des
Last synced: 24 Apr 2026
https://github.com/thehatkid/minicord
Minimal lightweight Discord user client on C++
alternative cmake cpp discord discord-alternatives discord-client ixwebsocket mbedtls rapidjson
Last synced: 24 Apr 2026
https://github.com/kriogenia/shotdown
Little multiplayer videogame for the Videogames and Entertainment Software 20/21 subject of the University of Oviedo.
2d cpp game game-development shooter
Last synced: 24 Apr 2026
https://github.com/nodeluna/ljson
an easy to use header only JSON library for C++20
cpp cpp20 cpp20-lib cpp20-library cpp20-modules cppmodules header-only header-only-library json json-library
Last synced: 24 Apr 2026
https://github.com/jonathas/poligono-opengl
Programa OpenGL em C/C++ que permite que o usuรกrio defina um polรญgono e, em seguida, realize operaรงรตes de translaรงรฃo, escala e rotaรงรฃo nesse polรญgono.
cpp opengl practice university
Last synced: 25 Apr 2026
https://github.com/nekruzash/sorting-algorithms
This is one of the assignments from CS2028 - Data Structures. This program tests Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Counting Sort, and Radix Sort for array sizes 10 to 100,000 and lists the efficiency for each sort.
bubble-sort counting-sort cpp insertion-sort merge-sort quick-sort radix-sort
Last synced: 06 Jun 2026
https://github.com/berndporr/mobilenet_libtorch
C++ version of MobileNetV2 using libtorch which can load pre-trained weights, can be trained or both for transfer learning.
classification-model classifier cpp edge-computing inference libtorch mobilenetv2 pretrained-model transfer-learning
Last synced: 25 Apr 2026
https://github.com/awrsha/kalman-filter
Kalman Filter Implementation without library
Last synced: 06 Jun 2026
https://github.com/katebea/fib-pro2-programacion-ii
Repositorio del curso de Programaciรณn II en el grado de Ingenierรญa Informรกtica en la FIB UPC
Last synced: 25 Apr 2026
https://github.com/fl444mingo/fl4-cs131-class-3-5-pointers
March 5 Class, Pointers
Last synced: 06 Jun 2026
https://github.com/david-palma/cuda-programming
Educational CUDA C/C++ programming repository with commented examples on GPU parallel computing, matrix operations, and performance profiling. Requires a CUDA-enabled NVIDIA GPU.
c-cpp cpp cuda cuda-toolkit education gpu gpu-programming kernel matrix-operations nvcc nvidia parallel-computing parallel-programming practice profiling threads
Last synced: 25 Apr 2026
https://github.com/giannycabral/c-programs
Esse repositรณrio contรฉm uma coleรงรฃo de cรณdigos e projetos desenvolvidos em linguagem C. Ele inclui exemplos prรกticos, algoritmos, exercรญcios รบteis para quem deseja aprender e explorar o mundo da programaรงรฃo em C.
Last synced: 25 Apr 2026
https://github.com/ferhatgec/escafe.py
Escafe[dot]Py, Python3 implementation of Escafe
cpp escape-sequences lib python3
Last synced: 26 Apr 2026
https://github.com/sunsided/robond-notebooks
Rough collection of Jupyter Notebooks and exercises from the Udacity Robotics Nanodegree program. YMMV.
cpp cpp14 jupyter-notebook udacity udacity-nanodegree udacity-robotics-nanodegree
Last synced: 26 Apr 2026
https://github.com/ufthaq/aim-trainer
Just Simple Aim Trainer. Trying to implement all feature and UI from scratch.
aimtrainer cpp cppprojects learncpp raylib-cpp simple-game
Last synced: 07 Jun 2026
https://github.com/kid0h/clipboard
A simple header-only wrapper around Windows' clipboard API
Last synced: 07 Jun 2026
https://github.com/joswinemmanuel/leetcode
A collection of solutions to LeetCode problems.
Last synced: 26 Apr 2026
https://github.com/akshat2602/sem3_cgl
Assignments for SPPU Sem 3 Comp Engineering CGL (Computer Graphics Lab)
Last synced: 27 Apr 2026
https://github.com/ganeshkumartk/footballai
โฝโฝโAdaptive Virtual Football Envirionment for Multi-Agent System (Reinforcement Learning) based on GoogleAI's Football
ai cpp football googleapi reinforcement-learning
Last synced: 27 Apr 2026
https://github.com/zjykzj/modelflow
Model Eval & Export & Infer
clip cmake cplusplus cpp linux mnn nvidia onnx onnxruntime openclip openvino python pytorch tensorrt yolo11 yolo11-seg yolov5 yolov8 yolov8-seg
Last synced: 27 Apr 2026
https://github.com/thanatisia/dev-references
All-in-One Programming/Software Development concept references with implementation examples
cpp development programming python shellscripting
Last synced: 27 Apr 2026
https://github.com/degitx/stun
RFC5389 / tiny STUN protocol client implementation on C / Get my ip
Last synced: 27 Apr 2026
https://github.com/sampreets3/orb-tracking
Tracking of an object using the ORB detector in OpenCV
computer-vision cpp object-tracking opencv
Last synced: 27 Apr 2026
https://github.com/cristianprochnow/maze-robot-kart
๐ค Code for Robot will win the maze and achieve the finish line.
Last synced: 27 Apr 2026
https://github.com/ostanton/simplecalculator
A remake of my Nim calculator but in C++ with wxWidgets.
cpp cpp-programming gui gui-application ui wxwidgets
Last synced: 28 Apr 2026
https://github.com/bocaletto-luca/obstacle-avoiding-robot
Obstacle-Avoiding-Robot - A two-wheel differential drive rover that roams autonomously, uses an HC-SR04 ultrasonic sensor to detect obstacles ahead, and an MPU-6050 IMU to monitor tilt (prevent tipping). On obstacle detection it stops, reverses, turns randomly left or right, then resumes. If it tilts beyond a safety angle, it immediately halts.
arduino bocaletto-luca cpp obstacle obstacle-robot openhardware opensource robot standalone
Last synced: 28 Apr 2026
https://github.com/mofazzal874/pimrc
A project based on Object Oriented Programming in C++(CSE-2102) Course.Pure C++ is used
console-application cpp oop-in-cpp
Last synced: 07 Jun 2026
https://github.com/gargakshit/invaders
Yet another i8080 space invaders emulator
cmake cpp imgui intel8080 invaders opengl space-invaders
Last synced: 28 Apr 2026
https://github.com/libhide/webshop
Command line tool to create websites! [HTML and CSS]
cbse cpp css html turbocpp website-builder
Last synced: 28 Apr 2026
https://github.com/atta238/learnova-course-registration
System that applies Data Structures concepts using C++ and QT for GUI
Last synced: 28 Apr 2026
https://github.com/jakobknauer/l0
Statically typed, compiled programming language based on LLVM
Last synced: 28 Apr 2026
https://github.com/hanilr/netcom
TCP/UDP Communication GUI. Written in C++ with Qt
cplusplus cpp gui qt qt6 qtcreator tcp tcp-client tcp-protocol tcp-server tcp-socket udp udp-protocol udp-socket
Last synced: 28 Apr 2026
https://github.com/t-88/learn-opengl
following learnopengl.com website tutorial to learnopengl duh and graphics dev
Last synced: 28 Apr 2026
https://github.com/shahab-esfandiar/bachelor-kntu-geomatic-engineering-codes
My Codes & Projects in Bachelorโs KNTU Geomatic Engineering
cpp geospatial matlab postgis python
Last synced: 28 Apr 2026
https://github.com/siris2314/tfcpp
TensorFlow Clone build in C++(Currently WiP)
cpp cpp-library cpp-programming deep-learning machine-learning tensorflow
Last synced: 28 Apr 2026
https://github.com/arbmind/qbs-containers
Docker containers for building Qbs projects with Qt and Clang or GCC
clang cpp docker-container gcc qbs qt6
Last synced: 28 Apr 2026
https://github.com/nexusgksoftwares/classes
๐ What You'll Find Here - ๐ C++ basic to intermediate concepts - ๐งฎ Code examples and practice problems - ๐ Object-Oriented Programming (OOP) exercises - ๐งต Concepts such as classes, functions, loops, arrays, inheritance, etc. - โ Completed assignments and mini-projects
Last synced: 28 Apr 2026
https://github.com/astrodynamic/barleybreak-in-qt-qml
BarleyBreak: Classic English game implemented in Qt6 Quick. Move tiles to solve the puzzle. Enjoy the nostalgic gameplay!
barley-break classic-game cmake cpp cpp17 game makefile nostalgia puzzle-game qml qt qt6 qt6-gui
Last synced: 29 Apr 2026
https://github.com/shakfu/pd-cpp
Basic example(s) of puredata externals using cpp
cpp puredata puredata-external
Last synced: 08 Jun 2026
https://github.com/wesgtox/programming-lab-ii
College "Programming Lab II" exercises.
algorithms c cpp programming-language
Last synced: 29 Apr 2026
https://github.com/paritoshtripathi935/venom
A repository for Leetcode/codechef solutions
codechef codechef-solutions competitive-programming cpp leetcode leetcode-solutions
Last synced: 29 Apr 2026
https://github.com/ameeshagireesh/cp
A repository containing solutions to various CP problems on platforms such as 450dsa, CodeChef, Codeforces, LeetCode. Solutions are written in python or cpp.
competitive-programming cpp python
Last synced: 29 Apr 2026