Where what I am trying to pass in is a command line argument from argv[] in my int main(int argc, char *argv[]). I can't get it to compile with anything I pass into it. I've tried just the argv[i], tried converting to a regular string and tried it as a regular character array. Any suggestions?