开发者

How to add run parameters to a C++ project in Netbeans

开发者 https://www.devze.com 2023-03-19 13:22 出处:网络
I am using Nebeans 开发者_高级运维7.0 and its C++ plugin and I want to do something like this: test.exe < in.txt > out.txt when I run the project. Where can I add these parameters to the project

I am using Nebeans 开发者_高级运维7.0 and its C++ plugin and I want to do something like this: test.exe < in.txt > out.txt when I run the project. Where can I add these parameters to the project in Netbeans? Thanks in advance!


Under File, Project Properties, Run the first entry is Run Command. Click on the ellipsis to enter the additional information.

How to add run parameters to a C++ project in Netbeans


I've no C++ project plugin installed at the moment, but in Java and PHP you need to right click on the project name in project manager, select 'Properties' and find 'Run Configuration' (or something similar) in Categories tree

0

精彩评论

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