| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 487 人关注过本帖
标题:求字符串长度 总是说 ch 没有定义,我定义了结果错得更多了,该怎么办? 帮 ...
取消只看楼主 加入收藏
晓小晓小
Rank: 2
等 级:论坛游民
帖 子:12
专家分:38
注 册:2014-5-15
结帖率:66.67%
收藏
已结贴  问题点数:20 回复次数:0 
求字符串长度 总是说 ch 没有定义,我定义了结果错得更多了,该怎么办? 帮看看吧!
#include<iostream>
#include<string>
using namespace std;
class strtype
{
public:
    string  ch;
    int show();


};
int show()
{
    int len=0;
while(ch!='\0')
{
    len++;
}
cout<<"字符串的长度"<<len<<endl;
return 0;
}
int main()
{
strtype *p;
p=new strtype;
cout<<"Creating string"<<endl;
p->ch="we study new and delete";
cout<<"Deleting string"<<endl;
return 0;

}  
搜索更多相关主题的帖子: public 字符串 include 
2014-06-10 22:42
快速回复:求字符串长度 总是说 ch 没有定义,我定义了结果错得更多了,该怎么办 ...
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.025658 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved