
作業社區
探索學習新天地,共享知識資源!
0份
提交作業
0個
布置作業
0份
滿分作業
討論題
學習任務
學習任務
MyStudy_HYB 的學生作業:
#ifndef _COMPUTER_HEAD_H # define _COMPUTER_HEAD_H # include # include using namespace std; class Computer { public: Computer(string category); ~Computer(); string getCategory(void) const; private: string m_category; }; #endif Computer::Computer(string category): m_category(category) { cout





來源:物聯網/嵌入式工程師 · 組合 - 課后練習
學習任務
學習任務
學習任務
學習任務
學習任務
項目作業