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/sakaars/codes
Daily Coding Question To Enhance My Skills.
app aws c cpp java webdevelopment
Last synced: 15 Feb 2026
https://github.com/mortinger91/header-only-cpp-mysql
Header-Only C++ Wrapper of Mysql Official Library
cpp cpp11 cpp14 cpp17 header-only mysql
Last synced: 15 Apr 2026
https://github.com/alpha74/cuda_basics
Nvidia NVCC CUDA programs for begineers.
c cpp cuda cuda-programs nvcc nvidia parallel-computing parallel-programming
Last synced: 08 May 2026
https://github.com/weileizeng/random-window-decoder
A version of minimum weight decoder, apply to both classical and quantum code
cpp decoder error-correcting-codes linux quantum-computing quantum-error-correction
Last synced: 15 Apr 2026
https://github.com/maxencebonamy/brainfuck-interpreter
Brainfuck is a programming language containing just 8 instructions, each a character. This software is an interpreter that lets you execute a program written in Brainfuck.
brainfuck brainfuck-interpreter cpp interpreter xmake
Last synced: 04 Jun 2026
https://github.com/yottaawesome/cross-platform-cpp-playground
Various dumb experiments with cross-building C++ projects on MSVC, GCC and Clang for Windows and Linux.
clang cpp cpp-modules cpp20 gcc linux msvc visual-studio windows
Last synced: 10 Feb 2026
https://github.com/nsh07/urban-plus-plus
Easy to use C++ wrapper for the Urban Dictionary API
cplusplus cpp libcurl nlohmann-json urban-dictionary
Last synced: 25 Feb 2026
https://github.com/ldionne/accu-2017-rust-traits-in-cpp
My lightning talk on dynamic polymorphism at ACCU 2017
accu cpp cpp11 cpp14 dyno hana talk type-erasure
Last synced: 18 May 2026
https://github.com/ssusnic/ascii-snake
A repository that contains the source code of my terminal based Snake game written in C++ for the Windows Command Line.
2d 2d-game ascii command-line commandprompt cplusplus cpp game-development game-programming gamedev making-games mingw mingw-w64 snake snake-game terminal-based terminal-game text-based-game visual-studio vscode
Last synced: 23 Oct 2025
https://github.com/vinkami/honkai-star-rail-simulator-cpp
Group project
comp2113 cpp cpp11 engg1340 honkai-star-rail
Last synced: 21 Jan 2026
https://github.com/merteldem1r/algostruct
AlgoStruct - Mastering DSA with C & C++ Data Structures and Algorithms, Essential Concepts like Pointers, OOP, Structures, Memory Allocation etc. with well explained comment lines and Readme files. Implementing all Data Structures from scratch and their Algorithms.
algorithms c computer-science cpp data-structures leetcode
Last synced: 08 Oct 2025
https://github.com/vardan2009/kitelang
hobby programming language compiler written in C++
assembly cmake compiler compilers cpp lowlevel programming-language x86 x86-64
Last synced: 28 Feb 2026
https://github.com/smirnovlad/messenger
Desktop client-server messenger written in C++, Qt
authorization chat client-server cmake conan cpp messenger qt5 sockets sqlite tcp-client tcp-server
Last synced: 28 Feb 2026
https://github.com/aasjunior/esp32_web_server
Este é um projeto utilizado para fins acadêmicos e aprendizado com a placa de desenvolvimento Esp32 e linguagem de programação C++.
cpp esp32 iot platformio webserver
Last synced: 01 Feb 2026
https://github.com/jeffreyargueta/stl_list
Mini STL<list> in cpp to exonerate second midterm
Last synced: 10 Jan 2026
https://github.com/softtechmx/lib-cpp-geometria
biblioteca de código abierto diseñada para proporcionar a los desarrolladores y matemáticos una herramienta eficiente y fácil de usar para realizar operaciones matemáticas complejas relacionadas con la geometría. Diseñada con un enfoque en la simplicidad, la flexibilidad y el rendimiento.
Last synced: 08 Oct 2025
https://github.com/giorgiogtelian/luna
this is my little project: a new programming language named after my dog
cpp csharp java language parser programming-language programming-languages
Last synced: 13 Feb 2026
https://github.com/antonioberna/roma
Runtime Optimization and Memory Analysis
Last synced: 27 Feb 2026
https://github.com/ohjurot/exceptionsplusplus
Easy advanced exception handling in a single templated C++ header file. C++ exception library
cpp exception exception-handling exceptions header-only linux templated templated-content windows
Last synced: 23 Oct 2025
https://github.com/terroo/extract
Automatically recognizes and extracts various types of mime formats from compressed files. If it is installed, otherwise it says Failed to unpack: '[type]'. and you will need to install the appropriate software later
command-line cpp cpp23 extract wrapper
Last synced: 12 Feb 2026
https://github.com/agoraio-extensions/terra
terra is a shell of the code-gen flow
Last synced: 15 Mar 2026
https://github.com/banyapon/creativecoding
openFrameworks on Visual Studio 2022: A Computer Graphics Playground Introduction
cpp immersive-media openframeworks openframeworks-addon
Last synced: 27 Jan 2026
https://github.com/ripunjay42/leetcode_practice
cpp leetcode-cpp oops-in-cpp stl
Last synced: 10 Jan 2026
https://github.com/9inefold/exicpp
C++ wrapper for the Efficient XML Interchange (EXI) processor
Last synced: 23 Feb 2026
https://github.com/avidlearnerinprogress/algorithmictoolbox-ucsd
Coursework solutions to UCSD DSA specialization
algorithms cpp data-structures moocs
Last synced: 22 Oct 2025
https://github.com/tessapower/poo-game
A silly poo game as a first experiment with DirectX :poop:
Last synced: 16 Oct 2025
https://github.com/massimo-marino/iocolor
A C++17 implementation that adds color capabilities to streams
colored-iostream colored-stream cpp cpp17 cpp1z io iostream streams
Last synced: 17 Mar 2026
https://github.com/superoo7/solar_boat
The iOT part of the solar boat (DONE)
arduino c c-plus-plus cpp dissolved-oxygen-sensor iot mega platformio temperature-sensor thingspeak turbidity-sensor ultrasonic-sensor uno wifi
Last synced: 19 Apr 2026
https://github.com/mohammed-3tef/encryption_and_decryption_application
This program is for encryption and decription your important information like your password, ID, etc.
assignment ciphers clean-code cpp cpp-projects
Last synced: 14 Apr 2025
https://github.com/echosingh/ahocorasickproject
Aho-Corasick Visualization Project with GUI using wxWidgets
aho-corasick aho-corasick-algorithm cpp wxwidgets
Last synced: 11 Feb 2026
https://github.com/mailittlepony/mathexploration
Math exploring game for educational purposes
cpp ecs mathematics opengl video-game
Last synced: 09 Feb 2026
https://github.com/stivenjs/savecloud
Automated game save synchronization. Cloud-hosted, locally backed up, and platform-agnostic.
cloud cloud-gaming cpp games lambda rust-lang s3 tauri
Last synced: 07 Jun 2026
https://github.com/ashmod/asu_sheets-solutions
(FOE) ASU [CSE131s]/[CSE231s] Sheets + Solutions
college-assignments cpp java sheets solutions
Last synced: 07 Feb 2026
https://github.com/ergus/extraewin
Very basic header-only library for C++ instrumentation and create a Paraver Trace.
cmake concurrency cpp extrae github-actions multiplatform multithreading parallel paraver profiling testing
Last synced: 11 Feb 2026
https://github.com/multitoolplusplus/app
multitool++ app
c cmake cpp discordmultitool good-first-issue good-first-pr hacktoberfest linux linux-software multitool multitooldiscord multitoolhacking multitoolplusplus multitools windows windows-software
Last synced: 06 Feb 2026
https://github.com/tttapa/batmat
Fast linear algebra routines for batches of small matrices.
Last synced: 03 Mar 2026
https://github.com/govnorice/powerdialog
Dialogue of shutdown, sleep, reboot PC
c cpp gtk3 linux linux-app power powermanager poweroff reboot shutdown shutdown-manager sleep suspend
Last synced: 18 Jan 2026
https://github.com/eldment/lin-q
📈 为 C++ 打造的高性能、纯头文件 LINQ 风格查询库 📦 High-performance, header-only, LINQ-style query library for C++
cpp cpp17 header-only high-performance library linq linq-style mordern-cpp powerful
Last synced: 06 Sep 2025
https://github.com/bastienkody/testercpp09
Ecole 42 (last cpp module tests)
42school cpp cpp98 testing-tools
Last synced: 10 Feb 2026
https://github.com/garfield1002/jrsl
A C/C++ implementation of William Pugh's Skip Lists with width
c c89 cpp library public-domain single-header-lib skiplist
Last synced: 17 Mar 2026
https://github.com/yoboujon/yoyo_tetris
Tetris clone using raylib in C++
cpp cpp20 game-development raylib tetris-clone tetris-game
Last synced: 05 Mar 2026
https://github.com/mariam-badr-mb/rational-calculater
A lightweight console-based calculator that performs arithmetic operations on rational numbers (fractions). It allows users to add, subtract, multiply, and divide fractions while ensuring proper input validation and error handling.
Last synced: 27 Jan 2026
https://github.com/the0cp/flappy_bird
Flappy Bird made with C++ & EasyX
cpp easyx flappy-bird game game-development
Last synced: 01 Mar 2026
https://github.com/greensky00/simple_thread_pool
Simple and lightweight fully asynchronous thread pool and timer
asynchronous cpp single-header thread-pool timer
Last synced: 22 Jan 2026
https://github.com/rodrigobarbaedu/color-ball-robot-tracker
Este proyecto implementa un robot autónomo utilizando Raspberry Pi, Elegoo Smart Robot Car V4, Python y OpenCV para evitar obstáculos, reconocer y seguir pelotas de colores.
arduino arduino-uno c cpp elegoo-robot-car esp32s3-camera-tft opencv python raspberry-pi
Last synced: 12 Feb 2026
https://github.com/dxbang/bangbuttons
2x35 Buttons Box for Sim-Racing
arduino arduino-leonardo assetto-corsa-competizione button-box buttons controller cpp gamepad-controller joystick joystick-control keyboard macros sim-racing simracing
Last synced: 16 Apr 2026
https://github.com/chiefenne/lvgl_simulator
Complete LVGL v9.4 project template with desktop simulator for rapid GUI development. Build interfaces on macOS/Linux/Windows, then deploy to ESP32. Shared GUI code, custom fonts, and modern C++17.
cpp embedded esp32 gui lvgl sdl2 simulator
Last synced: 27 Jan 2026
https://github.com/paulemacedo/cefet-rj
Este repositório contém uma coleção de códigos desenvolvidos durante meu curso na CEFET/RJ. Os códigos abrangem diversas disciplinas e linguagens de programação, incluindo C, C++ e Java. Eles representam meu aprendizado e progresso ao longo do curso.
c cefet-rj cli college cpp csharp faculdade react redux rust
Last synced: 12 Feb 2026
https://github.com/mrizaln/glfw-cpp
C++ GLFW wrapper with multi-window and multithreading in mind
cpp glfw multithreading opengl
Last synced: 14 Mar 2026
https://github.com/pulkitpareek18/media-processing-pipeline
FFmpeg-based C/C++ pipeline that converts one source video into multiple lower-resolution variants with automated resolution detection and structured output naming.
bitrate-ladder c cli cpp ffmpeg ffprobe media-pipeline transcoding video-processing
Last synced: 16 Apr 2026
https://github.com/filfreire/simplefpstemplate_filfreire
personal fork of https://github.com/tomlooman/SimpleFPSTemplate
cpp gamedev unreal unreal-engine unreal-engine-4 unreal-engine-5
Last synced: 27 Feb 2026
https://github.com/rarakira/cpp-modules
Introduction to object oriented programming with C++, 42 curriculum
21school cpp cpp98 ecole42 oop oop-in-cpp
Last synced: 08 Feb 2026
https://github.com/darkmenacer/soft-card-deck
Deck of playing cards available at your disposal digitally
Last synced: 08 Feb 2026
https://github.com/lukechu10/ultimate-tictactoe-ai
Ultimate TicTacToe AI program for NodeJS
ai cpp minimax napi node-addon-api nodejs nodejs-modules ultimate-tic-tac-toe uttt
Last synced: 17 Feb 2026
https://github.com/tamim-saad/cses-problem-set-solutions
Solutions to the CSES Problem Set with clean, optimized code. Designed to help competitive programmers improve their problem-solving skills. Contributions are welcome—don’t forget to star!
competitive-coding competitive-programming competitive-programming-contests cpp cses cses-dp-section cses-editorial cses-introductory-problems cses-problem-set cses-problem-set-solution cses-problemset cses-solutions cses-submissions problem-set problem-solving
Last synced: 18 Oct 2025
https://github.com/offa/matcher
C++11 Hamcrest like Matcher implementation.
Last synced: 17 Oct 2025
https://github.com/miarolfe/accelerated-raytracing-testbed
A test platform for comparison of ray-tracing acceleration structures
acceleration-structure cpp cpp17 ray-tracing
Last synced: 10 Feb 2026
https://github.com/hatelamers/winpinmenu
diVISION Pinnable Taskbar Menu
cpp launcher-application win32api windows windows-11 windows-desktop windows-taskbar
Last synced: 11 Feb 2026
https://github.com/natelindev/nomoku
Gomoku AI
ai ann cpp five-in-a-row genetic-algorithm gomoku piskvork
Last synced: 17 Oct 2025
https://github.com/gjoacorp/blossom
An OpenGL-based rendering engine written in C++.
cpp entt game-engine graphics-programming opengl rendering-engine
Last synced: 05 Mar 2026
https://github.com/neborsh/brightengine
a small engine made in C++ using glfw, running on OpenGL
3d cpp engine game-engine game-engine-3d gameengine glfw opengl xmake
Last synced: 14 Oct 2025
https://github.com/slyfryfrog/nuit
A modern cpp game framework with an OpenGL backend and demo projects.
Last synced: 14 Oct 2025
https://github.com/bamx23/mobileoptimized
Sample project for MobileOptimized'19. iOS crash handling and stuff
2019 c cpp crash-reporting ios mobileoptimized moconf objc objcective-c swift
Last synced: 13 Apr 2026
https://github.com/kritagya-web/online_examination_project_cpp
This project is a windows-based application used for taking Exams of multiple subjects.Marks would be calculated automatically after the test finishes. Some modules/ functionalities included are New User Registration, Attempt Test, Results, Contact US, etc.
c cpp online-examination-system test-taking-platform
Last synced: 01 Mar 2025
https://github.com/o-rumiantsev/array
Compromise between the convenient and fast implementation of arrays in C++
array cpp features functionality list speed
Last synced: 19 Jan 2026
https://github.com/Hcolda/QChatServer
A lightweight chat software server (WIP)
chat chat-app chat-application chatapp chatroom cpp cpp23 server
Last synced: 06 Oct 2025
https://github.com/nohomey/fmi-introduction-to-programming-course
A place for my homeworks and other materials related to the Introduction to Programming course in FMI
Last synced: 06 Oct 2025
https://github.com/nilostolte/opengl-glsl
Examples (OpenGL and GLSL shaders) and complete OpenGL installation with w64devkit development kit, glad and glfw3 binaries and Ninja building tool for Windows 64 C/C++
c cpp glfw glfw3 glsl glsl-shaders graphics ninja-build opengl shadertoy shadertoy-compatibility w64devkit win64 windows windows-10
Last synced: 24 Feb 2026
https://github.com/mohamadcs/prologtranspiler
Extended Prolog.
antlr4 compiler cpp prolog transpiler
Last synced: 27 Feb 2026
https://github.com/md-mafujul-hasan/hackerrank_cpp_solution
These Contain Some CPP Programming Solution of Hacker Rank😏
cpp cpp-hackerrank cpp-solutions hackerrank hackerrank-30dayschallange hackerrank-certification hackerrank-challenges hackerrank-cpp hackerrank-cpp-solution hackerrank-solutions
Last synced: 24 Jun 2026
https://github.com/anav5704/cs111-projects
Projects made for my introduction to computer science course @ USP
Last synced: 15 Mar 2026
https://github.com/tom-weatherhead/helix
An RSA encryption and uuencoding/uudecoding application from 2002.
cpp cryptography encryption rsa-encryption uudecode uuencode
Last synced: 09 Oct 2025
https://github.com/neucleardog/spidermonkey-cmake
portable Spidermonkey with CMake support
cmake cpp javascript-engine spidermonkey spidermonkey-cmake spidermonkey-engine
Last synced: 27 Oct 2025
https://github.com/victornpb/multiplexed-7segments-display
Arduino sketch that provides multiplexing for a single or multiple 7 segments displays without extra hardware
7segment arduino-library arduino-sketch cpp multiplexer
Last synced: 25 Oct 2025
https://github.com/rizwan-hasan/cmake-freeglut-project-example-msvc
An example of a FreeGLUT project using CMake with MSVC Compiler.
cmake cmake-examples cmakelists cpp cpp17 cpp20 example-project freeglut freeglut-library glut glut-library msvc msvc2019 opengl vscode windows windows-10
Last synced: 14 Apr 2026
https://github.com/muhammedmagdyy/acpc-kickoff-2022
Solutions for ACPC Kickoff 2022
algorithms cpp data-structures
Last synced: 18 Mar 2026
https://github.com/jpenrici/miscellaneous
Miscellaneous code: C++, Python, Bash, Portugol, Visualg ...
algorithms cpp csv game-development libreoffice openbox portugol python3 qt-creator script shell sql sublime-build sublime-snippets sublime-text-3 tools vba vba-macros vcf visualg
Last synced: 12 Mar 2026
https://github.com/timthedev07/tictactoe-in-shell
My first c++ program integrating the power of AI algorithms(minimax).
ai cpp minimax-algorithm shell tic-tac-toe
Last synced: 16 Apr 2026
https://github.com/loopperfect/vs-to-bazel
Convert Visual Studio projects to Bazel
Last synced: 16 Apr 2026
https://github.com/belhoussine/research-mutations-sars-cov-2-proteome
An academic research project that I worked on with a team of researchers in the United States.The goal was to explore how amino acid mutations affect the stability of the main protease of the COVID-19 proteome.
bioinformatics covid19 cpp mutations pdb promute research sdm shell substitution
Last synced: 19 Apr 2026
https://github.com/calebeaf02/hotelaria_unb_tp1
Gestão hoteleira em C++: Domínios, Entidades, POO.
controladores cpp crud gerenciador hotel interfaces poo unb
Last synced: 30 May 2026
https://github.com/jomart02/qssstylemanager
StyleManager for dynamically setting qt qss styles and working with several styles simultaneously from different parts of the program (qt c++)
cpp linux qss qss-design qt singleton windows
Last synced: 19 Apr 2026
https://github.com/extremeheat/protodef-cpp
C++ compiler for ProtoDef schemas
Last synced: 03 Mar 2026