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-04-24 00:06:55 UTC
- JSON Representation
https://github.com/hjo12/IsometricGameUWP
A 2D isometric game written in C++ Universal Windows Platform with Win2D using a custom game engine by Professor Charles Kelly for a course in Winter 2017
cpp universal-windows-platform uwp uwp-apps win2d
Last synced: 24 Sep 2025
https://github.com/radoslawregula/reverb-juce-app
An application adding reverberation to a WAV file with 12-line FDN.
audio-effect audio-processing cpp juce juce-application music-production reverb reverberation wav
Last synced: 09 Mar 2026
https://github.com/vahancho/textable
A C++ plain text tables generator.
ascii ascii-table ascii-tables c-plus-plus cpp cpp11 cpp17 plaintext table text-table texttable
Last synced: 04 Aug 2025
https://github.com/sanketpathak64/data-structures-and-algorithms
This repository contains implementation of data structures like linked list, stack, queue, trees. This repo also contains implementation of various algorithms.
algorithms-and-data-structures bst cpp data-structures linkedlist queue sorting-algorithms string tree
Last synced: 04 Aug 2025
https://github.com/k0t9i/l2jgeodatapathfinder
L2j format geodata path finder
astar-algorithm astar-pathfinding astar-search-algorithm cpp dll geodata l2j lineage2 pathfinder pathfinding
Last synced: 06 Oct 2025
https://github.com/francoiscarouge/gstkalman
GStreamer Kalman Filter Video Plugin
cpp cpp23 gstreamer gstreamer-plugins kalman kalman-filter kalman-filtering library multimedia
Last synced: 04 Apr 2026
https://github.com/chgroeling/libmicroemu
ARM Microcontroller Emulator Library
arm cortex-m cortex-m4 cortex-m4f cpp embedded-systems emulator iot simulation
Last synced: 05 Apr 2026
https://github.com/mgorshkov/sklearn
ML methods from scikit-learn library
cplusplus cpp machine-learning machinelearning mathematics ml sklearn
Last synced: 04 Apr 2026
https://github.com/choaib-elmadi/fluid-level-sensor
Arduino-based water level monitoring system featuring real-time OLED display, voltage-to-level conversion, and interactive graphing capabilities.
actuator arduino build cpp cprogramming embedded monitoring oled pid project projects sensor voltage
Last synced: 04 Mar 2026
https://github.com/carloocchiena/code_bites
Raw code snippets
assembly cpp csharp docker java python rust solidity typescript
Last synced: 04 Mar 2026
https://github.com/bertrandmartel/pusher
:black_square_button: Mechanical wall switch button pusher securely controlled via Bluetooth LE
aes android android-application bluetooth-le cpp rfduino servo
Last synced: 03 Mar 2026
https://github.com/nguyenkhanhquy/movie-catalog-management
Final term project of the "Data Structure and Algorithms" course
cpp data-structures-and-algorithms
Last synced: 06 Mar 2026
https://github.com/basemax/cpp-mylanguage
My Language C++ TINY Library: A c++ library to handle and manage all of words/strings and languages of a software in a JSON structure.
cpp cpp-17 json language-manager languages translate translater translates
Last synced: 05 May 2025
https://github.com/fahdseddik/video-to-ascii-on-console
A C++ Program that converts .mp4 files to ASCII and then plays the video on the console
ascii-art ascii-graphics console-application console-visualization cpp opencv video
Last synced: 31 Aug 2025
https://github.com/njroussel/remeshingtree
Remeshing tool which converts a given mesh into a tree/root like strucutre.
cpp remeshing surface-mesh wireframe
Last synced: 14 May 2025
https://github.com/mayur1377/leetcode-solutions
MY LEETCODE SOLUTION !
cpp leetcode leetcode-solutions
Last synced: 05 May 2025
https://github.com/Jonathan-Greve/Xmake-template
Xmake C++23 project template. Using C++ modules, github workflows for CI/CD (Windows and Ubuntu) and gtest for testing. Compiles with both GCC on Ubuntu and MSVC on Windows. See the linux.yml file for how to properly install GCC on ubuntu if you're having trouble.
cd ci cicd cpp cpp20 cpp20-modules cpp23 gtest project starter-template template xmake xmake-repo
Last synced: 12 Mar 2025
https://github.com/paulo-d2000/pnexe
C++ Based Steganography with exe files & png images
Last synced: 10 Apr 2025
https://github.com/msdn-whiteknight/errlib
C/C++ exception handling and logging library
c cpp error-handling exceptions library logging windows
Last synced: 16 Jun 2025
https://github.com/tekaireb/nimblex_dictionary
A blazing fast dictionary for the Terminal.
autocomplete cpp dictionary dynamic-programming fuzzy-search levenshtein-distance ncurses trie
Last synced: 31 Mar 2025
https://github.com/aurbano/ash
:shell: a(lex)sh(ell) -- Remaking bash to practice modern C++ :)
Last synced: 24 Dec 2025
https://github.com/sandialabs/coloring
A self-contained C++ plotting library
cpp plot plotting scr-2894 snl-visualization
Last synced: 02 May 2025
https://github.com/timstr/flosion
A visually programmable functional language for audio synthesis
audio audio-processing cpp digital-audio-editor digital-audio-workstation digital-signal-processing sound sound-processing sound-synthesis
Last synced: 11 Jul 2025
https://github.com/sandrokeil/arangodb-php-driver
A PHP extension for ArangoDB with fuerte and velocypack :rocket:
arangodb cpp database driver fuerte nosql php php-extension velocypack vpack
Last synced: 04 May 2025
https://github.com/ark-iot/ark-cpp
Ark: Cpp || a C++ Ark Ecosystem Wrapper for Machines ||
arduino ark ark-blockchain arkecosystem blockchain cpp cryptocurrency devnet mcu
Last synced: 03 May 2025
https://github.com/kdrag0n/aoc2021
My solutions for Advent of Code 2021
advent-of-code advent-of-code-2021 cpp javascript python rust
Last synced: 16 Jun 2025
https://github.com/jeremiahtorralba/ponggame
Pong Game - C++ and SDL2
cpp cpp-course cpp-examples cpp-game cpp-library cpp-programming cpp-project cpp-sdl2 pong pong-clone pong-game pong-game-cpp pong-game-development sdl2 sdl2-application sdl2-game sdl2-image sdl2-library sdl2-ttf
Last synced: 24 Jun 2025
https://github.com/deryaxacar/42-ft_printf
This project is a reimplementation of the printf function in standard C. The printf function is used to produce formatted output and supports various data types and format specifiers. The ft_printf function recreates the same behavior while operating independently of standard library functions, providing a fully customizable structure.
42 42-ft-printf 42born2code 42cursus 42ftprintf 42projects 42school c-programming c-programming-language c-project c-projects cpp ft-printf print printf printf-42 project
Last synced: 13 Apr 2025
https://github.com/qengineering/mobilenetv1_ssd_opencv_caffe
MobileNetV1_SSD Caffe with OpenCV on RaspBerry Pi
caffe cpp dnn mobilenet-ssd mobilenetv1-ssd-caffe opencv raspberry-pi testopencv-caffe
Last synced: 13 Apr 2025
https://github.com/richelbilderbeek/kalmanfilterer
Tool to investigate a Kalman filter
cpp gui kalman kalman-filter qt
Last synced: 28 Jul 2025
https://github.com/skyzh/data-structure-deque
A deque of O(sqrt n) complexity on access, insert and remove, with an optimization for O(log n) access based on fenwick tree.
binary-indexed-tree cpp deque fenwick-tree
Last synced: 27 Oct 2025
https://github.com/nikumu/leetcode-solutions
A collection of solutions to various LeetCode problems implemented in C++.
algorithms cpp cpp11 data-structure interview-practice interview-preparation interview-questions interview-solutions leetcode leetcode-solutions modern-cpp
Last synced: 05 Apr 2025
https://github.com/rutura/qt-5-c-gui-development-for-beginners-
Source code for the Qt 5 C++ GUI Development for Beginners course on udemy
Last synced: 06 May 2025
https://github.com/anishlearnstocode/hackerrank-cpp
Solutions to C++ domain challenges on Hackerrank 👨💻🐱👤.
algorithms c cpp data-structures hackerrank
Last synced: 10 Apr 2025
https://github.com/pinto0309/tinyyolo
Challenge the marginal performance of YoloV2 + Neural Compute Stick + RaspberryPi YoloV2+Neural Compute Stick(NCS)+Raspberry Piの限界性能に挑戦
cpp deeplearning movidius neural-compute-stick opencv opengl python raspberrypi tinyyolo yolov2
Last synced: 13 Sep 2025
https://github.com/richhaar/autosar-crc
JavaScript NPM package for 8 bit, 16bit, 32bit and 64 bit CRC functions as specified by the AUTOSAR standard, written with C++
autosar cpp cpp17 crc crc16 crc32 crc64 crc8 javascript node-addon node-addon-api nodejs
Last synced: 13 Apr 2025
https://github.com/igraph/igraph-cpp
C++ wrappers for igraph data structures
Last synced: 11 Apr 2025
https://github.com/ali-elshorpagi/snake_game
A Snake Game using the C++ graphics.h library
cpp game game-development graphics-library snake-game
Last synced: 23 Jun 2025
https://github.com/jayantgoel001/atcoder
atcoder atcoder-solutions competitive-programming cpp
Last synced: 02 May 2025
https://github.com/tony/wxscintilla
wxscintilla updated for wxwidgets 3.0 and clang
Last synced: 18 Jan 2026
https://github.com/jsh32/codex
Books/Courses written by the Codex Foundation
book computer-science course cpp educational-resources learning learning-resources programming
Last synced: 14 Apr 2025
https://github.com/tw1ddle/geometrize-top-level-repo
Top level repository and developer's landing page for checking out the Geometrize project
art cpp geometrize geometry-processing
Last synced: 03 May 2025
https://github.com/caishangqi/charmingcraft
TopDown voxel game inspired by Minecraft: Dungeon, combined with lots of RPG elements
Last synced: 13 Apr 2025
https://github.com/fahimfba/cpp
Learn C++ with a lot of practice and guidance from Md. Fahim Bin Amin. Repository that contains all the codes for "All About C++ In Bangla" YouTube playlist.
c-plus-plus cpp cpp-examples cpp-programming cpp20
Last synced: 14 Apr 2025
https://github.com/cppshizoids/containers
some containers and some my reimpl of std lib
Last synced: 19 Mar 2025
https://github.com/abdallahhemdan/mini-projects
💎 My implementation of some small projects as an application of different Languages and technologies ..
animations circuits cpp electrical-engineering loop-analysis python tic-tac-toe y-delta-transformation
Last synced: 13 Mar 2025
https://github.com/leeingnyo/newpuyoc
Puyo Puyo with 1 vs 1 network, multi-platform! See https://en.wikipedia.org/wiki/Puyo_Puyo for game rule, etc.
cpp cpp11 game-development multi-platform socket-programming
Last synced: 14 Apr 2025
https://github.com/kezhengjie/async_dns_resolver
async_dns_resolver is c++ cross-platform async dns resolve library which provides simple API and designs for high performace and high concurrency scene.Also runtime and thread safe.
async async-dns c-ares cpp cross-platform dns dns-resolver high-concurrency high-performance simple
Last synced: 12 Apr 2025
https://github.com/mingsm17518/cs-wiki
🌟Wiki of CS (computer science)
computer-science cpp mkdocs mkdocs-material
Last synced: 12 Apr 2025
https://github.com/newmarcel/awaken
A command line tool that prevents your Mac from going to sleep.
Last synced: 12 Apr 2025
https://github.com/paulchen2713/nthu-network_security_2022
COM 5335 Network Security 2022 Course Materials
aes-256 biginteger cpp ecc-cryptography matlab nthuee python rabin-cryptosystem
Last synced: 22 Jul 2025
https://github.com/ggarber/cmake-bootstrap
CMake project template with C++11 and gtest support
cmake cmake-bootstrap cpp gtest-support template
Last synced: 04 Apr 2025
https://github.com/mrrobinofficial/unreal-eventbus
The Event Subsystem is an event-based communication within the game. It enables a more modular and maintainable architecture.
cplusplus cpp event eventbus plugin unreal-engine unreal-engine-plugin
Last synced: 10 Apr 2025
https://github.com/kljohann/genpybind
Autogeneration of Python bindings from manually annotated C++ headers
clang cpp pybind11 python python-bindings
Last synced: 09 Apr 2025
https://github.com/xxjwxc/sqlservercppconnection
SQLserver Connection for cpp ,c++ sqlserver 链接库
com cpp sqlserver sqlserver-connection
Last synced: 19 Oct 2025
https://github.com/deadpikle/libzip-plus-plus
A libzip C++ wrapper originally built by markand
cplusplus cpp libzip libzip-wrappers zip
Last synced: 22 Apr 2025
https://github.com/liut/kedge
A bittorrent engine base on libtorrent-rasterbar with RESTful API
api bittorrent boost cpp http kedge linux web
Last synced: 11 Oct 2025
https://github.com/tsnsoft/netbeans_wxwidgets_div2_demo
Пример визуальной программы с wxWidgets на C++ в NetBeans с использованием wxFormBuilder для Linux
cpp example linux netbeans wxformbuilder wxwidgets
Last synced: 22 Apr 2025
https://github.com/jnelbaylen/data-structure-algorithms
A c++ exploration of data structures and algorithms to understand logic building, efficiency, and problem-solving.
Last synced: 25 Oct 2025
https://github.com/maximilianfeldthusen/fftw
This C++ code generates a sample signal composed of a sine wave with added noise, performs a Fast Fourier Transform (FFT) on that signal, and then displays the magnitude spectrum of the FFT result.
Last synced: 11 Jun 2025
https://github.com/gdifiore/libgolf
libgolf - golf ball trajectory calculation
cmake cpp cpp-lib cpp-library cpp-math cpp-math-library golf math math-library oop physics simulation trajectory
Last synced: 15 Apr 2026
https://github.com/vignesh1507/feel-flux
This project is basically a sentiment analysis which will work in input and output format. The user will give an input in the form of a textual content and the the code will process every bit of it and generate the output accordingly. Output of the code will vary between 3 parameters that are positive, negative and neutral.
artificial-intelligence cpp nlp-machine-learning
Last synced: 07 Mar 2026
https://github.com/gergeshany/competitive-programming-session-content
Competitive-Programming-Session-Content
competitive-programming cpp problem-solving topics
Last synced: 09 Oct 2025
https://github.com/gjbex/defensive_programming_and_debugging
This is material to complement the FutureLearn MOOC on "Defensive programming and debugging", as well as for training purposes.
bash best-practices c cpp debugging fortran mpi openmp parallel-programming python training unit-testing
Last synced: 13 Jul 2025
https://github.com/nilsdeppe/tuples
High quality C++11 compatible std::tuple and tagged_tuple implementations
c-plus-plus c-plus-plus-11 cpp cpp11 cpp14 metaprogramming
Last synced: 14 Mar 2026
https://github.com/tsnsoft/components_choice_wxwidgets-linux
Компоненты выбора в wxWidgets на С++ в Code::Blocks
c choice codeblocks cpp example linux wxwidgets
Last synced: 03 Jul 2025
https://github.com/alirezasaadatmand/shooter-game
A game written in Python, JavaScript, Go and C++, mostly inspired by the "Chris Courses" YouTube channel
canvas canvas-game cpp game go golang javascript pygame python raylib shooter shooter-game
Last synced: 11 Jun 2025
https://github.com/congcoi123/tenio-cocos2dx
This is a client of TenIO project based on Cocos2dx engine.
client cocos2dx cocos2x-v3 cpp game-server multiplayer server server-game tengames tenio
Last synced: 23 Apr 2025
https://github.com/jatin-8898/ultimate-placement-prep
My solved coding problems for the placement preparation. :blue_book:
algorithms array bitwise cpp data-structures graph hashmap hashtable interview interview-practice interview-prep interview-questions interview-solutions java placements swap tree
Last synced: 29 Oct 2025
https://github.com/dup4/learning-cpp
Some demos in the process of learning C++
Last synced: 24 Apr 2025
https://github.com/genyleap/qtcreator-pt
A template for integration with the PT & Qt Creator development environment.
cplusplus cpp cpp20 dependency-manager package-manager package-manager-tool project-template qml qt qtcreator qtgroup qtprojects qtquick qtwizard stl
Last synced: 23 Apr 2025
https://github.com/tornaia/panama-tutorial
"If non-Java programmers find some library useful and easy to access, it should be similarly accessible to Java programmers." - Interconnecting JVM and native code. Tutorials, learning by examples
c cpp foreign foreign-function-interface gcc interconnecting interoperability jep-191 jvm msbuild native openjdk openjdk-panama tutorials visual-studio windows winrt
Last synced: 12 Apr 2025
https://github.com/blagojeblagojevic/dc_dc-boost-converter
DC_DC boost converter
arduino arduino-ide arduino-uno cpp dc-dc-converter embeded-systems power-electronics power-electronics-systems proteus
Last synced: 19 Oct 2025
https://github.com/thatsabhishek/coding_ninjas-intro_to_cpp
This repo includes all C++ problems for Coding Ninjas Introduction to C++ Course.
coding codingninja-solution codingninjas codingninjasfundamental codingninjaspractice cpp patterns programming
Last synced: 11 Apr 2025
https://github.com/analogfeelings/blitzhash
SHA hashing library for Blitz3D, using Crypto++ as a backend.
blitz blitz3d blitzbasic cpp cryptography cryptopp visual-studio vs2022
Last synced: 18 Aug 2025
https://github.com/tsnsoft/wxwidgets_demo-linux
Пример программы на С++ в Code::Blocks с использованием wxWidgets в linux
c codeblocks cpp example linux wxwidgets
Last synced: 22 Apr 2025
https://github.com/gauravkesh/data_structures_and_algorithm
My daily learning of Data Structure and Algorithm in c++
clion-ide cpp data-structures-and-algorithms leetcode standard-library striver-a2z-sheet
Last synced: 23 Apr 2025
https://github.com/evanxg852000/cpp-conan-docker-starter
A C++ starter project using conan within docker
cmake conan cpp cpp14 cpp17 docker docker-compose
Last synced: 17 Oct 2025
https://github.com/michaelpineapple/project-bestburger
Code which, when combined with Unreal Engine 4, will generate an endless procedurally generated city.
Last synced: 06 Sep 2025
https://github.com/radosz99/f1-race
Formula One race simulation using ncurses lib and C++ threads.
cpp deadlock linux multithreading ncurses
Last synced: 01 Mar 2025
https://github.com/tsnsoft/dialogblocks_test
Пример простейшей визуальной программы с wxWidgets для DialogBlocks
cpp dialogblocks example wxwidgets
Last synced: 22 Apr 2025
https://github.com/snifi0/sniffer
Multitool!
arduino badusb cc1101 cpp current-meter emf emf-detector esp32 esp32-arduino ir pn532 rf rfid subghz usb-rubber-ducky
Last synced: 16 Mar 2026
https://github.com/rafaykhattak/calculator-cpp
A simple calculator built in C++ using the Qt framework.
Last synced: 19 Sep 2025