Recursive File Search in C | Source Code
This source code below is written by se7en from LeetCoders. It is capable of running through the enter C drive in 8 seconds on my computer finding more than 230,000 files. Although the downside of it is that it costs quite an amount of CPU usage during its process. You might try to optimize it by placing Sleep function or something that is possible in reducing the CPU usage.
Recovering Deleted Files and Partitions
Ever wanted to recover files that has been deleted from the Recycle Bin? Do you know that what has been so called deleted from the Recycle Bin has merely been marked as "deleted" and not actually entirely removed from the hard drive. You might be confused with the word delete, rubbish bin, shift+delete button and what not. Let us first look into the context of how the entire cycle works below. Jump straight to "Tools to recover deleted files" to download.