Moving to 64-bit on OS X?
Posted
by ML
on Stack Overflow
See other posts from Stack Overflow
or by ML
Published on 2010-04-05T19:53:26Z
Indexed on
2010/04/05
20:33 UTC
Read the original article
Hit count: 131
Hi All,
What is the best practice for moving to 64-bit on OS X? Using the 10.6 SDK and 64-bit intel as my SDK and target.
I have int32 types to change
Does OS X have an 'int64' or would one use a 'long long'?
Where might I find a resource to available data types?
What other issues are there?
© Stack Overflow or respective owner