class_demo4.cpp 中並沒有main() ,因此我們需要另外設計一個包含main() 的.cpp 檔案 #include <iostream> // 須引進標頭檔 #include "class_demo4.h" using namespace ...
確定! 回上一頁