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/piorosen/implement-mnist

Keras H5 to deploy on "Pure C++"

cpp docker h5 keras mnist tensorflow

Last synced: 12 Apr 2026

https://github.com/kishan-25/solving-bufferbloat-using-multilevel-feedback-queues-mlfq-

Developed an advanced Multilevel Feedback Queueing (MLFQ) algorithm to mitigate network performance issues like latency, jitter, and bufferbloat. Optimized packet prioritization for real-time applications, improving throughput, latency, and bandwidth fairness, with validated results demonstrating enhanced network efficiency.

algortithms cpp ns3-simulator

Last synced: 09 Apr 2025

https://github.com/dsarceno/other

Repositorio dedicado a archivos, problemas, material y programas variados.

bash-script cpp fortran95 gnuplot mathematica python3

Last synced: 12 Apr 2026

https://github.com/prasham9114/the-last-block

A simple block game made using C++ and SFML

cpp sfml sfml-game

Last synced: 26 Aug 2025

https://github.com/dishenmakwana/algorithms-implement-in-cpp

This repo contains the basic Algorithms implemented in CPP. All code is based on user input so you need to take input from like below committed input code.

algorithms algorithms-implemented cpp

Last synced: 25 Aug 2025

https://github.com/arindal1/blind75-proelevate

This Blind 75 DSA sheet from LeetCode contains all the important DSA questions and is designed for quick interview preparation.

algorithms cpp data-structures dsa leetcode leetcode-cpp leetcode-solutions problem-solving

Last synced: 09 Apr 2025

https://github.com/janwilmans/futurecpp

The future of C++ ; What must change and why?

cpp cpp20 futurecpp standarization

Last synced: 25 Aug 2025

https://github.com/thenoobgrammer/game-engine-diy

Learning how to build my first game engine using OpenGL

cpp game-engine

Last synced: 24 Aug 2025

https://github.com/matheusfrancisco/some-simple-projects

Some projects and algorithms implementations for improve my CV

c cpp javascript python

Last synced: 19 Apr 2026

https://github.com/striter-no/requests

Библиотека для HTTPS запросов. Основана на libcurl

cpp https-request libcurl

Last synced: 07 Jan 2026

https://github.com/kauefraga/learning-raygui

💬 Learning the Raygui, that is a simple and easy-to-use immediate-mode-gui library.

cpp immediate-gui learning raygui raylib

Last synced: 02 Apr 2025

https://github.com/vinicius-gabriel-p-leitao/android-arch-sticker

Aplicativo android para fazer pacotes de figurinhas.

android cpp gradle java whatsapp

Last synced: 12 Apr 2026

https://github.com/rom-chik/kma_pp

Procedural programming course. C++

cpp cpp14 cpp17 pp procedural-programming visual-studio-2022

Last synced: 31 Mar 2025

https://github.com/shakibamoshiri/rfc

Regex Function Collection

c cplusplus cplusplus-11 cpp regex

Last synced: 07 May 2026

https://github.com/autosquash/pizzeria-cpp

Un juego de gestión de tiempo ambientado en una pizzería y programado en C++ usando SFML. Work in progress.

cpp force-push-warning sfml tycoon

Last synced: 24 Jun 2026

https://github.com/fatema123elfiky/games-

The project contains 8 different games . you could have a try and play 😊. ypu choose a game to play . you can play with human or randomized computer and some extra features of AI player are gonna be added.

codereview cpp games modularity oop-principles uml-diagram

Last synced: 12 Jun 2025

https://github.com/sweep76/cpplib

C++ Library (Combo)

algorithms cpp

Last synced: 24 Aug 2025

https://github.com/tdegeus/frictionqpotspringblock

Spring-block friction model with local disordered potential energy landscape

cpp depinning finite-difference friction python

Last synced: 21 Jan 2026

https://github.com/zanadoman/wizard_engine

2D game engine for Linux and Windows, written in C++ with SDL2.

2d cpp game-engine linux sdl2 windows

Last synced: 03 Jan 2026

https://github.com/radzhiv25/dsa

DSA based repository

cpp data-structures

Last synced: 04 Jul 2025

https://github.com/pacifio/problem_solving

A repo where I practice competitive programming , mostly solved in C++

cpp

Last synced: 24 Aug 2025

https://github.com/dukris/oop

BSUIR, 3rd semester

cpp oop

Last synced: 12 Jun 2025

https://github.com/diegoquintanilha/proceduralpollockweb

ProceduralPollockWeb is an open source C++/WebGPU project that generates abstract, math-based art using procedurally generated pixel shaders.

art cpp emscripten procedural-generation shader webgpu wgsl

Last synced: 29 May 2026

https://github.com/grachale/search_collisions_sha-512

The provided task is to implement a function or a set of functions for a program designed to find any message whose SHA-512 hash begins with a sequence of zero bits when represented from the leftmost side. In other words, the goal is to locate a message that produces a SHA-512 hash with a leading sequence of zeros.

cpp hashfunctions mathematica openssl

Last synced: 08 Jul 2026

https://github.com/iliaz41/labscpp

C++ tasks

cpp oop

Last synced: 02 Mar 2025

https://github.com/thomas-chqt/dlload

library to load shared libraries at runtime

cpp linux macos shared-library windows

Last synced: 12 Apr 2026

https://github.com/lcsm29/project-euler

My solutions for Project Euler problems in Python, C, C++, C#, F#, Go, Haskell, Java, JavaScript, PHP, Ruby, SQL

c cpp cs fs go hs java js php project-euler py python rb solutions sql

Last synced: 23 Aug 2025

https://github.com/pierpierpy/textcpp

textual analysis python package in C++ with Python interface

cpp python3

Last synced: 30 Apr 2026

https://github.com/dimitri4788/daemonizeme

:ghost: Creating a daemon process; daemon-izing a process in a Unix based system.

cplusplus cpp daemon-process

Last synced: 29 May 2026

https://github.com/miguelgarcia21/client-server-imp

Client-server implementation in C++ using TCP sockets from Boost/ASIO. Work in progress.

asio boost cpp network sockets tcp-client tcp-server

Last synced: 23 Apr 2025

https://github.com/lcroxy/simple-task-manager

This is a simple command-line task manager written in C++ that uses JSON to store tasks locally. It allows users to create, view, and remove tasks through an intuitive terminal interface. This project marks my first structured C++ application, and I plan to expand its functionality progressively as I continue to learn.

bigginers cpp friendly learning simple-project task-manager

Last synced: 23 Apr 2025

https://github.com/mo-elshamy/cpp-practice-entry_level

A hands‑on collection of 19 entry‑level C++ labs—covering fundamental concepts such as data types, control flow, functions, STL basics, OOP, file I/O, and core algorithms—with well‑commented solutions adapted from Rustam‑Z’s exercises.

abstraction algorithms beginner cpp encapsulation file-io inheritance opp practice

Last synced: 23 Apr 2025

https://github.com/yaserbelal/quran_playlist_manager

A comprehensive console-based application for managing playlist.

console-application cpp datastructures

Last synced: 01 Apr 2025

https://github.com/shubham-kumr/cp_sheet

CP-31 Sheet: This sheet is curated by Priyansh31dec - Master on Codeforces and ICPC World Finalist. Priyansh has solved 4000+ algorithmic problems and has spent 200+ hours reading 1800+ problem to pick 31 problems in each rating from 800 - 1900 containing the most interesting and reusable concepts.

competitive-programming cpp

Last synced: 23 Apr 2025

https://github.com/tpadioleau/mandelbrot_kokkos_cmake

A simple example application using cmake build system, and kokkos as a third party

cpp gpu kokkos mandelbrot mandelbrot-fractal

Last synced: 10 Mar 2025

https://github.com/caphosra/traveling-wav

This is an library for helping your making or reading wav file on C++ or C#

cpp cpp-library csharp csharp-library wav wav-file wav-format wav-library

Last synced: 16 Apr 2026

https://github.com/max-dark/get-password

get-password is a small utility for recovering passwords

cpp passwords tool

Last synced: 23 Aug 2025

https://github.com/chahelgupta/snakes-and-ladders-game-cpp

This is a simple Snake and Ladder game implemented in C++.The game is a console-based implementation of the classic Snake and Ladder board game. Players take turns rolling a dice and moving their token accordingly on the game board.

cpp cpp-programming game snakes-ladders-game

Last synced: 26 Jun 2025

https://github.com/potatomaster101/aoc2022

Advent of Code 2022 solutions in C++20

advent-of-code advent-of-code-2022 cpp cpp20

Last synced: 25 Jun 2026

https://github.com/albresky/leetcode_writeup

LeetCode 力扣刷题心得 | Hot100 | Compiler | AI Compiler | C++

cpp leetcode

Last synced: 23 Aug 2025

https://github.com/nhmikami/42-cpp

Introduction to object-oriented programming

cpp oop

Last synced: 23 Aug 2025

https://github.com/vks-24/cpp_practice

This repo has implementations of problems in Striver A2Z DSA Sheet

cpp

Last synced: 18 Jun 2026

https://github.com/v3ssel/thecalculator

Calculator with basic functionality, plotting function graphs and two financial modes

c calculator-application cpp macos qt reverse-polish-notation shunting-yard-algorithm stack

Last synced: 10 Apr 2026

https://github.com/themuuln/spoj7

Some exercises from https://www.spoj.com/RGB7/ well solved on c++.

algorithm arithmetic c cpp easy exercise exercises

Last synced: 09 Apr 2025

https://github.com/ruan0007/cppackage

Some handy design pattern implementation, tools compatible and meta function for c11

c11 cpp template

Last synced: 23 Aug 2025

https://github.com/mathusanm6/cpp-primer-training

Learning C++ with C++ Primer Book

clang cpp cpp17 cppprimer

Last synced: 23 Aug 2025

https://github.com/antoniotoni/2048-ascii

Terminal version of game 2048 made in C++

cplusplus cpp game terminal-based terminal-game

Last synced: 12 Apr 2026

https://github.com/fuelsoft/viewer

Load and display image files

cpp giflib libheif sdl2 sdl2-image

Last synced: 03 Aug 2025

https://github.com/sshoecraft/shepherd

An interactive multi-backend LLM runtime with intelligent cache eviction and persistent retrieval-augmented memory.

anthropic cli cpp cuda gemini grok inference kv-cache llama-cpp llm mcp ollama openai openai-server rag smart-evictions tensorrt tool-calling ulimited-context

Last synced: 10 Apr 2026

https://github.com/creeper82/pamview

A simple PAM (portable anymap) file viewer and editor, powered by Qt and C++

bitmap cplusplus cpp portable-anymap qt qt6

Last synced: 04 May 2026

https://github.com/dgkim5360/the-cpp-programming-language-stroustrup

Executable excerpts and summaries from "The C++ Programming Language" 4/E by Stroustrup

cpp stroustrup textbook

Last synced: 25 Mar 2025

https://github.com/patrixr/canvas

Concept game built with OpenFrameworks

concept-game cpp game game-development openframeworks

Last synced: 04 Jul 2025

https://github.com/thecoachingonline/hello-cpp

hello world C++

cplusplus cpp

Last synced: 28 Mar 2025

https://github.com/uiriansan/data-structures

C++ implementation of common data structures, for learning purposes.

algorithms cpp data-structures

Last synced: 03 Aug 2025

https://github.com/michimani/atcoder

cpp

Last synced: 04 Sep 2025

https://github.com/dbjdbj/dbj_atl_log_server

WIP COM EXE Server

atl cpp win32com

Last synced: 22 Aug 2025

https://github.com/ct-clmsn/sybpp

scrap your boilerplate plus plus

boost cpp cpp17 cxx cxx17 metaprogramming template-metaprogramming

Last synced: 28 Feb 2025

https://github.com/mwombeki6/a-blockchain-based_supply-chain-tracking-system_with_proof-of-work

a blockchain simulation of a supply chain tracking system based on blockchain's proof of work

blockchain cpp proof-of-work supply-chain

Last synced: 22 Aug 2025

https://github.com/anime-pdf/timeduration-cpp

A lightweight C++17 header-only library for parsing and formatting human-readable time durations (e.g., "2d 5h 30m"). Supports chrono integration, SQL interval output, and flexible duration construction.

chrono cpp cpp17 cpp17-library duration-parser header-only lightweight sql-interval time-parsing utility-library

Last synced: 09 Apr 2025

https://github.com/andymina/seam-carving

A native C++ implementation of content-aware image resizing (seam carving).

cmake computer-vision content-aware-resize cpp python3 seam-carving seam-carving-algorithm

Last synced: 07 Jan 2026

https://github.com/glebegor/xor-c

xor cipher in c language

clang cmake cpp xor-cipher

Last synced: 22 Aug 2025

https://github.com/rewrking/rew.cpp-xtd-syntax

C++ Extended Syntax Highlighting

cpp visual-studio-code vscode-extension

Last synced: 18 Apr 2026

https://github.com/mclements/rcpprngstream

R package for using the RngStream C++ library

cpp r random-number-generators rcpp

Last synced: 19 May 2026

https://github.com/frgfm/sdcnd-p6-kidnapped-vehicle

Kidnapped vehicle project of Udacity Self-Driving Car Nanodegree

catch2 clang-format cmake cpp particle-filter self-driving-car spdlog

Last synced: 31 Dec 2025

https://github.com/sean-bradley/cpptcp4sockettunnel

A TCP 4 Socket Tunnel, to be used for creating multiple endpoints for a simple server or load balancing.

cplusplus cpp sockets tunnel

Last synced: 22 Aug 2025

https://github.com/gabrielravier/unrealcourse

Udemy course for C++ I'm doing

cpp unreal-engine-4 visual-studio

Last synced: 07 Apr 2025

https://github.com/liraymond04/usaco-practice

A collection of solutions for problems on the USA Computing Olympiad, ranging from Silver to Gold difficulty.

algorithms algorithms-and-data-structures c-plus-plus competitive-programming cpp usaco

Last synced: 16 Mar 2025

https://github.com/jvanz/algorithms

algorithms for fun =]

algorithm algorithm-study cpp

Last synced: 25 Dec 2025

https://github.com/rebelorc/booking-system

This project is a booking system like a cinema or theater.

booking-system cpp

Last synced: 21 Aug 2025

https://github.com/lucasfturos/fallingsand

Simulação de areia

cpp sfml

Last synced: 23 Jun 2025

https://github.com/kareraolivier/flutter-ecommerce-app

This is the flutter e-commerce app

c cmake cpp dart html swift

Last synced: 10 Apr 2026

https://github.com/poncoe/parser_recognizer

The Sh*t Parser uses the Token Recognizer and in the rules do not use String Matcher, but i use Char Matcher xD. using C++ IDE CLion and Java & IDE Netbeans (Coming Soon)

char-matcher-xd cpp cpp14 ide-netbeans java luckytrue-development parse parser-recognizer poncoe recognizer string-matcher

Last synced: 24 Apr 2026

https://github.com/heyfoz/cpp-array-function-exercises

The Array Function Exercises Program (C++) contains five exercises to demonstrate operations using array data types. An int array of size 10 is created, and each exercise utilizes the array values to complete a specific operation.

array cpp functions

Last synced: 25 Mar 2025

https://github.com/heyfoz/cpp-bank-balance-variable-function

The Bank Balance Variable Function Program (C++) requests that the user enter an initial deposit amount, followed by a loop asking the using to enter another transaction until they are finished. The program utilizes static variables and custom functions to track the account balance.

bank-balance cpp finance function loop

Last synced: 25 Mar 2025

https://github.com/citrtoj/fii-oop

Assignments for my OOP course

cpp oop

Last synced: 23 Apr 2025

https://github.com/aashish22bansal/advanced-cpp-programming

Advanced C++ Programs

cpp

Last synced: 21 Aug 2025

https://github.com/kahlery/2d-terrain-map

🗺️ cli simulation: gravity effect on the objects in the given terrain on a 2d height-map.

cpp cpp17 vector

Last synced: 20 Jul 2026

https://github.com/ehwan/string-parser

Template LL parser generator

cpp header-only parse parser

Last synced: 02 Apr 2025

https://github.com/marwanradwan7/spaceball

Space Ball is a 2D PC arcade game written in C++ and SFML.

arcade arcade-game cpp sfml sfml-game sfml-graphics-library

Last synced: 25 Mar 2025

https://github.com/elisiomassaqui/guia-definitivo-unity-arduino

Faça comunicação, controle e muito mais.

arduino cpp csharp unity

Last synced: 12 Apr 2026

https://github.com/vishalku03/gpa-cgpa-calculator

This project is based on C++ programming language.

cpp dsa-algorithm

Last synced: 12 Jun 2025

https://github.com/voutuk/numw-cpp

NUWM C++ Homework

cpp homework

Last synced: 07 Apr 2025

https://github.com/techcsispit/learning-basics

C | Java | Python | C++

c cpp java python

Last synced: 23 Apr 2025

https://github.com/thatxliner/rrd

Rick Roll Detector. My first C++ project that uses CMake and external libraries. Now with comments so you can, too!

cmake cmake-examples cpp example example-code example-project

Last synced: 07 Apr 2025

https://github.com/skt1803/live-assembly-extension

VS Code extension for real-time C/C++ assembly output with Intel/AT&T syntax, optimization levels, and source mapping.

assembly c compiler cpp live-asm vscode-extension

Last synced: 10 Apr 2026

https://github.com/quinnjohnsoncode/chip-emu

A simple and lightweight CHIP-8 emulator written in C++.

chip8 cpp emulator low-level sdl2

Last synced: 18 Mar 2025