会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Take a look at
GW
GW
Nothing is impossible,the world itself says "I'm possible"!
-- Audrey Hepburn
博客园
首页
联系
订阅
管理
2019年6月13日
【C++】C++中explicity关键字的使用
摘要: 读者可以尝试预言一下这段代码的输出: 输出: 上面Complex的==操作符接受的是一个Complex参数。当程序运行到com1 == 3.0时,程序会自动调用Complex的构造器并且传入参数3.0,然后得到一个新的Complex对象,再将这个新对象传给com1的==操作符。所以程序表面上看起来是
阅读全文
posted @ 2019-06-13 07:55 HDWK
阅读(768)
评论(0)
推荐(0)
编辑
公告