read(buffer, sizeof(buffer)); ... } But I am realizing this is not a true binary read. The ifstream actually reads a byte and converts it to a wide char. So ...
確定! 回上一頁