The topic says it all, how do I convert an integer to a std::string?
I've read something about using a stringstream from chipperMDW, but that doesn't work. MS VC++ 6.0 doesn't like the stringstream:
main.cpp(34) : error C2079: 'conv' uses undefined class 'basic_stringstream<char,struct...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.