J
James Simpson
Hello,
I tried to declare a double double in my MFC app and I get the following
error:
error C2632: 'double' followed by 'double' is illegal
Now I believe that double double is a valid built-in C++ data type and it
also happens to be the highest precision/largest value built-in type. Why is
the VC++ compiler giving me this error? Is there something I need to do
differently?
Regards,
James Simpson
Straightway Technologies Inc.
I tried to declare a double double in my MFC app and I get the following
error:
error C2632: 'double' followed by 'double' is illegal
Now I believe that double double is a valid built-in C++ data type and it
also happens to be the highest precision/largest value built-in type. Why is
the VC++ compiler giving me this error? Is there something I need to do
differently?
Regards,
James Simpson
Straightway Technologies Inc.