This is a C++ program that implements a simple bank account management system. It allows users to create and manage current and savings accounts, perform deposit and withdrawal operations, and display account information.
- Supports multiple bank accounts (HBL Bank and Allied Bank)
- Handles current and savings accounts
- Allows users to deposit and withdraw funds from their accounts
- Provides authentication for user access
- Ensures input validation for various operations
- Choose the bank (HBL Bank or Allied Bank) from the available options.
- Authenticate the user by entering the name and password.
- Once authenticated, the user can perform the following operations:
- Display the user's current and savings account details.
- Deposit funds to the current or savings account.
- Withdraw funds from the current or savings account.
The program will guide you through the steps and provide appropriate error messages if any invalid input is provided.
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to create a new issue or submit a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.