Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.