So here's a program called arg V, this is fancy speak for argumentVector, a list of arguments for the left or right.
这里有一个叫做ArgV的程序,这个设想讲述了,参数矢量,从左到右的一列参数。
2
In this definition, argc is the number of arguments passed in (argument count) and argv is an array of strings representing options passed in from the command line (argumentvector).