void read_file() { ifstream input; char input_data[1024]; // Open file ... We can use the encapsulated function bad()/fail()/eof()/good() to ...
確定! 回上一頁