how to got the programming is compiled by x64 or x86
-
i am writing some code, if will act different ways on x64 and x86, does there is a way to justify the code is compiled by x64 or x86, as i know i cpp i can use
#ifdef __x64
doA
#elif __x86
doB
#endif -
i am writing some code, if will act different ways on x64 and x86, does there is a way to justify the code is compiled by x64 or x86, as i know i cpp i can use
#ifdef __x64
doA
#elif __x86
doB
#endif -
i am writing some code, if will act different ways on x64 and x86, does there is a way to justify the code is compiled by x64 or x86, as i know i cpp i can use
#ifdef __x64
doA
#elif __x86
doB
#endif -
Check the Operation System Name.In X64 Bit Operation System have X64.
mailto: anubhava.prodata@gmail.com
for now, i am just using the return IntPtr.Size == 8,
-
just for fun. there is a movie with this name, and some games