If i'm use in Ex2_05.cpp
Code:
#define rollLength 12.0*33.0
isnt this is equal to
Code:
const double rollLength =12.0*33.0;
from book?

Will there be differences in the compiled program?
If not same, then which of this better to use for better perfomance of program?Or its no point?
Thank you in advance.
P.S. Sorry for my bad language.