标签: c++ visual-studio-2015
我在属性页面中看到了命令行参数(coreProgram.txt),但它在程序中无法识别,即
int main (int argc, char* argv[])
无法识别argv[1]实际上是argc = 1
argv[1]
argc = 1