#include <string> using namespace std; class Account { public: string id; string name; double balance; };. 在檔頭檔中定義類別,表頭檔案的名稱建議與類別名稱 ...
確定! 回上一頁