S
Suddn
I need to call a function that returns the contents of a directory in a
string type array.
I can get the contents of the directory but I don't know how to deal with
the fact that I won't know the number of files in the directory ahead of
time.
What would be a good way to acomplish this?
Would it look something along the lines of:
foo(string& s[], int& count) ??
Thanks
string type array.
I can get the contents of the directory but I don't know how to deal with
the fact that I won't know the number of files in the directory ahead of
time.
What would be a good way to acomplish this?
Would it look something along the lines of:
foo(string& s[], int& count) ??
Thanks