Click to See Complete Forum and Search --> : Recursive search of windows directories


cldfzn
June 30th, 2008, 04:09 PM
It has been awhile since I've used C++ and need some help. I'm just trying to create a simple binary to recursively search the windows directories. I just can't find any information on how to load the appropriate headers, etc.. to actually use extensions or anything useful on manipulating directories in windows. I used java for a bit and it was incredibly simple, so I'm a little frustrated with this. Anything you can offer will be appreciated.

STLDude
June 30th, 2008, 05:04 PM
If you are OK with boost, this (http://www.boost.org/doc/libs/1_35_0/libs/filesystem/doc/index.htm) might help.

cldfzn
July 1st, 2008, 10:40 AM
Boost is my new friend. Thank you sir.