Cpp クラス 継承 新しいページはコチラ
提供: yonewiki
(→クラス 継承) |
(→クラス 継承) |
||
| 103行: | 103行: | ||
private: | private: | ||
int m_iDeriveMoney; | int m_iDeriveMoney; | ||
| − | + | CDeriveInheritance(int iArgDeriveMoney, int iArgDeriveMonth, int iArgOptionMoney); | |
| − | + | ~CDeriveInheritance(); | |
public: | public: | ||
void m_fvDeriveDispValue(); | void m_fvDeriveDispValue(); | ||