Get files from directory

Hello i need to know how to get all the files from a directory :)
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.