Re: Xcode 2.0 and 64-bit support
Re: Xcode 2.0 and 64-bit support
- Subject: Re: Xcode 2.0 and 64-bit support
- From: "David Arnold" <email@hidden>
- Date: Wed, 21 Jul 2004 18:43:09 +1000
-->"Ken" == Ken Turkowski <email@hidden> writes:
Ken> Is there a machine- and programming-model-independent way to
Ken> declare an integer data type that is the same size as a
Ken> pointer?
>> intptr_t and uintptr_t are integer types large enough to hold a
>> void pointer. defined in stdint.h
Ken> That's fine for xcode, and CodeWarrior, but I can't find
Ken> stdint.h in Microsoft's Visual Studio. :-(
VS.NET 2003 appears to have them in stddef.h
d
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.