how to convert return string into const char * in c++ code example Example: std string to const char * c++ std::string a = "string"; const char* b = a.c_str();