blog of sness
std::string s="hello";const char *p = s.c_str(); // get const char * representationint len = strlen(p);