Re: Preparing for 64 bit windows
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Mon, 21 Nov 2005 08:30:51 -0500
"David Webber" <dave@xxxxxxxxxxxxxxxxxxx> wrote in message
news:%23wTLLFb7FHA.2716@xxxxxxxxxxxxxxxxxxxx
> INT_PTR n = ptr1 - ptr2;
Be aware that a correct type for the difference between two pointers is
ptrdiff_t, not INT_PTR.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- Follow-Ups:
- Re: Preparing for 64 bit windows
- From: Jason Doucette
- Re: Preparing for 64 bit windows
- References:
- Preparing for 64 bit windows
- From: David Webber
- Preparing for 64 bit windows
- Prev by Date: Re: WM_CLOSE
- Next by Date: Re: Ho to print increasing count in one line on command prompt
- Previous by thread: Re: Preparing for 64 bit windows
- Next by thread: Re: Preparing for 64 bit windows
- Index(es):
Relevant Pages
|