This is a simple C++ program for managing bank accounts. The program allows you to perform various banking operations, such as creating accounts, depositing money, withdrawing money, checking balances, displaying a list of all account holders, modifying account details, and closing accounts.
-
Create an Account: You can create a new bank account by providing the account number, account holder's name, account type (Current or Savings), and an initial deposit.
-
Deposit Money: You can deposit money into an existing account by specifying the account number and the amount to be deposited.
-
Withdraw Money: You can withdraw money from an existing account by specifying the account number and the amount to be withdrawn.
-
Balance Enquiry: You can check the balance of an account by providing the account number.
-
Display All Account Holders: You can view a list of all account holders, including their account numbers, names, account types, and balances.
-
Modify an Account: You can modify the details of an existing account, such as the account holder's name and account type.
-
Close an Account: You can close an account by specifying the account number.
-
Compile the C++ program using a C++ compiler of your choice.
-
Run the compiled executable to start the bank management system.
-
Follow the on-screen prompts to perform various banking operations.
Contributions to this project are welcome. You can submit bug reports, feature requests, or even pull requests to improve the code.
This project is licensed under the MIT License - see the LICENSE file for details.