All text file into one stringWhat I have in mind is: #include <iostream> #include <string> #include <fstream> void main() { ...
All text file into one stringHello. I have a question concerning using getline to get all of the text's content into one string....