常量成员初始化

来源:互联网 发布:hpk解压软件 编辑:程序博客网 时间:2024/06/04 18:17
class point{public:point():x(0),y(0){}private:const int x;const int y;};

0 0
原创粉丝点击