Possible Duplicate:
How to enable __int128 on Visual Studio?
In Visual Studio 6, I've __int32 and __int64 integer data types but I can't have __int128 although I'm working on 64-bit machine.
Possible Duplicate:
How to enable __int128 on Visual Studio?
In Visual Studio 6, I've __int32 and __int64 integer data types but I can't have __int128 although I'm working on 64-bit machine.
It's not defined, and won't be implemented, according to this question on MS Connect