General C++ question here: Does anyone know of a way to convert an integer to a string? I don't want to convert back again, just to show the contents of an integer in a label in Irrlicht ( which is w_char IIRC ). I tried googling it but didn't get much.