const char *array = tmp.c_str(); //For const char array char *array = &tmp[0]; // If you need to modify the array