Use C++ file streams in <fstream> to copy data from one stream to another. ... ios_base::binary); // Use binary mode so we can std::ofstream out(argv[2], ...
確定! 回上一頁