Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/22/04 13:21
Read: times


 
#74691 - RE: decimal to hexadecimal
Responding to: ???'s previous message
Ravi, you have been given a hard time from posting this question - because there are so many ways to represent numbers such questions have to be put very carefully.

Do you actually want an equivalent function to C's atoi?:

http://man.he.net/man3/atoi

Which is equivalent to (int)strtol( s, (char**)NULL, 10) - i.e. also see:

http://man.he.net/man3/strtol

List of 9 messages in thread
TopicAuthorDate
decimal to hexadecimal            01/01/70 00:00      
   RE: decimal to hexadecimal            01/01/70 00:00      
   RE: decimal to hexadecimal            01/01/70 00:00      
   RE: decimal to hexadecimal            01/01/70 00:00      
   RE: decimal to hexadecimal            01/01/70 00:00      
      RE: decimal to hexadecimal            01/01/70 00:00      
         RE: decimal to hexadecimal            01/01/70 00:00      
         RE: decimal to hexadecimal            01/01/70 00:00      
            RE: decimal to hexadecimal            01/01/70 00:00      

Back to Subject List