A simple Bank Management System code using C++ which enables to create, modify and delete an account along with displaying user details or providing the details of all account holders . Depositing and withdrawing amount from the aleready existing account is also possible.
Any account can be created by providing with the account number,applicant's name, residential address, adsress pincode, account type, branch name and initial deposit.
Use of C++ Language along with objects and classes and file handling is used for creating this project.
Note: Provide an account number that hasn't been used previously.
