ttyy2018717 2015-09-25 01:07 采纳率: 3.7%
浏览 4159

c++怎么处理换行符的问题?

我用ifstream打开一个文件流,逐字节的读取里面的内容,可是在遇到换行的情况下读出来的字节好像不一样了。请问是怎么回事?要给它转化成c语言的fopen打来文件吗?

  • 写回答

2条回答 默认 最新

  • fefe82 2015-09-25 01:50
    关注

    你需要使用 binary 方式打开 istream 。否则换行符可能会被变换。

    实际上 C 允许对 text stream 做许多变换,不过现在一般只能看到改换行符的:

    A text stream is an ordered sequence of characters composed into lines, each line
    consisting of zero or more characters plus a terminating new-line character. Whether the
    last line requires a terminating new-line character is implementation-defined. Characters
    may have to be added, altered, or deleted on input and output to conform to differing
    conventions for representing text in the host environment. Thus, there need not be a oneto-one correspondence between the characters in a stream and those in the external
    representation. Data read in from a text stream will necessarily compare equal to the data
    that were earlier written out to that stream only if: the data consist only of printing
    characters and the control characters horizontal tab and new-line; no new-line character is
    immediately preceded by space characters; and the last character is a new-line character.
    Whether space characters that are written out immediately before a new-line character
    appear when read in is implementation-defined.

    评论

报告相同问题?

悬赏问题

  • ¥15 thinkphp6配合social login单点登录问题
  • ¥15 HFSS 中的 H 场图与 MATLAB 中绘制的 B1 场 部分对应不上
  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch