Re: Visual Studio 2005 x64 mode.
- From: "Alex Blekhman" <tkfx.REMOVE@xxxxxxxxx>
- Date: Thu, 8 May 2008 21:07:44 +0300
"Igor Tandetnik" wrote:
I'm not sure I understand. long _is_ 64-bit in a 64-bit build,
just like in GCC. What again are you complaining about?
AFAIK, `long' data type is 32-bit in 64-bit MS C++ compiler. In
order to get 64-bit integer type one should use `long long' type:
"Data Type Ranges"
http://msdn.microsoft.com/en-us/library/s3f49ktz.aspx
Also, see:
"Common Visual C++ 64-bit Migration Issues"
http://msdn.microsoft.com/en-us/library/3b2e7499.aspx
Alex
.
- References:
- Visual Studio 2005 x64 mode.
- From: stevensmith1010
- Re: Visual Studio 2005 x64 mode.
- From: David Lowndes
- Re: Visual Studio 2005 x64 mode.
- From: stevensmith1010
- Re: Visual Studio 2005 x64 mode.
- From: Tim Roberts
- Re: Visual Studio 2005 x64 mode.
- From: Igor Tandetnik
- Visual Studio 2005 x64 mode.
- Prev by Date: Re: does vstudio 2005 run perfectly on vista?
- Next by Date: Re: template operator== not working
- Previous by thread: Re: Visual Studio 2005 x64 mode.
- Next by thread: Re: Visual Studio 2005 x64 mode.
- Index(es):
Relevant Pages
|