fenbf / cppstories-discussions

4 stars 1 forks source link

2017/08/cpp17-details-filesystem/ #141

Open utterances-bot opened 3 months ago

utterances-bot commented 3 months ago

C++17 in Detail: Filesystem in The Standard Library - C++ Stories

Although C++ is an old programming language, its Standard Library misses a few basic things. Features that Java or .NET had for years were/are not available in STL. With C++17 there’s a nice improvement: for example, we now have the standard filesystem! Traversing a path, even recursively, is so simple now!

https://www.cppstories.com/2017/08/cpp17-details-filesystem/

JHDReis commented 3 months ago

Good work!