User:Janos
Jump to navigation
Jump to search
Six P principle: Proper planning prevents piss-poor performance
Boost tips and tricks
cast something to a string
#include "boost/lexical_cast.hpp"
int i = 10
std::string layer = boost::lexical_cast<std::string>(i);