c++ from const char * to string code example Example: const char to string const char * s = "hello"; std::string str(s);