get() seems to be grabbing 32 bits at a time. std::ifstream ifs; ifs.open(FileName, std::fstream::in | std::ios::binary); std::cout ...
確定! 回上一頁