2010-09-30, 11:29 AM
You don't do an array to strings directly. That will cause a segfault. You do an array of char* pointers. Then when you pass the array of pointers to the string, the function accepts it as type char**
