会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
阮春义
2024年5月16日
C++ 初始化列表(Initialization List)
摘要: 请注意以下继承体系中各class的constructors写法: 1 class CPoint 2 { 3 public: 4 CPoint(float x=0.0) 5 :_x(x){} 6 7 float x() {return _x;} 8 void x(float xval){_x=xval
阅读全文
posted @ 2024-05-16 22:24 阮春义
阅读(323)
评论(0)
推荐(1)
编辑
导航
博客园
首页
新随笔
联系
订阅
管理
公告