Windows and Console-Based Banking System Module (v1.0)
This module can handle the following things: -> Create Account -> List Previously Created Accounts -> Check Balance -> Deposit/Withdraw/Transfer Money -> Transanction Logs -> Editing Additional Information -> Deleting Own Account
Functionalities: -> Dynamic File Creation System -> Step-by-Step input error handling (Wrong input gives error messages) -> Multiple Account Creation Disabled -> XOR Obfuscation used to encrypt logs and confidential files -> Own Serial Number Generator used to track logs and confidential files
Note: -> Compile before running the module -> Compilation Code: g++ main.cpp -o main.exe