会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
七年之后
Nothing can replace hardwork!
博客园
首页
新随笔
订阅
管理
2014年6月16日
[C++]读写文件
摘要: C++对文件处理没有shell等脚本语言方便,但也不是无计可施。#include #include #include #include using namespace std;int main(){ ifstream in("a.txt"); ofstream out("b.txt"); if(!i...
阅读全文
posted @ 2014-06-16 13:34 七年之后
阅读(347)
评论(0)
推荐(0)
编辑
公告