Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 970 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 970 Bytes

Self-Banking-Kiosk-System

C++ was used to create this console application

This C++ Program is for a Self-Banking Kiosk System for account holders in a bank. From this system, a customer will be able to do all their banking transaction on one machine. Also, the admin will be provided a separate interface to generate daily reports and manage user accounts.

Various programming concepts have been used in the making of this system, including structures, files to store user data, functions, pointers, etc. The usage of comments in the code will help in the understanding of the program.

Below are some screenshots of the console application:

menu interface

Customer User Interface

admin menu interface

Administrator User Interface