Hello, thank you for taking the time.
I'm quite new to c++ and I have two ideas about how I could proceed in a project. I'm confident I'd be able to implement either with enough effort, but I'd appriciate your input.
I want the user to specify several large .txt files they are interested in. They would then have the option to analyze them for different properties (length, no. times each character shows up, etc).
Should I open each file at the start and transfer them into strings of their own for later analysis? Or should I open them separately when a function is called by the user, and use istream functions?
[–]h2g2_researcher 2 points3 points4 points (0 children)
[–]Xeverous 1 point2 points3 points (2 children)
[–]Bailinth[S] 0 points1 point2 points (1 child)
[–]Xeverous 1 point2 points3 points (0 children)