摘要: #pragma once #ifndef WORKRMI_H_ #define WORKRMI_H_ #include using namespace std; class Worker { private: string fullname; long id; protected: virtual void Data() const; virtual void ... 阅读全文
posted @ 2019-02-26 20:39 Lightmonster 阅读(272) 评论(0) 推荐(0)