cyberbiker
Programmer
I really suspect this is not the best forum for this question, but I really do not know where to post this question.
I need to covert some binary values to a 32 bit integer by any means possible.
These values, once converted to a 32 bit integer will be a constant
this is an example of the binary:
10000010000000001000011000000000
when I use Windows calculator I convert to 2181072384 which is over the range for int data type.
Terry (cyberbiker)
I need to covert some binary values to a 32 bit integer by any means possible.
These values, once converted to a 32 bit integer will be a constant
this is an example of the binary:
10000010000000001000011000000000
when I use Windows calculator I convert to 2181072384 which is over the range for int data type.
Terry (cyberbiker)