c++文件write 为什么写入的是乱码啊:“H;( ”
c++文件write 为什么写入的是乱码啊:“H;( ”
日期:2012-06-04 16:30:04 人气:1
你的意思应该是这个吧
fout.write(p->dcs.data.c_str(),p->dcs.data.length());
#include
#include
#include
#include
using namespace std;
char*f_add="f://b.txt";
struct eng_dc
{
string data;
int count;
};
typedef struct lnode
{