how to convert string into const char * code example Example: const char to string const char * s = "hello"; std::string str(s);