标题:函数调用出错,请指点
只看楼主
hsb2000
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2007-6-16
 问题点数:0 回复次数:1 
函数调用出错,请指点
我是在linux环境下编写c++代码
由于不知道类的对象,所以用到了静态变量,但是总出错,请大家帮忙看一下:
class Dir{
friend class 802_11;
。。。。。
public:
static int getwidth_(int n ){
width_=n;
return width_;
}
。。。。。。
static int width_;
}
Dir::getwidth(n)被友类802_11的函数调用:
在编译时出现以下错误:
no method"Dir::getwidth_(n)"是怎么回事??
我把width_改为静态的也不行
int getwidth_(int n )改为非静态的函数也不可以
我水平有限,急着用它,请大家指点

[此贴子已经被作者于2007-6-18 19:49:56编辑过]

搜索更多相关主题的帖子: public friend return method linux 
2007-06-18 11:36
hsb2000
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2007-6-16
得分:0 

没人知道为什么吗??

2007-06-18 19:50



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-148383-1-1.html




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

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