会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
[苏愿的小院子]
愿你出走半生,归来仍是少年
博客园
首页
新随笔
联系
订阅
管理
2010年7月7日
c++ string 类基本用法样例
摘要: #include<string>//使用string类时须包含这个文件#include<iostream>usingnamespacestd;intmain(){stringstr1;//输入与输出cout<<"输入字符串str1"<<endl;cin>>str1;getchar();cout<<str1<<end...
阅读全文
posted @ 2010-07-07 15:38 二地主
阅读(287)
评论(0)
推荐(0)
编辑