Cpp クラス アクセス指定子 新しいページはコチラ
提供: yonewiki
(→クラス アクセス指定子) |
(→クラス アクセス指定子) |
||
166行: | 166行: | ||
… | … | ||
void CAccess_Specifiers001::Set_m_nValue(int nSetValueP){ | void CAccess_Specifiers001::Set_m_nValue(int nSetValueP){ | ||
− | if(m_nValue <= -1000 | + | if(m_nValue <= -1000 || m_nValue >=1000){ |
printf("Warning:Set_m_nValue関数で認められない値が設定されました。(Limit -999~999)\n"); | printf("Warning:Set_m_nValue関数で認められない値が設定されました。(Limit -999~999)\n"); | ||
} | } |