Summary
Here's a brief summary of what we have covered so far.
We'll cover the following...
In this chapter, we dove into one of the biggest addition of C++17: std::filesystem
. You saw the core elements of the library: the path
class, directory_entry
and iterators and lots of supporting free functions.
Throughout the chapter, we also explored lots of examples: from simple ...