C ++(int getopt(argc,(char **)argv,optstring)
我是C ++初学者,使用Ubuntu 12.我在使用getopt函数时遇到了问题,特别是将命令行参数(int main(int argc,char * argv [])与getopt中的optstr相匹配。任何人都可以解释什么是可以在getopt函数中匹配的命令行参数的格式。
getopt函数shuld也有#include <unistd.h>
手册页和示例
链接地址: http://www.djcxy.com/p/72133.html上一篇: C++ (int getopt(argc, (char **)argv, optstring)
下一篇: tmain(int argc,