会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
水水滴答的博客
博客园
首页
新随笔
联系
管理
订阅
2021年11月15日
C++笔记——delete、override的使用
摘要: 1、=delete的作用:避免类成员函数被调用 #include <cstdio> class TestClass{ public: int func(int data){ printf("data is %d\n", data); }; //delete修饰类的成员函数,不允许出现隐式转换 int
阅读全文
posted @ 2021-11-15 14:20 水水滴答
阅读(244)
评论(0)
推荐(0)
编辑
公告