会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Chump's dancing
微信公众号:闷骚的程序员
首页
联系
管理
2008年10月13日
从string对象中去掉标点符号
摘要: //编译器:GCC 4.2.1 环境:Redflag Linux 6.0 Desktop 题目:编一个程序,从string对象中去掉标点符号。要求输入到程序的字符串必须含有标点符号,输出结果则是去掉标点符号后的string对象。 #includeusing namespace std;string s,t;string::size_type j=0,v=0,k,x=0;int i...
阅读全文
posted @ 2008-10-13 11:47 mzlogin
阅读(913)
评论(0)
推荐(0)
编辑