Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonymazzie/nimblebank
Minimal C++ Implementation of a traditional bank
https://github.com/anthonymazzie/nimblebank
Last synced: 10 days ago
JSON representation
Minimal C++ Implementation of a traditional bank
- Host: GitHub
- URL: https://github.com/anthonymazzie/nimblebank
- Owner: AnthonyMazzie
- Created: 2022-04-30T21:30:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T13:40:25.000Z (over 2 years ago)
- Last Synced: 2023-11-12T00:20:22.748Z (12 months ago)
- Language: C++
- Homepage:
- Size: 2.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a program that resembles a traditional bank.
Users can register and then once registered they can login to the system.
Authenticted users can check their balance, deposit, withdraw, retrieve account information, close account and log out.
Unauthenticated users are only allowed to either attempt to log in or register.
All bank information is stored in the login.txt file, and any updated information is stored outputFile.txt.