Before C++17 we could often complain that even simple tasks as getting a file size were complicated. With std::filesystem
things get a bit easier!
↧
How to get File Size in C++?
↧
Before C++17 we could often complain that even simple tasks as getting a file size were complicated. With std::filesystem
things get a bit easier!