UPDATE: Since the adoption of C ++ 17, there is a <filesystem> header included in a language that does just that. See the compiler documentation to see if it is supported.
The original question:
It was my curiosity for a while: how do you go through a directory tree without using boost or a third-party library? Just plain ol 'C ++ (examples from 98, 99, 01, 0x and 1x specifications are ok.)? This was done the day before the impulse appeared, so there should be a way to do it.
Casey
source share