Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 537 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 537 Bytes

banking-system

This C++ programs on BANKING SYSTEM has account class with data members like account number,name,deposit, withdraw amount and type of account. Customer data is stored in a binary file. A customer can deposite and withdraw amount in his account. User can create, modify and delete account.

In this banking system project, We have not used graphics to keep program simple. Click on download project button to download zip folder which contains C++ source code file, sample data file(.dat file), output screen (.doc file)