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-09 00:06:55 UTC
- JSON Representation
https://github.com/rstoetter/libdatecpp
A full fledged date class cDate and a class to manage periods of time cPeriod written in C++
Last synced: 01 Sep 2025
https://github.com/santoshvarmaaddala/sapotadb
SapotaDB is a lightweight database built in C++ with custom file-based storage and a CLI interface. It focuses on simplicity and extensibility, offering fast query execution and easy experimentation for learning core DBMS concepts.
cli-tool cpp databaseengine db inmemory-db kv-store powershell python
Last synced: 11 Apr 2026
https://github.com/jurgisjaska/binbogami-desktop
Desktop application for the Binbogami personal finance management tool.
Last synced: 05 May 2026
https://github.com/saiket-das/DSA
Contains all the notes and solved problems on data structures and algorithms in C++
cpp data-structures-and-algorithms
Last synced: 07 Mar 2025
https://github.com/creosb/cpp-ders-ve-ornekleri
Görsel ve örnekli temel CPP anlatımı.
cpp cpp-examples cpp-notes lessons notes ornekler
Last synced: 01 Sep 2025
https://github.com/matheusafonseca/leetcode
Códigos que fiz para resolver problemas de programação proposto no site de programação Leet Code
Last synced: 11 Apr 2026
https://github.com/abbas8984/leetcode
A collection of my solutions to LeetCode problems, written for learning, practice, and fun.
algorithm algorithm-challenges algorithm-competitions cpp csharp datastructure interview javascript leetcode-classification leetcode-cpp leetcode-go leetcode-golang leetcode-solutions programmer
Last synced: 30 Jun 2025
https://github.com/azazhassankhan/cppmasterworks
Welcome to MyCppProject! This repository hosts a collection of C++ programs and projects. Whether you're a beginner looking to explore C++ fundamentals or an experienced developer seeking advanced concepts, this repository aims to provide a comprehensive set of resources and examples.
advanced-programming cplusplus cpp oop
Last synced: 15 Mar 2025
https://github.com/aashish22bansal/hackerrank
Solutions to HackerRank Questions
algorithms-and-data-structures c competitive-programming cpp java python
Last synced: 11 Apr 2026
https://github.com/anshuman2305/my-leetcode-solution
My Leetcode Solution Collection.
Last synced: 21 May 2026
https://github.com/osamarab3/coding-challenges
Coding Challenges for various project
c cpp css golang html5 js python shell-script
Last synced: 11 Apr 2026
https://github.com/ntshvicky/book-record-using-tkinter
An window gui application in python using tkinter and SQLite database
cnn-classification cpp fashion-mnist machine-learning
Last synced: 15 Mar 2025
https://github.com/ebonnal/blopolo
Jumping Blop Game powered by my GPong library
Last synced: 15 Mar 2025
https://github.com/ebonnal/run-rabbit-run
Jumping Rabbit Game powered by my GPong library
Last synced: 15 Mar 2025
https://github.com/kulichkoff/huffman
Huffman's compression implementation using C++
Last synced: 01 Sep 2025
https://github.com/shumkovd/softwaredev_synthpad
My repository, where I learn more indepth about lower level audio programming.
Last synced: 30 Jun 2025
https://github.com/gobikrishnanpro/studentrecordsystem
This is a command-line application built in C++ to manage student records. It allows users to perform CRUD operations (Create, Read, Update, Delete) on student data, including student ID, name, and marks. The program uses object-oriented programming (OOP) principles and file handling to persist data across sessions.
Last synced: 26 May 2026
https://github.com/lyxlplhy/yolo_seg-openvino
cpp openvino yolov8-segmentation
Last synced: 08 Mar 2025
https://github.com/malk97sc/images
OpenCV Image Processing
c computer-vision cpp image-processing opencv python
Last synced: 01 Sep 2025
https://github.com/jayanth119/jayanthblog
Jayanth Blogs and experience
cpp css data-science html java javascript machine-learning mathematics python3
Last synced: 11 Apr 2026
https://github.com/atharva-narkhede/srm-sem3
BTECH CSE SEMESTER 3 SRMAP
cpp daa hackerrank hackerrank-solutions python srm-university srmap
Last synced: 05 Mar 2025
https://github.com/tanmayvaij/hackerrank-questions
Solutions for hackerrank questions
cpp hackerrank hackerrank-algorithms-solutions hackerrank-solutions
Last synced: 15 Mar 2025
https://github.com/bfalls/img-compressor
GPU-accelerated JPEG compressor
cli-tool command-line compression cpp cpp-cuda-gpu-programming-parallel-computing cuda dct demo-project gpgpu gpu-programming high-performance-computing hpc image-compression image-processing jpeg parallel-computing
Last synced: 20 Apr 2026
https://github.com/raidowolf/ld40
SpeedFishing - My project for Ludum Dare 40!
cpp game game-jam ld40 ludum-dare ludum-dare-40 sfml
Last synced: 01 Jul 2025
https://github.com/bin-umar/highload_tp
Решение задачи по курсу HighLoad
cpp http-server libuv tcp-socket
Last synced: 28 Feb 2025
https://github.com/amanoteam/nan
A GCC cross-compiler targeting reMarkable
c cpp cross-compiler gcc remarkable
Last synced: 13 Mar 2025
https://github.com/stefanolusardi/resnet-onnx
ResNet & SqueezeNet inference built using ONNX Runtime C++, without OpenCV
cmake computer-vision cpp onnx onnxruntime resnet squeezenet
Last synced: 15 Mar 2025
https://github.com/hailiang-wang/cmake-visualstudio-quickstart
Get started with CMake, CPP, Visual Studio Windows, etc.
Last synced: 15 Mar 2025
https://github.com/va1da5/cpp-practice
Personal notes from C++ learning journey
cheatsheet cpp notes reference
Last synced: 21 Aug 2025
https://github.com/mond1c/equationsolver
API to solve equations
api cpp cpp20 equation equation-solver
Last synced: 16 May 2025
https://github.com/armgits/beginner_tutorials
My ROS2 programming assignments for the ENPM808X course.
Last synced: 27 Mar 2025
https://github.com/herndone/cst-370-algorithms
In this course, I learned important data structures in computer science and acquire fundamental algorithm design techniques to get the efficient solutions to several computing problems from various disciplines. Topics include the analysis of algorithm efficiency, hash, heap, graph, tree, sorting and searching, brute force, divide-and-conquer, decrease-and-conquer, transform-and-conquer, dynamic programming, and greedy programming.
Last synced: 20 Apr 2026
https://github.com/bc100dev/alde
Android on the Linux Desktop Environment
android bionic cpp glibc java jdk-21 linux native-apps open-source sdk sdk-android sdk-java
Last synced: 15 Mar 2025
https://github.com/eslamdyab21/task1.1-mia-monster-hotel-
In this task I'm using OOP principals in CPP to do the task2. this task is from the training phase of MIA technical team in Alexandria University.
classes-and-inheritance classes-and-objects cpp oop oops-in-cpp pointers
Last synced: 15 Mar 2025
https://github.com/justagwas/retro-lanes-2d
A "Retro" Styled 2D Highway Racing Console Game
console console-game cpp game retro sfml sfml-game
Last synced: 15 Mar 2025
https://github.com/michaelzheng67/cpp_banking_api
C++ banking api with focus on object oriented programming
cpp fintech fintech-api object-oriented-programming
Last synced: 07 Apr 2025
https://github.com/bemxio/mindbonk
A Brainfuck interpreter made in C++
brainfuck brainfuck-interpreter brainfuck-language cpp interpreter
Last synced: 05 Mar 2025
https://github.com/mubeenahmedee/mubeenahmed
My personal website showcasing my projects and code.
cpp embedded-systems portfolio-website
Last synced: 27 May 2026
https://github.com/shafaq-aslam/cpp-dsa-adventures
A collection of projects, problem-solving practices, and implementations of Data Structures and Algorithms (DSA) in C++. This repository serves as a learning journey through various algorithms, competitive programming challenges, and DSA concepts.
algorithms algorithms-and-data-structures competitive-programming cpp cpp-projects-coding-exercises dsa dsa-algorithm dsa-learning-series dsa-practice dsa-problems-solutions
Last synced: 07 Apr 2025
https://github.com/krutoimag/turboini
Стараюсь написать максимально быстродействующую библиотеку C++ для чтения файлов ".ini" формата.
cpp cpp17 fast ini ini-parser xmake
Last synced: 02 Mar 2025
https://github.com/jatindhiman05/OpenGL-Algorithms
Computer Graphics
computer-graphics computer-graphics-algorithms cpp glut glut-library opengl
Last synced: 16 May 2025
https://github.com/eighty4/binny.sh
Install scripts for GitHub release binaries
c cpp cross-platform devtools go rust supply-chain-management zig
Last synced: 11 Apr 2026
https://github.com/at-sso/lecar-shop
I like cars, so I made a shop that sells cars (as well as other things).
cpp cpp-programming cpp20 project
Last synced: 11 Jul 2025
https://github.com/mehran1383/aircraft_engine_monitoring
Aircraft engine monitoring and supervision system, developed using Qt.
Last synced: 15 Mar 2025
https://github.com/emersonmello/appsaudacaocpp
Exemplo de uma aplicação C / C++ com More Modern CMake
cmake cpp exemplo modern-cmake
Last synced: 01 Jun 2026
https://github.com/mysbryce/doublemint
doublemint - c++ transpiler (Typescript-like)
cpp dlm doublemint gcc javascript native transplier typescript
Last synced: 27 May 2026
https://github.com/minoqi/raylib-cpp-vscode-template
Raylib C++ VSCode template that supports the ability to store scripts within the `src` folder and not need to update the makefile manually
cpp raylib raylib-cpp vscode vscode-template vscode-workspace
Last synced: 13 Jul 2025
https://github.com/lleballex/fox
Program for learning irregular English verbs
cpp english english-learning fox irregular-verbs learning qt
Last synced: 13 May 2026
https://github.com/md-talim/shell-cpp
POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more.
Last synced: 04 Apr 2025
https://github.com/truongd3/public-key-cryptography
Implement Public Key Cryptography algorithms to secure information over networks.
algorithms cpp cybersecurity data-structures
Last synced: 15 Mar 2025
https://github.com/05st/lightinject
LightInject is a simple command line tool used to inject dlls into a process. It supports different injection methods.
command-line command-line-tool cpp dll dll-injection
Last synced: 03 Jul 2025
https://github.com/fescii/dynamic-array
C++ Implementation of Dynamic Array
Last synced: 01 Jul 2025
https://github.com/henriqueyun/cppdemonstrativo
Algoritmos demonstrativos em c++.
Last synced: 28 Mar 2025
https://github.com/lecrapouille/terminalcolor
[Lib][Functional][Stable] A minimal C++11 header-only file for adding colors to your std::cout functions
Last synced: 29 Apr 2026
https://github.com/prashanthatp/httpserver
Http Server Using C++
async-io cpp cpp-project epoll epoll-server http-server multithreading socket-programming sockets
Last synced: 17 Apr 2025
https://github.com/hightemp/db_manager
A simple Qt-based database management tool that supports MySQL and PostgreSQL connections.
cpp database database-management manager mysql postgresql qt
Last synced: 11 Apr 2026
https://github.com/ggrbill/hello-world
My first repository on GitHub
conda-environment cpp hacktoberfest helloworld python
Last synced: 13 May 2026
https://github.com/theo-mestre/interval-map
An interval_map implementation I did as part of a programming test
Last synced: 23 Mar 2025
https://github.com/rathi-yash/intro-to-parallel-and-distributed-programming
Solutions and reports for assignments from the 'Introduction to Parallel and Distributed Programming' course at the University at Buffalo. Includes implementations using OpenMP, CUDA, and MPI, with performance analysis conducted on UB CCR.
cpp cuda-programming openmp openmpi parallel-programming
Last synced: 23 Mar 2025
https://github.com/abdul-rehman-0787/atm_pf
"A simple ATM code using basic concepts of programming fundamentals (PF) in C++
Last synced: 23 Mar 2025
https://github.com/thiagx08/bue-introduction-to-programming-and-problem-solving
A comprehensive C++ learning resource with 50+ programming exercises for BUE students, from basics to advanced problem-solving.
cpp data-structures education exercises file-handling introductory-programming problem-solving programming-basics university
Last synced: 23 Mar 2025
https://github.com/chrisvilches/i3blocks-timebox
Timeboxing Timer for i3blocks.
cpp i3 i3blocks makefile pomodoro pomodoro-timer window-manager
Last synced: 23 Mar 2025
https://github.com/leopits/doosan_arm_simple_motion_planning
simple motion planning with Doosan arm
6dof-robot-kinematics cpp doosan-robotics motion-planning ros-noetic
Last synced: 23 Mar 2025
https://github.com/anthippi/film-library
Γραφικό πρόγραμμα περιήγησης ταινιών με C++ και τη βιβλιοθήκη SGG.
cpp film-library sgg sgg-library
Last synced: 31 Mar 2025
https://github.com/dabbertorres/concepts-state-machine
Generic State Machine using C++ 20 Concepts for per-state feature opt-in.
concepts cpp cpp20 state-machine
Last synced: 02 Jul 2026
https://github.com/eyamagishi/atcoder
競技プログラミングサイト「AtCoder」で解いた問題を保存するリポジトリ
Last synced: 05 Jan 2026
https://github.com/pieetrus/testy_algorytmow_sortowania
Testy sortowań - PAMSI
Last synced: 17 Apr 2025
https://github.com/kojobailey/samurai-vs-zombies-data-parser
C++ library to parse TXT data files from Samurai vs Zombies Defense.
cpp cpp17 cpp20 cpp23 glu glu-mobile library parser samurai-vs-zombies samurai-vs-zombies-defense svz
Last synced: 15 Mar 2025
https://github.com/ogstudio/cross-language-dialect
Rules and tools for portable code | Правила и инструменты для портируемого кода
cpp javascript kotlin python swift
Last synced: 02 Apr 2026
https://github.com/abdullahselek/hashtablecxx
Generic Hashtable implementation with C++.
Last synced: 16 May 2025
https://github.com/fcbyk/console-app
一个普通的控制台程序
clion-cmake console-application cpp
Last synced: 17 Mar 2025
https://github.com/piotrpsz/utf8span
A small library for handling strings containing UTF8 encoded characters.
Last synced: 17 May 2025
https://github.com/aleksandrhovhannisyan/breadth-first-search
Breadth-first search in C++
bfs bfs-algorithm breadth-first-search cpp
Last synced: 18 Apr 2025
https://github.com/pereirar3/desafio-targetsistemas
Desafio simples prático p/ a "TargetSistemas"
Last synced: 24 Mar 2025
https://github.com/struct78/iot-pool-temperature-sensor
A solution for checking your pool temperature without getting wet
arduino aws aws-api-gateway aws-cloudformation aws-ec2 aws-lambda aws-rds aws-s3 cdk cpp mysql react
Last synced: 11 Apr 2026
https://github.com/leshenkazevnoski/exfiltrationtool
Data exfiltration tool for penetration testing and red team engagement
Last synced: 09 Mar 2025
https://github.com/gabrielemessina/p2p_wireless_networks_course
Final assignment for the 'P2P and Wireless networks' course by University of Catania
cpp ns3 ns3-simulator p2p p2p-network wireless-network
Last synced: 17 Oct 2025
https://github.com/pedro-estevao/programming-techniques
Projects developed in the Programming Techniques course (3rd semester, Computer Science - Centro Universitário Barão de Mauá) using C++. Focus on OOP, modularization, error handling, memory management, and algorithms.
academic-project algorithms baraodemaua c computer-science cplusplus cpp memory-allocation memory-management oop oop-principles programming
Last synced: 08 Apr 2025
https://github.com/saipulimdn/buffers
Buffers is a C++ application that automatically clears system buffers and caches every 30 minute. It follows a clean architecture and logs each cleaning operation to track successes and failures.
Last synced: 08 Apr 2025
https://github.com/owen7000/cpp-bubble-sort
A bubble sort function written in C++
Last synced: 08 Apr 2025
https://github.com/danvlsv/test-application-cpp
boost cmake cpp multithreading oop
Last synced: 08 Apr 2025
https://github.com/shaheer2003/railway-ticket-portal
The Railway Ticket Reservation Portal is an automated train booking system that allows users to create accounts, search for train routes, book tickets, and manage reservations. It features an efficient hash-based login system, Dijkstra’s algorithm for shortest route calculation, and multiple seat class options.
c console-application cpp data-structures dijkstra dsa hashtable railway-reservation
Last synced: 02 May 2026
https://github.com/thefraind/vally
Basic OpenGL 3D rendering engine
3d 3d-graphics cpp graphics graphics-programming opengl rendering rendering-3d-graphics rendering-engine
Last synced: 31 Mar 2025