[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CArgv
The array of arguments contains the filename of the program itself at index 0 and then the parameters the user gave when starting the executable.
The size of this array is argc.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CArgv
(C) argv
With argc the arguments of the main function. It stands for array of arguments.The array of arguments contains the filename of the program itself at index 0 and then the parameters the user gave when starting the executable.
The size of this array is argc.
'argv' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
