"Michael S. Davis" wrote:
>
> But let me ask this question: Using gcc, and not using any
> special compiler options and NOT including NewFloatMgr.h, and
> using gcc NOT CW, does this code represent the use of floats without
> NewFloatMgr?
As I understand it, GCC automatically links the floating-point
library (about 3.5K) whenever you use floats in code. Whether you're
explicitly using NewFloatMgr or not doesn't really matter. You're
still using a FPL and the size of your PRC will increase to indicate
that.
Regards,
Daniel.