c++11 - C++ style glob() function? -


i know glob() function available search file pattern on posix systems. c style function however, providing char ** of results.

is there c++ style equivalent function glob() (i couldn't find under boost or c++11 references)? want returns type of collection of paths strings.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -