标题:help{4}
取消只看楼主
zinking
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:35
帖 子:916
专家分:0
注 册:2004-12-5
 问题点数:0 回复次数:0 
help{4}
给出类:
class three_d{
 int x,y,z;
 public:
  three_d (int i,int j,int K){x=i,y=j,z=k;}
  three_d (x=0;y=0;z=0}
  void get(int &i,int &j,int &k)
  {i=x;j=y;k=z;}
  }
针对给出的类重载 “+”,“++”(后缀方式)“--”,
(后缀方式)重载+ 运算符使+ 可以接受下面的运算类型:
ob+int;int+ob;其中ob为three_d类的对象
搜索更多相关主题的帖子: int help three 后缀 
2005-03-15 16:49



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




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

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