How should I p argv & argc to main when I'm in debug mode (visual studio 8)?
I can p argv & argc as command line arguments when i run .exe file from command line. But how should I p these arguments when I'm debugging my program in the IDE environmetn of Visual studio 8?
No comments:
Post a Comment