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

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

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

cpp oop

Last synced: 11 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.