通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
有如下定义,要初始化Point类的静态成员how_many,下划线处应填入的内容是()。
class Point{ private: static int how_many; }; ______ how_many=0;