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

https://github.com/weebnetsu/banking-system

A C++ banking system project (CLI)
https://github.com/weebnetsu/banking-system

banking beginner-project cpp oop

Last synced: about 1 year ago
JSON representation

A C++ banking system project (CLI)

Awesome Lists containing this project

README

          

# Banking System
A basic banking system project, written in C++.
This can be run inside the Linux Terminal by executing ./run.sh.
If you are in Windows, you can just compile and run.

## Login:
You can either log in, or create a new account. Accounts can be found in "users.dat".
Layout is as such:
username,password,account_type,balance,admin
Admins can do more than normal users, of course, so sign in as admin to have extra perks.

username: mark

password: password

(the above is an admin)