/BAnk_management

A bank management system using C++ contain all basic information that is required for any bank...

Primary LanguageC++

Hi, I'm Shikha ! 👋

This is my first project in c++:

Banking System (c++)

The simple banking system using C++ that can support the basic facilities provided by banks like :

System show following detail

  • Account number
  • Account holder name(first & last)
  • Balance

Facilities provide

  • Open account
  • close account
  • Deposite amount
  • Withdrawal
  • Balance Enqurie
  • show all account
  • quit

Implementation requires

  • The program includes following Header file
    • iostream
    • fstream
    • map
  • Operator overloading.
  • Static function.
  • Exception handling
  • Use of Friend function
  • File Handling
  • name space std
  • constructor
  • Destructor

OUTPUT

Output Screen

Open Account

Balance Enquiry

Close Account

Show all Account

Run Locally

Clone the project

  git clone https://github.com/creater-shikha/BAnk_management.git

Acknowledgements

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Authors