Terminal C++ program, let users manage a bank system with clients.
NOTE: Tested on Linux only.
- Clone this repo.
- Build the project by running
Make.sh
file. - Run the program, use
.\outDebug
.
- Main file is
test.cpp
. Clients.txt
: Stores clients data.Currencies.txt
: Stores countries currency data.LoginRegister.txt
: Stores successful logins to the system along with a time stamp.Users.txt
: Stores system users data along with there system permissions and password, increpted with simple cypher.TransferLog.txt
: Stores successful client account transaction, along with a time stamp, and the user who made it.