会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Cou1d
博客园
首页
新随笔
联系
管理
2021年1月15日
C++中级-文件读写
摘要: #include <iostream> #include <string> #include <fstream> using namespace std; /* 模式标志 描述 ios::app 追加模式。所有写入都追加到文件末尾。 ios::ate 文件打开后定位到文件末尾。 ios::in 打开
阅读全文
posted @ 2021-01-15 12:11 y0um
阅读(79)
评论(0)
推荐(0)
编辑
公告