Hi, I`m applying some & and shift operations on (long long int) and (unsigned long long int) types. But getting different results (on emulator correct results). Which type can I use to support 2nd thumb too?
Thanks.
Hi, I`m applying some & and shift operations on (long long int) and (unsigned long long int) types. But getting different results (on emulator correct results). Which type can I use to support 2nd thumb too?
Thanks.
I'm not sure this helps, but you shouldn't use built-in C++ types in Symbian C++. Documentation says that one should use TInt64 and TUint64 for 64-bit data.