Y_Less Posted September 22, 2005 Share Posted September 22, 2005 (edited) Im writing a script to convert strings to an integer equivalent of the strings parts in order, but im having a bit of trouble as the compiler, to convert them correctly, needs a signed 4-byte integer, So if the value is ffffffff, then obviously I need -1. My problem is, what is 80000000? Is it plus or minus 2147483648? This is the middle number and the only one I have a problem with, not a major one, it could just cause a problem if someone ever happened to use it. Edit: doesn't matter, solved it. Edited September 22, 2005 by Y_Less Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now