开发平台(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):