1

I have a C++ program written using Eclipse CDT. This program needs arguments to be passed to it. How can I do that using Eclipse CDT?

Thanks.

Nick
  • 25,026
  • 7
  • 51
  • 83
Simplicity
  • 47,404
  • 98
  • 256
  • 385

1 Answers1

6

You'll find the option under "Run->Run Configurations". Just enter the options here as normal and hit "Run".

Arguments Input in Eclipse

Dennis
  • 3,683
  • 1
  • 21
  • 43