Cpp クラス 継承 新しいページはコチラ
提供: yonewiki
(→クラス 継承) |
(→クラス 継承) |
||
| 57行: | 57行: | ||
} | } | ||
void CBaseInheritance::m_fvBaseDispValue() { | void CBaseInheritance::m_fvBaseDispValue() { | ||
| − | printf("Money=%d\n", | + | int iSumMoney = m_iBaseMoney * m_iBaseMonth; |
| + | printf("Money=%d\n", iSumMoney); | ||
} | } | ||
int CBaseInheritance::m_fiBaseSumMoney() { | int CBaseInheritance::m_fiBaseSumMoney() { | ||