A simple implementation of Bank management System in C++ programming lanaguage completed as a mini project.
gcc main.cpp -o main.exe
-
Admin mode and user mode
-
View all registered records at once as admin
-
Create, read, update and delete records (CRUD)
-
Search for particular record based on name or account
-
Transaction (balance enquiry, cash deposit, cash withdrawl, fund transfer)
This project is licensed under the MIT License - see the LICENSE file for details