Skip to main content
2 of 3
edited body
ltjax
  • 16.1k
  • 3
  • 43
  • 64

boost::lexical_cast<std::string>(yourint)

Work's for everything with std::ostream support, but is not as fast as, for example, itoa

ltjax
  • 16.1k
  • 3
  • 43
  • 64