会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yexuannan
博客园
首页
新随笔
联系
管理
订阅
2014年3月10日
20140310 字符串比较 文件读写
摘要: 1、两个字符串比较是第一个不相同的字符 2、char *address=(char *)malloc(len+1); 3、txt文件的读写操作:in和out都是相对内存而言的 #include#include#include void main(){ char *listname="./result.txt"; std::ifstream in(listname); std::string fil...
阅读全文
posted @ 2014-03-10 22:02 yexuannan
阅读(158)
评论(0)
推荐(0)
编辑
公告