Made with C
Just a simplified version of the Mini Banking system.
In the data storage aspect, I aim to enhance the program's performance by minimizing the frequency of saving data.
To achieve this, I introduced a 'refresh' function and opted to save data only at the very end.
- Credit Transfer
- User Control system
- Data storage
Might need a C compiler to install.
- The first 3 of the registered users are the admins of the system.
- The admins have the privileges of banning, deleting, and monitoring users.
- All Users and Admins can simply transfer their credits to one another.
- The owner of the app will take the 2% of the transaction.
- Everyone need to have at least 50 credits in their accounts.
- The version 1 and 2 are not as feature rich as the version 3. Provided just as the reference.
- The version 3 has more control file system, more appropriate password management, and more Optomized UI.