妈的,混蛋 wfopen_s 函数.
打开一个文件用 r 模式. 结果数据怎么和文件不一样的,总是差1, 比如 npData[10] 会指向 [11]去, 可是之前的数据都对,就是某一个数以后都错了, 后来仔细啊一看 0D0D0A read以后把一个0D给吃掉了.
后来一看文档,麻辣隔壁:
If t or b is not given in mode, the default translation mode is defined by the global variable _fmode.
原来我打开没有指明t,b结果给我设置成了 translation mode.
改过来就没事了!
我靠整了我几小时!