Bank Management System π¦
π Overview :
This project is a bank account management system that allows administrators to efficiently manage clients and users.
The system includes several key functionalities such as :
Adding, updating, and deleting clients
Managing client accounts (deposit, withdraw, view balance)
User management with role-based permissions
Secure user authentication with different access levels
π Key Features :
β User authentication system with access control
β Comprehensive client account management (Add, Edit, Delete, Search)
β Banking transactions (Deposit, Withdraw, View total balances)
β File-based storage system (TXT files) for data persistence
β Well-structured code using C++ and essential data structures
π οΈ Technologies Used :
πΉ C++ β Primary programming language
πΉ File Handling β To store and retrieve user & client data
πΉ Data Structures (Struct & Vector) β For efficient data management