Hello DaniWeb! I'm trying to return an array of strings from a function but I'm not sure how to do so. I've done the prerequisite Googling and have found people on this discussion board recommending to return char** which, it is said, can then be converted back into 2d array notation. It is this conversion to and from char** which has confused me and I have not been successful in clarifying this for myself, so my question is this:
How may I represent a 2D array in a fashion that can be returned as char**, and how would I re-convert this to 2D array representation once I have returned it?
Thank you for reading!