Re: [C++] __int64 Standard?
From: Andrey Tarasevich (andreytarasevich_at_hotmail.com)
Date: 03/19/05
- Next message: Andrey Tarasevich: "Re: initializing an array member of a class"
- Previous message: Andrey Tarasevich: "Re: initializing an array member of a class"
- In reply to: Val: "[C++] __int64 Standard?"
- Next in thread: greyfade_at_gmail.com: "Re: [C++] __int64 Standard?"
- Reply: greyfade_at_gmail.com: "Re: [C++] __int64 Standard?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 18 Mar 2005 17:23:39 -0800
Val wrote:
> Is "__int64" an ISO standard?
> Is "long long int" an ISO standard?
> ...
No for both. 'long long' types are standardized by C99, but not by C++
standard.
-- Best regards, Andrey Tarasevich
- Next message: Andrey Tarasevich: "Re: initializing an array member of a class"
- Previous message: Andrey Tarasevich: "Re: initializing an array member of a class"
- In reply to: Val: "[C++] __int64 Standard?"
- Next in thread: greyfade_at_gmail.com: "Re: [C++] __int64 Standard?"
- Reply: greyfade_at_gmail.com: "Re: [C++] __int64 Standard?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]