long size; ifstream infile ("test.txt",ifstream::binary); ofstream outfile ("new.txt",ofstream::binary); // 取得檔案大小 infile.seekg(0,ifstream::end);
確定! 回上一頁