C++ 构造函数

来源:互联网 发布:知否的人物关系图 编辑:程序博客网 时间:2024/04/30 14:22

Class A
{
public:
A();
~A();
A(const A &other);
A & operator=(const A &other);
}

0 0
原创粉丝点击