Can the following code be expected to work in *all* environments that have an ANSI-compliant C compiler?
double n = 0;
assert(n == 0);
What about C++?
If this didn't work then what will...
以上就是Is the double 0.0 always represented exactly in portable C?的详细内容,更多请关注web前端其它相关文章!