http://stackoverflow.com/questions/5590381/easiest-way-to-convert-int-to-string-in-c std::string s = std::to_string(42);