ofstream是從內存到硬盤,ifstream是從硬盤到內存,其實所謂的流緩衝就是內存 ... 開一個文件fstream f; f.open(“1.txt”, ios::in | ios::binary); if ...
確定! 回上一頁