開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC2015
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
none
問題(Question):
練習定義 員工此class 可以利用Set Get 設定及取得資訊
餵入的資料(Input):
Employee A("K","1991,11,11",10,20);
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
錯誤 C2084 函式 'void Employee::SetName(std::string)' 的主體已經被宣告了
.....
程式碼(Code):(請善用置底文網頁, 記得排版)
main : http://ideone.com/yaEGAI
employee.h :http://ideone.com/v1WdvU
employee.cpp :http://ideone.com/GQRxrU
補充說明(Supplement):