write a program in c++ for bank management system for full fill the following requirements:
1.create new account
2.deposit amount
3.withdraw amount
4.balance inquiry
5.all account holder list
6.close an account.
7.modify an account.
using file handling also to store data in hard disk.
Comments
Leave a comment