Read file folder with sequential images

I want to read a folder that contains large number of tif files. (say 1000 tif images) requirement is to read all files and store in a array/array pointer.

I would if anyone could say the way of doing this using C++

Thank you

KUmara
The file/directory system calls vary across operating systems.
1. What OS are you using?
2. Do you need recursive traversal or are the files in a single directory?
Topic archived. No new replies allowed.