I have about 6000 .txt files to read. There are many folders, each containing many sub-folders, which again contain many sub-folders and at the end of every sub-folder there is a text file. the text file contains few numbers which I have to read. My issue is recursively going through the folders and sub-folders.
I am able to do this in Python, but not in C++.
Can someone help me with C++ (preferably without Boost)