2015年4月30日

C-printf/sprintf/snprintf中的类型转换详解

摘要: 源码1#include void f1() { double x = -5.5625; printf("%d\n",x); //输出为0,为什么? } int main() { f1(); return 0; }源码2#in... 阅读全文

posted @ 2015-04-30 15:40 John_ABC 阅读(956) 评论(0) 推荐(0) 编辑

导航