"Florian Liefers" <> wrote in message
news:c2d05l$h09$07$...
> "Hello world\n",
>
> how can get a list of files/directories from a specified directory?
> something like
>
> FILE *fp=fopen("directory")
> while (...) {
> file=....;
> cout << file << endl;
> }
>
>
> Tnx,
> Florian
Standard C++ has no support for directories. You need to ask this question
again on a group that supports whatever platform you are using.
Have a look at the comp.lang.c++ welcome page for suggestions
http://www.slack.net/~shiva/welcome.txt
john