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/swapnalshahil/portfolio-management-system

a high-performance order execution and management system to trade

cpp crow

Last synced: 03 Apr 2025

https://github.com/osama-mohamoud2006/rock-paper-scissors

associated to https://github.com/osama-mohamoud2006/Algorithms-Problem-Solving-Level-2

cpp

Last synced: 17 Jul 2025

https://github.com/radd/dijkstra-tests

Testing the performance of a programming language based on the Dijkstra's Algorithm.

c cpp csharp java javascript python

Last synced: 08 Apr 2026

https://github.com/buildwithmehul/cpp-journey

🚀 My personal C++ learning repository. Covers everything from basic syntax and OOP to STL, data structures, and competitive programming problems. Progress tracked through hands-on practice, mini-projects, and daily commits.

cpp cpp-programming

Last synced: 17 Jul 2025

https://github.com/alexlnkp/snekfml

an oversimplified version of snek game

cpp sfml-game snake-game

Last synced: 16 Aug 2025

https://github.com/gokulkrishna98/gglow

Graph lowering (Glow) experimental implementation using MLIR

bazel cpp mlir

Last synced: 20 May 2026

https://github.com/xiaohan2012/pyedmond

Edmonds optimal branching in C++ wrapped by Python

cpp directed-graph graph-algorithm minimum-spanning-arborescence python

Last synced: 29 Apr 2026

https://github.com/kim366/fractal-trees

Fractal Trees in the Wind

cpp fractal-tree

Last synced: 22 Mar 2025

https://github.com/couleeapps/bammi

C++ implementation of the game at bammi.com

cpp game

Last synced: 17 Aug 2025

https://github.com/walidhabbach/streamcinet-app

C++ Desktop Application

cpp curl-library json-api tmbd-api

Last synced: 22 Jul 2025

https://github.com/skoved/cs350prog5

Program 5 for cs350 @ Binghamton University

c c-plus-plus cpp filesystem

Last synced: 20 May 2026

https://github.com/trungnt2910/codehashifier

Online C++ source obfuscation tool

cpp define obfuscator

Last synced: 20 May 2026

https://github.com/julien-livet/sym

Symbolic tool in C++ for symbolic expressions

cpp symbolic-computation

Last synced: 17 Jul 2025

https://github.com/olejek88/opc_km5

KM-5 OPC Server

cpp opc

Last synced: 20 May 2026

https://github.com/miha53cevic/sorting-visualized

Program that visualizes sort algorithms

cpp sorting-algorithms sorting-visualization

Last synced: 22 Jul 2025

https://github.com/chunchunmorning/ascanime

OpenSiv3Dでパラパラ漫画のようなアニメーションを作成するモジュール

c-plus-plus cpp opensiv3d siv3d

Last synced: 09 Apr 2026

https://github.com/me-phew/pi-compute

Implementacja wyliczania przybliżonej wartości liczby PI metodą całkowania numerycznego w C++ z pomocą AI

artificial-intelligence cpp pi-number

Last synced: 02 Sep 2025

https://github.com/pgmtx/magic-jars

Choose the right jar to advance in the temple!

2d cpp game random-generation raylib-cpp

Last synced: 09 Jul 2025

https://github.com/paulchen2713/data_structures

Some C and C++ data structures

c cpp data-structures

Last synced: 20 May 2026

https://github.com/jain1shh/dsa-striver-a2z

Code Solutions of Striver's A2Z DSA Sheet

cpp stl

Last synced: 22 Jul 2025

https://github.com/alexpreynolds/kmer-counter-ska

Count canonical kmers with Malte Skarupke's bytell_hash_map hash table

bioinformatics cpp hash-tables kmer kmer-counting kmer-frequency-count

Last synced: 16 May 2025

https://github.com/kowd-pauuh/tiny-track

A minimalist, MLFlow-compatible, header-only C++ experiment tracking library with Python bindings

cpp experiment-tracking logging machine-learning mlops python

Last synced: 08 Apr 2026

https://github.com/apigear-io/template-cpp14

C++14 technology template

conan cpp cpp14 data library

Last synced: 18 Feb 2026

https://github.com/jo-minseok/data-structure-algorithm

📚 자료 구조, 알고리즘 STUDY [진행예정]

algorithms cpp data-structures study

Last synced: 22 Jul 2025

https://github.com/numq/text-generation

JVM library for text generation, written in Kotlin and based on the C++ library llama.cpp

cpp java jni jvm kotlin llama ml text-generation text-to-text

Last synced: 29 Apr 2026

https://github.com/ameya-kawade/casino-game

It's a casino game ,guess the right number and get your money double!!

cpp game

Last synced: 26 Jun 2025

https://github.com/pranjay-poddar/gfg-leetcode

Collection of LeetCode and GFG questions to ace the coding interview!

cpp gfg-solutions leetcode-solutions

Last synced: 04 Apr 2025

https://github.com/emnasc/sensor_distancia

Implementação simples de sensor ultrassônico em Arduino

arduino cpp iot sensors

Last synced: 20 May 2026

https://github.com/k1ngmar/advent-of-code-2022

🎄 Helping out Santa 🎅 and his elves🧝 with solving puzzles 🧩

advent-of-code cpp puzzle

Last synced: 14 Apr 2025

https://github.com/cschladetsch/vulkandemo

A cross-platform spike using Vulkan to render a complex, lit and shadowed environment.

cmake cpp graphics shader spike vulkan

Last synced: 29 Mar 2025

https://github.com/moozunch/lab-5-ap

khusus lab praktikum Algoritma Pemrograman

c college college-assignment college-project cpp

Last synced: 20 May 2026

https://github.com/minhi0449/c-cpp

제어문, 포인터, 구조체, 객체지향, 입출력, 스레드, 네트워크 학습

c c-language c-programming coding-practice cplusplus cpp programming-exercises study

Last synced: 20 May 2026

https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_fltk

Minimal project that uses qmake, GCC, C++14, FLTK and is tested by Travis CI

cpp cpp14 example fltk gcc minimal qmake travis-ci

Last synced: 06 Apr 2025

https://github.com/themarlboroman/animation_editor

Animation sheet generator writen in C++ and SDL2

animation cpp opengl sdl2 spritesheet

Last synced: 20 May 2026

https://github.com/bavinnk/avr-c-and-assembly-integration-demo

This project demonstrates the integration of C++ and external Assembly routines on AVR microcontrollers. It serves as a learning exercise, showcasing how to call custom ASM functions for basic arithmetic operations and direct hardware control (LED blinking), emphasizing low-level interaction and AVR GCC calling conventions.

arduino assembly cpp math platformio

Last synced: 08 Apr 2026

https://github.com/antoniomrtz/adventofcode_2020

My solutions for the 2020 event Advent of Code

advent-of-code-2020 algorithms code-advent cpp python

Last synced: 20 May 2026

https://github.com/dominik-developer/simple-calculator-cpp

simple calculator in C++

calculator cpp

Last synced: 29 Mar 2025

https://github.com/arc-w/core-scheduling

Core Scheduling: Minimizing Energy with Deadlines and Dependency Cycles

cpp

Last synced: 17 Jul 2025

https://github.com/aryank1511/cpp-assembly-line-simulation

This project involves creating a C++ assembly line simulation using Object-Oriented Programming (OOP) principles. The simulation models an assembly line with multiple stations that work together to process customer orders for various products.

cpp object-oriented-programming stl

Last synced: 28 Mar 2025

https://github.com/istk0/school-work-fourth-year

Se hai bisogno di una mano con i compiti per casa o i compiti in classe, dai un occhiata a questa repo, i file sono organizzati per anno e linguaggio (e specifici capitoli di programmazione) | If you need help with your homework or classwork, take a look at this repo, the files are organized by year and language (and specific programming chapter

cpp homework homework-assignments homework-exercises homework-helper homework-template java javafx-application javafx-desktop-apps javafx-gui

Last synced: 08 Apr 2026

https://github.com/jbaldwin/libturbohttp

libturbohttp is a C++17 HTTP/1.1 Request and Response stateful parser with zero memory allocations.

cpp cpp-library cpp17 http parser

Last synced: 22 Jul 2025

https://github.com/prayag2003/cses-for-fun

Solving CSES Problemset in Go and C++

cpp cses cses-solutions go

Last synced: 20 May 2026

https://github.com/jujax/m5coreink-lightmeter

Light meter with m5coreink and Dlight HAT (BH1750)

aperture arduino bh1750 cpp e-ink esp32 iso light-meter m5coreink photography photometry shutter

Last synced: 13 Oct 2025

https://github.com/nklapste/a1jobs

Assignment 1 CMPUT 379 part 1

cpp university-course

Last synced: 22 Jul 2025

https://github.com/letv1nnn/ray-tracer

A small ray tracer implemented in C++.

cpp raytracer

Last synced: 05 Jul 2026

https://github.com/szymon-budziak/spv_node

A lightweight blockchain SPV (Simplified Payment Verification) node implemented in C++, enabling users to verify transactions without downloading the entire blockchain.

bitcoin blockch blockchain blockchain-technology cpp libbitcoin merkle-tree spv spv-wallet

Last synced: 20 May 2026

https://github.com/oinkognito/wavy

Local Audio Streaming and Sharing Platform for all audio formats

audio-streaming boost-libraries cpp cpp20 ffmpeg openssl

Last synced: 02 Nov 2025

https://github.com/luxoriasoft/brisque_impl

Brisque Implementation (C++) Self Contained

algorithm brisque cpp

Last synced: 29 Mar 2025

https://github.com/eduardovegas/simplex_calculator-cpp

Implementation of the Simplex method for Linear Programming problems.

calculator cpp linear-programming lp-problem optimization simplex

Last synced: 02 Nov 2025

https://github.com/dsite42/cpp03

42 Project - CPP03 - This module is about Inheritance.

42 cpp cpp03

Last synced: 02 Jan 2026

https://github.com/bima42/ft_containers

Implement CPP containers : vector, map and stack

containers cpp cpp98 map stack vector

Last synced: 02 Jan 2026

https://github.com/rominf/ariadnesthread

Indoor navigation written in C++ & Qt5

cpp indoor-navigation qt5 step-into-the-future

Last synced: 01 May 2026

https://github.com/algoscienceacademy/cpp-_headers

Udemy Course for C++ Comprehensive guide for All Headers . This repository has all header files code cover .

cpp headers udemy udemy-course udemy-tutorial

Last synced: 04 Apr 2025

https://github.com/sillykenny/currency-converter

My (VERY ASSISTED) currency converter. C++ | Supports AUD, USD, EURO, & POUND

cpp currency currency-converter currency-exchange currency-rates math mathematics

Last synced: 14 Sep 2025

https://github.com/m3nin0/personal-benchmark

Simple cherno-based implementation of tool for simple benchmarks of some algorithms

benchmark cherno cpp

Last synced: 13 May 2025

https://github.com/michaeltroger/homer-opengl

Homer Simpson drawn with vector/matrix operations using OpenGL 2 / C++

computer-graphics cpp freeglut glut matrix opengl opengl2 simpsons simpsons-characters vector

Last synced: 17 Aug 2025

https://github.com/kth-vyu/llvm_nnsu_2024

Введение в теорию трансляторов

clang cpp llvm mlir

Last synced: 13 Feb 2026

https://github.com/50-course/cabride

real-time console-based traffic monitoring system written in C++

cpp low-level-programming optimization-algorithms

Last synced: 22 Mar 2025

https://github.com/tebogoyungmercykay/the_adapter_and_cor_design_patterns

This repository contains implementations of two commonly used design patterns: Chain of Responsibility and Adapter. Each design pattern is implemented in separate folders within the repository.

adapter-pattern chain-of-responsibility-pattern cpp cpp11 design-patterns gitignore makefile sql sql-query translater

Last synced: 14 Sep 2025

https://github.com/prophetru/sparsematrix

Educational project

cmake cpp doxygen gtest otus

Last synced: 16 May 2025

https://github.com/moshegroot/multithreaded-programming-practice

Practing multithreading programming by Stepik course (https://stepik.org/course/149)

cpp cpp11 learning learning-by-doing multithreading posix posix-apis

Last synced: 17 Aug 2025

https://github.com/abd3lraouf/networkprogrammingex

Network Programming exercises using C++

cpp network-programming

Last synced: 12 Jan 2026

https://github.com/junaidsalim/word_guesser

A Hang The Man Game developed in C++, where the computer thinks of a country/city and the player guesses letters to reveal the name while avoiding mistakes, with constraints on character repetition and a maximum of 11 chances.

cpp hangman-game hangmanincpp

Last synced: 14 Sep 2025

https://github.com/tawfik-s/old-course-datasturcturewith-cpp

study dataStructure with cpp ==>L classes for structures

academic-task cpp data-structures oop

Last synced: 14 Mar 2025

https://github.com/mrowan137/neetcode-150

NeetCode 150 solutions, C++

algorithms cpp data-structures neetcode-150

Last synced: 05 Jul 2026

https://github.com/gabriel-vanca/infoarena

Solved Algorithm & Data Structure problems for Infoarena.ro, the biggest Romanian online community helping thousands of young students learn and train for national and international Computer Science contests, supported by a team of former Olympic students.

algorithms binary-search-tree competitive-programming cplusplus cpp data-structures dijkstra-algorithm dynamic-programming geometry-algorithms graph-algorithms graph-theory greedy-algorithms infoarena lowest-common-ancestor matrix-algebra sorting-algorithms string-manipulation trie-data-structure

Last synced: 24 Oct 2025

https://github.com/chen0040/allegro-space-shooter

Space shooter game written in Allegro

allegro cpp game game-map-editor quad-tree

Last synced: 14 Sep 2025

https://github.com/brainlesslabs/salt

Lightweight implementation of Raft consensus algorithm in C++

cplusplus cpp cross-platform fast header-only headeronly raft-consensus-algorithm raft-cpp small

Last synced: 22 Mar 2025

https://github.com/bryik/experiments-in-cpp

Notes from learning C++

cpp

Last synced: 22 May 2026

https://github.com/ryanlarge13/cpp-calculator

Working with strings and type casting in cpp

cmake cpp makefile typecasting

Last synced: 05 Apr 2025

https://github.com/f3fe-hash/cppserver

A multithreading C++ Server that can respond very quickly to requests

cpp fast multithreading server

Last synced: 17 Jul 2025

https://github.com/whdhdyt21/coffeeshop-cashier

Aplikasi Coffee Shop Order Management adalah sistem pemesanan sederhana yang menggunakan Double Linked List dalam C++ untuk menyimpan, mengedit, menghapus, mencari, dan mengurutkan pesanan kopi.

cashier-system cpp double-linked-list

Last synced: 17 Aug 2025

https://github.com/choijione/raytracing-in-one-weekend

Ray Tracing in One Weekend 실습 코드 저장소입니다.

cpp graphics raytracing

Last synced: 26 Jun 2025

https://github.com/danylevych/json

The repository has classes that represet json types.

cpp cpp14 json json-parsing json-serialization

Last synced: 02 Jan 2026

https://github.com/nanda-gopal-sb/2048-cpp

Implementation of the 2048 game in C++

2048 clang cli cpp game terminal

Last synced: 19 May 2026

https://github.com/nunees/trabalho_aps_5sem

Trabalho do 5 semestre do curso de Ciência da Computação.

cpp css html javascript json python rest-api

Last synced: 08 Apr 2026

https://github.com/noeldevelops/cpp-cruise-booker

C++ "Alaskan Cruise" booking app with a Windows Forms front-end. Takes user input from form and creates confirmation file

cpp windows-forms

Last synced: 19 May 2026

https://github.com/drkwitht/h2plus-http2-server

Attempt at creating an HTTP/2 server. WIP

cpp http2-server huffman-coding networking toy-project

Last synced: 22 Jul 2025

https://github.com/jan200101/imguitemplate

ImGUI SDL2 OpenGL2 Template Repository

cmake cpp imgui mit template

Last synced: 01 Mar 2025

https://github.com/newlandtv/consolefps-multi

I made Console FPS game with TCP networking!

3d client console console-fps cpp fps game server tcp

Last synced: 19 May 2026

https://github.com/matejgomboc/armcortexa-cpplib

CMSIS-like C++ library for ARM Cortex-A microprocessors

arm cmake cmsis cpp gcc library

Last synced: 17 Jul 2025

https://github.com/debargha-mitra-roy/competitive-programming

A collection of solutions for competitive programming problems from platforms like CodeChef, CodeForces, AtCoder and many more. Organized by platform and language for easy reference. Contributions are welcome! 💡✨

atcoder codechef codeforces competitive-programming cpp

Last synced: 16 Jul 2025

https://github.com/hamishivi/connect4

Connect4 AI with basic frontend

connect4 cpp minimax

Last synced: 22 Mar 2025

https://github.com/jakethesillysnake/mazesandcaves

A program for viewing, generating and solving mazes in C++ and Qt.

cpp cpp17 qt qt5 qt5-applications qt5-gui

Last synced: 14 May 2026