c++實驗4

project1: #ifndef BATTERY_H #define BATTERY_H class Battery { public: Battery(int batterySize0 = 70); Battery(const Battery& b0); int getbattery(); private: int batterySize; }; #endif
相關文章
相關標籤/搜索