Terminal C++ program, let users manage a bank system with clients.
Note
Tested in Linux only.
- Clone this repo.
- Build the project by running
Make.shfile. - Run the program, use
.\outDebug.
Note
This project use Clang as a compiler.
- 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.
