convert string array to char array

Hi

Does anyone know how to convert from string array into char array?

Thanks...
strings have a method called c_str() which returns a const char*
Last edited on
string array or string ?
Topic archived. No new replies allowed.