SyntaxFix
Write A Post
Hire A Developer
Questions
If you have Boost installed (which you should):
#include <boost/lexical_cast.hpp> int num = 4; std::string str = boost::lexical_cast<std::string>(num);