54 Commits (69da91f715ff396bb414c2fa19f7b701a8972aed)

Author SHA1 Message Date
Laurin f68766a844 implemented function for determining string length of hex string 1 year ago
Laurin ed0ba8f0b8 declared function to determine string length of hex string 1 year ago
Laurin a96a875911 added other cases for input being smaller than 16 1 year ago
Laurin 9cbb10f125 added function to convert int to hex string for small ints 1 year ago
Laurin 7dfe49145c declared new function to convert int to hex in header file 1 year ago
Laurin a7218c6a73 implemented prototype function to convert binary strings of 1s into decimal 1 year ago
Laurin 3648f419cd declared new function in header file to convert binary numbers into decimal 1 year ago
Laurin abf4d186ad added if statement to be able to convert negative integers 1 year ago
Laurin fb4ad3c51b expanded binaryStrLen to determine length in case input is negative 1 year ago
Laurin 69d57301a1 refactoring: moved if statement for input 0 to top 1 year ago
Laurin 6fd5e28d8c implemented binaryStrLen function into convertIntToBinaryStr 1 year ago
Laurin aa2e397bec fix added smaller equal sign in loop head 1 year ago
Laurin e504c53d9f added case in binaryStrLen for input 0 length is 1 1 year ago
Laurin 08f6485826 added function to determine binary string length 1 year ago
Laurin c91005ceb8 declared new function to determine length of binary string in header file 1 year ago
Laurin 501ebf2245 refactoring: used length for indexing instead of index 1 year ago
Laurin 7b11525191 added function to convert int from 0 - 3 into binary string 1 year ago
Laurin d335bfcb5f defined conversionOfNumbers.h 1 year ago
TheUltimateOptimist 7cf9f0d312 refactoring: prefixed input retrieval functions with user 1 year ago
TheUltimateOptimist 7a7fceb464 refactoring: created printInvalidNumberMessage function 1 year ago
TheUltimateOptimist d8af3aa1a5 refactoring: created isNumberValid function 1 year ago
TheUltimateOptimist 8c334ca905 refactoring: combined trimLeft and trimRight in trim 1 year ago
TheUltimateOptimist 2d2ac3545a refactoring: replaced 1 with true 1 year ago
TheUltimateOptimist f5cda7cfc6 refactoring: exchanged printf with printText 1 year ago
TheUltimateOptimist 26b0c9cc48 refactoring: moved printlf to top of file 1 year ago
TheUltimateOptimist d13e3280c0 refactoring: replaced printf with printText 1 year ago
TheUltimateOptimist cbb0248bfd refactoring: updated printlf to return early if fakeinput was injected 1 year ago
TheUltimateOptimist a05cf45c9f refactoring: made input injectable for testing purposes 1 year ago
TheUltimateOptimist 8b9f4203d3 refactoring: renamed add_main.c to main.c 1 year ago
TheUltimateOptimist 9f0ebb7fe5 added feature "add" as a skeleton to use for other features 1 year ago
TheUltimateOptimist 7d7c150d50 fixed spelling mistake in userinput.h docs 1 year ago
TheUltimateOptimist 791155b020 documentation: documented functions from userinput.h 1 year ago
TheUltimateOptimist f01127845b refactoring: renamed getstr to gets 1 year ago
TheUltimateOptimist e8895cee2a refactoring: renamed getull to getllu 1 year ago
TheUltimateOptimist 0e9044cce9 refactoring: renamed getul to getlu 1 year ago
TheUltimateOptimist e2fb2c4835 implemented getlf 1 year ago
TheUltimateOptimist 30cd3152c8 implemented getull 1 year ago
TheUltimateOptimist 159fe0a017 implemented getul 1 year ago
TheUltimateOptimist f7166d349c implemented getu 1 year ago
TheUltimateOptimist 80aeacef8b implemented gethu 1 year ago
TheUltimateOptimist 501bedbf87 implemented getlld 1 year ago
TheUltimateOptimist 3a00cb92d1 implemented getld 1 year ago
TheUltimateOptimist 2729c4b9d2 implemented getd 1 year ago
TheUltimateOptimist d378fa1a31 implemented gethd 1 year ago
TheUltimateOptimist d2a2ce7ab0 implemented LD macro 1 year ago
TheUltimateOptimist 51b00fb57a implemented getNumber 1 year ago
TheUltimateOptimist a3869ae3a4 implemented printlf 1 year ago
TheUltimateOptimist 239679e77a implemented getstr 1 year ago
TheUltimateOptimist eef850ed11 implemented readInput 1 year ago
TheUltimateOptimist e4fdad7ce3 implemented trimRight 1 year ago