This project uses C++
to model the banking system. This system is a simple project that was created in the VS Code IDE and compiled with the GCC compiler.
This Bank Management System makes use of C++’s classes and record-keeping features. This system is based on a client’s record information idea.
- Open account
- Balance enquiry
- Cash deposit
- Withdrawal
- List account holder’s detail
- Close an account
- Modify an account
- OPEN AN ACCOUNT -
When the client selects
number 1
as their option, the following screen appears such as first name, last name, and initial balance.
- BALANCE ENQUIRY
If the client selects
number 2
as their option it means he/she choose a balance enquiry for their account, the following screen appears and the system will ask you to enter your registered account.
- DEPOSIT -
When the client selects
number 3
as their option it means he/she choose to deposit for their account, the following screen appears and the system will ask you to enter your registered account.
- WITHDRAWAL -
When the client selects
number 4
as their option it means he/she choose to withdraw for their account, the following screen appears and the system will ask you to enter your registered account.
- SHOW ALL ACCOUNTS -
When the client selects
number 6
as their option it means he/she choose to Show all Accounts for their account, the following screen appears and the system will ask you to enter your registered account.
- CLOSE AN ACCOUNT -
When the client selects
number 5
as their option it means he/she choose to close their account, the following screen appears and the system will ask you to enter your registered account.
The system automates basic banking activities to aid a bank clerk’s day-to-day operations. Additionally, the system’s purpose is to allow for the storage of information for a large number of client accounts, as well as the ability to add, retrieve, and edit information for any account.