You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Shivam Chaudhary 7309447c03 Add relevant constants for USD and GBP 2 years ago
..
.vscode Logic fundamentals and placeholder code 2 years ago
CustomerData.txt Bug fix: A line would get removed after the replaced line. 2 years ago
CustomerProperties.h Implementation of functions LoginAsCustomer() and Login() 2 years ago
LoginCustomer.c Created an error system that displays error information 2 years ago
LoginCustomer.h Created an error system that displays error information 2 years ago
_file_information.h Correct the path of file CustomerData.txt 2 years ago
currencyExchange.c Refactoring: Remove useless code and update constant names 2 years ago
currencyExchange.h Add relevant constants for USD and GBP 2 years ago
currentCustomerAccountBalance.c Update header files 2 years ago
currentCustomerAccountBalance.h Update header files 2 years ago
depositMoney.c Fix an error of deposit function 2 years ago
depositMoney.h Fix header file for deposit 2 years ago
lineReplacer.h Expanded the function to work with negative balance changes. 2 years ago
main.c Logic fundamentals and placeholder code 2 years ago
mainMenu.c implement the main menu 2 years ago
mainMenu.h implement the main menu 2 years ago
updateCustomerAccountBalance.c Created a fail case for non-existent customers 2 years ago
updateCustomerAccountBalance.h Function functionality change 2 years ago
withdrawMoney.c Modify function's name and parameter 2 years ago
withdrawMoney.h Add missing declaration of parameter of function 2 years ago