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

Back to Subject List

Thread Closed: Issue successfully resolved

???
02/26/04 13:00
Read: times


 
#65515 - RE: Ascii/Decimal?
Responding to: ???'s previous message
When working in C level language just make sure that your numbers are stored in the native binary format of the C variables such as int or long. If you already have the numbers as ASCII in a string such as char NumberString[25] try converting the string to the binary variable representation using a function like atoi() or sscanf().

Michael Karas


List of 14 messages in thread
TopicAuthorDate
Ascii/Decimal?            01/01/70 00:00      
   RE: Ascii/Decimal?            01/01/70 00:00      
   RE: Ascii/Decimal?            01/01/70 00:00      
   RE: Ascii/Decimal?            01/01/70 00:00      
      RE: Ascii/Decimal?            01/01/70 00:00      
   Numbers vs Codes            01/01/70 00:00      
      RE: Numbers vs Codes            01/01/70 00:00      
      RE: Numbers vs Codes            01/01/70 00:00      
   RE: Ascii/Decimal?            01/01/70 00:00      
      RE: Ascii/Decimal?            01/01/70 00:00      
      RE: Ascii/Decimal?            01/01/70 00:00      
         RE: Ascii/Decimal?            01/01/70 00:00      
         RE: Ascii/Decimal?            01/01/70 00:00      
            RE: Ascii/Decimal?            01/01/70 00:00      

Back to Subject List