Quote:
Originally Posted by lerxst2112
itoa has never been safe. The ways it can fail are implementation dependent, so it may be fine on one platform and not on another.
|
This isn't "standard" itoa (there actually isn't a standard, itoa isn't part of ANSI C or C++)
What is also weird is that itoa works 100% through out the rest of the Client::SendStatsWindow function. It only fails compiling the final string.