(C++) While reading a file (ifstream), is there any way to direct it to make a new line?

Use std::getline to read a line into a memory stream, then get the two strings from that.

Related Questions