So i\'ve read all the lines from a file thusly
while (getline(ifile,line)) { // logic }
Where ifile is an ifstream and line
FYI: In my case, the order DID matter, thus
otherwise the next getline operation failed (MSVC v120)