对不起我的英语不好。我需要取主函数的参数值。我用野牛说:
int main (int argc, char ** argv)
我在 Windows 中编译:
file.exe <input.txt
=>
argc = 1
和
argv = "file.exe"
为什么?谢谢你。
对不起我的英语不好。我需要取主函数的参数值。我用野牛说:
int main (int argc, char ** argv)
我在 Windows 中编译:
file.exe <input.txt
=>
argc = 1
和
argv = "file.exe"
为什么?谢谢你。