I have a program that works off command line input (argc and argv) but I don't know how to do that as I'm using XCode. Is there any way for me to get the command line input as user input in the program (e.g. cin the command line input through the program instead) and somehow convert that to argc and argv so I can run the main function which requires argc and argv?