Mahfuz AHMAD

Project Sneak Peek

View My GitHub Profile

Wedding Organization System

Overview

A C++ automation system designed to manage wedding events, guest lists, and financial details. The project creates a relational data environment using flat text files to ensure data persistence and organization.

Technical Implementation

Features

Build & Run

Using Make:

make clean
make
make run

Manual Compile:

g++ -std=c++17 -Iinclude src/*.cpp -o bin/WeddingApp.exe

Author