I've created a header file which contains lines like this : Value = 1*pow(10,13) + 3 * pow(10.0,4) , where Value is an unsigned long long. The header file was working perfectly on Borland C++ Builder 6. I've tried to run it using Microsoft Visual Studio 2008,(Visual C++) and i get errors like...