help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Listing the files in a directory.


From: Rolf Magnus
Subject: Re: Listing the files in a directory.
Date: Mon, 05 Jul 2004 18:09:43 +0200

SK wrote:

> Hi all,
> 
> I know that it's implementation specific to find the files in a given
> directory.

It is specific to the libraries you use.

> I want to know how it is done with g++ (the way FindFistFile etc do in
> VC++).  

On a POSIX system have a look at the man pages of opendir, readdir,
closedir.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]