C++ seekg函数用法案例详解
//Program shows how to rewind a file. It writes a text file and opens it for reading, then rewinds
// it to the beginning and reads it again.
#include
#include
using namespace std;
int main()
{
// Variables needed to read or write file one character at a time char ch;
fstream ioFile("rewind.txt", ios::out);
// Open file.
if (!ioFile)
{
cout << "Error in trying to create file";
return 0;
}
// Write to file and close
ioFile << "All good dogs" << endl << "growl, bark, and eat." << endl;
ioFile.close();
//Open the file
ioFile.open ("rewind.txt", ios::in);
if (!ioFile)
{
cout << "Error in trying to open file";
return 0;
}
// Read the file and echo to screen
ioFile.get(ch);
while (!ioFile.fail())
{
cout.put(ch);
ioFile.get(ch);
}
//Rewind the file
ioFile.clear();
ioFile.seekg(0, ios::beg);
//Read file again and echo to screen
ioFile.get(ch);
while (!ioFile.fail())
{
cout.put(ch);
ioFile.get(ch);
}
return 0;
}
- .NET Core系列之MemoryCache 初识
- 007手机一键Root(安机网一键Root) v3.0 官方最新版 一键ROOT您的Android手机
- 12306密码被盗了怎么办?12306密码外泄解决方法
- 12个字的qq网名
- 150M迷你型无线路由器怎么设置?
- 192.168.1.1打不开怎么办?路由器192.168.1.1打不开的原因以及解决办法
- 2011年电子报合订本 电子报 编辑部 中文 PDF版 [84M]
- 2015年1月15日小米新旗舰发布会现场图文直播
- 2016.3.1vivo Xplay5新品发布会现场视频直播 优酷直播
- 2016华为P9发布会视频直播地址 4月15日华为P9国行发布会直播