Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roneetkumar/atm-console-project
https://github.com/roneetkumar/atm-console-project
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roneetkumar/atm-console-project
- Owner: roneetkumar
- Created: 2019-12-07T05:41:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T05:44:02.000Z (about 5 years ago)
- Last Synced: 2024-11-11T02:25:23.280Z (2 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Use 2 text files (clients. txt and accounts. txt) where you store informations about clients (who can have many accounts).
Your application will simulate an ATM machine, that will allow a client to :
- login (with client number and password),
- select account type,
- select transaction type (deposit, withdraw and consult),
- terminate transaction (update files).