Posted by: sojodude August 2, 2005
Information technology
Login in to Rate this Post:     0       ?        
I'm trying to copy q into p. Logically it should work as the length of both strings are the same and at the end '\0' is passed into p which is ascii 0 and the loop should stop. But it isn't working on VCPP. I don't know if that's a microsoft problem or a bad programming practice. So just wondering if anybody else gets the desired results using a different compiler.
Read Full Discussion Thread for this article