英文: fstream does not save changes C++ 问题 我制作了一个应该是一个简单文本编辑器的程序,它可以创建(如果不存在)一个.cpp文件,读取文件的内容并在控制台上显示它...
为什么在使用 `seekg` 后我无法获得相同的字符串?
英文: Why I can not get the same string after using `seekg`? 问题 I am tring to use seekg to move the po...
ifstream.read()没有读取任何内容?
英文: ifstream.read() does not read anything? 问题 I got some file-reading problems in my project, so I ...
`seekg()` 和 `seekp()` 是操作字符还是字节?
英文: Do `seekg()` and `seekp()` operate on characters or bytes? 问题 The code snippet you provided from...
Ofstream创建但不写入文件。
英文: Ofstream does create but doesn't write to file 问题 以下是代码的翻译: void makefiles(char* filename) {...