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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/13/04 16:56
Read: times


 
#66651 - RE: Franklin Compiler error???
Responding to: ???'s previous message
Does itoa() exist in Franklin's libraries?

Additional comment: To be truly correct, your first printf()'s format specifier should be "%u". The second printf() is bad, since you are specifying "%c" (character), yet passing 'Test', which is a character pointer.

List of 5 messages in thread
TopicAuthorDate
Franklin Compiler error???            01/01/70 00:00      
   RE: Franklin Compiler error???            01/01/70 00:00      
   RE: Franklin Compiler error???            01/01/70 00:00      
   What following code?            01/01/70 00:00      
   RE: Franklin Compiler error???            01/01/70 00:00      

Back to Subject List