I thought utoa is supposed to return the pointer to buff1. I set a breakpoint at i = 1; and observe:buff1 address = 0x80C value = "12324\0xxxxx"ptrC address = 0x806 value = 0x80Bshouldn't the value be 0x80C? Is this my misunderstanding or is the compiler ..
↧