Question: code in C++ I have a text file with 2 lines of text. Hello John Goodbye John I need help reading in the text file
code in C++
I have a text file with 2 lines of text.
"Hello John
Goodbye John"
I need help reading in the text file and use getline() to put each line into a string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
