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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/11/05 10:37
Read: times


 
#84735 - using %d and %x
Responding to: ???'s previous message
when i use:

printf("%dn",totcount); it gives an answer of -4352

when i use:

printf("%xn",totcount); it gives an answer of ef00

which is correct, so why doesnt it give the correct decimal value?

List of 23 messages in thread
TopicAuthorDate
Multiplication Problems and data types            01/01/70 00:00      
   use unsigned int for totcount            01/01/70 00:00      
   Wrong printf format specifier?            01/01/70 00:00      
      yes i am using printf            01/01/70 00:00      
         manual!            01/01/70 00:00      
            using %d and %x            01/01/70 00:00      
               %u            01/01/70 00:00      
               Exactly what it says on the tin!            01/01/70 00:00      
                  Division problem?            01/01/70 00:00      
   division problem in keil evaluation?            01/01/70 00:00      
      Which Part?            01/01/70 00:00      
      its ok i have sorted it!            01/01/70 00:00      
         Still a problem, then...            01/01/70 00:00      
         not so strange            01/01/70 00:00      
            Not so strange?            01/01/70 00:00      
      Need complete code!            01/01/70 00:00      
         Like this            01/01/70 00:00      
         code            01/01/70 00:00      
            Calling printf from an ISR            01/01/70 00:00      
               other interrupts wont get in the way            01/01/70 00:00      
                  ISR            01/01/70 00:00      
                     yes i see what you mean            01/01/70 00:00      
                  No No Inside ISR            01/01/70 00:00      

Back to Subject List