AnthonyMazzie / NimbleBank

Minimal C++ Implementation of a traditional bank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Minimal C++ Implementation of a traditional bank


Languages

Language:C++ 98.1%Language:Makefile 1.9%