I am stuck in this whole concept of using the command line to pass arguments(or parameters, dont know which is the correct name) to main().
I have input and ouptut files that need to be supplied to my program on the command line, which i will access using int argc, char *argv[].
I use Quincy as my IDE, so what do i need to tpye on the command prompt to pass my input and output files to my program.(i know the text files names go somewhere but the rest?)