An open API service indexing awesome lists of open source software.

C++

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

https://github.com/hironakamura/proyectos-c-cpp

Compendio de proyectos hechos en C/C++

c cpp

Last synced: 20 May 2026

https://github.com/alexnask/cpp_ml

C++20 machine learning library with no external dependencies (nanorange used temporarily for C++20 ranges)

auto-differentiation cpp cpp20 machine-learning

Last synced: 27 Mar 2025

https://github.com/jankodedic/tappyplane

A "Flappy Bird" clone

cpp cpp17 flappy-bird game sdl2 sdl2-image sdlw

Last synced: 28 Jun 2026

https://github.com/sleeepyjack/multisplit

Simple multisplit for CUDA accelerators

cpp cuda gpu nvidia parallel-programming primitive split

Last synced: 20 May 2026

https://github.com/coderfamer/cpp-primer

c++ primer 5th answers

cplusplus cplusplus-11 cpp cpp11

Last synced: 02 Jan 2026

https://github.com/player-alex/net-host

A lightweight native C++ host for running .NET assemblies without modification. Supports WPF applications, console apps, and any .NET DLL with a Main method via simple JSON configuration.

application-launcher assembly-loader cpp cpp20 csharp dll-host dotnet dotnet-core dotnet-hosting hostfxr interop native-host native-interop windows wpf

Last synced: 03 May 2026

https://github.com/atauveron/formation-cpp

Les slides d'une formation C++

cpp cpp-course cpp11 cpp14 french-speaking slides viarezo

Last synced: 15 Oct 2025

https://github.com/rooom13/software-engineering

Book Shop data management app in C++ for Software Engineering course. UML Diagrams, Software patterns ...

cpp engineering-course object-oriented-programming software-design software-engineering uml-diagrams

Last synced: 18 Mar 2025

https://github.com/codeantik/cp-template

My C++ template that I use for competitive programming

competitive-programming cpp data-structures-and-algorithms

Last synced: 11 Jun 2026

https://github.com/openmix-dev/openmix

Stage mixing software for live theatre that lets engineers program, automate, and run cues seamlessly across 30+ digital mixing consoles.

audio audio-automation cpp live-sound midi mixing-console osc qt6 theater theatre

Last synced: 05 Jul 2026

https://github.com/quantumsheep/cpp-date

C++ date library

cpp date library

Last synced: 05 Apr 2025

https://github.com/atomicsponge/libwtf

:page_with_curl: Custom C++ Library

cpp hpp hpp-library library

Last synced: 22 Mar 2025

https://github.com/applehatdot/snek_gl

[MEGC #2] SNEK - OpenGL project written in C, that recreates Snake II from Nokia 5110

cpp first-project freeglut glut opengl snake

Last synced: 13 Jun 2025

https://github.com/jamesql/opendetection3

A upgraded, faster, and better version of OpenDetection. Now with Python!

c computer computer-vision cpp javascript library opencv opencv4 opendetection opendetection3 python python3 vision

Last synced: 08 Apr 2026

https://github.com/5arthak01/encryption

My exploration in encryption. Currently contains C++ implementation of RSA.

cpp hacktoberfest

Last synced: 04 Apr 2025

https://github.com/cemderv/linq

A header-only LINQ library for C++

cpp linq modern-cpp ranges

Last synced: 06 Apr 2025

https://github.com/vyom-yadav/cpp

My C++ exercises and notes.

concepts cpp

Last synced: 05 Apr 2025

https://github.com/jakubvojvoda/terrain-generation

Simple LoD terrain generation and displaying in OpenGL

cpp generation glee landscape level-of-details lod opengl terain

Last synced: 16 Apr 2026

https://github.com/ferhatgec/piacli

piacli, simple piano chord engine.

alsa chord chord-engine cpp cpp17 libalsa piano

Last synced: 18 Feb 2026

https://github.com/get-unknown-err0r/unit_converter

A project named unit converter written in C++ that can convert between various units such as length, weight, and temperature. This is very accurate to result and provide seamless facility to calculate.

arpit-prajapati c-plus-plus-programming cpp get-unknown-err0r github shell-language-standard unit-converter

Last synced: 07 May 2026

https://github.com/ricardodalarme/ticket-to-ride

Implementação do jogo de tabuleiro Ticket to Ride na linguagem C++

cpp game graph ticket-to-ride

Last synced: 23 Jul 2025

https://github.com/newlandtv/helloworld

Let's print "Hello, World!" In 6 programming languages.

c cpp csharp hello-world helloworld java javascript js programming-language python

Last synced: 08 Apr 2026

https://github.com/md-asikuzzaman/cpp-problems

problems solving with c++

codeblocks cpp

Last synced: 28 Jun 2025

https://github.com/micheleriva/c-vs-ts-wasm

👽Simple repo I made for myself just to test some WebAssembly compilers.

assembly c compilers cpp haskell typescript wasm wat webassembly

Last synced: 08 Apr 2026

https://github.com/davidyslu/onlinejudgezero

Personal Submission of Online Judge Zero (臺灣高中生程式解題系統)

algorithms cpp data-structures

Last synced: 14 May 2025

https://github.com/cra3z/smtplib

A C++ SMTP client

cpp smtp-client

Last synced: 16 Oct 2025

https://github.com/deanwilsondev/snake

A game of Snake made in C++ using Raylib. This project acts as the foundation for building out a custom game engine, leveraging raylib's rendering, windowing and input functionality.

c-plus-plus cpp game game-development game-engine game-engine-2d game-engine-development gamedev raylib snake

Last synced: 28 Jun 2025

https://github.com/magicallas/sfml_mes

C++ Project in School using SFML

cpp game school-project

Last synced: 22 Mar 2025

https://github.com/opikadash/memory-management-simulator

C++ Memory Management Simulator implementing First-Fit and Best-Fit allocation strategies with support for random stress testing, memory state persistence, CSV export for visualization, and benchmarking via GoogleTest.

best-fit cpp data-structures first-fit googletest makefile operating-systems simulation

Last synced: 28 Jun 2025

https://github.com/bl00mguy/algorithms-and-data-structures-itmo

Первый и второй семестры ИТМО

algorithms clang cpp golang rust

Last synced: 09 May 2026

https://github.com/tirimid/nimpedpp

nimped++ is the C++ rewrite (with some featural changes / additions) of nimped

cpp cpp20 custom personal programming text-editor

Last synced: 22 May 2026

https://github.com/flast/cppcheck-sarif

Convert cppcheck xml report to SARIF

c c-plus-plus cplusplus cpp cppcheck sarif static-analysis

Last synced: 11 May 2026

https://github.com/sa2003hil/dsa

Explore fundamental Data Structures and Algorithms with this repository. It contains clear implementations, detailed explanations, and practical examples in various programming languages. Perfect for learning, practicing, and mastering the core concepts of computer science and programming.

arrays cpp dsa dsa-algorithm graph linked-list queue stack string

Last synced: 14 Apr 2025

https://github.com/chokobole/base

A C++ base library

cpp cpp-library cpp14

Last synced: 14 May 2025

https://github.com/blagojeblagojevic/neural-network

Implemention of a small 1 layer neural network suitable for use in embedded systems

arduino c cpp embedded-systems esp32 evolution genetic-algorithm neural-network

Last synced: 08 Apr 2026

https://github.com/kwanhooo/pods

Practices on Data Structures

cpp data-structures data-structures-and-algorithms

Last synced: 13 Jun 2026

https://github.com/ryoga-exe/sivtexturesynthesis

Implementation of Texture Synthesis in Siv3D

cpp siv3d texture-synthesis

Last synced: 28 Jun 2025

https://github.com/marcuwynu23/sclib

Cpp dynamic library project for easy console programming

console console-project cpp dynamic functional-programming functions library

Last synced: 14 May 2025

https://github.com/vasconcelosvcd/gnsdkwrapperlib-cpp

A Gracenote C++ wrapper lib

cpp

Last synced: 05 Nov 2025

https://github.com/nilsfriess/particlefilter

Sequential Monte Carlo Particle Filter in C++

cpp monte-carlo particle-filter

Last synced: 22 Mar 2025

https://github.com/n-pcs/cplusplus

C++ Codes

code cpp

Last synced: 22 Mar 2025

https://github.com/thunder-coding/tic-tac-toe

Tic Tac Toe game using C++. Tested with Borland C++ 3.0 compiler.

borland-cpp c cpp game game-development tic-tac-toe tictactoe tictactoe-game

Last synced: 19 May 2026

https://github.com/kojobailey/binary-cpp-library

A C++11 library for parsing the binary data of files and whatnot both easily and cleanly.

binary cplusplus cpp cpp20 cpp23 hpp library single-include

Last synced: 22 Mar 2025

https://github.com/ahmedalyelghannam/leetcode_playground

Just a repo to collect my solutions for Leetcode problems.

cpp leetcode-solutions problem-solving

Last synced: 14 May 2025

https://github.com/itsjibel/jmp

Jibel Multiple Precision Arithmetic Library

arithmetic bigint biginteger calculator cpp cpp11

Last synced: 05 Nov 2025

https://github.com/engineersbox/cpp-lru-cache

A C++ implementation of a Least Recently Used cache

cpp lru-cache

Last synced: 22 Mar 2025

https://github.com/toxe/cpp-sanitizers

C++ Sanitizers and Static Analysis Examples

asan cpp lsan msan sanitizers tsan ubsan

Last synced: 13 Jul 2025

https://github.com/fcf-framework/fcfUnion

C++11 FCF::Union bidirectional conversion union type (With JSON Support)

container cpp cpp11 json parse stringify union variant

Last synced: 07 Apr 2025

https://github.com/isho-0/cpp-self-study-notes

"스스로 프로그래밍 하는 능력을 키우는 C++" 강의를 바탕으로 한 노트와 문제 풀이

basic-programming clion cpp cpp17 debug study-notes

Last synced: 17 Sep 2025

https://github.com/anmamun0/arduino-robotics-learning

A comprehensive guide to learning robotics using Arduino. This repository covers the basics of Arduino programming, sensor integration, motor control, and building robotic projects. Perfect for beginners looking to explore robotics through hands-on projects and step-by-step tutorials.

arduino assembly-language cpp robotics

Last synced: 24 Jul 2025

https://github.com/skakri/cookiecutter-cpp

Sets up a C++ project with Hunter package management

cmake cookiecutter cpp hunter

Last synced: 24 Jul 2025

https://github.com/fl444mingo/fl4-cs131-03-01-whileextra

Ch. 3, Lesson 1, While Continuation

cpp learning learning-cpp

Last synced: 17 Sep 2025

https://github.com/abhi5658/repaint

A paint application made with C++ with most of the basic functionalities.

cpp drawing drawing-app graphics paint repaint

Last synced: 25 Jul 2025

https://github.com/antonako1/arghand

Single header argument parsing and handling library made with C++11

cpp library

Last synced: 25 Jul 2025

https://github.com/zong4/geometrystructure

More mathmatical geometry structure and implementation of sweep line algorithm

cpp geometric-algorithms geometry sweepline sweepline-algorithms

Last synced: 25 Jul 2025

https://github.com/amirhakimnejad/big-number-in-cpp

Implementation of a class that can handle calculations between big numbers in c++.

algorithm bigint bignumber cpp object-oriented-programming oop stack

Last synced: 17 Sep 2025

https://github.com/eclipse-keypop/keypop-calypso-crypto-symmetric-cpp-api

Eclipse Keypop project repository containing a C++ implementation of the 'Calypso Symmetric Crypto API' standardized by the Calypso Networks association for ticketing terminal processing smart card

api component cpp keypop

Last synced: 26 Jul 2025

https://github.com/teejay69/configsync

Program Settings Synchronizer

boost configuration-management cpp settings-sync

Last synced: 26 Jul 2025

https://github.com/zeyu-xie/timothy-2048

A MacOS command line 2048 game written in C++.

cpp

Last synced: 18 Sep 2025

https://github.com/htl-stp-ecer/stm32-data-reader

Raspberry Pi ↔ STM32 SPI bridge — reads sensor data and publishes it via LCM for RaccoonOS

botball cpp lcm raccoon-os raspberry-pi robotics spi stm32

Last synced: 23 May 2026

https://github.com/pzaino/pzaino

Paolo Fabio Zaino's profile. Memento: A clever person solves a problem. A wise person AVOIDS it.

6809 68k arm bsd c coding compilers cpp interpreters linux mips operating-systems ppc programming risc-os risc-v software-development

Last synced: 09 Nov 2025

https://github.com/lintangwisesa/cpp_fundamentals

Fundamentals of C++ language

c-plus-plus cpp fundamental tutorial

Last synced: 28 Jul 2025

https://github.com/helcsnewsxd/decompilation-report

Technical report about decompilation, dcc static decompiler architecture, dynamic decompilers, actual tools and an use case with Ghidra - Language and Compilers course project - Computer Science @ FAMAF (UNC)

angr binary-ninja binrec cpp dcc decompilation decompiler dewolf famaf ghidra ida-pro radare2 retdec reverse-engineering university-project

Last synced: 21 Sep 2025

https://github.com/quentinguidee/cpp-ultimate

C++ Ultimate is the extension you need for VSCode!

cpp vscode vscode-extension

Last synced: 21 Sep 2025

https://github.com/eclipse-keypop/keypop-card-cpp-api

Eclipse Keypop project repository containing a C++ implementation of the 'Card API' standardized by the Calypso Networks association for ticketing terminal processing smart card

api component cpp keypop

Last synced: 30 Jul 2025

https://github.com/skunichetty/nbsim

A CLI tool simulating gravitational interactions between planetary bodies

cpp gravity high-performance simulation

Last synced: 17 Jan 2026

https://github.com/karnkaul/cliq

Command line interface utility

argument-parser command-line cpp cpp20 library

Last synced: 22 Sep 2025

https://github.com/vcputtini/l1borg

l1borg is a utility designed to solve some of my needs for automating the use of BorgBackup. The l1borg load the settings for the backup running from the XML file l1borg.xml, and run the BorgBackup with the necessary parameters, in addition to being able to execute the native BorgBackup commands like: list, info, mount and so on.

backup borg borgbackup cpp cpp17

Last synced: 31 Jul 2025

https://github.com/tdolphin-org/cpu-m

System Information Tool for MorphOS. It is complex example of usage MUI C++ wrapper classes.

cplusplus cpp cpp17 morphos powerpc

Last synced: 23 Sep 2025

https://github.com/vokungahrotlaas/sfml-maze

C++ program which creates and solves mazes.

cpp maze maze-generator maze-solver sfml

Last synced: 31 Jul 2025

https://github.com/nemosova19/cpython

Functions like in Python language

cpp cpp14 cpp17 cpp20 likepython

Last synced: 31 Jul 2025

https://github.com/iwas-coder/trm

A transactional, atomic, reliable POSIX's rm command implementation written in C++. 🌀

atomic blockchain coreutils cpp hash hash-tree merkle-tree sha256 transactional

Last synced: 01 Aug 2025

https://github.com/ranganivandan/resqtrack

ResQTrack is a smart roadside assistance system using IoT, AI, and emergency tags. It offers SOS alerts via app, crash detection through ESP32 sensors, and public-activated ResQTags on vehicles. With heartbeat monitoring and multi-layered fail-safes, it ensures fast, reliable help in critical moments.

cpp flutter mern-stack

Last synced: 01 Aug 2025

https://github.com/sasha-hk/cpp

🏔️ Basic algorithms and data structures on cpp

algorithms cpp data-structures

Last synced: 01 Aug 2025

https://github.com/prince-chrismc/multicore-programming

This is a C++ repository to contain my work for Multicore Programming (COMP426) from Concordia Universirty during Fall 2018.

cpp glew glfw glm modern-cpp multithreading object-oriented-programming opengl parallel-computing parallel-processing tbb

Last synced: 15 May 2026

https://github.com/thiagodnf/start-reactor-for-command-line

Start Reactor is a long task in Among Us to run in the command line

among-us console cpp java javascript start-reactor terminal

Last synced: 09 Apr 2026

https://github.com/kotleni/crafteria

Yet another voxel game written in C++ with OpenGL.

cpp gl glm glwf opengl sdl voxel

Last synced: 20 Aug 2025

https://github.com/3n3a/fibonacci_sequence

generating a fibonacci sequence in c++/cpp and getting the values with script

cpp fibonacci maths programming

Last synced: 02 Aug 2025

https://github.com/brdav/fastrvm

[fastrvm] Relevance Vector Machine in Python with a C++ Core

bayesian classification cpp python regression relevance-vector-machine sparse

Last synced: 17 May 2026

https://github.com/mguludag/synchronized_value

A modern C++ thread-safe value wrapper with flexible locking strategies and convenient RAII guards.

cpp cpp11 cpp17 cpp20 thread-safety thread-synchronization

Last synced: 27 Sep 2025

https://github.com/peplxx/netpbm-cpp

This GitHub repository contains C++ code for image processing in PPM (Portable Pixel Map) format. The code provides functionality for writing images in the PPM format.

cpp image image-processing netpbm ppm-image

Last synced: 19 Oct 2025

https://github.com/afaanbilal/amx-textedit

AMX TextEdit is a simple, fast, tabbed text / code editor written in C++.

amx-textedit cpp text-editor

Last synced: 03 Aug 2025