Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个控制台应用程序,可以用 Visual C++ 6.0 编译和执行,但它只会告诉我缺少命令行参数。似乎没有任何明显的地方可以输入这些。如何使用命令行参数运行或调试它?
我假设您正在谈论设置在 IDE 中运行的命令行参数。
打开项目/设置属性页并转到调试选项卡。
您可以将它们放入“程序参数”字段。
如果我没记错的话,在 Project/Settings/Debug 选项卡下有一个地方可以输入命令行参数。这是“程序参数”字段。
在 VS2010 中:右键单击项目。选择属性。选择调试选项卡。开始选项 -> 命令行参数:在此处输入参数。