С++11 finally resolves this providing std::to_string. Also boost::lexical_cast is handy tool for older compilers.
Vasaka
- 2k
- 1
- 22
- 30
С++11 finally resolves this providing std::to_string. Also boost::lexical_cast is handy tool for older compilers.