... ios::binary | ios::out); for (int i = 0; i < 3; i++) { outfile.write((char*)&output[i], sizeof(Data)); } outfile.close(); ifstream ...
確定! 回上一頁