cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
List Files
List Files
Mar 23, 2009 at 3:16am UTC
detorresrc
(35)
Hi what function i need to use if i want to list all files in a directory.
tnx
Mar 23, 2009 at 5:01am UTC
helios
(17574)
There's no such function in the standard library.
Either a) use system calls, which will make the program unportable, or b) use a library that will take care of doing the system calls for you.
Topic archived. No new replies allowed.