davyzhu
Advanced Member level 1
hot to use argv in debug mode
Hello all,
I use VC6.0 to debug my c program.
The program's top is like
int main
( int argc,
char **argv
)
And the program is executed like "command argv1 argv2 ..."
I found when I click the vc6.0 debug, the program ended without prompt. How to pass argv to VC6.0 debug?
Thanks!
Davy
Hello all,
I use VC6.0 to debug my c program.
The program's top is like
int main
( int argc,
char **argv
)
And the program is executed like "command argv1 argv2 ..."
I found when I click the vc6.0 debug, the program ended without prompt. How to pass argv to VC6.0 debug?
Thanks!
Davy