#filesystem wrong
12 messages · Page 1 of 1 (latest)
its possible that the compiler you are using is too old and it doesn't have a library named filesystem
idk much about that compiler because I use VS which has its own compiler but just check for the latest version
of yours
Ok I looked up your compiler
it says the latest release is based on GCC 10.3.0
but GCC 11+ supports C++17
which has filesystem
so your compiler just won't support the filesystem library yet
you need to use another one
if you want to use filesystem
no problem