string identifier; identifier.resize(4); ifstream adtFile(m_nameFile, ios::in | ios::binary); adtFile.read((char*)&identifier, sizeof(::uint32_t));. The file ...
確定! 回上一頁