if (row == "1098290-7")
123456
string row; while (getline(file, row)) { rowNR++; if (row == "1098290-7") // This works with std::string but not char[] // ...