How to get list of files in a directory programmatically

后端 未结 2 1993
情深已故
情深已故 2020-12-22 10:03

I have searched everything , but no source codes i found work with VS C++ 2008,
Do you have any way to find list of files in a directory programmatically?

I am u

2条回答
  •  轮回少年
    2020-12-22 10:35

    If you are using Boost, then you can use boost::filesystem.

    If you are using Qt, then you can use QDir.

提交回复
热议问题