I would like to access a directory, and parse all the file in it. To do so, I found a way using on this post, but apparently it is for C, not C++ (tell me if I am wrong).
I am using Qt, and I would like to know which similar way to use to run through each file of my directory.