CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Posts
    2

    Recursive search of windows directories

    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.

  2. #2
    Join Date
    May 2007
    Posts
    811

    Re: Recursive search of windows directories

    If you are OK with boost, this might help.

  3. #3
    Join Date
    Jun 2008
    Posts
    2

    Re: Recursive search of windows directories

    Boost is my new friend. Thank you sir.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured