binary_output_files.cpp // compile with: /EHsc #include <fstream> using ... 10 }; int main() { ofstream ofs ( "test.dat", ios_base::binary ) ...
確定! 回上一頁