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 9d7d3d3902 Merge branch 'feature/currency-exchange' into feature/balance-operations 2 years ago
..
.vscode Logic fundamentals and placeholder code 2 years ago
depositMoney.dSYM/Contents/Resources/DWARF Integrate required functions to make deposit work as intended 2 years ago
updateCustomerAccountBalance.dSYM/Contents/Resources/DWARF Integrate required functions to make deposit work as intended 2 years ago
CustomerData.txt Integrate required functions to make deposit work as intended 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 Integrate required functions to make deposit work as intended 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 Refactoring: Use created constant name for file 2 years ago
currentCustomerAccountBalance.h Refactoring: Test work 2 years ago
depositMoney.c Integrate required functions to make deposit work as intended 2 years ago
depositMoney.h Integrate required functions to make deposit work as intended 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 Remove headers which are redefining function 2 years ago
updateCustomerAccountBalance.h Integrate required functions to make deposit work as intended 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