gpt4 book ai didi

c++输出char到文件给出错误的值

转载 作者:行者123 更新时间:2023-11-28 01:27:01 25 4
gpt4 key购买 nike

<分区>

我正在尝试将一些值逐字节写入文件,而当值达到 10 时,它会写入 0D0A 而不是仅将 0A 写入文件,知道吗?

unsigned char m = 10;
ofstream fout("1.file");
fout << m;
fout.close();

output of the file

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com