当我编译
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
我怎样才能让它不压缩/剪切数据?