This loop will look similar to the following. // infinite loop to read and handle a line of data for (;;) { infile >> firstThingOnTheLine; if (infile.eof()) ...
確定! 回上一頁