Page 1 of 1

operater xor (^)

Posted: Sun Jul 30, 2006 3:28 am
by peeratep
on windows->
-2694274578 ^ 1136121015 = 484406617

on linux->
-2694274578 ^ 1136121015 = -1011362633

i want value 484406617 on linux..help me please!
Thank you...

Posted: Sun Jul 30, 2006 3:57 am
by Weirdan
one of the machine has 64bit architecture?

Posted: Sun Jul 30, 2006 9:14 am
by ronverdonk
As I already replied in the other forum to which you posted this question:

You must have used at least one 64 bit machine, because 32 bit systems have a maximum signed integer range of -2147483648 to 2147483647.