aavvee <[EMAIL PROTECTED]> wrote:
> --- Shyan Lam <[EMAIL PROTECTED]> wrote:
>
> > What's the OS and compiler?
> >
> > For VC++, you can use _findfirst() / _findnext() / _findclose().
> >
> > For Windows in general, you can use the FindFirstFile() /
> > FindNextFile() / FindClose() APIs.
>
> I work on UNIX, and use cc or gcc command.
> Is there similar function in C library?
In standard C, no. In POSIX, yes, through <dirent.h>.
--
Peter
To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>.
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/c-prog/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
