亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

使用友元函數形式進行運算符重載

發布時間:2020-07-15 20:11:35 來源:網絡 閱讀:557 作者:銀河星君 欄目:編程語言
#include <iostream>

using namespace std;

class Complex
{
private:
    int real;
    int p_w_picpath;
public:
    Complex(int real=0,int p_w_picpath=0):real(real),p_w_picpath(p_w_picpath)
    {
        cout<<"Complex::Complex():"<<this<<endl;
    }
    Complex(const Complex &x):real(x.real),p_w_picpath(x.p_w_picpath)
    {
        cout<<"Complex::Complex(Complex &):"<<this<<endl;
    }
    ~Complex()
    {
        cout<<"Complex::~Complex():"<<this<<endl;
    }
    friend Complex operator+(Complex &a,Complex &b);

    friend Complex operator-(Complex &a,Complex &b);

    void show();
};
Complex operator+(Complex &a,Complex &b)
{
    return Complex(a.real+b.real,a.p_w_picpath+b.p_w_picpath);
}
Complex operator-(Complex &a,Complex &b)
{
    return Complex(a.real-b.real,a.p_w_picpath-b.p_w_picpath);
}
void Complex::show()
{
    cout<<real;
    if(p_w_picpath>0)
        cout<<"+";
    cout<<p_w_picpath<<"i"<<endl;
}
int main(int argc, char *argv[])
{
    Complex a(10,20);
    Complex b(70,80);
    Complex c=a+b;
    Complex d=a-b;
    a.show();
    b.show();
    c.show();
    d.show();
    return 0;
}

使用友元函數形式進行運算符重載

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

石楼县| 中江县| 资中县| 兴安县| 色达县| 瑞安市| 滦平县| 嘉祥县| 高唐县| 赤城县| 永城市| 墨玉县| 炎陵县| 六盘水市| 惠来县| 射阳县| 永善县| 留坝县| 巢湖市| 东阿县| 台山市| 灌阳县| 古丈县| 宁陵县| 汤原县| 双城市| 微博| 张家川| 吉隆县| 汶川县| 屏南县| 涟水县| 聂荣县| 沂水县| 怀来县| 北流市| 关岭| 习水县| 大同市| 措勤县| 静安区|