本文介绍了为什么main()也只能用于argc但不能用于argv?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我对C程序的命令行参数感到困惑。
argc维护传递的参数计数,argv是这些参数的向量数组。但是当我这样做时:
I am confused in command line arguments to a C program a little bit.
The argc maintains the count of the arguments passed and argv is array of vector to these arguments.But when i do :
展开 | 选择 | Wrap | 行号
推荐答案
这篇关于为什么main()也只能用于argc但不能用于argv?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!