Skip to content

aminelkl/bankManagementSystemCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bank management system

A simple bank management system , that can handle 4 features :

  • Open New Account
  • Display existing account
  • Deposit Money
  • Display Money

Specification :

  • Account number are automatically created by the system.
  • Type of account can only be (checking or saving) account, error are handled.
  • All account are stored in a vector

image

image

Authors

Releases

No releases published

Packages

No packages published

Languages