psycheqiqi 发表于 2009-8-31 17:39:54

读文件 乱码

char *filecache;
   file.get_info(&fileinfo);
   int lfsize =fileinfo.size_;
      file.recv(filecache,lfsize);
为什么读出来的是乱码???

psycheqiqi 发表于 2009-8-31 18:04:42

回复 #1 psycheqiqi 的帖子

我尝试定义一个buffer,可以写进去,而且不是乱码,
但为什么读出来是乱码?
:'( :'( :'( :'(
modern大哥

modern 发表于 2009-9-1 09:27:02

file的是什么类型呀!

psycheqiqi 发表于 2009-9-1 09:40:25

回复 #3 modern 的帖子

txt.......
页: [1]
查看完整版本: 读文件 乱码