开发者

Passing arguments to a C++ program in Eclipse

开发者 https://www.devze.com 2023-02-15 18:31 出处:网络
I have a C++ program written using Eclipse CDT. This program needs arguments to be passed开发者_StackOverflow to it. How can I do that using Eclipse CDT?

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

Thanks.


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

Passing arguments to a C++ program in Eclipse

0

精彩评论

暂无评论...
验证码 换一张
取 消