View Single Post
Old Mar 11th, 2008, 12:55 AM   #1
DaveQB
Newbie
 
DaveQB's Avatar
 
Join Date: Apr 2006
Location: Sydney
Posts: 14
Rep Power: 0 DaveQB is on a distinguished road
Send a message via ICQ to DaveQB Send a message via Skype™ to DaveQB
Directory navigation

Hi,

I have a little shell script that does a handy function at my work. I was wanting to make it into an easy to use exe file for my colleagues using Windows.

It's relying on directory changing and file searching. Its basically a simple file locator using a long int input by the user.

So having used Python and wanting to learn C++ I thought this would be a good project for that.

I have been doing some research on directory navigating in C++ to find its not as simple as with Python and BASH.

Am I missing something ?
Seems Boost library is pointed to a lot and many home baked solutions, but nothing standard.

Am I search for this in a poor manner ?

Any tips appreciated.
DaveQB is offline   Reply With Quote