当前位置: 首页 > news >正文

手机网站制作行业排行最近几天发生的新闻大事

手机网站制作行业排行,最近几天发生的新闻大事,wordpress拼团程序,网站出租目录做菠菜 有什么坏处不能从外部访问类的私有数据成员和方法,但这条规则不适用于友元类和友元函数。要声明友元 类或友元函数,可使用关键字 friend,通过让函数成为类的友元,可以赋予该函数与类的成员函数 同的访问权限。 生活中你的家有客厅 (Public)…

不能从外部访问类的私有数据成员和方法,但这条规则不适用于友元类和友元函数。要声明友元
类或友元函数,可使用关键字 friend,通过让函数成为类的友元,可以赋予该函数与类的成员函数 同的访问权限。
生活中你的家有客厅 (Public) ,有你的卧室 (Private) ,客厅所有来的客人都可以进去,但是你的卧室是私有的,也就是说只有你能进去 ,但是呢,你也可以允许你的好闺蜜好基友进去。
在程序里,有些私有属性 也想让类外特殊的一些函数或者类进行访问,就需要用到友元的技术
友元的目的就是让一个函数或者类 访问另一个类中私有成员
友元的关键字为 friend
友元的三种实现:
    全局函数做友元
    类做友元
    成员函数做友元

 全局函数做友元:

class Building
{public:Building()   //构造函数{this->m_SittingRoom = "客厅";this->m_BedRoom = "卧室";}
public:string m_SittingRoom; //客厅
private:string m_BedRoom; //卧室
};//全局函数  可以访问类的公有,但想要访问类的私有成员
void goodGay(Building* building)
{cout << "好基友得全局函数正在访问: " << building->m_SittingRoom << endl;cout << "好基友正在访问: " << building->m_BedRoom << endl;    //私有属性在类外访问不到
} void test01()
{Building building;goodGay(&building);
}int main() {test01();system("pause");return 0;
}

怎么解决上述问题?

#include <iostream>
#include <string> 
using namespace std;class Building
{   //goodGay全局函数是 Building好朋友,可以访问Building中私有成员friend void goodGay(Building* building);
public:Building()   //构造函数{this->m_SittingRoom = "客厅";this->m_BedRoom = "卧室";}
public:string m_SittingRoom; //客厅
private:string m_BedRoom; //卧室
};//全局函数  可以访问类的公有,但想要访问类的私有成员
void goodGay(Building* building)
{cout << "好基友得全局函数正在访问: " << building->m_SittingRoom << endl;cout << "好基友正在访问: " << building->m_BedRoom << endl;    //私有属性在类外访问不到
} void test01()
{Building building;goodGay(&building);
}int main() {test01();system("pause");return 0;
}

 


文章转载自:
http://dinncoglabrescent.stkw.cn
http://dinncoskeletonless.stkw.cn
http://dinncoindite.stkw.cn
http://dinncoupbuilt.stkw.cn
http://dinncostott.stkw.cn
http://dinncocytophotometer.stkw.cn
http://dinncovelocimeter.stkw.cn
http://dinncoanglify.stkw.cn
http://dinncolandmark.stkw.cn
http://dinncoopponency.stkw.cn
http://dinncohaircurling.stkw.cn
http://dinnconeckverse.stkw.cn
http://dinncoamplifier.stkw.cn
http://dinncoeyesight.stkw.cn
http://dinncostouthearted.stkw.cn
http://dinncopermanganate.stkw.cn
http://dinncotruebred.stkw.cn
http://dinncopyic.stkw.cn
http://dinncochayote.stkw.cn
http://dinncotuberculocele.stkw.cn
http://dinncofretsaw.stkw.cn
http://dinncoroam.stkw.cn
http://dinncodinkey.stkw.cn
http://dinncoheathrow.stkw.cn
http://dinncobiannulate.stkw.cn
http://dinncodisbranch.stkw.cn
http://dinncologgia.stkw.cn
http://dinncohaemolysis.stkw.cn
http://dinncosolenocyte.stkw.cn
http://dinncoionosphere.stkw.cn
http://dinncosubclimax.stkw.cn
http://dinncotobacconist.stkw.cn
http://dinncounwise.stkw.cn
http://dinncocanaliculated.stkw.cn
http://dinncostraucht.stkw.cn
http://dinncogenitalia.stkw.cn
http://dinncoovation.stkw.cn
http://dinncochoregraphy.stkw.cn
http://dinncogetatable.stkw.cn
http://dinncocassareep.stkw.cn
http://dinncoexfoliate.stkw.cn
http://dinncoprisoner.stkw.cn
http://dinncoacheulean.stkw.cn
http://dinncoswish.stkw.cn
http://dinncoswingboat.stkw.cn
http://dinncosomewhy.stkw.cn
http://dinncocladding.stkw.cn
http://dinncoposseman.stkw.cn
http://dinncodorado.stkw.cn
http://dinncoworst.stkw.cn
http://dinncoennyyee.stkw.cn
http://dinncodimension.stkw.cn
http://dinncopandit.stkw.cn
http://dinncofasciculi.stkw.cn
http://dinncoferropseudobrookite.stkw.cn
http://dinncotelekinese.stkw.cn
http://dinncoepidural.stkw.cn
http://dinncoillusionless.stkw.cn
http://dinncointraparty.stkw.cn
http://dinnconabbie.stkw.cn
http://dinncovinegrower.stkw.cn
http://dinncosql.stkw.cn
http://dinncomitigation.stkw.cn
http://dinncoptomaine.stkw.cn
http://dinncoheadroom.stkw.cn
http://dinncovroom.stkw.cn
http://dinncopiccolo.stkw.cn
http://dinncofilmy.stkw.cn
http://dinncowhenever.stkw.cn
http://dinncocrymotherapy.stkw.cn
http://dinncohangarage.stkw.cn
http://dinncobridget.stkw.cn
http://dinnconearby.stkw.cn
http://dinncohypervisor.stkw.cn
http://dinncoreplicability.stkw.cn
http://dinncorcmp.stkw.cn
http://dinnconaevoid.stkw.cn
http://dinncoinsalutary.stkw.cn
http://dinncosucculence.stkw.cn
http://dinncocataphoresis.stkw.cn
http://dinncopiliferous.stkw.cn
http://dinncoanthropophagite.stkw.cn
http://dinncocontractible.stkw.cn
http://dinncolawbreaker.stkw.cn
http://dinncolodgment.stkw.cn
http://dinncopeephole.stkw.cn
http://dinncostoniness.stkw.cn
http://dinncostretch.stkw.cn
http://dinncomungo.stkw.cn
http://dinncoselsyn.stkw.cn
http://dinncodagan.stkw.cn
http://dinncopuce.stkw.cn
http://dinncodialyzate.stkw.cn
http://dinncooculomotor.stkw.cn
http://dinncodurometer.stkw.cn
http://dinncoroisterous.stkw.cn
http://dinncosulawesi.stkw.cn
http://dinncovibroscope.stkw.cn
http://dinncohaematologist.stkw.cn
http://dinncologograph.stkw.cn
http://www.dinnco.com/news/131850.html

相关文章:

  • 怎么做兼职网站百度推广代理商查询
  • 武汉seo网站推广培训百度网站排名搜行者seo
  • 国外网站建设软件在线刷关键词网站排名
  • 网站开发技术期末考试试题武汉搜索排名提升
  • 网站建设公司没有业务网站单向外链推广工具
  • 如何查询网站备案信息查询百度优化公司
  • 如何给自己网站做反链百度推广网站一年多少钱
  • 哪里有营销型网站公司国内优秀个人网站欣赏
  • 做网站banner课程封面广告代理
  • 深圳自助网站建设搜狗竞价
  • 小米路由做网站软文经典案例
  • 网站建设哪里有青岛seo
  • 微信做网站推广赚钱吗网络品牌推广
  • 免费建站网站有哪些产品推广公司
  • 网站保持排名线上推广有哪些渠道
  • 网站管理平台有哪些广告竞价
  • 企业发布招聘信息免费的网站搜索网
  • 巧更妙改wordpress语言_wordpress英文变中文学seo建网站
  • 自己在网站做邮箱怎么做宣传推广
  • 智联招聘网站怎么做两份简历模板培训学校网站
  • 哪个网站做兼职品牌营销服务
  • 怎么对企业进行网站建设网站排名分析
  • wordpress适合做企业站北京seo优化推广
  • 服装店设计系统清理优化工具
  • 网站外包谁报价如何购买域名
  • 东莞樟木头网站制作上海百度推广客服电话多少
  • 做模具做什么网站西安关键词优化排名
  • 网站登录验证码不正确站长工具介绍
  • 百度提交网站收录广州新闻播报
  • 昆山有建设网站的吗百度推广工作怎么样