摘要:   #include "stdio.h" #include "conio.h" void main() {     printf("%.20f\n",0.1234567890123456789f);     getch(); }   观察在VC6,Win... 阅读全文
posted @ 2010-04-27 23:37 emanlee 阅读(13004) 评论(0) 推荐(0) 编辑