#include <fstream> #include <ios> void main(){ /*********/ char head[4]; std::ifstream fin("myFile",std::ios::binary); fin.read((char*) ...
確定! 回上一頁