会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
刘生伟
博客园
首页
新随笔
联系
订阅
管理
2018年11月21日
c++学习笔记_继承类问题_赋值兼容
摘要: 注释都添加在代码里了 #include<iostream> #include<cstring> using namespace std; class CPerson {//定义person类 public: void set(char *p,int x,int y) {//定义函数带参构造函数 st
阅读全文
posted @ 2018-11-21 15:39 刘生伟
阅读(7)
评论(0)
推荐(0)
公告