Determine 32 vs 64 architecture
14 Oct
2010
14 Oct
'10
7:23 a.m.
Is there a library that lets me determine on what architecture my code is compiled? I needed to redefine a couple of typedef for fundamental types. Ryan
15 Oct
15 Oct
1:27 a.m.
On Thu, Oct 14, 2010 at 00:23, Ryan McConnehey
Is there a library that lets me determine on what architecture my code is compiled? I needed to redefine a couple of typedef for fundamental types.
What sort of thing are you looking to do, exactly? Boost.Integer covers finding types with specific sizes, and any 32- vs 64-bit issues should be apparent by looking at sizeof(int/long/void*)... ~ Scott
5144
Age (days ago)
5145
Last active (days ago)
2 comments
3 participants
participants (3)
-
Marsh Ray
-
Ryan McConnehey
-
Scott McMurray