May 2018
Intermediate to advanced
328 pages
8h 15m
English
Implementing the specified functionality should be straightforward: iterate recursively through all the entries of the specified directory and retain all the entries that are regular files and whose name matches the regular expression. To do that, you should use the following:
Such a function may look like this:
namespace fs = std::experimental::filesystem;std::vector<fs::directory_entry> find_files( ...
Read now
Unlock full access