I have a programm which converts binary files into ascii files. At the moment I am asking for the filename and this file will be converted.
Now I have some thousand of these files and want to convert them all. So, I am looking for something like:
List all *.sdf files
from(1 to last) convert them all
How can I do this? I have never worked with filesystem operations. I have boost installed and like to use it.