|
-
July 5th, 2010, 07:51 AM
#7
Re: Convert int of unknown number of bits to 32 bits int
Coz 2196550012 is out of range of int type! do like that (int)(2196550012L). If you have it in a file either read as long or as a String, then convert.
-2098417284_10 = 82ECB17C_16.
This is true for 32 bit representation, not mathematically of course.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|