Latest News
Showing posts with label directories. Show all posts
Showing posts with label directories. Show all posts
Recursive File Search in C | Source Code
Posted by genesisdatabase
on
Saturday, 5 March 2011
, under
C,
code,
cpp,
directories,
directory,
download,
file,
files,
function,
Programming,
recursive,
search,
sort,
source,
Source Codes
|
comments (2)
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.