View Single Post
  #10  
Old 09-30-2013, 08:13 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default

Quote:
Originally Posted by lerxst2112 View Post
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.
Reply With Quote