aryansingh2020 / Banking-System

A simple banking system created using C++.
GNU General Public License v2.0
1 stars 0 forks source link

banking system #1

Open aryansingh2020 opened 1 year ago

aryansingh2020 commented 1 year ago

This is a terminal based Banking System developed using C++

aryansingh2020 commented 1 year ago

Banking system This system currently has following features:

  1. Create new account
  2. See existing customer's details.
  3. Withdraw money.
  4. Deposit money.
  5. Update account.

Features to add: File system to store the details of users.