I have searched everything , but no source codes i found work with VS C++ 2008, Do you have any way to find list of files in a directory programmatically?
I am u
If you are using Boost, then you can use boost::filesystem.
If you are using Qt, then you can use QDir.