gpt4 book ai didi

c++ - `tellp` 和 `tellg` 文件打开和打开时

转载 作者:行者123 更新时间:2023-11-30 02:51:05 27 4
gpt4 key购买 nike

fstream file("test.txt",ios_base::in | ios_base::out | ios_base::binary);

tellptellg 对于 file 是否相同?还是 seekpseekg

最佳答案

是的,std::filebufstd::fstream 使用的缓冲区,只有一个指针。 seekgseekp 移动同一个指针,而tellgtellp 返回它的位置。

(指针不同的流示例是 std::stringstream)

标准在 §27.9.1.1[filebuf]/3 中指定了这一点

A joint file position is maintained for both the input sequence and the output sequence

关于c++ - `tellp` 和 `tellg` 文件打开和打开时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19958679/

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