由于四舍五入,如果你在一类班头上有一个私人成员定义,这种定义就是:
box newBox;
盒子里有一个构造者,不接受任何论点,这是否意味着你必须把它当作点子或参考物?
你们如何处理这个问题? 似乎难以以这种方式宣布某些课堂,而不是接受任何论点的人。 或者我是否误解?
我的理解是,如果它不接受任何论点,那么这不仅是一个定义,也是初步的。
class whatever
{
private:
box newBox; //is this not allowed because of the most vexing parse? because it s a
//header file and because of the MVP this is initialisation as well? or
//am I getting confused about something?
};
class box
{
public:
box();
}