C++ (int getopt(argc, (char **)argv, optstring)

我是C ++初学者,使用Ubuntu 12.我在使用getopt函数时遇到了问题,特别是将命令行参数(int main(int argc,char * argv [])与getopt中的optstr相匹配。任何人都可以解释什么是可以在getopt函数中匹配的命令行参数的格式。


The getopt function shuld also have the #include <unistd.h>

Manual page and examples

链接地址: http://www.djcxy.com/p/72134.html

上一篇: 大小的结构成员

下一篇: C ++(int getopt(argc,(char **)argv,optstring)