fdai7514
|
acdfb400b3
|
implement function calculatorGetUserInputFactorial()
|
2 years ago |
fdai7514
|
4c58ea6056
|
implement function calculatorGetUserInput()
|
2 years ago |
fdai7514
|
f80b84380d
|
implement function displayMenuCalculator()
|
2 years ago |
fdai7514
|
e13793bb20
|
implement function calculatorFactorial()
|
2 years ago |
fdai7514
|
70bccf002c
|
implement function calculatorDivide()
|
2 years ago |
fdai7514
|
5416031d06
|
implement function calculatorMultiply()
|
2 years ago |
fdai7514
|
92f74b3f37
|
implement function calculatorSubtract()
|
2 years ago |
fdai7514
|
bce3b53bb8
|
implement function calculatorAdd()
|
2 years ago |
fdai7514
|
585d28952f
|
implement function requestLoan()
|
2 years ago |
fdai7057
|
ac04c8d244
|
Implementation of function stod() and rename file stringManipulation.{c,h} to helperFunctions.{c,h} because the functions implemented there address different problems and not only string-specific problems.
|
2 years ago |
fdai7057
|
02010b31d1
|
The error handling is now controlled by the function errorMessage. It is declared in error.h and defined in error.c. It is called in different cases. Each error has its own error code. The advantage is that the error message is specific.
|
2 years ago |
fdai7057
|
cd3e643660
|
fix errors that occured while using ceedling to run tests of different files with one call to test:all.
|
2 years ago |
fdai7207
|
9c0a02dfbb
|
implement the functions employeeCredentials() and loginAsEmployee() for employees to access their accounts.
|
2 years ago |
fdai7057
|
9fd187a289
|
remove unnecessary directories, implement build script, move project.yml to a new place
|
2 years ago |
fdai7057
|
08444292cb
|
refactoring: modification of unit tests for function generateID(), add array for values and for-loop to check assertions
|
2 years ago |
fdai7057
|
2f6e3d54c2
|
Implementation of unit test for function error()
|
2 years ago |
fdai7057
|
0155f61c65
|
implementation of unit tests for checkLogin()
|
2 years ago |
fdai7057
|
dbff9b5a1d
|
implementation of unit tests for generateCheckString()
|
2 years ago |
fdai7057
|
7f5952f739
|
unit tests for generateID()
|
2 years ago |