Ecosyste.ms: Awesome
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: 4 days ago
JSON representation
Full OOP Bank system in C++ console
- Host: GitHub
- URL: https://github.com/heshamoomar/bank-system
- Owner: heshamoomar
- Created: 2024-09-13T06:59:53.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T12:06:23.000Z (2 months ago)
- Last Synced: 2024-09-15T13:49:24.287Z (2 months ago)
- Topics: cpp, oop
- Language: C++
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.