Cpp クラス 継承 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(クラス 継承)
(クラス 継承)
94行: 94行:
 
#endif
 
#endif
  
class CDeriveInheritance:CBaseInheritance{
+
class CDeriveInheritance:public CBaseInheritance{
 
private:
 
private:
 
     int m_iDeriveMoney;
 
     int m_iDeriveMoney;
110行: 110行:
  
 
<syntaxhighlight2 lang="cpp">
 
<syntaxhighlight2 lang="cpp">
class CDeriveInheritance:CBaseInheritance{
+
class CDeriveInheritance:public CBaseInheritance{
 
</syntaxhighlight2>
 
</syntaxhighlight2>
  

2020年7月13日 (月) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス