ifstream(read函数)

用ifstream fin(filename); 读取内存,超过一定长度后开始不正确了,

 

改成了ifstream fin(filename,ios::in|ios::binary)

你可能感兴趣的:(VC/MFC)