const char to String
const char * s = "hello";
std::string str(s);
JulesG10
const char * s = "hello";
std::string str(s);
(char*)const_char_ptr