Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 463 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 463 Bytes

Bank-Management-using-C++

This is a Bank Management System implemented using C++. It contains six functions.3 for the customers and 3 for the admins. The account number is automatically generated and is unique. The account number and pin number are made unique and important for the customer to deposit and withdraw the money. The admin can perform changes by using admin id and admin passsword. The program also uses regex to check for date of birth,age etc.