trying to figure out how i can get the argv to pick up on certain characters and allocate them a function,
so to be able to get 2 numbers argv[1] and argv[2] and the third argument be 1 of 4 either parameters defined by the corresponding letters to operate the "if" commands
as i can get it to work if i assign those letters i want to corresponding numbers, but that defeats the purpose. i would like it to work with characters.
if someone could please point me in the appropriate direction would be gladly appreciated as its driving me nuts (@_@)