Tagged Questions
0
votes
6answers
250 views
How can I increase performance on this MFC code?
I conduct a file search and there is exception list for directories, the problem is below code recursively iterates through all files on hard drives. It works but it is slow. Therefore, I need help to ...