随笔分类 -  C/C++开发

摘要:作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ 1.getopt #include <unistd.h> extern char *optarg; extern int optind; extern int optopt; extern int opterr; extern int optreset; int... 阅读全文
posted @ 2012-12-07 13:13 gnuhpc 阅读(857) 评论(0) 推荐(0)