我见过这样写的代码: ifstream fin; fin.open("largefile.dat", ifstream::binary | ifstream::in); 现在这让我感到困惑,上面的代码和下面使用 ios::binary 的代码之 ...
確定! 回上一頁