Id like to know how to load a txt file into a string in c++ without using string stream. I'm aware I can use getline, but dont understand how that would work for a file with multiple lines.
Asked
Active
Viewed 55 times