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