gmowf 的 站内主页
#include <stdio.h>void main(){ float x=1000.6f; float y=1000.5f; printf("x=%f y=%f \n",x,y); }
/* 以上程序在VC++6.0运行时,结果是:x=1000.599976  ....
Read More >