Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heshamoomar/bank-system

Full OOP Bank system in C++ console
https://github.com/heshamoomar/bank-system

cpp oop

Last synced: 4 days ago
JSON representation

Full OOP Bank system in C++ console

Awesome Lists containing this project

README

        

The application supports adding and managing clients, and admins with permissions (add, update, delete, search) and allows to withdraw and deposit amounts for the clients, Transfer operations between two clients, keeps track of current logged-in user as global user, encrypts user and client account passwords, and stores login operations and transaction operations locally.