1
Graphics / [solved] [sfml 1.6] Displaying an INT with sf::String ?
« on: February 16, 2012, 02:13:11 am »Quote from: "Laurent"
Convert int to string (-> Google) then give the string to your sf::String.
thanks, found a tutorial here on how to do that:
https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/