Banking Management System coded using C++. The program contain the usage of Arrays, Functions, Structs, and Files.
Pass by Value Functions Pass by Reference Functions Void Functions Returning Functions
This programs cover all aspects of banking operations including
1. Depositing.
2. Withdrawing.
3. Searching.
4. Displaying.
5. Adding.
6. Deleting.
7. Sorting in Accounts Descending order.
8. Sorting in Accounts Ascending order.
9. At the start, the program should populate the array(s) from a file and allow the user to edit it. And at the end overwrite the same file with the latest contents of the array(s).
10. Provide another statistical report as separate text file e.g. the number of records, with date, time of last update.
11. The program continue running until the user chooses to exit it.
12. Run-time, logical, and syntax errors are avioded.