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: Ken Turkowski <email@hidden>
- Date: Wed, 21 Jul 2004 01:10:27 -0700
On Jul 21, 2004, at 12:38 AM, David Arnold wrote:
-->"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
That's fine for xcode, and CodeWarrior, but I can't find stdint.h in
Microsoft's Visual Studio. :-(
--
Ken Turkowski email@hidden
Engineer/Scientist http://www.worldserver.com/turk/
Independent Consultant Industrial Grade Software
Computer Graphics 2D 3D Immersive Imagery
Photo-mosaicing Panoramas Computer Vision
Applied Mathematics Numerical Analysis Optimization
_______________________________________________
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.