C++ 靜態方法和靜態屬性

來源:我的博客站 OceanicKang |《C++ 靜態方法和靜態屬性》 #include <iostream> #include <string> class Pet { public: Pet(std::string name); virtual ~Pet(); static int getCount(); protected: std::string name; privat
相關文章
相關標籤/搜索