Weird math problem with VS2015

  • Thread starter Thread starter Omar Esp
  • Start date Start date
O

Omar Esp

Guest
Hello , So i will just get to it .


I was trying to do this

DWORD Value1 =7cb1d74f ;

Value1 = Value1 *-1 ;

the answer should be 834e28b0 , But in debugger its showing result as 834e28b1 .

Is there something im not getting ?


I tried using singed int , no change .

Continue reading...
 
Back
Top