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-02 00:06:45 UTC
- JSON Representation
https://github.com/hun756/cpp-snippets
C++ Short Code Snippets
30seconds cpp cpp-library cpp11 cpp17 snippet snippets snippets-collection tutorial tutorial-code tutorials
Last synced: 30 Jun 2026
https://github.com/alwaysdhruv/image_classification
Hi their my self Dhruv. So this repository or project are developed on C++ and Python for image recognize. C++ are main engine and python are work preprocessing only. more information are in README file.
artificial-intelligence backpropagation bias convolution cpp filesystem filters flatten fully-convolutional-networks image machine-learning-algorithms maths maxpooling preprocessing python vector weigths
Last synced: 15 Jun 2025
https://github.com/simone-contorno/rtos-priority-ceiling
Real-Time Operating Systems (RTOS) - Managing of 4 threads using Semaphores and Priority Ceiling Policy
cpp engineering real-time-operating-systems robotics
Last synced: 15 May 2026
https://github.com/janwilczek/adc24-talk
Companion repository to my Audio Developer Conference 2024 talk entitled "Bug-Free JUCE UI: Structure Your GUI Code For Stability, Testability & Clean Architecture"
clean-architecture cpp juce juce-application juce-framework juce-plugins mvvm
Last synced: 19 May 2026
https://github.com/arkorty/ExprEvalplusplus
Simple mathematical expression evaluator using an Abstract Syntax Tree (AST).
abstract-syntax-tree cpp hacktoberfest object-oriented-programming
Last synced: 04 May 2025
https://github.com/sjinks/tfhttp
Terraform HTTP Backend written in C++
async cplusplus cplusplus-20 cpp terraform terraform-backend terraform-backend-http terraform-backends terraform-http-backend
Last synced: 15 May 2026
https://github.com/gustavohnsv/my-wallet-simulator
Repositório para estudo da linguagem C++, com um simulador de carteira bancária simples, que possui função de depósito, saque e transferência.
cpp exercise good-first-issue good-first-pr wallet
Last synced: 03 Apr 2025
https://github.com/t-88/domes
another todo app in my cv
cpp engine hacktoberfest hacktoberfest2022 layout-engine
Last synced: 16 Jun 2025
https://github.com/dead-beef/jest-cpp-wasm
C/C++ to WASM Jest transformer
c cpp emscripten jest jest-transformer nodejs webassembly
Last synced: 06 Apr 2026
https://github.com/jessmattless/sonic-2
A remake of the game Sonic 2 made with C++ and SDL. With an added level editor
Last synced: 20 Mar 2025
https://github.com/fatemehrshd/fcfs
Implementation of FCFS CPU scheduling algorithm with C++
cpp fcfs fcfs-process-scheduling fcfs-scheduling implementation operatingsystem
Last synced: 26 Mar 2025
https://github.com/bursasha/cpp-advanced-projects
Advanced programming and algorithmization in C++ ⚔️
algorithms-and-data-structures automata-theory avl-tree bfs cpp cvut-fit dynamic-programming grammars graph-algorithms informatics-engineering multithreading optimization-algorithms programming regular-languages stl theoretical-computer-science thread-synchronization topsort
Last synced: 03 Apr 2025
https://github.com/raihan4520/computer-graphics
Contains the final project from the Computer Graphics course at AIUB. The project demonstrates 2D and 3D object rendering and transformations using OpenGL, GLUT and C++.
3d-rendering computer-graphics cpp opengl transformation
Last synced: 15 May 2026
https://github.com/sayakdattagupta/x11imageview
A simple image viewer for X11, written in C++ and using stb_image for decoding
Last synced: 15 Jun 2025
https://github.com/shaman-dp/patterns
Паттерны проектирования на C++ с примерами
cpp designpatterns development oop patterns patterns-cpp softwaredesign
Last synced: 04 May 2025
https://github.com/rohit141914/leetcode
Collection of LeetCode questions
arrays cpp data-structures-and-algorithms graph-algorithms hashing queue stack string tree-structure vector
Last synced: 20 Jan 2026
https://github.com/marcolivierbouch/bubblesortasm
x86 assembly bubble sort
asm assembler assembly bubble-sort bubblesort cpp intel sort sorting-algorithms x86-64
Last synced: 16 May 2026
https://github.com/dkosmari/libxint
libxint is a C++20 headers-only library for fixed-width large integers.
Last synced: 03 Jun 2026
https://github.com/surajmaurya14/vscode-config
This contains my Coding Template
cpp keybindings settings snippets template
Last synced: 30 Jun 2026
https://github.com/theundername/example-embedded-lua-on-cpp
Example lua embedding in cpp
Last synced: 17 Mar 2025
https://github.com/shailesh-singh-bisht/musicwalker
Introducing MusicWalker, a lightweight and efficient music player built specifically for MiniOS. Written in C++ and leveraging the Qt 5.5 framework, MusicWalker delivers essential MP3 playback with a focus on minimal resource consumption.
cmakelists cpp music-player qt5 software-development
Last synced: 15 May 2026
https://github.com/vertexwahn/rules_oidn
Bazel rules for Intel Open Image Denoise
bazel bazel-rules cpp denoising ispc onednn
Last synced: 15 May 2026
https://github.com/yuzukitsuru/yall
Yall - Yet another logging library
cmake cpp cpp-library cpp17 logging logging-library
Last synced: 17 Mar 2025
https://github.com/tarikipekci/rts_buildingmanager
I've implemented basic RTS building and resource systems in this project.
Last synced: 03 Apr 2025
https://github.com/phoemur/minesweeper
This is an implementation of Minesweeper written in C++ and Qt5
Last synced: 17 May 2026
https://github.com/phoemur/snaky
C++ classic snake game with SDL2
cpp cpp14 sdl2 sdl2-image sdl2-library sdl2-mixer sdl2-ttf sdl2-wrapper
Last synced: 17 Mar 2025
https://github.com/grachale/navigational-server
This repository contains an autonomous robot control server written in C++ designed to remotely manage a fleet of robots. The robots are capable of independently connecting to the server, which then guides them towards the center of a coordinate system.
communication cpp multithreading server
Last synced: 24 May 2026
https://github.com/grachale/memory_manager
Implementation of simplified equivalents of functions malloc, free, ..., operators new and delete.
cpp malloc-free memory operating-system os
Last synced: 13 Jun 2026
https://github.com/grachale/multithreaded_rent
Implementation encapsulates the entire computation process and controls the execution and suspension of the computation as well as the behavior of computational threads used for solving problems from all managed rental companies.
cpp multhreading pthreads-api threads
Last synced: 08 Jun 2026
https://github.com/grachale/hybrid_encryption
Implementation of two functions in C++ (seal and open) that encrypt/decrypt data using hybrid encryption.
Last synced: 13 Jun 2026
https://github.com/phoemur/breakout
breakout / arkanoid remake C++/SDL2
cpp cpp14 observer-pattern sdl2 sdl2-library
Last synced: 17 Mar 2025
https://github.com/frozenassassine/fastedit-winapi
Fastedit WinApi is a little text editor for windows. It is not made for daily use, but It shows the principles of creating a text editor and using the WindowsApi in C++.
Last synced: 03 May 2025
https://github.com/yawkar/hse-cpp-course
(HSE) C++ course lab works and etc
Last synced: 09 Apr 2025
https://github.com/th0rgal/simulant
A C++ simulation of ant colonies made for the Paris Saclay University.
Last synced: 17 Oct 2025
https://github.com/samlior/cinatra_example
This is a example project for cinatra
Last synced: 08 Jul 2025
https://github.com/blurfeng/blur_arpg_warrior
第三人称ARPG个人项目,北欧神话风格。使用 Unreal Engine 5 C++ 开发。; 第三人称ARPG個人プロジェクト、北欧神話風。Unreal Engine 5 と C++ を使用して開発。; A third-person ARPG personal project with a Norse mythology theme, made in Unreal Engine 5 C++.
blueprint c-plus-plus cpp game game-development personal-project ue5 unreal-engine
Last synced: 12 Mar 2025
https://github.com/h-d-owl/variablestovariables
Adds nodes to convert variables to other variables that are not in the standard library.
blueprints cpp game-dev game-development game-engine gamedevelopment plugin plugins ue5 unreal unreal-engine unrealengine unrealengine5 variable variables
Last synced: 18 Mar 2025
https://github.com/terroo/raycaster
A Wolfstein3D-style Raycasting implementation with C++ and SFML
cpp doom gamedev raycasting sfml
Last synced: 18 Mar 2025
https://github.com/ajlekcahdp4/belady-cpp
C++ implementation of Belady's cache replacement algorithm (ideal cache)
Last synced: 04 Apr 2025
https://github.com/codejester01/multifunctional-social_platform_management_system
本项目是一款多功能的聊天社交管理系统,系统将QQ、微信、微博三大聊天系统的核心功能进行了整合实现,用户可以注册并登录自己的账号,同时原本不同平台的账号还可支持绑定,比如可以在qq管理系统中来添加微信和微博的推荐好友或者是直接建立微信或微博账号并与QQ账号进行绑定,同时自己还可以登录客户端进行个人好友管理、群组管理、个人信息管理, 同时也开发了两款趣味小游戏(贪吃蛇和十字消除)可供用户游玩,项目还利用网络通信和多线程编程以及锁的机制实现了即时通讯
cpp design-patterns mutilthread mysql network-programming oop
Last synced: 18 Mar 2025
https://github.com/rajjitlai/virtualpaint
An OpenCV Project on Virtual Paint using C++
computer-vision cpp opencv opencv-cpp virtual-paint
Last synced: 12 May 2026
https://github.com/toikron/dear-design-manager
Real-time UI builder and advanced design manager built with Dear ImGui & ImDrawList. Features dynamic interactions, intuitive animation controls, and instant visual feedback for modern UI development.
cpp design design-system design-tool gui imgui imgui-extension imgui-menu ui ui-builder ui-framework ui-imgui
Last synced: 18 Mar 2025
https://github.com/drozhkov/crypto-exchange-client-deribit
Deribit crypto exchange C++ client
cpp cryptocurrency cryptocurrency-exchange-software deribit deribit-api deribit-exchange
Last synced: 17 Mar 2025
https://github.com/echosingh/handgestrecognition
This project uses OpenCV to perform hand gesture recognition using a webcam.
computer-science cpp handgesture-recognition opencv-cpp visual-studio webcam
Last synced: 09 Apr 2025
https://github.com/teejay69/version
Software Release Builder
backup building building-automation compiling cpp release-automation
Last synced: 07 Jul 2025
https://github.com/hugodonotexit/stocksim
Stock Sim is a C++ simulation game that uses SFML to teach users about stock and cryptocurrency trading through interactive gameplay, providing a hands-on experience in managing financial portfolios in a dynamic, virtual market.
cpp game sfml-game stock-market
Last synced: 07 Sep 2025
https://github.com/vcdevel/vc-examples-nonfree
Vc examples that cannot be freely redistributed with the rest of Vc
cpp examples simd splines vc vectorization
Last synced: 17 Mar 2025
https://github.com/hannespetur/paw
Header-only C++11 libraries
command-line-tool cpp cpp11 cpp14 cpp17 threadpool
Last synced: 02 Apr 2025
https://github.com/pauloj2/estrutura-de-dados
Este repositório contém atividades e exercícios práticos focados no estudo de Estruturas de Dados utilizando a linguagem de programação C. O objetivo deste projeto é aplicar os conceitos fundamentais de estruturas de dados de forma prática e ajudar a desenvolver habilidades de programação e resolução de problemas em C.
Last synced: 29 Apr 2026
https://github.com/denyskryvytskyi/capgemini-cuda
CUDA implementation of vector additon, matrix multiplication, reduction and sorting
bitonic-sort cpp cuda cuda-kernels gpgpu matrix matrix-multiplication matrix-multiplication-parallel matrix-transpose nvidia nvidia-cuda nvidia-gpu reduction-dimension sort sorting-algorithms-implemented vector vector-addition vectorization
Last synced: 14 May 2026
https://github.com/c0de4un/simple-spin-lock
Simple Spin Thread-Lock Example
cpp cxx multi-threading multithreading mutex posix-thread pthread raii spin-lock spinlock thread threading threads win-thread winthread
Last synced: 28 Oct 2025
https://github.com/bursasha/cpp-matrix-calculator
Matrix calculator in C++ using OOP, polymorphism, STL, parsers, variety of algorithms 🧮
abstraction algorithms calculator-application console-application cpp cvut-fit doxygen-documentation incapsulation inheritance makefile matrix matrix-calculator oop parser polymorphism stl
Last synced: 03 Apr 2025
https://github.com/toxe/tic-tac-toe
C++ Tic-Tac-Toe
alpha-beta-pruning cpp minimax minimax-alpha-beta-pruning tic-tac-toe
Last synced: 09 Jul 2025
https://github.com/csb6/markdown
C++ Markdown parser
cpp cpp17 markdown markdown-parser
Last synced: 15 May 2026
https://github.com/pauloj2/atividades-do-beecrowd
Exercícios para aprendizado em linguagem de programação C e C++
Last synced: 01 May 2026
https://github.com/neuraCollab/uni
Большие данные и распределенная цифровая на ПМ-ПУ СПБГУ 2024-2027г.
Last synced: 27 Mar 2025
https://github.com/madladsquad/untitledxdgbasedir
An C and C++ implementation of the XDG basedir specification
Last synced: 16 May 2026
https://github.com/okoge-kaz/compiler_construction
Tokyo Institute of Technology 2022-2Q CSC. T372
c compiler cpp tokyotech tokyotech-class
Last synced: 19 May 2026
https://github.com/ajlekcahdp4/scalgrad
A tiny Autograd engine for C++ with small neural network on top
Last synced: 04 Apr 2025
https://github.com/tarikipekci/cryptraider
First-person 3D puzzle game.
3d cpp firstperson puzzle-game unreal-engine-5
Last synced: 03 Apr 2025
https://github.com/shopmaior/mercado_pago_esp
Biblioteca Arduino ESP2866/ESP32
arduino c cpp esp32 esp8266 hacktoberfest library
Last synced: 27 Mar 2025
https://github.com/isaac-lal/learning-cpp
Learning C++.
code cplusplus cpp learning programming
Last synced: 01 Apr 2025
https://github.com/tusharnankani/AdventOfCode
My solutions for Advent of Code 2021
advent-of-code advent-of-code-2021 adventofcode cpp
Last synced: 10 Apr 2025
https://github.com/nekruzash/graph-data-structure
This is from CS2028 - Data Structures, where me and my partner designed a graph data structure with all of the functions and implemented Depth First Search and Breadth First Search for traversing.
cpp graph-datastructures graphs
Last synced: 16 Jun 2025
https://github.com/apavazza/passwordmanager
A command line password manager
cpp cryptography encryption password-manager
Last synced: 17 Mar 2025
https://github.com/zyad-eltayabi/mathematics-exam
Mathematics Exam using C++
Last synced: 12 Jun 2026
https://github.com/tr0yspradling/jsontree
A fast, lightweight, cross-platform utility for viewing & navigating large JSON documents. Built with C++ & gtkmm4.
Last synced: 14 May 2026
https://github.com/terror/compete-mcgill-2020
My Answers to Psets/Contests for Compete McGill Summer Training 2020
competitive-programming cpp python3
Last synced: 15 May 2026
https://github.com/bast/cffi-mem-alloc-example
Demo of how to create or fix a memory leak when garbage collecting.
cffi cpp memory-management python
Last synced: 15 May 2026
https://github.com/eldiiarbekbolotov/rapid
Rapid is a beginner friendly text editor designed for web developers, by a web developer.
code-editor cpp qt text-editor
Last synced: 15 May 2026
https://github.com/horikitasuzunetsundere/elevator-project-with-proteus-and-arduino
Efficient Vertical Transportation: Elevator Control System Simulated with Proteus and Programmed with Arduino IDE
algorithms-and-data-structures arduino cpp programming system-design
Last synced: 16 May 2026
https://github.com/md-mafujul-hasan/toph.co
These Contain Some Problem Solution of Toph.co Website that I have done while understanding Programming Concepts.
c c-plus-plus c-programming cpp java python
Last synced: 14 Apr 2026
https://github.com/proftanish/daily-dsa
Dealing with problem solving in C++ daily
cpp leetcode leetcode-cpp leetcode-solutions problem-solving
Last synced: 17 Mar 2025
https://github.com/taharachedi/algorithms-problem-solving-level-3
📂 Repository containing well-organized solutions for simple problems Level 3 in C++.
algorithms cpp problem-solving
Last synced: 20 Mar 2025
https://github.com/xinlei-robotics/mininav
Indoor mobile robot localization and navigation system. C++23, Eigen, ROS 2, Raspberry Pi.
cmake cpp cpp23 eigen ekf localization mobile-robot navigation raspberry-pi robotics ros2 slam
Last synced: 16 May 2026
https://github.com/genebit/my-cp-template
My Competitive Programming Template Guide
competitive-programming cpp template
Last synced: 18 Mar 2025
https://github.com/programmingrainbow/beginners-guide-to-sdl3-in-cpp
An in-depth guide to getting started with SDL3 in the C++ Language .
cpp cpp20 guide sdl3 sdl3-image sdl3-mixer sdl3-ttf tutorial
Last synced: 26 Mar 2025
https://github.com/aquice/brainpp
BrainPP is a Brainfuck interpreter made in C++.
Last synced: 03 Jun 2026
https://github.com/kushalprasadjoshi/object-oriented-programming-in-cpp
Object-Oriented Programming in C++ (CMP162) – Pokhara University Course materials, notes, labs, and resources for the Object-Oriented Programming in C++ course (CMP162) at Pokhara University. This repository is not officially affiliated with or endorsed by Pokhara University.
Last synced: 30 Apr 2025
https://github.com/rowingdude/libtradier
A C++ library for the Tradier API
api-client async cpp cpp20 finance financial-data financial-tools investment market-data options-trading order-management portfolio rest-api sdk stock-market tradier trading trading-library websocket
Last synced: 15 Jun 2025
https://github.com/btframework/errortotext
Shows how to use wclGetErrorInfo function
cpp csharp delphi ex example example-project samplecode vbnet vcl wireless-communication-library
Last synced: 10 May 2026
https://github.com/xottab-duty/x-day-engine
X-Day Engine
c-plus-plus c-plus-plus-17 cpp cpp17 game-engine glfw vulkan vulkan-game-engine
Last synced: 26 Mar 2025
https://github.com/lostsh/stickgame
A tiny game on arduino with LCD Display (16*2)
arduino arduino-game arduino-lcd arduino-nano arduino-uno cpp game lcd lcd-display lcd16x2 tiny-game
Last synced: 02 May 2026
https://github.com/quantumbytestudios/integer-class-for-cpp
Simple Integer Class With Some Useful Functions :)
cpp cpp-class cpp-header cpp-library cpp-module cpp-modules module
Last synced: 16 Jun 2025
https://github.com/siddheshkukade/geeksforgeeks
Contains problem solutions for the GeeksForGeeks.org platform
Last synced: 30 Jun 2026
https://github.com/leandro-cardoso/univassouras-iot
Estudo de internet da coisas com C++ e Arduino.
Last synced: 16 May 2026