This repository contains a Bank Management System written in C++. The system is designed to manage customer bank accounts, providing functionalities like account creation, deposit, withdrawal, and balance inquiry.
- Account Creation: Create new customer accounts.
- Deposit: Deposit money into customer accounts.
- Withdrawal: Withdraw money from customer accounts.
- Balance Inquiry: Check the balance of customer accounts.
- Account Details: View details of customer accounts.
- A C++ compiler (e.g., g++, clang++)
- C++ standard library
To build the project, use the following commands:
g++ -o bank_management_system main.cpp