会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
zyx-c
博客园
首页
新随笔
联系
订阅
管理
2022年10月27日
1.c++对象的优化
摘要: 对象被优化后c++才是高效的 对象使用过程中背后使用哪些方法 class test { public: test(int a=10) : ma(a){cout<<"test()"<<endl;} ~test(){cout<<"~test()"<<endl;} test(const test& t)
阅读全文
posted @ 2022-10-27 21:16 satellite2002
阅读(43)
评论(0)
推荐(0)
编辑
公告