文章列表
How to resume input stream after stopped by EOF in C++?(在 C++ 中被 EOF 停止后如何恢复输入流?)
C++ Streams vs. C-style IO?(C++ Streams 与 C 风格的 IO?)
C++ and C file I/O(C++ 和 C 文件 I/O)
How to use something like `std::basic_istreamlt;std::bytegt;`(如何使用类似`std::basic_istreamlt;std::bytegt;`)
Difference in using read/write when stream is opened with/without ios::binary mode(使用/不使用 ios::binary 模式打开流时使用读/写的区别)
Checking if a file opened successfully with ifstream(使用 ifstream 检查文件是否成功打开)
What is the idiomatic C++17 standard approach to reading binary files?(读取二进制文件的惯用 C++17 标准方法是什么?)
Read line of numbers using C++(使用 C++ 读取数字行)
Problem with EOF when determine stream end(确定流结束时出现EOF问题)
Reading through file using ifstream(使用 ifstream 读取文件)