第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

這段程序如何更改才能讓輸出結(jié)果都是100

這段程序如何更改才能讓輸出結(jié)果都是100

C++
血月灬孤狼 2017-03-11 17:08:57
#include <iostream> using namespace std; class A{ public: A(); void setX(int _x); int getX(); private: int x; }; A::A() { x=0; } void A::setX(int _x){ x=_x; } int A::getX(){ return x; } ////////////////////////////////////// class B{ public: B(); B(A a); A getA(); private: A a; }; B::B(){} B::B(A a):a(){ } A B::getA(){ return a; } //////////////////////////////////////// class C{ public: C(); C(B b); void setZ(int _z); B getB(); private: B b; }; C::C(){ } C::C(B b):b(){ } B C::getB(){ return b; } int main(){ A a; B b(a); C c(b); a.setX(100); cout << a.getX() << endl; cout << b.getA().getX() << endl; cout << c.getB().getA().getX() << endl; return 0; } 運行結(jié)果 100 0 0
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 1174 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號