hi,
I need some help on the following issue.
how should I declare a C/C++ function to return
"char *temp[] "
I tried to use char **, unfortunately it does not work.
basically, I want to achieve this. suppose temp = {"abc", "de","2"}
I want a function to be able to return a pointer so that I could
achieve "abc", "de", "2" one by one.
thanks



LinkBack URL
About LinkBacks



