C++模板类的问题,这段程序哪里错了,要怎么改
答案:2 悬赏:40 手机版
解决时间 2021-01-13 12:11
- 提问者网友:放下
- 2021-01-12 11:56
C++模板类的问题,这段程序哪里错了,要怎么改
最佳答案
- 五星知识达人网友:毛毛
- 2021-01-12 13:20
template class Thing>
class Crab
{
private:
Thing s1;
Thing s2;
public:
Crab(){}; //没有实现代码~,可以加个大括号表示什么都不做,或者去掉这行
bool push(int a,double x)
{
return s1.push(a) && s2.push(x);
}
bool pop(int &a,double &x)
{
return s1.push(a) && s2.push(x);
}
};
class Crab
{
private:
Thing
Thing
public:
Crab(){}; //没有实现代码~,可以加个大括号表示什么都不做,或者去掉这行
bool push(int a,double x)
{
return s1.push(a) && s2.push(x);
}
bool pop(int &a,double &x)
{
return s1.push(a) && s2.push(x);
}
};
全部回答
- 1楼网友:酒安江南
- 2021-01-12 14:35
我是代码追答666666
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯