1234567
std::string line; while(!Configure.eof()) { getline(Configure, line); // you will keep getting each line, first red, then blue etc. do whatever you want to do with these. }