Skip to content

arpitya/Banking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Banking System

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.

Features

  • Open account
  • Balance enquiry
  • Cash deposit
  • Withdrawal
  • List account holder’s detail
  • Close an account
  • Modify an account

Screenshots

  • 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.

App Screenshot

  • 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.

App Screenshot

  • 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.

App Screenshot

  • 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.

App Screenshot

  • 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.

App Screenshot

  • 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. App Screenshot

Conclusion

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.

🔗 Links

linkedin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages