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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/31/05 04:26
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#103160 - putchar() may perform some translation
Responding to: ???'s previous message
Steve Lee said:
I found I can use putchar function.

You might want to look for something at a lower level than putchar(), or at least make sure you understand how 'your' particular putchar() is implemented. putchar('\n') may output 0x0D before the 0x0A.

List of 4 messages in thread
TopicAuthorDate
How to send ASCII character in C?            01/01/70 00:00      
   putch            01/01/70 00:00      
      Thank you.            01/01/70 00:00      
         putchar() may perform some translation            01/01/70 00:00      

Back to Subject List