Bank management System using C++
This Program is divided into two. one is for Employees and Bank account holders.For Employee's:-Their Employee name,Adhaar number,and work Experience is collected as an input data,and an unique Employee ID will be generated randomly using "std::rand()" function,On the other hand account Holder's Here the account holders input:-Name, Type of Account(Savings or current or etc),Adhaar number and a unique account number is generated,on successful creation He/She can make a transactions to an other account,withdraw,Deposits Here The program consits of two important Security Password i.e one is to View all Account Holder Lists Password is "1947" to "view all account holders list and their data and other is "2020" password to "view all Employee's list and their Data".
View