会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Cou1d
博客园
首页
新随笔
联系
管理
2021年1月12日
C++中级-(静态成员和对象丶this指针丶常函数和对象、成员函数和对象)
摘要: 类对象作为类成员 #include <iostream> #include <string> using namespace std; //c++类中的成员可以是另一个类的对象,称为对象成员。 class A { public: A() { cout << "A side \n"; }; ~A()
阅读全文
posted @ 2021-01-12 20:51 y0um
阅读(175)
评论(0)
推荐(0)
编辑
公告