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)
- Host: GitHub
- URL: https://github.com/weebnetsu/banking-system
- Owner: WeebNetsu
- Created: 2020-08-13T17:22:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T18:39:17.000Z (over 5 years ago)
- Last Synced: 2025-01-12T17:27:23.025Z (over 1 year ago)
- Topics: banking, beginner-project, cpp, oop
- Language: C++
- Homepage:
- Size: 336 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)