Go to the documentation of this file.
6#define USER_DATA_FILE "UserData.txt"
9#define SAVING_ACCOUNT_PERIOD 365
12#define CREDIT_ACCOUNT_PERIOD 31
15#define CREDIT_ACCOUNT_ANNUAL_FEE 50
18#define INVALID_CHAR invalid_chars
19#define INVALID_CHAR_NUM 10
22#define COPYRIGHT_MESSAGE "Author: 42024203 in USTB"
23#define GITHUB_REPO_URL "\nGithub_Repo: https://github.com/LinYuanChan/BankSystem"
26#define SAVINGS_ACCOUNT_INDEX 0
27#define CREDIT_ACCOUNT_INDEX 1
28#define DEFAULT_ACCOUNT_INDEX 2
31#define SYSTEM_MINIMUM_YEAR 1949
32#define SYSTEM_MAXIMUM_YEAR 9999