Skip to main content
edited tags
Link
Loki Astari
  • 262.1k
  • 86
  • 338
  • 569
edited tags
Link
EvilTeach
  • 28.6k
  • 21
  • 87
  • 143
Source Link
Rob Kam
  • 10.2k
  • 14
  • 56
  • 65

How to run a console application with command line parameters in Visual C++ 6.0?

I've got a console application that compiles and executes fine with Visual C++ 6.0, except that it will then only get as far as telling me about missing command line parameters. There doesn't seem to be anywhere obvious to enter these. How do I run or debug it with command line parameters?