Hi!
What difference is there between int main() and int main(int argc,char* argv[ ])?


Why are arguments such as argc or argv[ ]?

Thanks