0

当我编译

struct s{
 char name[30];
 char phonenumbers[48];
}

,将值设置为name="hello world" phonenumbers="0000000000",然后让我的代码使用标准fstream将其保存到文件中,输出如下。

.hello......9....b......x%..Ji.00000....6...2^....h...............h.........X.,.U..u......L=.i.u....u....+..s..,.........XY.l......L=..L=f]........h..........Bol$.,...........h.......,...h.+..s

我怎样才能让它不压缩/剪切数据?

4

1 回答 1

0

您必须覆盖流运算符并执行您想要的任何序列化

于 2012-07-22T16:08:50.113 回答