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 std::char_traits<char>,class std::allocator<char> >'
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 std::char_traits<char>,class std::allocator<char> >'