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/starlitdreams/mandelbrot-set-plotter

This repository contains a simple Mandelbrot set plotter in C++ using SDL2. It visualizes the Mandelbrot set by calculating iterations for each point in the complex plane. Features include customizable colors and efficient SDL2 rendering. Requires SDL2 and a C++ compiler. Contributions welcome. Licensed under MIT.

cmath complex-numbers cpp math numeric sdl2

Last synced: 05 Jun 2026

https://github.com/yasushi-saito/clang-analyzer

Thin wrapper around clang static analyzer to enable cross-translation unit analyses.

clang clang-static-analyzer cpp

Last synced: 13 May 2026

https://github.com/being-amara-khan/cpp-codes

This repository contains a collection of C++ programming problems and solutions, ranging from fundamental concepts to advanced Data Structures and Algorithms (DSA). Whether you're a beginner or an advanced learner, this repository aims to help you practice and enhance your coding skills.

cpp data-structures dsa-algorithm patterns

Last synced: 11 Jun 2026

https://github.com/dirtbagxon/rtorrent_mmdb_geoip2

Adds Maxmind MMDB to rtorrent client - enhanced detail on remote peer addresses.

cpp geo-functions geoip geoip2 maxmind mmdb peer rtorrent

Last synced: 20 Apr 2026

https://github.com/petlukk/eacompute

Explicit compute kernels → shared libraries + native bindings for Python, Rust, C++, PyTorch.

aarch64 avx-512 avx2 code-generation compiler compute-kernels cpp ffi high-performance-computing llvm neon programming-language python pytorch rust simd

Last synced: 13 May 2026

https://github.com/abdullah00001/way-to-be-a-rated-coder

A dedicated repository to track my 90-day journey of competitive programming practice — mastering algorithms, solving problems daily, and leveling up to become a rated coder.

algorithms c competitive-programming cpp data-structures dsa

Last synced: 29 Jun 2026

https://github.com/kiblitz/stack-calculator

stack-based CLI postfix expression evaluator

calculator cli cpp evaluator json postfix stack

Last synced: 20 Apr 2026

https://github.com/n3d1117/labproj16

Esercizio Laboratorio Di Programmazione - 2016

cpp gui observer observer-pattern qt

Last synced: 13 May 2026

https://github.com/tudeorangbiasa/ansicolorcpp

Simple ANSI escape color code to print colored text or background in terminal using c++

ansi cpp

Last synced: 29 Jun 2026

https://github.com/damanpreet2005/expense-tracker

This program helps traking your daily expenses. It is made on C++ using OOPs fundamentals

cpp object-oriented-programming

Last synced: 29 Jun 2026

https://github.com/francescozoccheddu/androidpp

CMake-only Android native bootstrap project

android build-system cmake cpp native ndk template-project

Last synced: 20 Apr 2026

https://github.com/georgiosmatzarapis/cmake-blueprint

A handy CMake template I use for my C++ projects. It’s got clean CMakeLists, good practices, and pre-set tools to help you get started quickly and stay organized.

cmake cpp formatting modern-cpp static-analysis

Last synced: 13 May 2026

https://github.com/siriusdemon/coffeestory

Reroll your potential while enjoying a cup of coffee.

auto cpp maplestory opencv potential

Last synced: 20 Apr 2026

https://github.com/oddlej/c

A place for my C and C++ code

beginner c cplusplus cpp

Last synced: 29 Jun 2026

https://github.com/clarkwinkelmann/zombu

Jeu de type zombie créé avec QtCreator

cpp game qt two-dimension zombies

Last synced: 13 May 2026

https://github.com/icrobotics-team167/2019deepspace

Robot code for the 2019 FRC game

cpp first frc frc-deep-space robotics

Last synced: 20 Apr 2026

https://github.com/pwipo/smc_cpp_modules

c++ modules for smc

cpp smc-platform

Last synced: 14 May 2026

https://github.com/naguissa/uhexlib

Arduino (and standard C) tiny and cross-device compatible hexadecimal coding/decoding library

arduino arduino-library cpp foroelectro hexadecimal hexadecimal-converter naguissa

Last synced: 14 May 2026

https://github.com/poakapx/oop-dynamic_array

ООП із застосуванням динамічного масиву з переліком користувачів.

cpp project

Last synced: 04 Jun 2026

https://github.com/abdelrahman822000/pet-adoption-game

A console-based simulation game where players can adopt and take care of a virtual pet, ensuring it stays happy and healthy.

cpp pet-adoption

Last synced: 11 Jun 2026

https://github.com/rodjjo/opengl-simple-snake

An snake game in c++ and opengl created with code::blocks IDE (mingw toolset)

codeblocks-ide cpp game opengl

Last synced: 14 May 2026

https://github.com/alexmollard/enetplayground

🌐 A playful networking sandbox where packets come to party and sometimes die - my personal experiment with ENet that sometimes works, often breaks, and always teaches me something new!

cpp enet multiplayer server udp

Last synced: 20 Apr 2026

https://github.com/rick1551/gameqt

Cross-platform Qt game using QML and C++ — built for desktop and WebAssembly.

cmake cpp qml qt

Last synced: 23 Jun 2026

https://github.com/1manuelc/ifce_estudos

Estudos feitos no curso Bacharelado em Ciência da Computação, separados por semestres e disciplina(s).

c cpp java js prolog python

Last synced: 20 Apr 2026

https://github.com/danaelshrbiny10/home-automation

electronic interfaces that work to integrate everyday devices with one another via the Internet using Arduino uno.

arduino-uno cpp

Last synced: 11 Jun 2026

https://github.com/antoinerondelet/scientific_calculator

Project carried out as part of an object oriented course.

calculator cpp qt

Last synced: 14 May 2026

https://github.com/thegoldenpatrik1/class-projects

Archive of some C/C++ class projects

c cpp dsa operating-system

Last synced: 23 Jun 2026

https://github.com/shahrukhkhan-rabby/problemsolving

A collection of coding problems and solutions to enhance problem-solving skills and algorithmic thinking.

c cpp csharp java javascript php python typescript

Last synced: 05 Apr 2026

https://github.com/nick8592/opencv-framebuffer

This project captures live video from the default camera, stores the last 10 frames in a buffer, calculates and displays the FPS (Frames Per Second), and prints memory addresses of the frames. It uses OpenCV for video capture and processing, providing a simple example of real-time video processing and frame management.

cpp opencv

Last synced: 14 May 2026

https://github.com/lnk2past/hinopio

educational toy project for compute shaders

compute-shader cpp cpp20 gpgpu opengl

Last synced: 20 Apr 2026

https://github.com/lucapalminteri/simple-db

This project is a minimal, custom-built relational database in C++ designed to store and manage simple data in a file-based system. It mimics the basic functionality of a SQL database by supporting operations such as inserting, displaying, and storing data in rows.

cpp database learning

Last synced: 14 May 2026

https://github.com/vinkle-hzt/calculator

SCU Algorithm and Date Structure assignment

calculator cpp qt qtcreator

Last synced: 14 May 2026

https://github.com/mgalihpp/nyoba_c

nyobain c, cpp, csharp, dan java

c cpp csharp java

Last synced: 05 Apr 2026

https://github.com/azmansikder/puzzle-fusion

A fun puzzle game built as a first-year project.

cpp game puzzle-game student-project

Last synced: 23 Jun 2026

https://github.com/vipul1432/gtu-is-practicals

GTU 7th Semester Information security All Practicals Source code

c cpp java security security-tools

Last synced: 20 Apr 2026

https://github.com/vskarleas/imagepulser

Vectorize and simplify images obtained via a webcam using dynamic methods, like segment-based or even bezier-curves simplification. We detect contours, manipulate bitmaps and create Adobe PBMs representations for the simplified results.

arduino bezier-curves bus c contour-detection cpp opencv

Last synced: 11 Jun 2026

https://github.com/azmansikder/algo-vault

A curated collection of classic and advanced algorithm implementations in C++ for learning, reference, and competitive programming.

algorithms cpp data-structures dynamic-programming learning

Last synced: 23 Jun 2026

https://github.com/oblerion/servicelocator.hpp

easy to use header ServiceLocator c++

cpp hpp-files location-services open-source

Last synced: 11 Jun 2026

https://github.com/saineshnakra/leetcode-75

I will be posting my solutions and explanations for every question in the "Leetcode 75", "Grind 169", daily challenges, and many more study plan. I will be using C++

cpp leetcode leetcode-solutions

Last synced: 11 Jun 2026

https://github.com/momen-alshouha/console-app-bank

Bank console application implemented using c++ and object-oriented programming paradigm connected and deals with files as a database.

abstraction classes-and-objects console-application cpp devide-and-conquer encapsulation filesystem inheretence object-oriented-programming polymorphism static-members

Last synced: 12 Jun 2026

https://github.com/stitchsages/carbon

Molecular structure interactions sandbox in C++

cpp molecular-dynamics science

Last synced: 23 Jun 2026

https://github.com/sury4karmakar/dsa

Data Structures and Algorithms Using C++ and Java

cpp data-structures-and-algorithms java

Last synced: 23 Jun 2026

https://github.com/dsite42/cpp05

42 project - CPP05 - This module is about to understand Try/Catch and Exceptions.

42 cpp cpp05

Last synced: 23 Jun 2026

https://github.com/erykmika/antsanddragons

A simple C++ app that simulates a board with preys and predators.

college-project cpp simulation visual-studio

Last synced: 12 Jun 2026

https://github.com/surabhiojha12/cpp-programming-

C++ programming examples

coding cpp programming

Last synced: 04 Jun 2026

https://github.com/tacigar/sceef

:seat: Minimul C++ library for linear algebra

cpp linear-algebra tmp

Last synced: 23 Jun 2026

https://github.com/deadcoder0904/datastructures-practice

Data Structures Practice in C++ :heart_eyes:

c-plus-plus cpp data-structure data-structures datastructures

Last synced: 12 Jun 2026

https://github.com/onyazuka/graphslib

Small object-oriented library for graphs and some useful algorithms.

cpp graph graphs

Last synced: 23 Jun 2026

https://github.com/heshanera/ann

Simple Artificial Neural Network for the XOR function. Network is build with three layers, Input layer, Output layer and one hidden layer with four nodes. Used Sigmoid as the Activation function

artificial-neural-networks cpp

Last synced: 12 Jun 2026

https://github.com/katta-00/micromouse_2022

Micro Mouse Competiion

cpp maze-solver micromouse

Last synced: 12 Jun 2026

https://github.com/nir3x/cryptorand.cpp

CryptoRand.cpp - Random Key Generation using Cryptographic Techniques

algorithm algorithms c-plus-plus cpp cryptography encryption entropy random random-number-generation security

Last synced: 04 Jun 2026

https://github.com/3ein39/hospital_system

Hospital Management System Project in C++ using structs - simple console application. This program is open to all hospital users without the need for login information in this program. The system user can select the specialization in which they specialize by simply entering a series of numeric keys[1 - 20].

console-application cpp hospital-management management-system software-development

Last synced: 12 Jun 2026

https://github.com/souleimaneelqodsi/donnees-libres

1st-year CS Bachelor project @ Paris-Saclay university, about data manipulation in C++. Projet de 1ère année de licence d'informatique sur la manipulation de données en C++.

cpp data-manipulation

Last synced: 12 Jun 2026

https://github.com/cameronclay/parallel-co-processing

Distributed Data Processing application (Windows only) that utilizes multiple computers to execute an algorithm on a set of data.

boost cpp google-test stl win32-api wnlib

Last synced: 12 Jun 2026

https://github.com/ynfuien/snake-cpp

Simple snake game in C++.

cpp snake snake-game

Last synced: 12 Jun 2026

https://github.com/susannnnnna/qt-habitflowdiary

A user-friendly app that allows individuals to record essential health-related data

cmakelists cpp database qml qt6 sqlite

Last synced: 18 Apr 2026

https://github.com/albovo/adventofcode

A repository with all my solution for the advent of code's problems that I solved in my spare time.

advent-of-code c christmas cpp data-structures problem-solving python3 rust

Last synced: 20 Apr 2026

https://github.com/caiocarneloz/lnxrle

Run-length encoding for bitmaps (works on linux)

bitmap cpp encoding

Last synced: 13 Jun 2026

https://github.com/toshokan/grocery

Issues reminders on a regular basis. A rewrite of pnutbutter-string in C++

c-plus-plus cpp inotify libnotify stl

Last synced: 13 Jun 2026

https://github.com/gill-singh-a/hackerrank-cpp-solutions

Solutions to C++ Problems in Hackerrank

cpp hackerrank hackerrank-solutions

Last synced: 13 Jun 2026

https://github.com/obed-tc/race-car

🏎️ Race Car is a thrilling C++ racing game where players compete in a fun console interface. Enter your names and race to the finish!

cpp

Last synced: 13 Jun 2026

https://github.com/gregyjames/cppalgorithms

Various Algorithms and Data Structures implemented in C++

algorithms cplusplus cpp data-structures

Last synced: 13 Jun 2026

https://github.com/4s4v1n/matrix

Implementation of matrices in C++ with standart operations.

cpp matrix oop

Last synced: 13 Jun 2026

https://github.com/muneeb1030/school-management-system

The School Management System is a comprehensive software application developed using SFML and C++ OOP under the Hud. It aims to streamline administrative tasks and enhance communication between administrators, teachers, and students.

cplusplus cpp management-system oops-in-cpp semester-3 semester-project sfml

Last synced: 13 Jun 2026

https://github.com/basemax/educationgame

A sample game based on CLI cpp for a education person.

cpp cpp-game cpp-game-cli cpp-games game game-cli game-development

Last synced: 23 Jun 2026

https://github.com/poakapx/oop-inheritance_and_polymorphism

Приклад успадкування та поліморфізму на прикладі класу рослин.

cpp project

Last synced: 13 Jun 2026

https://github.com/philipszdavido/forgedb

A lightweight SQL-inspired database engine written in modern C++.

cpp database engine sql

Last synced: 13 Jun 2026

https://github.com/princeinscripts/c-and-dsa-foundation

A repository for understand the C++ Better

array conditional-statements cpp if ifelse loops vector

Last synced: 13 Jun 2026

https://github.com/andrijzyn/adb-utilites

Softina for cleaning my Samsung A21s & and an interesting task to improve my level of C++ development

cmake cpp ncurses spdlog

Last synced: 13 Jun 2026

https://github.com/nxhawk/segment-tree

A segment tree is a data structure used to store information about array segments and answer segment queries efficiently. So this directory helps you better understand through basic to advanced exercises (with solutions and basic ideas)

cpp exercises learning-by-doing segment-tree tree-structure

Last synced: 13 Jun 2026

https://github.com/joshuachp/progetto_sistemi_operativi_2020

Progetto sistemi operativi UNIVR 2019/2020

c cpp google-test linux-syscall

Last synced: 20 Apr 2026

https://github.com/spydr06/spydrengine

Spydr Game Engine

cpp game-engine hazel opengl thecherno

Last synced: 20 Apr 2026

https://github.com/ningenme/compro-solver-cpp

競技プログラミングのsubmittion

competitive-programming cpp

Last synced: 13 Jun 2026

https://github.com/wtrsltnk/lazy-audio

This repo contains a few program examples generating sound the lazy way: with RtAudio.

audio cpp oscillator rtaudio sawtooth squarewave

Last synced: 13 Jun 2026

https://github.com/strcoder4007/spoj

all of str's submissions on SPOJ

algorithms cpp

Last synced: 13 Jun 2026

https://github.com/daisvke/ircserv

This project involves creating a custom IRC (Internet Relay Chat) server in C++.

42projects cpp irc irc-bot irc-server ircserver

Last synced: 13 Jun 2026

https://github.com/kzamanbd/hackerrank-problem

Welcome to our Problem-Solving Repository! This repository is a curated collection of solutions and resources aimed at addressing a variety of challenges encountered in software industry. Whether you're a developer, a project manager, or an enthusiast in software development field...

competitive-programming cpp hackerrank hackerrank-solutions problem-solving

Last synced: 13 Jun 2026

https://github.com/vishalku03/recursion

Recursion is a technique where a function calls itself to solve smaller instances of a problem. It simplifies complex problems by breaking them into base cases and recursive cases.

cpp dsa gfg-solutions leetcode-cpp recursion

Last synced: 13 Jun 2026

https://github.com/hassan11196/chou-fasman

Implementation of Chou Fasman Alogorithm.

bioinformatics chou-fasman cpp prediction

Last synced: 13 Jun 2026

https://github.com/roydevashish/cpp

This repository contains a collection of C++ programs, algorithms, and examples. It is designed for learners and developers interested in exploring fundamental and advanced concepts in C++ programming, including data structures, algorithms, object-oriented programming, and more. Contributions and suggestions are welcome!

algorithms cpp data-structures object-oriented-programming oop

Last synced: 13 Jun 2026

https://github.com/matheusafonseca/c202

Códigos que fiz quando estava estudando Algoritmos I no INATEL - Instituo Nacional de Telecomunicações

cpp

Last synced: 24 Jun 2026

https://github.com/omerba31/git_filesystem

A hybrid Git-like file system project using C++ for backend logic and Python for the command-line interface — supports operations like staging, commits, object handling, and more.

cli cpp docker git makefile python

Last synced: 20 Apr 2026

https://github.com/achmadya-dev/meta-kelontong-cli

Aplikasi toko online sederhana berbasis CLI menggunakan bahasa C/C++ untuk menyelesaikan tugas besar semester 1

c cli cpp

Last synced: 14 Jun 2026

https://github.com/acorelli/example-module

example enterprise-based cpp product-module build environment

build-tool cmake cpp dependency-manager devops-tools library modularization visual-studio

Last synced: 14 Jun 2026

https://github.com/rodofrodo/chess_project

A cross-platform chess game built with Qt, featuring a responsive GUI, move validation, game state management, and an intuitive user experience.

cmake cpp qml qt qt6

Last synced: 14 Jun 2026

https://github.com/masato-ro/kitana_cryptool

A versatile, cross-platform cryptographic utility built with C++, FLTK, and OpenSSL. Features include AES encryption, RSA key generation, password generation, and hash matrix verification.

aes-encryption cpp cross-platform cryptography fltk hashing openssl password-generator rsa-keys security

Last synced: 14 Jun 2026

https://github.com/professional-kate/miniature-telegram

C++ learning time! This repo will be all about C++

cpp

Last synced: 14 Jun 2026

https://github.com/romelium/vcpkg-cmake-clangd-cpp

A template for my simple c++ setup. clangd and vcpkg, that's it.

clangd cmake cplusplus cpp template vcpkg

Last synced: 14 Jun 2026

https://github.com/mhuzaifa406/program-opener

Tools helps you to open different software even without search and click on them. It is purely made in C++

applications cpp open-source programs

Last synced: 04 Jun 2026

https://github.com/djkcyl/dlss-indicator-toggle

A tiny ~140KB native Win32 tool to toggle NVIDIA DLSS on-screen indicator (ShowDlssIndicator registry value).

cpp dlss gaming nvidia nvidia-dlss registry registry-editor win32 windows

Last synced: 14 Jun 2026

https://github.com/johansolbakken/truckapp

A sandbox project for OpenGL.

cpp opengl

Last synced: 14 Jun 2026