fstream file("sample.bin", ios::in | ios::out | ios::binary | ios:: trunc);. In the code above, we create an fstream object with the name sample ...
確定! 回上一頁