I'm accessing a directory from my cross-platform c++ code. I know that this directory has three sub directories, but their names are randomly generated.
What I want is a list with the names of these directories (not files!) as type std::string. I would very much like to avoid using libraries, such as boost or qt, and keep to standard c++, if possible.