Designed and implemented a comprehensive C++ banking application that manages both customers and employees with a strong focus on security, functionality, and scalability.
? User Roles:
Customers can easily deposit, withdraw, and check account balances.
Employees operate with role-based permissions:
? Permission -1 grants full administrative control, allowing staff to add, edit, delete, and view all client records.
? Higher permission levels progressively unlock additional features for improved account management and operational control.
? Security & Features:
Encrypted data storage to protect sensitive client information.
Login activity tracking to monitor customer access history.
Built with object-oriented principles, ensuring clean, scalable, and maintainable code.