cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Get files from directory
Get files from directory
Oct 25, 2012 at 4:37pm UTC
Farmek
(1)
Hello i need to know how to get all the files from a directory :)
Oct 25, 2012 at 5:02pm UTC
cire
(8284)
http://www.boost.org/doc/libs/1_51_0/libs/filesystem/doc/index.htm
C++ doesn't have the notion of a directory, so you'll need use system specific methods to accomplish that or a library like boost to keep things system agnostic.
Topic archived. No new replies allowed.