C++編譯提示「undefined reference to...」

編寫的一個簡單C++時鐘Clock類,放入了頭文件中,主函數在調用頭文件進行編譯時出現上述錯誤,具體代碼以下:ios clock.h:函數 #include <iostream> using namespace std; class Clock { private: int h,m,s; public: Clock(); ~Cloc
相關文章
相關標籤/搜索