全部博文(254)
发布时间:2012-12-14 13:41:29
预备知识:1. strerror- return string describing error number #include <string.h> char *strerror(int errnum); The strerror() function returns a string describing th......【阅读全文】
发布时间:2012-12-14 13:40:09
#include <stdio.h> // void perror(const char *msg);#include <string.h> // char *strerror(int errnum);#include <errno.h> //errnoerrno 是错误代码,在 errno.h头文件中;perror用来将上一个函数发生错误的原因输出到标准错误(stderr)。参数s所指的字符串会先打印出,后面再加上错误原因字符串。此错误原因依照全局变量errno的值来决定要输出的字符串。strerror 是通过参数 errnum (就是errno),返回对......【阅读全文】
发布时间:2012-12-07 10:39:13
主要参考资料:http://fanqiang.chinaunix.net/a1/b1/20010508/133026.html df - <font color=......【阅读全文】
发布时间:2012-12-07 10:31:18
Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE......【阅读全文】