std::string s = std::to_string(number); char const *pchar = s.c_str(); //use char const* as target type