How to add run parameters to a C++ project in Netbeans
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.
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
精彩评论