In MSVC, unsigned 64-bit integer is, I believe,
unsigned __int64. Can't find the documentation though
:-(

Double data type in MSVC is 64-bit so long double is
equivalent to double. Long double exists for backward
compatibility as mentioned here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_long_double.asp

I haven't used Borland compiler so sorry I can't help
over there.

HTH,

Jalil Vaidya

--- "D. Richard Hipp" <[EMAIL PROTECTED]> wrote:
> In MSVC and in Borland, a signed 64-bit integer is
> __int64, right?
> What's an unsigned 64-bit integer on those
> compilers?
> 
> Do MSVC and Borland support the "long double" type?
> 
> -- 
> D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565


=====
01001010
01100001
01101100
01101001
01101100


                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to