... if (file.is_open()) { string line; while (getline(file, line)) { // note that the newline character is not included // in the getline() function cout ...
確定! 回上一頁