使用 netbeans 从命令行在 c 中的标准输入
Standard input from command line in c with netbeans
我正在尝试将文件 sample.txt
中的数据输入到我在 netbeans 上的 c 程序中。我怎样才能从命令行做到这一点?我知道我应该去
File -> Project Properties -> Run -> Run Command.
但是我要为 运行 命令输入什么?
如果您已正确设置OUTPUT_PATH
,它将是"${OUTPUT_PATH}" "ARG"
我正在尝试将文件 sample.txt
中的数据输入到我在 netbeans 上的 c 程序中。我怎样才能从命令行做到这一点?我知道我应该去
File -> Project Properties -> Run -> Run Command.
但是我要为 运行 命令输入什么?
如果您已正确设置OUTPUT_PATH
,它将是"${OUTPUT_PATH}" "ARG"