Start
int main(int argc, const char * argv[])
In the C language learning time,We are writing a program,Then view the results in a terminal run,Enter a number, and so on ...... do not know if you have not tried it allows you to write programs that can accept parameters like system commands it? For example,:ls -al like this。
If you wish to do so,Like above, as to declare it!
among them:
argv: Pointer Pointer
argc: Integer
For chestnuts
Assumptions program[……]