I am trying to open all text files in the same folder as my main.cpp. How do I go about doing it?
file.open(".txt");
I tried doing this, I tried using *, tried using modulo, but none of it works. Help is appreciated, thank you.
Other question is asking how to get a list of files. I'm asking how to open them. I don't want to list them.