C stdout printf problem

Posted by silverbandit91 on Stack Overflow See other posts from Stack Overflow or by silverbandit91
Published on 2010-04-09T07:14:29Z Indexed on 2010/04/09 7:23 UTC
Read the original article Hit count: 322

Filed under:
|
|

I have a weird issue with printing data out. I use printf to print a char* string and then after that print another one. However part of the first string doesn't get printed and when I print the second string the missing part of the first one is pretended to that one. What is happening here?

© Stack Overflow or respective owner

Related posts about printf

Related posts about c