Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6276864
  • 博文数量: 2759
  • 博客积分: 1021
  • 博客等级: 中士
  • 技术积分: 4091
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-11 14:14
文章分类

全部博文(2759)

文章存档

2019年(1)

2017年(84)

2016年(196)

2015年(204)

2014年(636)

2013年(1176)

2012年(463)

发布时间:2012-12-14 14:15:30

#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),返回对......【阅读全文】

阅读(839) | 评论(0) | 转发(0)

发布时间:2012-12-14 14:14:46

预备知识:1.     strerror- return string describing error number          #include <string.h>       char *strerror(int errnum);       The  strerror() function returns a string describing th......【阅读全文】

阅读(518) | 评论(0) | 转发(0)

发布时间:2012-12-09 09:49:32

原文:http://coolaj86.info/articles/json-c-example.htmlSo you want to parse JSON with C? Welcome aboard! First get json-c, configure, compile, and update your ld cacheMake JSON-C (libjson)x86 / Ubuntuwget http://oss.metaparadigm.com/json-c/json-c-0.9.tar.gztar xf json-c-0.9.tar.gzcd json-c-0.9./configu......【阅读全文】

阅读(1145) | 评论(0) | 转发(0)

发布时间:2012-12-05 01:52:36

原文: <a href="http://hi.baidu.com/shiny_way/item......【阅读全文】

阅读(1334) | 评论(0) | 转发(0)

发布时间:2012-12-04 10:06:52

<span lang="ZH-CN" st......【阅读全文】

阅读(597) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册