Laurin
|
7dfe49145c
|
declared new function to convert int to hex in header file
|
11 months ago |
Laurin
|
bd55ea228b
|
added test for converting binary string of 1s and 0s to decimal
|
11 months ago |
Laurin
|
c7c45916fe
|
added test for converting longer binary string of 1s to decimal
|
11 months ago |
Laurin
|
e48b4f38a6
|
added test for converting binary string of 1s to decimal
|
11 months ago |
Laurin
|
a7218c6a73
|
implemented prototype function to convert binary strings of 1s into decimal
|
11 months ago |
Laurin
|
3648f419cd
|
declared new function in header file to convert binary numbers into decimal
|
11 months ago |
Laurin
|
f36bc32ed7
|
refactoring: free allocated memory in test functions
|
11 months ago |
Laurin
|
f68d810697
|
added test for converting negative integer
|
11 months ago |
Laurin
|
abf4d186ad
|
added if statement to be able to convert negative integers
|
11 months ago |
Laurin
|
01a54ce836
|
added test for binaryStrLen in case input is negative
|
11 months ago |
Laurin
|
fb4ad3c51b
|
expanded binaryStrLen to determine length in case input is negative
|
11 months ago |
Laurin
|
69d57301a1
|
refactoring: moved if statement for input 0 to top
|
11 months ago |
Laurin
|
bc51648c31
|
refactoring: changed test function names to be more specific
|
11 months ago |
Laurin
|
3b81a29e10
|
added test for implementation of binaryStrLen function
|
11 months ago |
Laurin
|
6fd5e28d8c
|
implemented binaryStrLen function into convertIntToBinaryStr
|
11 months ago |
Laurin
|
aa2e397bec
|
fix added smaller equal sign in loop head
|
11 months ago |
Laurin
|
bb18fb7e4b
|
added test for binaryStrLen in case input is 0
|
11 months ago |
Laurin
|
e504c53d9f
|
added case in binaryStrLen for input 0 length is 1
|
11 months ago |
Laurin
|
9430c473b1
|
added test for determining binary string length
|
11 months ago |
Laurin
|
08f6485826
|
added function to determine binary string length
|
11 months ago |
Laurin
|
c91005ceb8
|
declared new function to determine length of binary string in header file
|
11 months ago |
Laurin
|
501ebf2245
|
refactoring: used length for indexing instead of index
|
11 months ago |
Laurin
|
7c0bee3c9f
|
added test to convert 2 into binary string
|
11 months ago |
Laurin
|
7b11525191
|
added function to convert int from 0 - 3 into binary string
|
11 months ago |
Laurin
|
d335bfcb5f
|
defined conversionOfNumbers.h
|
11 months ago |
TheUltimateOptimist
|
cec0a1e74d
|
fixed failing tests by removing 64
|
11 months ago |
TheUltimateOptimist
|
7cf9f0d312
|
refactoring: prefixed input retrieval functions with user
|
11 months ago |
TheUltimateOptimist
|
7a7fceb464
|
refactoring: created printInvalidNumberMessage function
|
11 months ago |
TheUltimateOptimist
|
d8af3aa1a5
|
refactoring: created isNumberValid function
|
11 months ago |
TheUltimateOptimist
|
8c334ca905
|
refactoring: combined trimLeft and trimRight in trim
|
11 months ago |
TheUltimateOptimist
|
2d2ac3545a
|
refactoring: replaced 1 with true
|
11 months ago |
TheUltimateOptimist
|
6bce984a26
|
refactoring: renamed test_gets_WithMax to test_gets_WithMaxLength
|
11 months ago |
TheUltimateOptimist
|
21e1c1a0dc
|
refactoring: renamed test_gets_WithMin to test_gets_WithMinLength
|
11 months ago |
TheUltimateOptimist
|
cf9aa5a2bf
|
added test for getd with max
|
11 months ago |
TheUltimateOptimist
|
ae51080f2c
|
added test for getd with min
|
11 months ago |
TheUltimateOptimist
|
6020649807
|
added test for gets with any length
|
11 months ago |
TheUltimateOptimist
|
7c147e0818
|
added test for gets with maxLength
|
11 months ago |
TheUltimateOptimist
|
f5cda7cfc6
|
refactoring: exchanged printf with printText
|
11 months ago |
TheUltimateOptimist
|
6ee2059270
|
added test for gets with minLength
|
11 months ago |
TheUltimateOptimist
|
4fbe2042a8
|
added test for getllu with min and max
|
11 months ago |
TheUltimateOptimist
|
b0c12a7b4a
|
added test for getlu with min and max
|
11 months ago |
TheUltimateOptimist
|
948b3c0ddc
|
added test for getu with min and max
|
11 months ago |
TheUltimateOptimist
|
a81e8d3d3c
|
added test for gethu with min and max
|
11 months ago |
TheUltimateOptimist
|
32912f6b55
|
added test for getlld with min and max
|
11 months ago |
TheUltimateOptimist
|
f9ac66b145
|
added test for getld with min and max
|
11 months ago |
TheUltimateOptimist
|
4d25b3e920
|
added test for getd with min and max
|
11 months ago |
TheUltimateOptimist
|
fb5a121d40
|
added test for gethd with min and max
|
11 months ago |
TheUltimateOptimist
|
bd40855b6c
|
added test for gets wit minLength and maxLength
|
11 months ago |
TheUltimateOptimist
|
26b0c9cc48
|
refactoring: moved printlf to top of file
|
11 months ago |
TheUltimateOptimist
|
d13e3280c0
|
refactoring: replaced printf with printText
|
11 months ago |