How can I find this information :
think we started this process :
testFile.exe i- 100 k- "hello" j-"C:\" "D:\Images" f- "true"
Now how can I get main argument when application started so I have :
int i = ... ; //i will be 100
string k = ... ; // k = hello
string[] path = ... ; // = path[0] = "C:\" , path[1] = "D:\Images"
bool f = ... ; // f = true;
regards
-x ...on UNIX-like systems, or/x ...on Windows systems) and people will probably have a hard time remembering it. – stakx Aug 7 '10 at 12:50-i 100 -k "hello"etc, instead ofi- 100 k- "hello"- almost all programs out there use the-istyle and for good reasons. – romkyns Aug 7 '10 at 12:50