65 pts.
 How to search for a local file programmatically using C/C++
HOW, I develop a c/c++/java program for searching a file on my Personal computer

Software/Hardware used:
ASKED: March 9, 2009  8:35 AM
UPDATED: March 10, 2009  6:51 PM

Answer Wiki:
You will probably need to use platform-specific functions to achieve that, but you did not specify what operating system the program will be running on. More details are needed. You might want to have a look at the <a href="http://www.boost.org/doc/libs/1_38_0/libs/filesystem/doc/index.htm">Boost Filesystem Library</a>, which provides some facilities to query and manipulate paths, files, and directories.
Last Wiki Answer Submitted:  March 9, 2009  7:25 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Any reason you can’t just use something that someone else has already written such as FileLocator Pro or Effective File Search?

 10,860 pts.