ifstream InFoo("data.dat", ios::in | ios::binary); int buffer; ... #include <fstream> ... 和seekg 很類似,但是ignore 可以限定條件讓動作停下
確定! 回上一頁